source: gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18399   15 years ak19 Now creates a new doc by passing the file_rename_method obtained from …
(edit) @18398   15 years ak19 1. Added the file_rename_method option Inherited, so that secondary …
(edit) @18395   15 years ak19 Undid the changes of r 18380 since the larger case of dealing with …
(edit) @18394   15 years ak19 Instead of returning the string Success, the main method now returns …
(edit) @18381   15 years ak19 Spaces in filenames were replaced with underscores. Needed to make …
(edit) @18379   15 years ak19 Base64 encoding subroutine now replaces the plus and forward slash …
(edit) @18378   15 years ak19 Commented out substitution of underscore's entity reference with …
(edit) @18375   15 years kjdon removed a comment
(edit) @18374   15 years kjdon removed AZList metadata as its no longer used and is not useful
(edit) @18345   15 years davidb Supported for compiling on 64-bit machine added
(edit) @18342   15 years ak19 Added some base64 related methods (moved the call to MIME::base64 …
(edit) @18341   15 years ak19 Moved use of MIME::base64 encoding method to unicode.pm
(edit) @18339   15 years ak19 When renaming the file using the chosen file-renaming method (base64 …
(edit) @18338   15 years ak19 Moved the line of code that replaced spaces with underscores to the …
(edit) @18337   15 years ak19 1. Spaces replaced with underscore in the subroutine rename_file …
(edit) @18334   15 years kjdon changed the comments to hopefully make this a bit clearer
(edit) @18329   15 years ak19 Subroutine rename_file now returns prematurely if no filename is …
(edit) @18328   15 years ak19 Extra parameter to doc::set_source_filename(): the renaming method to …
(edit) @18327   15 years ak19 Extra parameter to new doc(): the renaming method to be used on the …
(edit) @18326   15 years ak19 Minor change for Windows. Now finished Windows testing of the recently …
(edit) @18321   15 years ak19 Minor adjustment to recently added string property …
(edit) @18320   15 years ak19 Now plugins provide the option of base64 encoding or url encoding …
(edit) @18319   15 years ak19 Now plugins provide the option of base64 encoding or url encoding …
(edit) @18313   15 years davidb Fixed bug to do with initialization of RequestFields variable. Had …
(edit) @18311   15 years davidb Changed from using afxres.h to windows.h, as former is not part of …
(edit) @18309   15 years davidb New 'unzip' target added which checks windows/packages/*.zip and …
(edit) @18301   15 years mdewsnip Fixed bug regarding square brackets in exploded metadata values. These …
(edit) @18288   15 years oranfry tagging the 2.81 release
(edit) @18282   15 years ak19 Spaces in filenames are replaced with underscores just to be on the …
(edit) @18249   15 years oranfry tagging the 2.81rc2 release
(edit) @18245   15 years kjdon added no strict refs as we are calling a method using a string as a …
(edit) @18244   15 years kjdon changed the expat include paths again, as its in common-src not …
(edit) @18235   15 years mdewsnip Grrr... another fix for incomplete testing of changes.
(edit) @18233   15 years mdewsnip More cleaning up after the build-src/common-src/runtime-src change.
(edit) @18226   15 years mdewsnip Changed PACKAGES_DIR to RUNTIME_PACKAGES_DIR, for my sanity.
(edit) @18225   15 years mdewsnip Another consistency fix.
(edit) @18224   15 years mdewsnip GRRRR -- fixed up a whole lot more inconsistencies in the Makefiles. …
(edit) @18214   15 years mdewsnip Removed --with-gdbm option and no longer checks for GDBM library …
(edit) @18202   15 years ak19 Gone back to replaces %20s with space again, to work in tandem with …
(edit) @18201   15 years ak19 When associated files are renamed with the URLencoded versions of …
(edit) @18200   15 years kjdon allow namespaces in mapping values (added a . to regex)
(edit) @18198   15 years max The new wvware binary will be used in priority.
(edit) @18192   15 years max Allow wvWare binary to find the required libraries on Linux and Mac.
(edit) @18188   15 years max Allow wvWare binary to find the required libraries on Linux and Mac.
(edit) @18183   15 years cc108 add OAIPlugin to the plugin list
(edit) @18178   15 years mdewsnip Fixed another DB special, where the collectset() constructor wasn't …
(edit) @18177   15 years ak19 MAKECLEANCMD needs to be passed GSDLHOME variable
(edit) @18176   15 years ak19 MAKECLEANCMD target needs to be passed GSDLHOME variable
(edit) @18174   15 years kjdon changed GSDL_DIR/src/lib to COMMON_DIR/src/lib
(edit) @18171   15 years kjdon commented out some print statements, fixed up the broken assocfile …
(edit) @18168   15 years ak19 Veronica has updated the Book.swf and document.dm files so that the …
(edit) @18153   15 years ak19 Fixed initial contents of gsdlsite.cfg (autoenter 0, startbrowser 1) …
(edit) @18145   15 years ak19 When PDFPlugin now converts PDF pages to images it no longer uses the …
(edit) @18135   15 years ak19 Undid previous commit that tried to remove the inserted comment by …
(edit) @18134   15 years max Change the server.ico for more consistency.
(edit) @18133   15 years max Fix the problem where a link to wvware website was appended at every …
(edit) @18105   15 years ak19 Bugfix submitted by Vladimir Risojevic: backslash file separators on …
(edit) @18097   15 years mdewsnip Added some debugging statements, commented out.
(edit) @18090   15 years max Add sqlite extraction support
(edit) @18079   15 years mdewsnip Fixes to win32.mak for the new GDBM library.
(edit) @18078   15 years mdewsnip Changed to use new GDBM directory.
(edit) @18077   15 years mdewsnip Modified makefiles to use new GDBM package (which reads both …
(edit) @18076   15 years oranfry use sqlite by default
(edit) @18075   15 years mdewsnip Modified makefiles to use new GDBM package (which reads both …
(edit) @18074   15 years mdewsnip Added "need_filelock" stuff from old Windows GDBM port -- not sure if …
(edit) @18070   15 years mdewsnip Fixed up MORE consistency problems in Windows makefiles from source …
(edit) @18064   15 years mdewsnip On Windows (only) the open() commands need the O_BINARY flag to work …
(edit) @18063   15 years kjdon sqlite databases are .db so I added them into the db test for …
(edit) @18062   15 years mdewsnip Added "my_locking" function from old Windows port of GDBM.
(edit) @18061   15 years oranfry use sqlite by default
(edit) @18060   15 years mdewsnip Transferred Windows-specific customisations from the old GDBM package …
(edit) @18058   15 years mdewsnip Some files necessary for compilation on Windows.
(edit) @18057   15 years kjdon check that site is not empty before complaining about GSDL3HOME not set
(edit) @18056   15 years mdewsnip Moved "b" variable definition to make Visual Studio happy.
(edit) @18055   15 years kjdon updated one of the collector strings
(edit) @18051   15 years mdewsnip Now looks for the opposite endianness file if the desired one doesn't …
(edit) @18050   15 years mdewsnip Moved the txtgz code into a new function to tidy up the opendatabase() …
(edit) @18048   15 years mdewsnip Argh, somebody has messed up the nice tidy makefiles, and added a …
(edit) @18046   15 years max Add the Gems icon.
(edit) @18045   15 years max Add the uninstall icon.
(edit) @18044   15 years mdewsnip Fixed bug in customised code where not all of the hash table buckets …
(edit) @18043   15 years max Add the icon that will be used for the server but only in the start …
(edit) @18040   15 years max Update the server icon file with a new icon (under GNU licence)
(edit) @18039   15 years mdewsnip Added extra code to leave the 4-byte strings in each hash table entry …
(edit) @18038   15 years mdewsnip Code modifications to allow the GDBM library to read both …
(edit) @18034   15 years max No VS2005 since it is not very stable yet.
(edit) @18031   15 years mdewsnip This should never have been added.
(edit) @18030   15 years mdewsnip Modified Makefile.in files to use the new GDBM package in the …
(edit) @18029   15 years mdewsnip Modified Makefiles to use the new GDBM package in the …
(edit) @18028   15 years mdewsnip Modified to compile and install GDBM -- need to do this before the …
(edit) @18027   15 years mdewsnip Fixing to work with source code splitting -- why am I doing this???
(edit) @18026   15 years mdewsnip Fixing Makefile to work with source code splitting -- why am I doing …
(edit) @18025   15 years mdewsnip Another minor change.
(edit) @18024   15 years mdewsnip Minor improvement.
(edit) @18023   15 years mdewsnip Added code for configuring the new GDBM package.
(edit) @18022   15 years mdewsnip Ignored directories created by "make install".
(edit) @18021   15 years mdewsnip Ignored files created by the compilation process.
(edit) @18020   15 years mdewsnip Removed BINOWN and BINGRP stuff from install commands, because errors …
(edit) @18019   15 years mdewsnip Added gdbm-1.8.3 (downloaded as gdbm-1.8.3.tar.gz and unpacked), in …
(edit) @18018   15 years ak19 Max discovered that gsdlsite.cfg set the logfile to the path …
Note: See TracRevisionLog for help on using the revision log.