source: main/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @38981   5 weeks anupama Tabbing final target.
(edit) @38980   5 weeks anupama Getting rid of apostrophes in English shortened words which were …
(edit) @38979   5 weeks kjdon oaiserver needs to use the public url not the localhost one
(edit) @38978   5 weeks kjdon fixed a comment, and removed the / freom revproxy.context as it …
(edit) @38969   5 weeks anupama Allowing us to run the appletviewer just against the PhindPhraseBrowse
(edit) @38968   5 weeks anupama GsdlCollageApplet. 1. On stopRunning, DisplayImages may be looping in …
(edit) @38967   5 weeks anupama 1. webswing-phind.xsl also needs to prefer the width and height on any …
(edit) @38966   5 weeks anupama In commit r 22306, I had made the AbstractBrowse protected method …
(edit) @38965   5 weeks anupama Some clean up.
(edit) @38964   5 weeks anupama Certain user-customised GLI Collage classifier options need to go into …
(edit) @38963   5 weeks kjdon removed garish-e external links as I have deleted the collection
(edit) @38958   5 weeks kjdon deleted one print statement stating no term docs. and modified the …
(edit) @38957   6 weeks anupama Related to commit 38941 (and 38951, which removed other temporary …
(edit) @38956   6 weeks anupama JavaScript itself should prioritise using any user-supplied verbosity …
(edit) @38955   6 weeks kjdon instead of synchronising on the display item list, take a copy and …
(edit) @38954   6 weeks kjdon instead of synchronising on the display item list, take a copy and …
(edit) @38953   6 weeks kjdon avoid NodeList, use our own copyAllChildren method
(edit) @38952   6 weeks kjdon catalina.out soon fills up with cache full errors, so added a new …
(edit) @38951   6 weeks anupama Removing the temporary GS3 runtime Service class …
(edit) @38950   6 weeks anupama Added an applet shim for phind and this time correctly set the display …
(edit) @38949   6 weeks anupama Like GsdlCollageApplet, JPhind when run as a commandline application …
(edit) @38948   6 weeks anupama 1. More streamlining of the XSL code for the GsdlCollage and Phind …
(edit) @38947   6 weeks anupama Forgot to remove commented out, non-working code
(edit) @38946   6 weeks anupama I seem to have accidentally deleted a newline and the variable …
(edit) @38945   6 weeks anupama Committing the GS3 XSL and webswing.config changes to successfully run …
(edit) @38943   6 weeks anupama JPhind is still being run as an application, but: 1. I've now changed …
(edit) @38942   6 weeks anupama Before committing Phind changes, I want to commit further corrections …
(edit) @38941   6 weeks anupama The webswing-collage.xsl file we're now using is in layouts and is …
(edit) @38940   7 weeks anupama One more comment.
(edit) @38939   7 weeks anupama Comments on how to run the appletviewer, before I forget that.
(edit) @38938   7 weeks anupama 1. Dr Bainbridge showed a shorter way to write out the applet params …
(edit) @38937   7 weeks anupama Cleaning up the code somewhat.
(edit) @38936   7 weeks anupama (When the PC ran out of memory and tomcat wouldn't shutdown, it got …
(edit) @38935   7 weeks anupama CURL.java no longer trips on a hrefs whose value starts with javascript:.
(edit) @38933   7 weeks anupama 1. The webswing code uses more dynamically values for parameters. 2. …
(edit) @38932   7 weeks anupama Intermediate commit. Moved the webswing collage code back out of …
(edit) @38931   7 weeks anupama Copied the webswing collage JavaScript and XSL code into …
(edit) @38930   7 weeks anupama Ending recursive calls faster if the application has been terminated …
(edit) @38929   7 weeks anupama Related to previous commit, but found I didn't need the previous value …
(edit) @38928   7 weeks anupama Setting up the Collage application parameters that will work with the …
(edit) @38927   7 weeks anupama Committing Dr Bainbridge's two fixes from yesterday: 1. The …
(edit) @38926   7 weeks anupama 1. I couldn't get JavaScript to Java communication working in …
(edit) @38925   8 weeks anupama I can't get the webswing JavaScript to webswing communication to work. …
(edit) @38924   8 weeks kjdon added archivedir option for backwards compatibility for old pre built …
(edit) @38923   8 weeks kjdon updated urls to https
(edit) @38922   2 months anupama Status bar is not used and hiding it produces the strange effect where …
(edit) @38921   2 months anupama Minor correction to GS3 service and bringing unused (still not …
(edit) @38920   2 months kjdon commented out all the printfs that are just debugging info. They fill …
(edit) @38919   2 months kjdon added handling for CDATA sections in getString
(edit) @38918   2 months kjdon removing setclasspath.sh/bat from resources/tomcat as they are no …
(edit) @38917   2 months kjdon removing server_tomcat5.xml.svn server_tomcat7.xml.svn web.xml.svn …
(edit) @38908   2 months anupama Tried to replace calls to deprecated and dangerous applet stop(). But …
(edit) @38897   2 months kjdon set partition_type_with_level to none for classifiers, otherwise you …
(edit) @38896   2 months kjdon added a comment about cookie_path
(edit) @38895   2 months kjdon cookie_path needs to start with a /, and servlet_context doesn't have …
(edit) @38894   2 months kjdon when compiling greenstone for the first time, the webswing ext hasn't …
(edit) @38893   2 months kjdon I got tired of being tripped up time and again when running ant …
(edit) @38892   2 months kjdon had erroneous double start comment
(edit) @38891   2 months kjdon lets remove (comment out) the javah code, as we are committed to java …
(edit) @38890   2 months anupama 1. Got rid of one deprecated warning: replaced deprecated …
(edit) @38889   2 months anupama 1. width and height can now be passed in as parameters to the …
(edit) @38888   2 months anupama GsdlCollageApplet updates. 1. Removed the sitename parameter I had …
(edit) @38887   2 months anupama Some of the variable and GS3-specific parameters have been moved out …
(edit) @38885   2 months anupama 1. Simplified collage applet parameters for GS3. TODO: Just noticed I …
(edit) @38884   2 months anupama I still can't get the customisable applet element in classifier.xsl to …
(edit) @38883   2 months kjdon we always set privileged=true now, and set default sameSiteCookies to …
(edit) @38882   2 months kjdon fine tuning on generating buckets. if one side (alpha or numeric) has …
(edit) @38881   2 months anupama It was hard to solve why GsdlCollageApplet didn't work as well when …
(edit) @38880   2 months anupama Minor change to gsdlcollage applet dimensions, changing from Phind …
(edit) @38879   2 months kjdon now using tomcat 5.8.99. If you want to update your existing …
(edit) @38878   2 months kjdon no longer support java 1.4, so xalan.jar can just be in here …
(edit) @38877   2 months kjdon updated these to match tomcat 5.8.99
(edit) @38876   2 months kjdon updated this to match tomcat 5.8.99
(edit) @38875   2 months kjdon add some cookie config settings. needed to get partitioned …
(edit) @38874   2 months anupama 1. Tried to get the GsdlCollageApplet to run as a webswing applet, but …
(edit) @38873   2 months anupama Minor changes, adding override javadoc tags and proper calculation of …
(edit) @38872   2 months anupama Minor changes in display and XML comment for the previous (Phind) …
(edit) @38871   2 months anupama I've got the CURL and DownloadURLs methods now finding the right image …
(edit) @38856   3 months anupama Testing if usersDB exists should use the full path. There was an error …
(edit) @38855   3 months anupama 1. CURL.java wasn't reading anything on the page, because it didn't …
(edit) @38854   3 months anupama Having been able to look at the GS2.88 Collage applet at least trying …
(edit) @38853   3 months anupama Copied the GsdlCollageApplet package from GS2 into GS3's …
(edit) @38852   3 months davidb XSLT for converting exported content to one that aligns with OpenAI …
(edit) @38851   3 months davidb General upgrade to support exporting files suitable for inclusion in …
(edit) @38850   3 months davidb How this Java code was determining end-of-input was found to be …
(edit) @38848   3 months anupama 1. Running webswing-phind as an application instead of as an applet, …
(edit) @38847   3 months kjdon committing tidy up code changes from SDL. There was somehting wring …
(edit) @38846   3 months kjdon some changes for SDL tidy up, also changed the way we add in non …
(edit) @38845   3 months kjdon check for null parent before getting child nodes
(edit) @38844   3 months kjdon we have already added displayItems and metadata, so don't need to call …
(edit) @38841   3 months kjdon when I added a global format statement containing <gsf:link> in it to …
(edit) @38839   3 months kjdon moved oaiservlet specification out of web.xml and into servlets.xml
(edit) @38830   3 months kjdon if we are displaying favourites inside the current collection, then we …
(edit) @38829   3 months kjdon add groups into the breadcrumbs
(edit) @38828   3 months kjdon when looking for group, check the group param but also p.group - eg …
(edit) @38827   3 months kjdon for mapPlacesNearHere, choose between the code for Coordinates and …
(edit) @38826   3 months kjdon merged the changes from expand-gsf.xsl.for-gs312 into current version, …
(edit) @38825   3 months kjdon mods to gsf:getCollectionText to allow propertyFile attribute if it …
(edit) @38817   3 months anupama I can't find a better way (the webswing way) to customise the applet …
(edit) @38814   3 months anupama I had made this change by copying the phind equivalent for webswing …
Note: See TracRevisionLog for help on using the revision log.