|
|
@16312
|
15 years |
davidb |
Introduction of 'collecthome' which parallels 'gsdlhome' to allow the …
|
|
|
@16311
|
15 years |
davidb |
Removed debugging statement
|
|
|
@16310
|
15 years |
davidb |
Introduction of 'collecthome' which parallels 'gsdlhome' to allow the …
|
|
|
@16308
|
15 years |
kjdon |
unhide separate_cjk option in GLI - no longer a global option, just a …
|
|
|
@16303
|
15 years |
davidb |
Changed _vol_ from Vol. to Volume to be more consisten with the other …
|
|
|
@16302
|
15 years |
davidb |
spacer.gif height fixed to 1 to avoid an ugly navigation bar …
|
|
|
@16301
|
15 years |
ak19 |
sub tmp_area_convert_file--called to replace a plain text source file …
|
|
|
@16300
|
15 years |
mdewsnip |
Fixed another case where '<' and '>' characters in metadata weren't …
|
|
|
@16298
|
15 years |
oranfry |
rolled back the last change to wget.tar.gz, then redid it on my linux …
|
|
|
@16292
|
15 years |
oranfry |
changed wget to compile under windows, see README for details
|
|
|
@16291
|
15 years |
oranfry |
notes about the wget upgrade
|
|
|
@16290
|
15 years |
oranfry |
upgraded to the latest version of wget, doesn't look like any of our …
|
|
|
@16289
|
15 years |
mdewsnip |
Changed so SQLite is enabled by default.
|
|
|
@16288
|
15 years |
mdewsnip |
Changed SQLite to be enabled by default -- SQL is the future of …
|
|
|
@16287
|
15 years |
mdewsnip |
Removed src/setpasswd and src/setpasswd/setpasswd.cpp. This was a …
|
|
|
@16281
|
15 years |
mdewsnip |
Changed the "-create" parameter to GS2LuceneIndexer to "-removeold" to …
|
|
|
@16271
|
15 years |
anna |
Amharic User Interface. Many thanks to Yohannes Mulugeta and Abiyot Bayou.
|
|
|
@16270
|
15 years |
anna |
Added configurations for the Amharic User Interface.
|
|
|
@16268
|
15 years |
davidb |
Missing collectgroup config line. Now added
|
|
|
@16266
|
15 years |
davidb |
get_tmp_filename() can now optionally take an argument that is the …
|
|
|
@16264
|
15 years |
mdewsnip |
Changed "-create" to "-removeold", and removed the non-functional …
|
|
|
@16263
|
15 years |
mdewsnip |
Added "use strict" and fixed a few really ugly things.
|
|
|
@16259
|
15 years |
mdewsnip |
Removed the "-incremental" option from buildcol.pl (because it didn't …
|
|
|
@16257
|
15 years |
mdewsnip |
Tidied up the block of code that determines whether each doc.xml file …
|
|
|
@16255
|
15 years |
mdewsnip |
Now uses "<Import>" tags in the manifest file instead of "<Index>" to …
|
|
|
@16254
|
15 years |
mdewsnip |
Fixed up some crazy XML parsing code and removed unnecessary …
|
|
|
@16252
|
15 years |
mdewsnip |
Fixes to get_doc_dir() and get_new_doc_dir() so if you are importing …
|
|
|
@16247
|
15 years |
ak19 |
Regular expression that processes imagelinks is slightly modified by …
|
|
|
@16240
|
15 years |
mdewsnip |
Added "CREATE INDEX" on document_metadata(docOID) to hugely increase …
|
|
|
@16226
|
15 years |
mdewsnip |
Changed a "DELETE FROM" then "INSERT INTO" into a "INSERT OR REPLACE", …
|
|
|
@16225
|
15 years |
mdewsnip |
Added "IF NOT EXISTS" to the two "CREATE TABLE" commands, to prevent …
|
|
|
@16224
|
15 years |
mdewsnip |
Added "IF NOT EXISTS" to close_infodb_write_handle_sqlite(), just in case.
|
|
|
@16223
|
15 years |
mdewsnip |
Added a couple of comments and now creates an index on the …
|
|
|
@16222
|
15 years |
mdewsnip |
Added a "store_metadata_coverage" option to the collect.cfg file to …
|
|
|
@16221
|
15 years |
mdewsnip |
Removed duplicate macro.
|
|
|
@16220
|
15 years |
mdewsnip |
Added the last of the "-split_using_hierarchy_separator" code.
|
|
|
@16219
|
15 years |
mdewsnip |
Changed the ".pr" resolving code to use the hierarchy separator, so it …
|
|
|
@16218
|
15 years |
mdewsnip |
Added a couple of missing sqlite_safe() calls.
|
|
|
@16216
|
15 years |
mdewsnip |
First attempt at a "-split_using_hierarchy_separator" option.
|
|
|
@16215
|
15 years |
mdewsnip |
Tidied up the grouping stuff some more and changed the grouping node …
|
|
|
@16214
|
15 years |
mdewsnip |
Changed slightly the OID arguments to output_hlist_classifier_nodes(), …
|
|
|
@16212
|
15 years |
mdewsnip |
Minor fix.
|
|
|
@16209
|
15 years |
mdewsnip |
Now tries the "<ID>VList" format statement if no "<ID>DocumentNodes" …
|
|
|
@16206
|
15 years |
mdewsnip |
Added support for a "-split_greenstone_dates" option that builds a …
|
|
|
@16196
|
15 years |
mdewsnip |
A few variable name and code improvements.
|
|
|
@16193
|
15 years |
kjdon |
forgot to define outhandle last commit
|
|
|
@16192
|
15 years |
osborn |
Cron scheduler with further updates and fixes
|
|
|
@16181
|
15 years |
mdewsnip |
Changed a few variable names and comments now that multiple metadata …
|
|
|
@16180
|
15 years |
mdewsnip |
Modifying get_metadata_values() and …
|
|
|
@16179
|
15 years |
mdewsnip |
Added one comment.
|
|
|
@16178
|
15 years |
mdewsnip |
Greatly improved SQLite database writing speed by adding "BEGIN …
|
|
|
@16177
|
15 years |
mdewsnip |
Variable name change for consistency.
|
|
|
@16176
|
15 years |
mdewsnip |
Added a close_infodb_write_handle() functions and initial versions for …
|
|
|
@16138
|
15 years |
osborn |
required file for schedule.pl
|
|
|
@16137
|
15 years |
osborn |
new script to interact with cron scheduler
|
|
|
@16136
|
15 years |
osborn |
Additions for GLI Scheduling Component
|
|
|
@16131
|
15 years |
mdewsnip |
Tidied up a last bit of grouping/hlist code.
|
|
|
@16128
|
15 years |
mdewsnip |
Removed some grouping node code from the main block.
|
|
|
@16126
|
15 years |
mdewsnip |
More code restructuring.
|
|
|
@16125
|
15 years |
osborn |
new parser for GLI scheduling component
|
|
|
@16124
|
15 years |
osborn |
Added the check for quotestr type in subroutine processArg
|
|
|
@16123
|
15 years |
mdewsnip |
Improved to nested hlists.
|
|
|
@16122
|
15 years |
mdewsnip |
Minor change.
|
|
|
@16121
|
15 years |
mdewsnip |
Simplified the simple case a bit more.
|
|
|
@16120
|
15 years |
mdewsnip |
Typo in previous change.
|
|
|
@16119
|
15 years |
mdewsnip |
Changed the general "-group_using" option into the specific …
|
|
|
@16118
|
15 years |
mdewsnip |
Minor improvements to code.
|
|
|
@16115
|
15 years |
mdewsnip |
Now uses output_hlist_classifier_nodes() instead of …
|
|
|
@16114
|
15 years |
mdewsnip |
Adding initial support for a "-use_hlist_at_top" option. Code tidying …
|
|
|
@16113
|
15 years |
mdewsnip |
The dynamic_classifier_node() function has been removed.
|
|
|
@16112
|
15 years |
mdewsnip |
Removed some duplicate code by calling display_classifier_nodes() from …
|
|
|
@16108
|
15 years |
mdewsnip |
Now uses a <ID>DocumentNodes format statement for displaying the …
|
|
|
@16107
|
15 years |
mdewsnip |
Adding a new argument to display_classifier_nodes() for indicating …
|
|
|
@16104
|
15 years |
kjdon |
tried to make the 'xxxplugin processing file' print statements more …
|
|
|
@16102
|
15 years |
davidb |
Some minor adjustments to ingesting documents into a Fedoar …
|
|
|
@16097
|
15 years |
mdewsnip |
Changed output_child_classifier_nodes() to use …
|
|
|
@16096
|
15 years |
mdewsnip |
Added a new display_classifier_nodes() to eventually replace …
|
|
|
@16095
|
15 years |
mdewsnip |
Renamed some variables in output_upper_classifier_nodes() to be more …
|
|
|
@16093
|
15 years |
mdewsnip |
Removed debug statement.
|
|
|
@16066
|
15 years |
mdewsnip |
Added splitword() function and other dependent functions.
|
|
|
@16065
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Changed the links generated for …
|
|
|
@16063
|
15 years |
kjdon |
for indexers, now call with gs2 arg instead of nojava - want lucene to …
|
|
|
@16062
|
15 years |
kjdon |
added quotes around the java command - may have spaces in it esp on windows
|
|
|
@16061
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Lots of changes to support the grouping …
|
|
|
@16060
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Fix to code for identifying the selected …
|
|
|
@16059
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Removed an unused variable.
|
|
|
@16058
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Merged process_metadata_values() into …
|
|
|
@16057
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Finished restructuring of code.
|
|
|
@16056
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Renamed a couple of functions for better …
|
|
|
@16055
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Made the classifier_node_indent variable …
|
|
|
@16054
|
15 years |
mdewsnip |
(Adding dynamic classifiers) More work in preparation for merging …
|
|
|
@16053
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Changed output_internal_page() to …
|
|
|
@16049
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Now generates the correct OIDs for the …
|
|
|
@16048
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Changed output_top_level_page() to …
|
|
|
@16046
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Added partial support for "grouping …
|
|
|
@16045
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Now generates the correct links for …
|
|
|
@16044
|
15 years |
mdewsnip |
Added a get_link_icon() function to be similar to vlistbrowserclass.
|
|
|
@16043
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Moved most of the code from …
|
|
|
@16041
|
15 years |
mdewsnip |
(Adding dynamic classifiers) Implemented the necessary code for the …
|
|
|
@16040
|
15 years |
mdewsnip |
Fixed up typo in previous change.
|
|
|