source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13190   17 years kjdon changed a comment
(edit) @13189   17 years kjdon new plugin that reads metadata.xml files. Functionality moved here …
(edit) @13188   17 years kjdon RecPlug no longer handles reading metadata.xml files. It is purely …
(edit) @13187   17 years kjdon some functions for metadata manipulation, used by RecPlug and …
(edit) @13186   17 years kjdon removed RecPlug -use_metadata_files option, added MetadataXMLPlug
(edit) @13185   17 years kjdon plugin manager place separator is now done in the constructor, not …
(edit) @13184   17 years kjdon removed a commented out line
(edit) @13183   17 years kjdon added a string for MetadataXMLPlug
(edit) @13182   17 years kjdon placeSeparator() is now private and called from the constructor. also …
(edit) @13181   17 years kjdon RecPlug option -use_metadata_files has been deprecated. When parsing …
(edit) @13180   17 years mdewsnip Now checks that the directory doesn't already exist before trying to …
(edit) @13179   17 years mdewsnip Fixed an "uninitialized value" error.
(edit) @13178   17 years mdewsnip Added "info_only" check to prevent errors when running pluginfo.pl on …
(edit) @13177   17 years mdewsnip No longer tries to load the options for a plugin/classifier if it has …
(edit) @13176   17 years mdewsnip Added NPE fix and an efficiency change to prevent an unnecessary …
(edit) @13175   17 years mdewsnip Added a check to prevent a NPE and display an error message when …
(edit) @13174   17 years kjdon now checks for Filename field when reading through the first line. …
(edit) @13173   17 years mdewsnip Fixed problem where Unix line endings weren't being dealt with correctly.
(edit) @13172   17 years kjdon Moved all printing stuff out of doc.pm. docprint now prints a GA …
(edit) @13171   17 years kjdon docprint is no longer a docproc, now need to call get_section_xml and …
(edit) @13170   17 years kjdon docprint is no longer a docproc object. Its now a perl module that …
(edit) @13169   17 years kjdon debug mode now passes debug flag to plugout rather than using …
(edit) @13168   17 years mdewsnip Now prevents the gsdlCGI.pm module from returning errors and warnings …
(edit) @13167   17 years mdewsnip Now escapes the '&' characters in the CGI arguments in XML errors or …
(edit) @13166   17 years mdewsnip Can now obtain documents from the web containing spaces.
(edit) @13165   17 years mdewsnip Need to unescape filename separators on Windows.
(edit) @13164   17 years kjdon removed two 'commented out' bits which were invalid css cos used # for …
(edit) @13163   17 years kjdon changed groupsize mode back to 3 as per John Rose comment
(edit) @13162   17 years mdewsnip Updated GLI dictionary file, many thanks to Kamal Salih.
(edit) @13161   17 years mdewsnip Added "records" as a magic word.
(edit) @13160   17 years (none) This commit was manufactured by cvs2svn to create tag …
(edit) @13159   17 years kjdon a few small tidy ups
(edit) @13158   18 years mdewsnip Made the explode metadata prompt have the exploded metadata set …
(edit) @13157   18 years mdewsnip Now only adds * metadata values if the field is specified to have …
(edit) @13156   18 years mdewsnip Now sorts function and construction information by year.
(edit) @13155   18 years mdewsnip Made the page maximum 720 pixels wide when printed, so hopefully IE …
(edit) @13154   18 years mdewsnip Now resizes the masthead image to 720 pixels wide when printing, so it …
(edit) @13153   18 years shaoqun added code for displaying XMLMARCPlug's arguments
(edit) @13152   18 years mdewsnip Now removes extra less-than and greater-than characters, and catches …
(edit) @13151   18 years shaoqun changed the string name
(edit) @13150   18 years shaoqun added strings for XMLMARCPlug
(edit) @13149   18 years shaoqun added a new plugin for xml marc files
(edit) @13148   18 years shaoqun added code to check whether its subclass can parse a doc type before …
(edit) @13147   18 years shaoqun added method used by XMLPlug to check whether its subclass can parse …
(edit) @13146   18 years mdewsnip Now hides the navigation bar when printing.
(edit) @13145   18 years mdewsnip Changed the size of the cicsubheading class.
(edit) @13144   18 years mdewsnip Set the m CGI value to -1 so all the documents are returned for simple …
(edit) @13143   18 years kjdon changed the date, added top level version num
(edit) @13142   18 years mdewsnip Fixed comma searching problem in simple search box also.
(edit) @13141   18 years mdewsnip Removed debug alert message from advanced bibliography search (!).
(edit) @13140   18 years mdewsnip Fixed a bug where commas in the simple bibliography search form would …
(edit) @13139   18 years kjdon decided not to modify OAI_downloading at this time. SO all the …
(edit) @13138   18 years mdewsnip Added a missing definition for the home page caption area.
(edit) @13137   18 years mdewsnip Removed an unused CSS definition.
(edit) @13136   18 years mdewsnip Moved the text from the old "About -> Introduction" page onto the home …
(edit) @13135   18 years kjdon nearly finished updates for 2.71. only a couple to go
(edit) @13134   18 years mdewsnip Put the original, uncropped masthead image back.
(edit) @13133   18 years mdewsnip Languages that should be displayed right-to-left are now specified in …
(edit) @13132   18 years mdewsnip Stopped running to_utf8 on the submitted strings, as this is causing …
(edit) @13131   18 years mdewsnip Now uses the existing decode_commas function in cgiutils.
(edit) @13130   18 years mdewsnip Brought up to current specs in preparation for debugging a GTI …
(edit) @13129   18 years kjdon index options now use indexOption element instead of option, and are …
(edit) @13128   18 years kjdon added accentfolding strings
(edit) @13127   18 years kjdon now look for indexOptionList in the config file - currently two …
(edit) @13126   18 years kjdon this now knows about accentfold param - stem indexes now include stem, …
(edit) @13125   18 years kjdon added indexOption element
(edit) @13124   18 years shaoqun added the code to use log4j and replace system.out or system.err to …
(edit) @13123   18 years shaoqun added the code to use log4j and replace system.out or system.err to …
(edit) @13122   18 years shaoqun added the code to use log4j and LibraryServelt writes usage info to …
(edit) @13121   18 years shaoqun added log4j's property file which will be copyed to …
(edit) @13120   18 years shaoqun added supports for log4j
(edit) @13119   18 years kjdon updated some more tutorials for 2.71
(edit) @13118   18 years kjdon added [DocTopOID] which gives the top level document identifier
(edit) @13117   18 years kjdon make sure we have actually found something before iterating, in get_href
(edit) @13116   18 years kjdon added .rt to the list of OID modifiers - this is the root id of the …
(edit) @13115   18 years kjdon fixed up defaultindex for mgpp collections, added maxnumeric and …
(edit) @13114   18 years kjdon updated small_html_collection and simple_image_collection tutorials to …
(edit) @13113   18 years mdewsnip Arabic Perl strings, many thanks to Kamal Salih Mustafa Khalafala.
(edit) @13112   18 years kjdon added a couple more folders and files to the gs2build module
(edit) @13111   18 years mdewsnip Added "-fexceptions" to LDFLAGS to prevent an error compiling on Mac …
(edit) @13110   18 years mdewsnip Fixed up badly encoded character.
(edit) @13109   18 years mdewsnip Now escapes square brackets in metadata so Greenstone doesn't try to …
(edit) @13108   18 years mdewsnip Now removes superscript tags from non-place references.
(edit) @13107   18 years mdewsnip Added "No image" as the alt text for the "no image" image.
(edit) @13106   18 years mdewsnip Changed the cicheading class so the bottom of low lying characters …
(edit) @13105   18 years mdewsnip Explicitly set the height of the navigation bar buttons to 20px, so it …
(edit) @13104   18 years mdewsnip Tidied up the footer horizontal rule.
(edit) @13103   18 years kjdon cgi_safe, do unicode encoding for characters less than 127 rather than …
(edit) @13102   18 years mdewsnip Added alt tags to images on the designer pages, and removed the extra …
(edit) @13101   18 years mdewsnip Minor formatting improvement.
(edit) @13100   18 years mdewsnip Changed the small image size from 125 to 225 (for the new place pages).
(edit) @13099   18 years mdewsnip No longer used.
(edit) @13098   18 years mdewsnip Filled in the server information part of the background page.
(edit) @13097   18 years nzdl brought this up to date with normal greenstone home.dm. package …
(edit) @13096   18 years mdewsnip New background page.
(edit) @13095   18 years mdewsnip New "About -> Introduction" page.
(edit) @13094   18 years mdewsnip Added the footer.
(edit) @13093   18 years mdewsnip Added narrative and references links back into place page.
(edit) @13092   18 years mdewsnip Removed all the superscript tags as these don't render well in HTML.
(edit) @13091   18 years mdewsnip Changes to the PlaceImagesHTML, PlaceConstructionDatesTableHTML and …
Note: See TracRevisionLog for help on using the revision log.