source: main/trunk/greenstone2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21785   14 years kjdon removing disable_OAI option. As far as I know, its only used for gs3, …
(edit) @21784   14 years kjdon changed OAI element to proper serviceRack
(edit) @21783   14 years kjdon don't write out OAI servicerack here. do it in collectionConfig as it …
(edit) @21772   14 years ak19 Removing the Doc and Sec opening and closing tags, since they …
(edit) @21765   14 years kjdon modified HTMLPlugin.metadata_fields to hopefully make it a bit clearer
(edit) @21764   14 years kjdon fixed up all my copy and paste errors. doh.
(edit) @21763   14 years kjdon don't modify document_field is info_only - doesn't appear to be …
(edit) @21762   14 years kjdon creating a cd currently copies all svn directories. added a cp_r_nosvn …
(edit) @21761   14 years kjdon adding code to provide a URL in a dc.identifier field to link to the …
(edit) @21760   14 years kjdon srclink now generated dynamically at runtime. instead of storing …
(edit) @21759   14 years kjdon changed a comment
(edit) @21758   14 years kjdon now we dynamically generate srclink (and /srclink, and new srchref …
(edit) @21757   14 years kjdon I am changing the way srclink is handled. Changing FavouritesPlugin
(edit) @21754   14 years mdewsnip Whoops, accidentally committed dynamic_classifier line as part of …
(edit) @21753   14 years mdewsnip Added new _texttruncated_ macro to go along with the new …
(edit) @21752   14 years mdewsnip Added new "htmlsafe:", "xmlsafe:", and "truncate(X):" (truncate …
(edit) @21747   14 years kjdon added macros for ogg and real media icons
(edit) @21746   14 years kjdon now use icon macros for srcicon
(edit) @21743   14 years kjdon should be using assocfilepath instead of archivedir
(edit) @21742   14 years kjdon should be using assocfilepath instead of archivedir
(edit) @21733   14 years kjdon a little tidying up and code reuse and making these work for gs3 with …
(edit) @21732   14 years kjdon archivedir should be archive_dir
(edit) @21724   14 years oranfry trying to fix configure error, this is generated by autoconf on mac
(edit) @21722   14 years kjdon now return 1 from generate_images - PagedImagePlugin is expecting …
(edit) @21721   14 years kjdon fixed up an error message
(edit) @21720   14 years kjdon use -classpath instead of -cp so it compiles with java 1.4
(edit) @21719   14 years ak19 For Fedora: the Greenstone server's prefix URL is obtained from …
(edit) @21718   14 years kjdon changed resumeafter to 250 by default. Apparently some harvesters can …
(edit) @21716   14 years mdewsnip Improvements to metadataaction.pm made by Jeffrey Ke and Shane Taylor …
(edit) @21715   14 years mdewsnip Adding some comments and error checking. By Jeffrey Ke.
(edit) @21714   14 years kjdon -cp option to javac doesn't work with java 1.4, so I modified the …
(edit) @21687   14 years ak19 1. Minor changes for when when fedora uses Greenstone 3's tomcat: Only …
(edit) @21664   14 years mdewsnip Renamed util::rename_gdbm_file() to util::rename_ldb_or_bdb_file().
(edit) @21661   14 years mdewsnip Changed ClassifyTreeNode so it gets the infodbtype from the model, …
(edit) @21657   14 years kjdon moved OAI stuff to end. changed searchtypes representation to …
(edit) @21656   14 years kjdon indented to my sized indents before modifying
(edit) @21646   14 years mdewsnip Changed ClassifyTreeModel constructor to take the infodbtype as a …
(edit) @21645   14 years mdewsnip Changed IncrementalDocument constructor to take the infodbtype as a …
(edit) @21644   14 years mdewsnip Changed IncrementalBuildUtils::setDocumentMetadata() to take the …
(edit) @21643   14 years mdewsnip Changed IncrementalBuildUtils::addDocument() to take the infodbtype …
(edit) @21642   14 years mdewsnip Changed IncrementalBuildUtils::deleteDocument() to take the infodbtype …
(edit) @21633   14 years mdewsnip Added some missing "use dbutil".
(edit) @21621   14 years ak19 Checking for existence of LuceneWrapper to see if Lucene was disabled …
(edit) @21620   14 years mdewsnip Changed inexport.pm to use the infodbtype value from the collect.cfg …
(edit) @21619   14 years mdewsnip Removed src_db_file() and doc_db_file() functions from inexport.pm. …
(edit) @21618   14 years mdewsnip Changed plugin::remove_some() to take the infodbtype as the second …
(edit) @21617   14 years mdewsnip Changed plugin.pm so it uses &dbutil::get_infodb_file_path() directly, …
(edit) @21616   14 years mdewsnip Minor comment change.
(edit) @21615   14 years mdewsnip Minor comment change.
(edit) @21614   14 years mdewsnip Changed ArchivesInfPlugin.pm so it uses the infodbtype value from the …
(edit) @21613   14 years mdewsnip Changed calls to read_collection_cfg() so the infodbtype value is set …
(edit) @21607   14 years mdewsnip Changed basebuilder.pm so set_infodbtype() is called on the buildproc …
(edit) @21605   14 years mdewsnip Swapped an "if" block and an "else" block in …
(edit) @21604   14 years oranfry an admin icon
(edit) @21603   14 years oranfry fixed infinite loop when ext dir exists but is empty
(edit) @21594   14 years oranfry new pretty icons yey\!
(edit) @21591   14 years kjdon directory for extensions
(edit) @21590   14 years anna Added nepali2.dm to macro file list.
(edit) @21589   14 years anna Nepali translation of the auxiliary user interface. Many thanks to …
(edit) @21588   14 years ak19 I think I've now fixed the bug where build operation in FLI would fail …
(edit) @21586   14 years mdewsnip Changed DirectoryPlugin to use the infodbtype value from the arcinfo …
(edit) @21585   14 years mdewsnip Changed one occurrence of dbutil::read_infodb_keys() to …
(edit) @21584   14 years mdewsnip Changed BasePlugout to use the infodbtype value from the arcinfo …
(edit) @21581   14 years mdewsnip Changed import.pl and export.pl so instead of explicitly using …
(edit) @21580   14 years mdewsnip Changed import.pl and export.pl to pass the infodbtype read from the …
(edit) @21579   14 years mdewsnip Changed arcinfo.pm to take the infodb type to use for the archiveinf …
(edit) @21570   14 years mdewsnip Changed colcfg.pm so it "require"s collConfigxml and buildConfigxml …
(edit) @21569   14 years mdewsnip Changed all places explicitly using ".gdb" to use the …
(edit) @21568   14 years mdewsnip Fixed up a couple more unnecessarily GDBM-specific bits.
(edit) @21567   14 years mdewsnip Changed all places explicitly using "archiveinf-doc.gdb" or …
(edit) @21566   14 years mdewsnip Changed all places explicitly using "archiveinf-doc.gdb" or …
(edit) @21565   14 years mdewsnip Changed dbutil::gdbm::X() calls to dbutil::X("gdbm"), in preparation …
(edit) @21564   14 years mdewsnip Changed lots of occurrences of "GDBM" in comments, variable names and …
(edit) @21563   14 years mdewsnip Deleted GDBMUtils.pm. What was the point of me spending all that time …
(edit) @21562   14 years mdewsnip Changed calls to GDBMUtils::gdbmCachedCollectionSet() to …
(edit) @21561   14 years mdewsnip Changed calls to GDBMUtils::gdbmCachedCollectionGet() to …
(edit) @21560   14 years mdewsnip Efficiency improvement to last changes.
(edit) @21559   14 years mdewsnip Changed calls to GDBMUtils::gdbmDatabaseRemove() to …
(edit) @21558   14 years mdewsnip Variable name change to prevent clash.
(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.
Note: See TracRevisionLog for help on using the revision log.