source: main/trunk/greenstone2/common-src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27318   11 years ak19 Authentication at perl level for when setting user-added comments. 1. …
(edit) @27295   11 years ak19 This commit contains bugfixes for authentication within …
(edit) @27158   11 years ak19 get_collection_dir was never returning anything, but was expected to …
(edit) @27086   11 years kjdon added reverse sort option to lucene sorting of search results
(edit) @27068   11 years kjdon adding in reverse sort option
(edit) @27014   11 years ak19 First commit for Dspace Depositor Clone (Institutional Repository) …
(edit) @26822   11 years davidb Strip added as separate stage to help when cross-compiling
(edit) @26821   11 years davidb Strip added as separate stage to help when cross-compiling
(edit) @26808   11 years davidb Strip test added
(edit) @26801   11 years davidb Changes to support compiling with Android NDK
(edit) @26800   11 years davidb Changes to support compiling with Android NDK
(edit) @26799   11 years davidb Changes to support compiling with Android NDK
(edit) @26798   11 years davidb Support for cross-compiling with Android-NDK added
(edit) @26793   11 years davidb Newer version of config.guess and config.sub to include architecture …
(edit) @26778   11 years davidb Adding the minus option '-static-libstdc++' can cause linking problems …
(edit) @26773   11 years davidb New versions of config.guess and config.sub, needed so Android …
(edit) @26772   11 years davidb Updated configure.in which separates test for bcopy and bcmp. …
(edit) @26681   11 years davidb Changed some 'char *' to 'const char*' to match standard header definitions
(edit) @26679   11 years davidb When testing the mingw cross-compiler changes, compiling 'getpw' ran …
(edit) @26677   11 years davidb Mixed up over precise name to use for Microsoft Visualstudio Compile. …
(edit) @26676   11 years davidb The Java Windows JNI header files. Needed when cross-compiling on a …
(edit) @26675   11 years davidb Fixed minor typo in include path name
(edit) @26662   11 years davidb Support for cross-compilation added. This particular set of changes …
(edit) @26661   11 years davidb White-space tidy up
(edit) @26660   11 years davidb Support for cross-compilation added. This particular set of changes …
(edit) @26659   11 years davidb Support for cross-compilation under minwgw added
(edit) @26658   11 years davidb Support for cross-compilation added -- the CrossOS check
(edit) @26657   11 years davidb Support for cross-compilation added. This particular set of changes …
(edit) @26656   11 years davidb Support for cross-compilation added. In addition to the CrossOS …
(edit) @26655   11 years davidb Support for cross-compilation added
(edit) @26654   11 years davidb Edits to support cross-compilation using mingw under Linux to generate …
(edit) @26653   11 years davidb Code changed from using WIN32 use to _MSC_VER (the difference …
(edit) @26652   11 years davidb More careful typecase to (const char*) rather than (char*). Change …
(edit) @26651   11 years davidb Inclusion of open-source code that implements the getpass() algorithm …
(edit) @26650   11 years davidb Code changed from using WIN32 use to _MSC_VER (the difference …
(edit) @26649   11 years davidb Code changed from using WIN32 use to _MSC_VER (the difference …
(edit) @26648   11 years davidb Updates to Makefile.in to include compilation of open-source code that …
(edit) @26647   11 years davidb Introduction of open-source code that implements the crypt() algorithm …
(edit) @26584   11 years ak19 Recomitting corrections of 2 commits ago, this time the tar.gz file …
(edit) @26583   11 years ak19 Undoing previous commit
(edit) @26582   11 years ak19 The lucene-jdbm-demo collection in the GS3 release binary wasn't …
(edit) @26565   11 years ak19 Trying to get the mac release binary to install correctly again. It …
(edit) @26520   11 years davidb Append string functions changed to a doubling algorithm for reserved …
(edit) @26294   12 years ak19 Fix to server crashing bugs. Diego reported a bug when searching on …
(edit) @26206   12 years ak19 Fixes to get Remote Greenstone 3 working with client-gli: 1. …
(edit) @26164   12 years ak19 Setting CXXFLAGS for C++ compilation to parallel setting of CFLAGS, …
(edit) @26163   12 years kjdon added some comments to make clear whether max_output_length includes …
(edit) @26162   12 years kjdon in unicode_to_utf8_word, the max_output_length is the maximum length …
(edit) @26157   12 years ak19 A much better way to ensure searches with wild cards get expanded to …
(edit) @26156   12 years kjdon had to add AC_SUBST for ARCH_DEP_FLAGS otherwise its not passed in to …
(edit) @26155   12 years ak19 Searching with wildcards on lucene collection now displays term info …
(edit) @26138   12 years kjdon changed a comment, hope its more clear than before :-)
(edit) @26137   12 years kjdon FindWordNumbers was doing a test to see if the appropriate stem index …
(edit) @26128   12 years kjdon need to check if outlen < max_output_length. If inlen is greater than …
(edit) @25963   12 years ak19 Kathy asked me to adjust the code used to launch pluginfo.pl from GLI …
(edit) @25568   12 years sjm84 A fix for JDBM not properly closing the .lg file
(edit) @25548   12 years ak19 rmdir on cgi-bin upon a clean command should proceed quietly and not …
(edit) @25526   12 years ak19 Dr Bainbridge fixed the problem noticed by Diego and which was thought …
(edit) @25494   12 years ak19 Moved comment to where it wouldn't cause an error during compilation
(edit) @25492   12 years ak19 Joshua Scarsbrook found that compilation failed on Macs (he was …
(edit) @25246   12 years ak19 Needed to turn off debugging before previous commit
(edit) @25245   12 years ak19 Recommitting previous commit with debugging code this time (debug …
(edit) @25244   12 years ak19 GS3 tomcat server crashes because java crashes owing to some error in …
(edit) @25240   12 years jmt12 Removing spaces that were causing problems when enabling TDB
(edit) @25233   12 years jmt12 Adding some variables to the Makefile.in that extensions can …
(edit) @25194   12 years mdewsnip Fixed problem in Greenstone's unitool::create_unicat_data() causing …
(edit) @25193   12 years mdewsnip To ignore share directory.
(edit) @25172   12 years jmt12 A configure to propagate the ARCH_DEP_FLAGS variable and Makefiles …
(edit) @25171   12 years jmt12 Removing hardcoded -fpic in Makefile.in (presumably snuck in during …
(edit) @25170   12 years jmt12 Propagating ARCH_DEP_FLAGS. It appears that you need to at least …
(edit) @25169   12 years jmt12 Propagating ARCH_DEP_FLAGS. It appears that you need to at least …
(edit) @25168   12 years jmt12 Removing hardcoded -fpic in Makefile.in (presumably snuck in during …
(edit) @25153   12 years sjm84 Fixed an instance of stdint that I missed
(edit) @25152   12 years sjm84 Fixing the missing stdint on VC++9
(edit) @25150   12 years kjdon _unix_ should have been unix
(edit) @25149   12 years kjdon getting greenstone to work properly on 64 bit machines. …
(edit) @25148   12 years kjdon getting greenstone to work properly on 64 bit machines. …
(edit) @25147   12 years kjdon merged 64_bit_Greenstone branch into trunk, rev 25139
(edit) @25146   12 years sjm84 (Hopefully) fixed stdint.h issues for windows for GDBM
(edit) @25137   12 years kjdon change off_t type from long to int32_t so that database files are …
(edit) @25078   12 years davidb @INC updated to include extension perllib folders
(edit) @24965   12 years mdewsnip Fixed bug where the end of the macro definition would be missed if a …
(edit) @24903   12 years ak19 Removed unnecessary quotes around path which may become a problem when …
(edit) @24902   12 years ak19 GSDLARCH used in Windows makefiles (and gsicontrol.bat) when working …
(edit) @24901   12 years ak19 GSDLARCH used in Linux makefiles when working out the cgi-bin path …
(edit) @24882   12 years davidb Addition test to trim() to safe-guard against being given a string …
(edit) @24880   12 years ak19 Corrections and additions after testing on Windows the recent commits …
(edit) @24879   12 years ak19 Don't want to copy the makefiles from common-src\cgi-bin into GS2's cgi-bin
(edit) @24878   12 years ak19 Minor correction. Ironing out recent commits during testing.
(edit) @24877   12 years ak19 Correcting error in command to delete directory
(edit) @24874   12 years ak19 Third set of commits to do with the migration of cgi-bin into …
(edit) @24873   12 years ak19 Second set of commots to do with migration of cgi-bin into common-src, …
(edit) @24850   12 years mdewsnip Fixed up svn:ignores.
(edit) @24746   13 years sjm84 If the classes3 folder does not exist then we need to make it when …
(edit) @24735   13 years davidb Ignore values for Lucene 3.x version of code
(edit) @24734   13 years davidb no longer needed
(edit) @24733   13 years davidb no longer needed
(edit) @24732   13 years davidb Some additional changes that allow both Lucene 2.x and 3.x be compiled …
(edit) @24731   13 years sjm84 Lucene 3.x version of code accidentally commited rolling back to 2.x …
(edit) @24729   13 years ak19 Ensuring that classpath and filenames are in quotes, in order to …
Note: See TracRevisionLog for help on using the revision log.