source: main/trunk/greenstone3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26505   11 years davidb Java library that can convert an XML document into a JSON string, …
(edit) @26504   11 years davidb If you would like a <gsf:link> to open a new window/tab when clicked, …
(edit) @26503   11 years davidb Line added to call 'define-js-macro-variables' so javascript versions …
(edit) @26502   11 years davidb Section added to the <head>...</head> that lets a collection designer …
(edit) @26501   11 years davidb A move towards easier migration of Greenstone2 collections to …
(edit) @26500   11 years davidb Some white-space changes (indenting) and a comment added at the end to …
(edit) @26499   11 years sjm84 The debug behaviour is triggered via the debug cgi argument instead of …
(edit) @26498   11 years sjm84 Document metadata in on the classifier page is now stored in the gs …
(edit) @26497   11 years ak19 In previous commit, forgot to rename references to Library2 into …
(edit) @26496   11 years ak19 More descriptive name for Library 2, as it can be run from the …
(edit) @26495   11 years ak19 Added target to allow tomcat to be started up in debug mode which will …
(edit) @26494   11 years ak19 1. Adding new Library class TransformingLibrary.java that takes a GS3 …
(edit) @26493   11 years sjm84 The back-end service that gets and saves templates
(edit) @26492   11 years sjm84 Next iteration of the "Greenbug" interface. Saving now works. Still …
(edit) @26491   11 years davidb Another place where we now also want to check for gsf:foreach-metadata
(edit) @26489   11 years kjdon tidying up the interface properties. Deleting ones that are not used - …
(edit) @26488   11 years kjdon using a dictionary string instead of hard coding
(edit) @26487   11 years kjdon looks nicer like this
(edit) @26486   11 years kjdon looks nicer like this
(edit) @26485   11 years kjdon looks nicer like this
(edit) @26484   11 years kjdon putting lesser used text strings into interface_default2.properties - …
(edit) @26483   11 years kjdon renamed the default properties files to basic as that is the interface …
(edit) @26482   11 years kjdon added Maori words for some/all, which is used in niupepa collection
(edit) @26477   11 years kjdon only call results page if rt contains r: requesttype=request. When …
(edit) @26473   11 years davidb Block of code added to monitors for the new '<gsf:foreach-metadata>' …
(edit) @26472   11 years davidb For a group-by search results example, started to make use of xsl:key, …
(edit) @26471   11 years davidb Added extra util:xx function (accessed from XSLT) to return the DocOID …
(edit) @26470   11 years ak19 Fixed how turning the realistic book on in Prefs wasn't being …
(edit) @26469   11 years ak19 apache-ant-1.8.2ant.jar
(edit) @26468   11 years ak19 Adding eclipse project files for GS3. Instructions on setting this up …
(edit) @26467   11 years kjdon added a few new gsf templates, foreach-metadata and supporting templates
(edit) @26464   11 years davidb Default level for quick-search box changed to use the default value of …
(edit) @26462   11 years sjm84 Fixing some minor bugs
(edit) @26461   11 years sjm84 Phase two of commiting the improved debugging system
(edit) @26460   11 years sjm84 Reformatting this file
(edit) @26459   11 years sjm84 This should probably be UTF-8?
(edit) @26458   11 years sjm84 Phase one of commiting the improved debugging system
(edit) @26457   11 years sjm84 Fixed the debug transformation so that it correctly reads files in UTF-8
(edit) @26456   11 years sjm84 Fixing an error with a duplicate variable name
(edit) @26455   11 years sjm84 Reformatting this file ahead of some changes
(edit) @26454   11 years ak19 Adding the missing link to the previous commit. Previous commit …
(edit) @26453   11 years ak19 Committing the changes necessary to get Library2.java working again: …
(edit) @26448   11 years kjdon make the colleciton links add in any default params listed in the …
(edit) @26447   11 years kjdon simple text replacement only macro resolver. used by servicecluster
(edit) @26446   11 years kjdon trying to tidy up the collection classes. Move some general stuff to …
(edit) @26445   11 years kjdon changed a comment
(edit) @26439   11 years davidb Some additional useful gsf:xx templates. One for including scripts, …
(edit) @26433   11 years ak19 Forgot to commit inclusion of FEDORA_HOME env to tomcat start and stop …
(edit) @26431   11 years ak19 Fix to previous commit. Previous commit message was: Sam fixed a …
(edit) @26430   11 years ak19 Sam fixed a sudden issue detected when testing fedora collections on …
(edit) @26429   11 years sjm84 Rewriting the map-scripts in jQuery
(edit) @26428   11 years sjm84 Adding the library for the new hashing algorithm
(edit) @26427   11 years sjm84 Fixing a minor bug with the floating toc
(edit) @26426   11 years sjm84 Some tidying
(edit) @26425   11 years sjm84 Hopefully fixed the hashing algorithm so that it produces the same …
(edit) @26424   11 years sjm84 Changing the default database so that it works with the new hashing …
(edit) @26423   11 years sjm84 Temporarily deleting this folder
(edit) @26422   11 years sjm84 Temporarily unignoring the usersDB folder
(edit) @26408   11 years sjm84 Removed the checkbox to enable the slideshow, fixed an error with …
(edit) @26407   11 years kjdon changed cross coll format statement to show collection display name …
(edit) @26406   11 years kjdon made the list of collections use language dependent descriptions. …
(edit) @26405   11 years kjdon changed powered by gs3 link to be the greenstone 3 page
(edit) @26401   11 years sjm84 Some more tidying and optimisations
(edit) @26400   11 years kjdon tidying up term info and num docs matching display texts
(edit) @26399   11 years kjdon can't have freq of 1 in more than one doc
(edit) @26398   11 years kjdon making proper sentences for 'xx occurs 1 time in 1 document'
(edit) @26397   11 years sjm84 Rewriting two more files using jQuery
(edit) @26396   11 years sjm84 Rewriting classifier_scripts using jQuery
(edit) @26395   11 years sjm84 View options will now react like buttons when the cursor goes over them
(edit) @26393   11 years kjdon making documents a variable in 'x documents match the query'
(edit) @26392   11 years kjdon adding in a properties file for basic interface, so we can keep the …
(edit) @26390   11 years sjm84 The "Close slideshow" button will now remain at the top of the box …
(edit) @26387   11 years kjdon use node() instead of * as * seems only to get named nodes, not text …
(edit) @26386   11 years kjdon use node() instead of * as * seems only to get named nodes, not text nodes
(edit) @26372   11 years kjdon display num matching docs. Also display term info even if no matching …
(edit) @26371   11 years kjdon a bit of reordering
(edit) @26370   11 years kjdon made 'displaying x to y of z docs' a single sentence for translation
(edit) @26368   11 years kjdon moved param stuff to query-common.xsl so it can be shared. made …
(edit) @26367   11 years kjdon split this up into lots of templates so its easier to modify it for a …
(edit) @26366   11 years kjdon moved all param templates here so they can be used by preferences page …
(edit) @26363   11 years ak19 Some properties for the Fedora extension for GS3
(edit) @26361   12 years ak19 Searching on all fields has changed. Previously searching over all …
(edit) @26359   12 years ak19 Sam fixed a bug in my previous commit of new fedora.MaxPermSize ant …
(edit) @26358   12 years sjm84 Prevent the magnification option from disappearing
(edit) @26357   12 years ak19 Added tomcat startup property for fedora/gsearch which sets the …
(edit) @26352   12 years kjdon set up the queryer based on our colleciton defaults
(edit) @26349   12 years kjdon put back stem,case,accent query params for now
(edit) @26347   12 years sjm84 We want to get the children of the fragment elements produced from the …
(edit) @26346   12 years kjdon Sam added this to default interface, need it for this one as well
(edit) @26345   12 years kjdon gsf:links can have a rollover text. specify the text in title att, or …
(edit) @26344   12 years kjdon fiddling with index options (stem, case, accent). can now set the …
(edit) @26343   12 years kjdon output the indexOPtions
(edit) @26338   12 years kjdon need the URIEncoding attribute for the Connector otherwise the URL …
(edit) @26336   12 years sjm84 Readded the args argument that was accidentally deleted. Also making …
(edit) @26334   12 years sjm84 Fixing the language setting not working correctly when getting …
(edit) @26326   12 years sjm84 Changing how collection text is retrieved so that they can contain gsf …
(edit) @26325   12 years sjm84 Changing how collection text is retrieved so that they can contain gsf …
(edit) @26320   12 years kjdon if we can't find an xsl name, and we are page action, then use teh …
(edit) @26317   12 years kjdon more modes to get niupepa collection working
(edit) @26316   12 years kjdon needed to add the opt-doc-link-args variable otherwise it craps out if …
Note: See TracRevisionLog for help on using the revision log.