spficklin
|
587f5f0d42
Reorganized bulk loaer module directory structure to match other Tripal modules and removed setup instructions on admin page as they were incorrect
|
11 年之前 |
spficklin
|
98edb56e8d
Fixed bug in permissions for all modules that create node types. When testing if a node type should be created the function should always return true if the permission is set
|
11 年之前 |
Lacey Sanderson
|
fca91cc322
Added more doxygen commenting -there wasn't any groups for the bulk loader or tripal views
|
11 年之前 |
spficklin
|
c423725e2a
Updated Doxygen comments
|
11 年之前 |
Lacey Sanderson
|
95b740ff06
Issue 1764346 #5: Added API functions to delete records and fields. On delete of either the indicies of the template are reset to ensure there is no gap. This should fix the weird behaviour.
|
11 年之前 |
Stephen P Ficklin
|
f66f5aaaf9
Made maxlength of file size in bulk loader larger
|
12 年之前 |
spficklin
|
2be0ef7150
Just some description wording changes
|
12 年之前 |
Lacey Sanderson
|
1a68c8417b
Fixed bug where number of records was the same as number of lines loaded for the bulk loader -now it's actually the number of records
|
12 年之前 |
Lacey Sanderson
|
c2b136139d
Removed old tripal_bulk_loader list link which resulted in WSOD -there is a full listing in the admin section
|
12 年之前 |
spficklin
|
0f14003cd8
Removed non-used tripal_search module
|
12 年之前 |
Lacey Sanderson
|
125bd0dbfb
Added drush integration to check bulk loader running jobs status
|
12 年之前 |
Lacey Sanderson
|
cdade360df
Added checkbox allowing user to enable/disable keeping track of inserted record IDs on a per bulk loading job basis. The default for already existing bulk loader jobs is TRUE and the default for new bulk loader jobs is FALSE
|
12 年之前 |
Lacey Sanderson
|
21fd545316
Now keeps track of progress within a constant set through use of a file -refreshing the node updates the job progress taking into account the progress within the constant set
|
12 年之前 |
Lacey Sanderson
|
f8519776e2
Added job details to the bulk loader node and added percentage complete to the job listing
|
12 年之前 |
Lacey Sanderson
|
dd392f84fc
Added pager to bulk loader jobs listing
|
12 年之前 |
Lacey Sanderson
|
ac79e6336c
Improved Bulk Loader administration including adding a job listing
|
12 年之前 |
Lacey Sanderson
|
8451babc7c
Coding Standards: Final cleanup for tripal_bulk_loader; added @coder-ignore for errors to be ignored
|
12 年之前 |
Pubudu Basnayaka
|
2b0d45ae11
Tripal Bulk Loader adheres to Drupal coding standards
|
12 年之前 |
Lacey Sanderson
|
bd0a92f6c6
Bulk Loader Menu names shortened
|
12 年之前 |
laceysanderson
|
f85504db85
Merged 6.x-0.4-dev branch into 6.x-1617096-unify_coding_style branch
|
12 年之前 |
Pubudu Basnayaka
|
f497599a7a
Tripal Bulk Loader adheres to Drupal coding standard
|
12 年之前 |
Pubudu Basnayaka
|
48b2f067d1
Tripal Bulk Loader adheres to Drupal coding standards
|
12 年之前 |
Lacey Sanderson
|
bc8dbbed99
Bulk loader now has configuration option to choose whether to use prepared statements or not.
|
12 年之前 |
spficklin
|
af2ff151e6
Moved most extensions out. Moved base modules out of 'base' directory
|
12 年之前 |
alexgl
|
95aafcbd13
moving core modules into base
|
13 年之前 |
laceysanderson
|
ee00625974
Tripal: Cleaned-up Bulk Loader for release
|
13 年之前 |
laceysanderson
|
1208c305f7
Tripal: Updates to bulk loader
|
13 年之前 |
spficklin
|
fb76301d42
Fixed hook_access for all modules. This change supports use of other access permission modules, such as "node privacy by role"
|
13 年之前 |
laceysanderson
|
1ac3e5af32
Tripal Bulk Loader: Sharing changes to increase scalalbility (reduce memory leaked per line of file)
|
13 年之前 |
laceysanderson
|
cea27f5c1b
Tripal: Chado Insert - returns values array with primary key values added; Bulk Loader -keeps track of inserted records and summarizes, revert button on loader node, insert_unique mode added
|
13 年之前 |