source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11718   18 years mdewsnip Commented out the "Restricted Version" stuff, since it doesn't appear …
(edit) @11717   18 years kjdon made the history work again after John broke it by change & separator …
(edit) @11716   18 years kjdon committed Shaoquns version of the applet for the branch - version 1.10
(edit) @11715   18 years kjdon committed Shaoquns version of the applet for the branch - version 1.7
(edit) @11714   18 years kjdon committed Shaoquns version of the applet for the branch - version 1.4
(edit) @11713   18 years kjdon committed Shaoquns version of the applet for the branch - version 1.3
(edit) @11712   18 years kjdon committed Shaoquns version of the applet for the branch - version 1.8
(edit) @11711   18 years kjdon removed WriteCDImagePrompt.Netscape_Compatibility
(edit) @11710   18 years kjdon removed the exportcol strings for netscape - no longer bundled
(edit) @11709   18 years kjdon no netscape option any more. no longer bundle netscape
(edit) @11708   18 years kjdon removed the netscape option as we no longer bundle netscape on a CD
(edit) @11707   18 years kjdon we no longer distribute netscape
(edit) @11706   18 years kjdon null files names are now 8 digits long
(edit) @11705   18 years mdewsnip Changed the number of characters in the .nul filenames from 4 to 8, so …
(edit) @11704   18 years mdewsnip New version of gssetup.exe compiled with Visual C++ 4.2 on Windows XP, …
(edit) @11703   18 years mdewsnip Added "installation complete" message.
(edit) @11702   18 years mdewsnip Fixed up line endings.
(edit) @11701   18 years nzdl changes to image locations, particularly with doc eg colls
(edit) @11700   18 years kjdon Michael's changes regarding deleting files form downloaded files, …
(edit) @11699   18 years kjdon Michael's changes to disable library and gliserver url fields in the …
(edit) @11698   18 years kjdon michaels gliserver url string change for the branch
(edit) @11697   18 years kjdon Michael's lang code changes, aded to the branch
(edit) @11696   18 years (none) This commit was manufactured by cvs2svn to create branch …
(edit) @11695   18 years shaoqun new version
(edit) @11694   18 years shaoqun add code to check whether document_root is null
(edit) @11693   18 years shaoqun add code to check status of downing image
(edit) @11692   18 years shaoqun added image handle method, add code to check status of downing image
(edit) @11691   18 years shaoqun removed image handle methods to CollageImage
(edit) @11690   18 years shaoqun changed refresh delay
(edit) @11689   18 years mdewsnip Fixed up a couple more language codes that were incorrect.
(edit) @11688   18 years mdewsnip Changed the Chinese-Simplified and Chinese-Traditional language codes …
(edit) @11687   18 years mdewsnip Now only offers to install Netscape if "OfferNetscape:1" is in the …
(edit) @11686   18 years kjdon print out the displayname if there is one in the print_xml and …
(edit) @11685   18 years mdewsnip A little bit of documentation for anyone who needs to recompile this.
(edit) @11684   18 years mdewsnip Found the working vcinstall.rc file, reverted the gsinstall.rc file …
(edit) @11683   18 years kjdon added a -describeall option, so we can generate the descriptive output …
(edit) @11682   18 years kjdon added DTD mods for PlugInfoList and ClassInfoList
(edit) @11681   18 years kjdon print_xml_usage and print_xml_header now take arguments
(edit) @11680   18 years kjdon changed how it loads secondary plugins - now uses eval. did this cos …
(edit) @11679   18 years kjdon changed Yes to yes for inherits
(edit) @11678   18 years mdewsnip Moved a lot of the old Borland crap into the "really-really-old-stuff" …
(edit) @11677   18 years kjdon added a few more print methods so that pluginfo will work properly
(edit) @11676   18 years kjdon added adstract tag or changed Yes to yes for inherits
(edit) @11675   18 years mdewsnip Added some stuff to compile the resource file.
(edit) @11674   18 years mdewsnip Fixed up the resource file to work with Microsoft Visual C++ 4.2.
(edit) @11673   18 years mdewsnip Removed the stuff for compiling setup.exe because we don't have a …
(edit) @11672   18 years mdewsnip Changed the makefile to match the setup.exe/gssetup.exe structure better.
(edit) @11671   18 years mdewsnip New makefile for compiling the "Exported collection" installer with …
(edit) @11670   18 years mdewsnip Some changes to get this to compile with Microsoft Visual C++ 4.2.
(edit) @11669   18 years kjdon need to pass a parameter to print_xml_header so it knows which DTD to …
(edit) @11668   18 years kjdon tidied up the DTD output so that it actually matches the XML. now the …
(edit) @11667   18 years kjdon changed PlugName element in PluginName in DTD to match the output
(edit) @11666   18 years kjdon superclass PlugInfo or ClassInfo has been moved outsidde the Arguments …
(edit) @11665   18 years kjdon changed sort option type to metadata. it was string cos one of the …
(edit) @11664   18 years mdewsnip Fixed the line endings... for real this time, I hope.
(edit) @11663   18 years mdewsnip Fixed up the line endings.
(edit) @11662   18 years mdewsnip Fixed a nasty bug where the gliserver URL setting is automatically …
(edit) @11661   18 years kjdon changed COLLECTDIR to GSDLCOLLECTDIR cos thats what everyone else uses
(edit) @11660   18 years kjdon John T's fix for associated files and groupsize: Heres a minor bug …
(edit) @11659   18 years mdewsnip Updated the paragraph about running Greenstone on 16 bit Windows to …
(edit) @11658   18 years kjdon changed links to about and privacy pages - those files now live in …
(edit) @11657   18 years kjdon changed _cannotfindcgierror_ in usability stuff
(edit) @11656   18 years kjdon changed email address to greenstone instead of dmn, moved the html …
(edit) @11655   18 years kjdon changed email address to greenstone instead of dmn
(edit) @11654   18 years kjdon perl.cgi renamed savereport.cgi
(edit) @11653   18 years kjdon added a new opiton for DateList: no_special_formatting, which makes …
(edit) @11652   18 years kjdon added in a link to greenstone support for south asia
(edit) @11651   18 years mdewsnip Removed another piece of unused code now that there is only one …
(edit) @11650   18 years kjdon added url type in line 167 for jeffrey's new downloading code
(edit) @11649   18 years shaoqun new version
(edit) @11648   18 years shaoqun add code to guard ArryOutofBound error in handlepixels method
(edit) @11647   18 years shaoqun add a new variable (url) to CollageImage class, so we known where the …
(edit) @11646   18 years shaoqun if there is no screenview, clicking an collage image, the user will …
(edit) @11645   18 years shaoqun add a method to check wether an image and its screenview (if any) has …
(edit) @11644   18 years shaoqun comment out the code that convert "x=y" format because we no long use …
(edit) @11643   18 years kjdon fixed up a few more AutoText bits, also deleted the Search Types …
(edit) @11642   18 years kjdon modified this to get strings form various dictionaries and files - …
(edit) @11641   18 years kjdon added an ID to toc div for classifiers, so can format the display …
(edit) @11640   18 years kjdon fixed a bug that John T noticed, line 185 - parameters passed to 'new …
(edit) @11639   18 years kjdon <b> tags removed from datelist output for years and months, so added …
(edit) @11638   18 years kjdon added a few CSS class attributes for date_list, date_list_year, …
(edit) @11637   18 years kjdon added an extra class h_item_current to the current h item
(edit) @11636   18 years kjdon added string CDM.MetadataSetManager.Chooser.Add
(edit) @11635   18 years kjdon changed the file chooser add button to 'add' instead of 'add metadata set'
(edit) @11634   18 years kjdon strings.rb renamed to strings.properties
(edit) @11633   18 years kjdon renamed strings.rb to strings.properties (and same for other lang versions)
(edit) @11632   18 years kjdon renamed strings.rb to strings.properties
(edit) @11631   18 years kjdon changed the address of the survey (and moved it into a macro)
(edit) @11630   18 years mdewsnip Moved another function out of Utility and into XMLTools.
(edit) @11629   18 years mdewsnip Kissed the horrible TreeSynchronizer goodbye.
(edit) @11628   18 years mdewsnip Tidied up the MetaAuditFrame so it doesn't require any parameters or …
(edit) @11627   18 years mdewsnip The collection tree object is now created and owned by CollectionManager.
(edit) @11626   18 years mdewsnip Now there is only one collection tree, and it is added/removed from …
(edit) @11625   18 years mdewsnip Removed some more stuff from Utility.
(edit) @11624   18 years mdewsnip Moved PROGRAM_NAME and PROGRAM_VERSION strings out of Utility and into …
(edit) @11623   18 years mdewsnip Removed some pointless static variables from Utility.
(edit) @11622   18 years mdewsnip Lots more object-orientation improvements to the collection and …
(edit) @11621   18 years mdewsnip Removed the monstrous old run() function, and a couple of other (now …
(edit) @11620   18 years mdewsnip Rearranged some more workspace and collection tree code to reduce …
(edit) @11619   18 years mdewsnip The workspace and collection tree filters are now owned by the trees …
Note: See TracRevisionLog for help on using the revision log.