source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11384   18 years jrm21 new model
(edit) @11380   18 years kjdon davids fixes for a couple of warnings
(edit) @11379   18 years mdewsnip Bug fix for subfield change.
(edit) @11377   18 years kjdon garish images are now located in garish collection
(edit) @11376   18 years kjdon garish.dm now lives aas extra.dm in the garish collection
(edit) @11375   18 years kjdon removed gsimage macro, cos no longer needed (hopefully)
(edit) @11374   18 years kjdon removed an unneeded macro
(edit) @11373   18 years kjdon imagepref changed to preflink, gsimage changed to navtab
(edit) @11372   18 years kjdon changed to use preflink instead of imagepref
(edit) @11370   18 years kjdon override style:globalscripts to include usabilityscript, also removed …
(edit) @11369   18 years kjdon moved collectionspecificstyle moved outside the style tag so that it …
(edit) @11368   18 years kjdon For some reason smart_block was hidden for gli, so made it visible
(edit) @11366   18 years mdewsnip Added settings for tutorial exercises.
(edit) @11363   18 years kjdon restructured the help text into many frangments, not just a few. moved …
(edit) @11362   18 years kjdon added back in some usability stuff
(edit) @11361   18 years kjdon restructured this. put a lot of the markup in here, instead of being …
(edit) @11360   18 years kjdon added in usability script if needed
(edit) @11359   18 years kjdon put back the usability macros, but into this file instead of all over …
(edit) @11358   18 years kjdon removed the collector link
(edit) @11357   18 years kjdon homehelp is no longer - just uses the standard help pages (without the …
(edit) @11356   18 years kjdon changed a usability macro, also if p=help, then check to see if …
(edit) @11355   18 years kjdon added usability macros back in, changed _tabtextsearch_ to …
(edit) @11354   18 years kjdon changed the cssheader around. the links now come first, then the style …
(edit) @11353   18 years mdewsnip Added a bit of code to prevent infinite looping on bad data.
(edit) @11351   18 years mdewsnip Removed the double-escaping of default argument values, as this messes …
(edit) @11350   18 years mdewsnip Removed the "-filename_field" option from …
(edit) @11348   18 years mdewsnip Now only tries to obtain documents locally if the values (formed by …
(edit) @11342   18 years mdewsnip The "-metadata_set" option is no longer hidden from the GLI. For John Rose.
(edit) @11335   18 years mdewsnip Now sends messages to the GLI telling the user the CDS/ISIS file is …
(edit) @11334   18 years mdewsnip Errors reading the .fdt or .xrf files are now reported back to the GLI …
(edit) @11333   18 years mdewsnip Now consistently sets $self->{'gli'} in plugin::begin.
(edit) @11332   18 years mdewsnip Added a mechanism for plugins to do tidying up after exploding. …
(edit) @11330   18 years mdewsnip Added ISISPlug to the default list of plugins, for John Rose.
(edit) @11329   18 years mdewsnip Made the block_exp option hidden from the GLI, as it is non-negiotable.
(edit) @11328   18 years kjdon in iso639, if can't map the lang code to an English name, then return …
(edit) @11325   18 years mdewsnip Updated Gaelic (Scottish) interface, many thanks to Rita Campbell and …
(edit) @11324   18 years mdewsnip Changed the related documents code to use "dc.Relation" instead of …
(edit) @11321   18 years mdewsnip Added support for the XML files used for the tutorial exercises.
(edit) @11320   18 years mdewsnip Now deals with "<" and ">" characters correctly in the submitted text …
(edit) @11319   18 years kjdon added in localhost to address resolution methods
(edit) @11311   18 years kjdon anywhere where we determine document/classifier by checking for …
(edit) @11310   18 years kjdon turned the mkcol public and win31compat arguments into enums, added …
(edit) @11309   18 years kjdon now uses new parse2 parsing instead of old parsargv, and creator no …
(edit) @11307   18 years cvs_anon Changed the version number
(edit) @11306   18 years kjdon used to use _httpdoc_ in the new link, but that has an &amp; entity in …
(edit) @11305   18 years kjdon forgot to change the mp3 icon name
(edit) @11302   18 years mdewsnip When obtaining documents using the "document_field" option, a file …
(edit) @11300   18 years mdewsnip Now also removes '#' characters from field names.
(edit) @11299   18 years mdewsnip Now removes more punctuation from field names, and removes the …
(edit) @11298   18 years mdewsnip Fairly substantial changes in order to deal with …
(edit) @11297   18 years jrm21 used is already taken on recent versions of freebsd (defined in …
(edit) @11296   18 years kjdon now only use a-z1-9 chars in the index names (\w) in case the names …
(edit) @11295   18 years mdewsnip Hide the "split_exp" option from the GLI, since it should never need …
(edit) @11294   18 years jrm21 added a class="document" around most of the content (under the navbar) …
(edit) @11293   18 years mdewsnip Added a new "check-installation" command to check that Java is …
(edit) @11292   18 years jrm21 use configure's OBJEXT variable instead of working around ansi vs kr c …
(edit) @11286   18 years kjdon Richards (DLC) fixes for allowing single quotes to surround href, src …
(edit) @11262   18 years mdewsnip The FDT file wasn't being read using the encoding specified, so things …
(edit) @11261   18 years kjdon removed some stupid stuff from the help page - actually its all stupid …
(edit) @11259   18 years mdewsnip Various little bug fixes and improvements (many to get things working …
(edit) @11258   18 years mdewsnip New zip files containing updated win32.mak files: added -nologo and …
(edit) @11257   18 years mdewsnip Removed the USE_STLPORT option -- use GSDL_VC4 instead.
(edit) @11256   18 years mdewsnip Added a "GSDL_VC4" option that has to be specified with the nmake …
(edit) @11255   18 years mdewsnip Changed all occurrences of the "-o" option to cl to "-Fe" ("-o" is …
(edit) @11254   18 years mdewsnip Removed some unnecessary usage of the "-o" argument to cc (deprecated …
(edit) @11253   18 years mdewsnip Added "-nologo" to all cc and lib calls (to prevent a two line message …
(edit) @11252   18 years mdewsnip Fixed the line endings of these files to make Visual Studio 2005 happy.
(edit) @11251   18 years mdewsnip Removed unneeded line.
(edit) @11249   18 years kjdon added some checks that the image and text files exist before we try to …
(edit) @11247   18 years kjdon xalan.jar, needed for -xslt switch in XMLPlug
(edit) @11245   18 years kjdon by default, lucene indexer will only index the first 10,000 words of a …
(edit) @11244   18 years kjdon a couple of changes to get the jar file creating properly (including …
(edit) @11243   18 years kjdon the lucene jar file needed for compiling
(edit) @11238   18 years mdewsnip Now escapes all '&' characters, to prevent problems with undefined …
(edit) @11237   18 years jrm21 add a margin:0 to the paragraph inside the navbar in case anyone wants …
(edit) @11236   18 years jrm21 remove blank tab image spacer that isn't used any more
(edit) @11235   18 years jrm21 arg, removed extra closing </div> tag after document image
(edit) @11224   18 years mdewsnip Added rule for gaelic macrofiles.
(edit) @11223   18 years mdewsnip Added new "Gaelic (Scottish)" interface.
(edit) @11222   18 years mdewsnip Gaelic (Scottish) interface, many thanks to Rita Campbell and Laurinda …
(edit) @11221   18 years mdewsnip Removed the comments at the top about the icon macros (which no longer …
(edit) @11218   18 years nzdl Updated Russian strings, many thanks to Olena Medelyan.
(edit) @11217   18 years nzdl Updated Russian macrofile, many thanks to Olena Medelyan.
(edit) @11215   18 years mdewsnip Fixed a spelling mistake.
(edit) @11214   18 years kjdon changed an exportcol string
(edit) @11211   18 years kjdon got rid of the icons header bits, and some left over width and height …
(edit) @11210   18 years mdewsnip Also need to escape double quotes?
(edit) @11209   18 years kjdon changed iconsearchhistorybar to searchhistorybar, and now its a div …
(edit) @11206   18 years mdewsnip Updated Spanish strings, many thanks to Jesus Tramullas.
(edit) @11205   18 years mdewsnip Now removes "Updated DD-MMM-YYYY" comments added by the GTI.
(edit) @11204   18 years mdewsnip Fixed up _imagetranslator_.
(edit) @11203   18 years mdewsnip Spanish interface update, many thanks to Jesus Medelyan.
(edit) @11202   18 years mdewsnip Russian interface update, many thanks to Olena Medelyan.
(edit) @11201   18 years mdewsnip Spanish interface update, many thanks to Jesus Tramullas.
(edit) @11200   18 years mdewsnip Updated Indonesian interface, many thanks to Paul Mundy.
(edit) @11199   18 years kjdon added in a missing escape for _
(edit) @11198   18 years kjdon don't use iconnosearch in standard greenstone any more
(edit) @11194   18 years kjdon don't use this for standard greenstone any more
(edit) @11193   18 years mdewsnip Changed ogg.png to iogg.gif.
(edit) @11192   18 years mdewsnip Removed some more images that are no longer used.
Note: See TracRevisionLog for help on using the revision log.