source: main/trunk/greenstone2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21557   14 years mdewsnip Changed calls to GDBMUtils::gdbmDatabaseSet() to …
(edit) @21556   14 years mdewsnip Deleted commented out call to GDBMUtils::gdbmDatabaseSet(). Part of …
(edit) @21555   14 years mdewsnip Deleted commented out call to GDBMUtils::gdbmDatabaseAppend(). Part of …
(edit) @21554   14 years mdewsnip Changed calls to GDBMUtils::gdbmRecordToHash() to …
(edit) @21553   14 years mdewsnip Added missing "use dbutil".
(edit) @21552   14 years mdewsnip Changed calls to GDBMUtils::gdbmDatabaseGet() to …
(edit) @21551   14 years mdewsnip Changed calls to GDBMUtils::serializeHash() to …
(edit) @21550   14 years mdewsnip Added to dbutil.pm two new general functions: …
(edit) @21547   14 years mdewsnip Changed dbutil.pm to add a new read_infodb_entry() function. This …
(edit) @21546   14 years mdewsnip Changed dbutil.pm so all the sub-module function calls now have @_ as …
(edit) @21545   14 years mdewsnip Fixed wrong function name.
(edit) @21544   14 years mdewsnip Changed dbutil.pm so instead of doing "use dbutil::gdbm", "use …
(edit) @21543   14 years mdewsnip Changing arcinfo.pm to use the general dbutil module, instead of being …
(edit) @21524   14 years oranfry correction to last commit
(edit) @21522   14 years oranfry dont use brace expansion in makefiles, in case they aren't expanded
(edit) @21490   14 years mdewsnip Adding new GSDL_USE_WIZARD_ACTION definition to gsdl_modules_cfg.h, to …
(edit) @21489   14 years mdewsnip Modifying userdb.cpp so it uses the more general dbclass object …
(edit) @21485   14 years mdewsnip Modifying historydb.cpp so it uses the more general dbclass object …
(edit) @21484   14 years ak19 Deleting an extra object file that used to linger upon doing a make clean.
(edit) @21472   14 years mdewsnip Created USE_GDBM and USE_JDBM defines that work similar to USE_SQLITE …
(edit) @21471   14 years ak19 Cleans the indexers\mgpp text and lib subfolders once more.
(edit) @21461   14 years ak19 Error messages are sent to stderr, since there are linking errors in …
(edit) @21456   14 years ak19 JDBM now enabled by default as is the case for linux.
(edit) @21455   14 years ak19 Major bug fix after Dr Bainbridge debugged the server code which was …
(edit) @21454   14 years ak19 Dr Bainbridge added the useful new method check_system_heap() for …
(edit) @21453   14 years ak19 Dr Bainbridge improved some code by adding the helper method …
(edit) @21452   14 years davidb HOSTTARGETFLAGS shouldn't be part of Make command
(edit) @21451   14 years ak19 Minor corrections to get the previous commit working
(edit) @21450   14 years ak19 Dr Bainbridge removed a superfluous line.
(edit) @21449   14 years mdewsnip Added a few new svn:ignores.
(edit) @21448   14 years ak19 Now compilation of jdbmnaiveclass only happens when ENABLE_JDBM is set.
(edit) @21447   14 years ak19 Now compilation of jdbmnaiveclass only happens when ENABLE_JDBM is set.
(edit) @21446   14 years ak19 Configure files updated to correctly set all the variables that can be …
(edit) @21442   14 years ak19 In the configure.in files, MICO_DIR is now set to withval not …
(edit) @21441   14 years ak19 Some minor corrections to the Makefile which had prevented successful …
(edit) @21440   14 years ak19 MICO_DIR should be set to withval not enableval, this was already …
(edit) @21439   14 years davidb Support for 'infodbtype' added
(edit) @21438   14 years ak19 Dr Bainbridge's fixes for compilation errors after the jdbm related changes
(edit) @21435   14 years ak19 Better way of setting the ENABLE_indexer and USE_SQLITE and ENABLE_JNI …
(edit) @21432   14 years davidb Update to use of -m32, which is activated when compiling on a 64-bit …
(edit) @21429   14 years davidb Makefile now creates lib/java folder if missing
(edit) @21428   14 years davidb Needed extra -C ../../.. for jar to work
(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 …
Note: See TracRevisionLog for help on using the revision log.