source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10362   19 years mdewsnip Now sets the gli directory path correctly.
(edit) @10361   19 years mdewsnip I don't think there are many values of arg_ct that are both < 0 and > 2…
(edit) @10360   19 years kjdon added use strict. worked on the format statement conversion. have done …
(edit) @10359   19 years kjdon added a gsf:default element to gsf:choose-metadata - contains default text
(edit) @10358   19 years chi A perl program as a wrapper for the convert utility. It is used to …
(edit) @10357   19 years chi Adding the pdf_to_img routine in convertPDF() function.
(edit) @10356   19 years chi tidy up the code.
(edit) @10355   19 years chi Remove heading_title options to StructuredHTMLPlug.
(edit) @10354   19 years chi Add an argument "title_sub" here in PagedImgPlug
(edit) @10353   19 years chi Modification for allowing PDF document being converted to various …
(edit) @10352   19 years chi Change the pagedimg_png,jpg,gif (hyphen to underscore) setting in …
(edit) @10351   19 years kjdon added DocumentVList to the list of formats
(edit) @10350   19 years kjdon added a check for defined before removing the .pm
(edit) @10349   19 years kjdon added scripts.xml as -xml description
(edit) @10348   19 years kjdon changed a few strings for export.pl, and added exportcol.cddir
(edit) @10347   19 years kjdon removed the unneeded 'use parsargv'
(edit) @10346   19 years mdewsnip Saved a few lines.
(edit) @10345   19 years mdewsnip Removed some more crap out of the Utility class.
(edit) @10344   19 years kjdon if there was no Title, add PageNum as a Title
(edit) @10343   19 years kjdon move up and down buttons become disabled when selection at top/bottom
(edit) @10342   19 years mdewsnip Tidied up a lot of path variables. These were all over the place, and …
(edit) @10341   19 years kjdon when change the order of the classifiers, now it calls refresh in the …
(edit) @10340   19 years kjdon use new parse2 arg parsing, added 'use strict'
(edit) @10339   19 years kjdon uses new parse2 arg parsing, added 'use strict'
(edit) @10338   19 years kjdon tidied this up: uses new parse2, use strict
(edit) @10337   19 years kjdon changed the intArgLeftinAfterParsing \!= 1 to > 1 - otherwise -xml …
(edit) @10336   19 years kjdon reversed the ++*currentPtr change back to *currentPtr++
(edit) @10335   19 years kjdon ++*pa is not the same as *pa++ - reversed these erroneous changes
(edit) @10334   19 years kjdon in getMetadataList, if all_metadata, then use getMultiInfo to make …
(edit) @10333   19 years kjdon modified to use the new GSDL3HOME and GSDL3SRCHOME variables
(edit) @10332   19 years mdewsnip Renamed the collect_config_file option to collect_cfg_file, so it is …
(edit) @10331   19 years kjdon modified to use the new GSDL3HOME and GSDL3SRCHOEM variables
(edit) @10330   19 years kjdon gsdl3 mode now has two args: -gsdl3 which is gsdl3home (the web dir) …
(edit) @10329   19 years mdewsnip Changed the default_language string to be of type "string", since …
(edit) @10328   19 years mdewsnip Fixed some spelling mistakes.
(edit) @10327   19 years kjdon changed GSDLSRCHOME to GSDL3SRCHOME, and now export it
(edit) @10326   19 years kjdon GSDL3HOME is now the web dir, so need to use GSDL3SRCHOME in the INC bit
(edit) @10325   19 years mdewsnip Opening files in an external program is now done through …
(edit) @10324   19 years kjdon added no strict, also changed Charactor Length to CharactorLength (its …
(edit) @10323   19 years mdewsnip Now returns null if an empty command is specified.
(edit) @10322   19 years kjdon just committing the version generated by the ant target - if it gets …
(edit) @10321   19 years kjdon deploy-localsite can now run if tomcat is external (requires tomcat to …
(edit) @10320   19 years kjdon fixed a typo
(edit) @10319   19 years kjdon added some missing quotes for site_name
(edit) @10318   19 years mdewsnip New LuceneWrap.jar file with updated class files.
(edit) @10317   19 years mdewsnip Fixed the warning message because out_file is undefined on Linux.
(edit) @10316   19 years kjdon more notes
(edit) @10315   19 years kjdon added port to windows mysql startup
(edit) @10314   19 years kjdon small mysql windows changes
(edit) @10313   19 years mdewsnip Fixed undefined doc_oid variable problem.
(edit) @10312   19 years kjdon added notes for external mysql
(edit) @10311   19 years kjdon added passwords for mysql root, gsdl3admin and gsdl3reader users and …
(edit) @10310   19 years kjdon added placeholders for mysql user passwords
(edit) @10309   19 years kjdon * empty log message *
(edit) @10308   19 years kjdon new jar for the modified GetUserAndPassword
(edit) @10307   19 years kjdon made the username property optional
(edit) @10306   19 years kjdon need to check for empty password too
(edit) @10305   19 years davidb newly introduced is_incremental() used to help determine if file needs …
(edit) @10304   19 years davidb Introduction of is_incremental() function in base class (not …
(edit) @10303   19 years kjdon gsdl3home is now the web dir, so some commands in here use …
(edit) @10302   19 years kjdon few more bits
(edit) @10301   19 years kjdon changed the configure stuff for web - only need to update …
(edit) @10300   19 years kjdon updated setUserandproxy task
(edit) @10299   19 years kjdon made this more general - now specify what user and pword properties …
(edit) @10298   19 years kjdon changed some comments, removed mysql.admin.user
(edit) @10297   19 years kjdon gsdl3home now comes from globalProperties, not the web.xml file
(edit) @10296   19 years kjdon changed the args a bit, gsdl3_home now comes from GlobalProperties (in …
(edit) @10295   19 years kjdon new static class to hold global properties, read in from …
(edit) @10294   19 years kjdon made the connection a bit more dynamic - gets server and port and …
(edit) @10293   19 years kjdon gsdl3_home now comes from GlobalProperties, not config_params
(edit) @10292   19 years kjdon changed the site loading/reloading stuff a bit. now get GSDL3Home from …
(edit) @10291   19 years kjdon readding siteConfig.xml and removing siteConfig.xml.in - the default …
(edit) @10290   19 years kjdon the address for a remote site can now come from address att as before, …
(edit) @10289   19 years kjdon changed the xml for siteConfig files a bit - removed SITE_NAME_ELEM …
(edit) @10288   19 years kjdon don't need to process siteConfig, so removedd the .in file and added …
(edit) @10287   19 years kjdon have removed the installation specific init-param gsdl3_home from the …
(edit) @10286   19 years kjdon use global.properties now instead of this file
(edit) @10285   19 years kjdon soap servers now use GlobalProperties to find gsdl3_home, not …
(edit) @10284   19 years kjdon a new template for global properties. this properties file gets filled …
(edit) @10283   19 years davidb hashfile, db2txt, and txt2db added to INSTALLDIRS in win32.mak file. …
(edit) @10282   19 years chi Modifications to allow the gsConvert either run open source coverting …
(edit) @10281   19 years chi Add filename_within_collection().
(edit) @10280   19 years chi Some major changes to allow secondary plugin setting.
(edit) @10279   19 years chi A modification to allow a secondary plugin setting through ConvertToPlug
(edit) @10278   19 years chi A major modification to allow a secondary-plugin setting. With this …
(edit) @10277   19 years chi tidy up the filename in add_file().
(edit) @10276   19 years chi Add a read_into_doc_obj() for enabling secondary_pluging function. …
(edit) @10275   19 years chi A modification to allow a secondary plugin setting through ConvertToPlug
(edit) @10274   19 years chi A modification to allow a secondary plug setting through ConvertToPlug.
(edit) @10273   19 years chi A modification to allow a secondary-plugin setting through ConvertToPlug.
(edit) @10272   19 years chi A modification to allow a secondary-plugin setting.
(edit) @10271   19 years chi A new program to demonstrate HTML document (converted from other …
(edit) @10270   19 years chi The modification to allow the secondary-plugin setting.
(edit) @10269   19 years nzdl Fixed another GTI link.
(edit) @10268   19 years mdewsnip Fixed link to the GTI.
(edit) @10267   19 years mdewsnip Added some more general zip functions -- eventually the old ones will …
(edit) @10266   19 years mdewsnip Added some stubs for the new remote Greenstone server stuff.
(edit) @10265   19 years mdewsnip Added some more stuff when using a remote Greenstone server.
(edit) @10264   19 years mdewsnip Now downloads the collection configuration files when File -> Open is …
(edit) @10263   19 years mdewsnip Now downloads a collection from the remote Greenstone server if one is …
Note: See TracRevisionLog for help on using the revision log.