source: gsdl/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15932   16 years mdewsnip Tidied up "gdbmget" and "gdbmset" Makefiles, and made these get …
(edit) @15931   16 years mdewsnip Tidied up the "db2txt" and "txt2db" makefiles.
(edit) @15930   16 years mdewsnip Went back to packaging the SQLite as a .tar.gz, since .zips are a pain …
(edit) @15928   16 years ak19 Duplicate retrieval of arguments in sub file-exists removed
(edit) @15926   16 years mdewsnip Hopefully the last "lib" -> "src/lib" change.
(edit) @15925   16 years kjdon use the proper options for PagedImagePlugin
(edit) @15924   16 years mdewsnip Another Makefile fix.
(edit) @15923   16 years mdewsnip Crap, another fix required.
(edit) @15922   16 years mdewsnip Updated now that the sqlite package is a zip file.
(edit) @15921   16 years mdewsnip A couple more Makefile fixes.
(edit) @15920   16 years mdewsnip Various fixes to Makefile.
(edit) @15919   16 years kjdon moved the loadGISDatabase code into a new method …
(edit) @15918   16 years kjdon tidied up new method to match other plugins
(edit) @15917   16 years mdewsnip Changed getpw Makefile to handle the "lib" to "src/lib", and also …
(edit) @15916   16 years mdewsnip A couple more improvements to the hashfile Makefile.
(edit) @15915   16 years mdewsnip Tidied up makefile and removed unnecessary references to the …
(edit) @15914   16 years kjdon removed some old stuff and moved around some methods
(edit) @15913   16 years mdewsnip Another fix for the "lib" -> "src/lib" change.
(edit) @15912   16 years mdewsnip A few more Makefile fixes for the "lib" -> "src/lib" move.
(edit) @15911   16 years kjdon tidy up a couple of places using dummy text and NoText metadata
(edit) @15910   16 years mdewsnip Updated paths for "lib" -> "src/lib" fix.
(edit) @15909   16 years mdewsnip One more "lib" -> "src/lib" change.
(edit) @15908   16 years mdewsnip Fix for "lib" -> "src/lib" change.
(edit) @15907   16 years mdewsnip Moving "lib" directory into "src", to keep all the source code …
(edit) @15906   16 years kjdon inherits from AutoExtractMetadata now, not BasePlugin
(edit) @15905   16 years kjdon changed some comments, also, new ReadTextFile, need to pass in extra …
(edit) @15904   16 years kjdon input_encoding option no longer used
(edit) @15903   16 years kjdon input_encoding option no longer used
(edit) @15902   16 years kjdon no longer uses input_encoding
(edit) @15901   16 years mdewsnip (Adding new DB support) Forgot to add recent changes to configure.in.
(edit) @15895   16 years mdewsnip Added "use strict" to one more file, then fixed all the problems …
(edit) @15894   16 years mdewsnip Added "use strict" to the files missing it.
(edit) @15891   16 years mdewsnip Removing unnecessary include.
(edit) @15890   16 years mdewsnip Adding "use strict", and fixing problems identified.
(edit) @15889   16 years mdewsnip Added "use strict", and fixed resulting problems.
(edit) @15887   16 years mdewsnip Added "use strict" to the few files that were missing it, and fixing …
(edit) @15886   16 years ak19 Forgot & before operation call
(edit) @15881   16 years kjdon auxiliary plugins now pass an extra argument to the PrintInfo
(edit) @15880   16 years kjdon made this inherit from BasePlugin instead of AbstractPlugin - cos it …
(edit) @15879   16 years kjdon plugin overhaul: updated plugin list for model collections
(edit) @15877   16 years ak19 Minor edits to subroutine calls
(edit) @15876   16 years kjdon plugin overhaul: plugins are now named xxxPlugin not xxxPlug. Note, …
(edit) @15875   16 years kjdon added some comments into filename_within_collection (taken from code …
(edit) @15874   16 years kjdon replaced some code with equivalent method from util …
(edit) @15873   16 years kjdon plugin overhaul: all the plugins have new names. Have added a mapping …
(edit) @15872   16 years kjdon plugin overhaul: plugins renamed to xxPlugin, and in some cases the …
(edit) @15871   16 years kjdon plugin overhaul: Split plug renamed to SplitTextFile, XMLPlug renamed …
(edit) @15870   16 years kjdon plugin overhaul: ArchivesInf and Directory plugins are not true …
(edit) @15869   16 years kjdon plugin overhaul: BasPlug has been split into several base plugins: …
(edit) @15868   16 years kjdon plugin overhaul: BasPlug has been split into several base plugins: …
(edit) @15867   16 years kjdon plugin overhaul: automatic metadata extraction moved out of BasPlug
(edit) @15866   16 years kjdon plugin overhaul: Image conversion stuff moved to this helper plugin, …
(edit) @15865   16 years kjdon renaming plugins in preparation for my plugin overhaul
(edit) @15864   16 years kjdon renaming plugins in preparation for my plugin overhaul
(edit) @15852   16 years mdewsnip (Adding dynamic classifiers) Adding an instance of …
(edit) @15851   16 years mdewsnip (Adding new DB support) A couple more SQLite path fixes.
(edit) @15850   16 years mdewsnip (Adding new DB support) Updating SQLite Windows makefile to compile …
(edit) @15849   16 years mdewsnip (Adding new DB support) Adding a "sqlite_safe()" function for escaping …
(edit) @15847   16 years mdewsnip (Adding dynamic classifiers) Now defines …
(edit) @15846   16 years mdewsnip (Adding dynamic classifiers) Adding a _dynamicclassifiernavbarentries_ …
(edit) @15845   16 years ak19 Corrected error I made in regex expression used to call …
(edit) @15844   16 years mdewsnip Changed "identityaction" to "identifyaction", so it actually matches …
(edit) @15843   16 years ak19 The file URL added to doc.xml as Image and Source metadata is first …
(edit) @15842   16 years ak19 Cosmetic change - annoying spelling/grammatical error.
(edit) @15841   16 years ak19 Filename metadata is turned into utf8 and then added to the document …
(edit) @15839   16 years ak19 Corrected bug that failed on PDFs with funny characters. Instead of …
(edit) @15838   16 years ak19 Updated the regular expression on img src link to make sure that …
(edit) @15836   16 years mdewsnip (Adding dynamic classifiers) Not sure if this is necessarily the best …
(edit) @15835   16 years mdewsnip (Adding dynamic classifiers) Improved get_link_icon() for dynamic …
(edit) @15834   16 years mdewsnip (Adding dynamic classifiers) Now displays the parent classifier node …
(edit) @15833   16 years mdewsnip (Adding new DB support) Adding SQLite library to CORBA executable linking.
(edit) @15830   16 years mdewsnip (Adding new DB support) Fixed one last SQLite library path.
(edit) @15829   16 years mdewsnip (Adding new DB support) Fixed SQLite library path.
(edit) @15828   16 years mdewsnip (Adding new DB support) Added code to compile the SQLite package if …
(edit) @15827   16 years mdewsnip (Adding new DB support) Fixed SQLite library paths.
(edit) @15826   16 years mdewsnip (Adding new DB support) Fixed SQLite include path.
(edit) @15824   16 years mdewsnip (Adding new DB support) Added win32.mak file into sqlite package, for …
(edit) @15822   16 years mdewsnip Fix to compilation order with Z3950 enabled.
(edit) @15821   16 years mdewsnip Fix for compiling the z3950server on Windows.
(edit) @15820   16 years mdewsnip Fix to previous change.
(edit) @15818   16 years mdewsnip Some tidy ups to Windows makefile in preparation for adding SQLite support.
(edit) @15817   16 years mdewsnip (Adding new DB support) Added support for USE_SQLITE=1 to Windows makefile.
(edit) @15816   16 years mdewsnip Minor whitespace improvement.
(edit) @15815   16 years mdewsnip (Adding new DB support) Now only compiles SQLite if it has been enabled.
(edit) @15814   16 years mdewsnip (Adding new DB support) Now only configures SQLite if --enable-sqlite …
(edit) @15811   16 years mdewsnip (Adding new DB support) Now calls to_uni() on the values from the …
(edit) @15810   16 years mdewsnip (Adding dynamic classifiers) Added a bit of code into get_link_icon() …
(edit) @15808   16 years mdewsnip Fixed up some nasty formatting problems in get_link_icon().
(edit) @15807   16 years mdewsnip (Adding dynamic classifiers) Added rudimentary code for displaying the …
(edit) @15806   16 years mdewsnip (Adding dynamic classifiers) Adding a …
(edit) @15804   16 years mdewsnip (Adding dynamic classifiers) Adding support for the new …
(edit) @15803   16 years mdewsnip (Adding dynamic classifiers) Added new …
(edit) @15802   16 years mdewsnip (Adding dynamic classifiers) Changing the way information is stored in …
(edit) @15800   16 years mdewsnip (Adding dynamic classifiers) Added check for empty …
(edit) @15798   16 years mdewsnip Added minor comment.
(edit) @15797   16 years mdewsnip (Adding dynamic classifiers) Changed getmetadatavalues() to …
(edit) @15796   16 years mdewsnip (Adding dynamic classifiers) Changed getmetadatavalues() to …
(edit) @15795   16 years mdewsnip (Adding dynamic classifiers) Changing "dcn" argument to "dcl", and …
(edit) @15794   16 years mdewsnip (Adding new DB support) Added "--enable-sqlite" support to the …
(edit) @15793   16 years mdewsnip (Adding new DB support) First cut at adding sqlite stuff to the …
Note: See TracRevisionLog for help on using the revision log.