source: main/trunk/greenstone2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21427   14 years davidb Missing src/ in from of jdbmedit
(edit) @21426   14 years davidb Using ENABLE_JDBM to control is jdbm Java code is used
(edit) @21425   14 years davidb Fixed typo in variable declaration
(edit) @21424   14 years davidb When testing on a 64-bit architecture, compile failed with error: cast …
(edit) @21423   14 years davidb Need to tidy up installed files for iconv on a 'distclean' as running …
(edit) @21422   14 years davidb missed a directory name in jar line. Now corrected.
(edit) @21421   14 years davidb Previous winMake.bat always compiled up Java code, even if nothing had …
(edit) @21420   14 years davidb Previous makefile always compiled up Java code, even if nothing had …
(edit) @21419   14 years davidb Fix for using --enable-jdbm
(edit) @21418   14 years davidb Correction to how --enable-jdbm flag is implemented
(edit) @21417   14 years davidb Correction to how --enable-jdbm flag is implemented
(edit) @21416   14 years davidb No longer need jdbm-1.0.jar locally in this folder
(edit) @21415   14 years davidb Support for JDBM database backend added
(edit) @21414   14 years davidb Separation of different database back-ends into individual files
(edit) @21413   14 years davidb pathname_cat() performs comparable task to filename_cat(), only used …
(edit) @21412   14 years davidb Separation of different database back-ends into individual files
(edit) @21411   14 years davidb Separation of different database back-ends into individual files
(edit) @21410   14 years davidb Changed to using 'jdbm.jar' to cope better with upgrades to newer …
(edit) @21409   14 years davidb Introduction of --enable-jdbm flag
(edit) @21408   14 years davidb jar file now installed as 'jdbm.jar' so runtime code can more easily …
(edit) @21407   14 years davidb Renaming of .tar.gz to reflect that there are a few minor edits to the …
(edit) @21406   14 years davidb Inclusion of JDBM for Greenstone. See Readme.txt file for tweaks made …
(edit) @21405   14 years davidb Introduction of jdbm DB class that is comparable with gdbm
(edit) @21404   14 years davidb Introduction of pathname_cat which concatenates values for path …
(edit) @21403   14 years davidb Code was working for Ascii characters, but not for Unicode values > …
(edit) @21402   14 years davidb Refactoring of class to use API
(edit) @21401   14 years davidb Removal of debugging statements
(edit) @21400   14 years davidb Development of JdbmAPI that supports -- as a persistent session -- …
(edit) @21399   14 years davidb There files are now JdbGet.java and JdbSet.java
(edit) @21398   14 years davidb Jar file renamed to JDBMWrapper.jar to be more consistent with other …
(edit) @21397   14 years davidb Jar file renamed to JDBMWrapper.jar to be more consistent with other …
(edit) @21396   14 years davidb Expanded comment about use of .txt.gz
(edit) @21395   14 years davidb Initial implementation based on JDBM rather than GDBM to allow (one …
(edit) @21379   14 years ak19 The win32.mak of gs2build and greenstone2 are the same, so that they …
(edit) @21377   14 years ak19 Now the configure, configure.in, Makefile.in and config.h.in of …
(edit) @21368   14 years kjdon added missing language qualifier to _labeltext_
(edit) @21367   14 years kjdon escape [] in metadata, otherwise it will screw up greenstone. instead …
(edit) @21366   14 years ak19 New configuration and compilation flag ENABLE_JNI added which will be …
(edit) @21365   14 years ak19 New configuration and compilation flag ENABLE_JNI added which will be …
(edit) @21364   14 years ak19 New configuration and compilation flag ENABLE_JNI added which will be …
(edit) @21363   14 years kjdon added some info about the oaisetname and oaisetdescription metadata …
(edit) @21361   14 years kjdon missing iconv lib for accentfolding
(edit) @21356   14 years oranfry completing svn:ignore list
(edit) @21353   14 years oranfry completed svn:ignore list
(edit) @21352   14 years oranfry completed svn:ignore list
(edit) @21348   14 years xiao GS2build's win32.mak (and Makefile and configure) aren't used by …
(edit) @21344   14 years kjdon inheriting plugins can now set store_file_paths, and ImageConverter
(edit) @21341   14 years kjdon can add internal => 'true' to plugin/classifier option, and it won't …
(edit) @21338   14 years ak19 Minor change to get USE_SQLITE=0 compiling and cleaning properly on …
(edit) @21337   14 years ak19 Make tends to output every statement to the console, regardless of …
(edit) @21336   14 years ak19 Missing include when compiling MGPP on its own (when ENABLE_MG is off)
(edit) @21332   14 years ak19 Some Windows-specific bugfixes to the recent changes for enabling or …
(edit) @21331   14 years anna Improved Telugu translations of the Core User Interface. Many thanks …
(edit) @21330   14 years ak19 Changes to makefiles, configure files, and source code to work with …
(edit) @21329   14 years ak19 Changes to makefiles, configure files, and source code to work with …
(edit) @21328   14 years ak19 Changes to makefiles, configure files, and source code to work with …
(edit) @21327   14 years ak19 Changes to makefiles, configure files, and source code to work with …
(edit) @21326   14 years ak19 Changes to makefiles, configure files, and source code to work with …
(edit) @21325   14 years ak19 Changes to makefiles, configure files, and source code to work with …
(edit) @21324   14 years ak19 Changes to makefiles, configure files, and source code to work with …
(edit) @21323   14 years ak19 Minor corrective changes before major commits for new compile settings …
(edit) @21315   14 years kjdon remove_one now returns a value
(edit) @21314   14 years kjdon check return values for remove_one, and stop the pipeline once found …
(edit) @21309   14 years kjdon plugin::removeold renamed to remove_all. deleted_files and …
(edit) @21308   14 years kjdon removeold renamed to remove_all, added remove_one for deleting a single doc
(edit) @21307   14 years kjdon removeold renamed to remove_all, added remove_some - a list of files …
(edit) @21306   14 years kjdon mark_docs_for_reindex code moved into new_vs_old_import_diff, so this …
(edit) @21301   14 years davidb Updated mkcol.pl so it creates a collection in the Greenstone3 area …
(edit) @21295   14 years kjdon removed a debug statement
(edit) @21292   14 years kjdon extended extensions mechanism to include gs3 extensions
(edit) @21291   14 years kjdon extended extensions mechanism to include gs3 extensions. added code to …
(edit) @21290   14 years kjdon extension handling extended to include gs3 extensions, added removeold …
(edit) @21289   14 years kjdon extension handling extended to include gs3 extensions
(edit) @21288   14 years kjdon moved plugin to extension repository
(edit) @21287   14 years kjdon got rid of Pharos stuff out of here. PharosImagePlugin now inherits …
(edit) @21286   14 years kjdon added empty removeold method
(edit) @21285   14 years kjdon added empty removeold method
(edit) @21283   14 years kjdon tidied up index method, added removeold method (not tested yet)
(edit) @21240   14 years kjdon use the new PharosImageIndexer plugin
(edit) @21220   14 years kjdon initial go at Pharos image indexing plugin
(edit) @21219   14 years kjdon added a place for calling post_process method after the doc obj has …
(edit) @21218   14 years kjdon added get_toplevel_tmp_dir
(edit) @21213   14 years oranfry restructuring the repository
(edit) @21207   14 years kjdon added get_current_collection_name method
(edit) @21200   14 years anna New Kazak translations of perl modules. Many thanks to Zhanat Kulenov.
(edit) @21175   14 years oranfry removed empty property
(edit) @21174   14 years davidb External property for search4j set to new location
(edit) @21004   14 years oranfry restructuring the repository
(edit) @21003   14 years oranfry restructuring the repository
(copy) @20999   14 years oranfry restructuring the repository
copied from gsdl/trunk
(edit) @20978   14 years anna Improved Tamil Core and Auxiliary User Interface. Many thanks to A. …
Note: See TracRevisionLog for help on using the revision log.