source: main/trunk/greenstone3/src/java/org/greenstone/gsdl3/action

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37516   15 months kjdon new action - this is like general action in that is passes the args to …
(edit) @37515   15 months kjdon usign the new GetRequiredMEtadataNames - has an extra arg, and we no …
(edit) @37514   15 months kjdon usign the new GetRequiredMEtadataNames - has an extra arg, and we no …
(edit) @37513   15 months kjdon modified getREquiredMEtadataNames to look on format and in extra …
(edit) @37177   17 months davidb Introduction of new optional parameter docVersion. If null (or equal …
(edit) @36978   19 months kjdon now this does a check to see if the doc id is valid before proceding …
(edit) @36648   21 months kjdon made this a bit tidier. configure now gets the groupinfoservicename. …
(edit) @36641   21 months kjdon updated CollectionGroups service name
(edit) @36107   2 years kjdon greenstone.org now https
(edit) @35363   3 years kjdon new Long(long) and new Integer(int) are deprecated. Use …
(edit) @34018   4 years kjdon check for error element in response - add that in if present, instead …
(edit) @33772   5 years kjdon don't need to pass in ServiceRack to getTextSTring anymore. …
(edit) @33771   5 years kjdon use the new Dictionary.getTExtSTring instead of repeating all the code here
(edit) @33733   5 years kjdon on the first page of depositor, only show the list of collections the …
(edit) @33731   5 years kjdon now that userContext has teh right info, we don't need to check …
(edit) @33699   5 years kjdon first stab at requiring a user to be logged in to use the depositor, …
(edit) @33001   5 years kjdon commented out a debug statement as it has huge output and clogs up the …
(edit) @32999   5 years kjdon a bit of tidying and commenting
(edit) @32996   5 years kjdon re-indented the code
(edit) @32991   5 years kjdon refactored the code as lots of functions were doing the same thing. …
(edit) @32945   5 years kjdon just deleted some commented out code
(edit) @32768   5 years kjdon need to check whether group is null before testing its value
(edit) @32649   6 years kjdon add group info into about page response if we have a group param in …
(edit) @32549   6 years kjdon receptionist now passes languageList (from interfaceConfig) to teh …
(edit) @32546   6 years kjdon use variable instead of hard coded string for paramDefault
(edit) @32545   6 years kjdon changes to query term highlighting. 1. added back in the functionality …
(edit) @32505   6 years kjdon moved soem code into a new method getFormattedArchiveDoc. Modified …
(edit) @32448   6 years kjdon params class changed, now returns false by default for shouldsave. so …
(edit) @32348   6 years Georgiy Litvinov Fixed no metadata problem using relative link to access document.
(edit) @32141   6 years ak19 More changes related to GLIapplet.jnlp being renamed to GLIappWebStart
(edit) @32138   6 years ak19 New class WebGatherer.java to replace GathererApplet.java in JNLP use …
(edit) @32136   6 years ak19 Committing the first checkpoint of getting the GLIApplet to work with …
(edit) @32128   6 years Georgiy Litvinov Remove all sections from requests except needed by inline template.
(edit) @32127   6 years ak19 Fixing up the GS3 GLI applet. To get it to work, follow the …
(edit) @32111   6 years kjdon pass in base interfaces array to the call to find …
(edit) @32075   7 years kjdon don;t bother finding out document type from server if it has already …
(edit) @32071   7 years ak19 Changes to set the docType of the <document> element and to set the …
(edit) @32070   7 years kjdon need to set docType for the main document element when editing
(edit) @32069   7 years kjdon forgot to add the import GlobalProperties line
(edit) @32068   7 years kjdon if docEdit=1, then we just retrieve the entire document from archives, …
(edit) @32063   7 years kjdon added xmltransformer to base action for any actions that need it. will …
(edit) @31906   7 years kjdon add an error if there was no rss response - might happen if user has …
(edit) @31873   7 years kjdon modified so that we always get the siblings in any HLIsts, not jsut …
(edit) @31872   7 years kjdon changed variable name as its a list of paramLists
(edit) @31774   7 years kjdon added a bit of checking for null elements
(edit) @31686   7 years kjdon diego was sometimes getting arraylist outof bounds exception - we are …
(edit) @31285   7 years Georgiy Litvinov Java code for hierarchy view in cross collection search
(edit) @31249   7 years kjdon when doing highlightqueryterms we pass in the id of the document we …
(edit) @31166   8 years Georgiy Litvinov Java code for groups breadcrumbs
(edit) @31137   8 years kjdon can't use a HashMap to store two params with the same name. doh. lets …
(edit) @30836   8 years kjdon along with site metadata we now need to get site displayItems
(edit) @30835   8 years kjdon along with site metadata we now need to get site displayItems
(edit) @30730   8 years kjdon get root_assocfilepath by default, in case we have links to source …
(edit) @30589   8 years kjdon use the new GSXSLT.findExtraMetadataNames in action and …
(edit) @30554   8 years kjdon undoing last commit which was made by mistake
(edit) @30553   8 years kjdon added ability for teh collectionConfig.xml file to carry additional …
(edit) @30540   8 years Georgiy Litvinov Added collection groups. Config file in …
(edit) @30476   8 years kjdon the property file to look up has changed with the new rearrangement of …
(edit) @30094   9 years Georgiy Litvinov Check for existence of snippets
(edit) @30056   9 years Georgiy Litvinov Fixes for highlighting bug.
(edit) @30049   9 years Georgiy Litvinov While using Solr field highlighted by Solr Servlet. Also added …
(edit) @29979   9 years Georgiy Litvinov RSS Feed Links url use baseUrl from request. Fixed broken links when …
(edit) @29922   9 years Georgiy Litvinov No metadata while following internal link bugfix
(edit) @29557   10 years kjdon paging search results. hits per page param done by action now if not …
(edit) @29556   10 years kjdon added in a getTextString method - to look up a string from the …
(edit) @29521   10 years kjdon get the format element and look for parameter defaults in it. If we …
(edit) @29439   10 years kjdon fixed up a few null pointer exceptions that showed up with infomine …
(edit) @29307   10 years kjdon commented out page debug print statement
(edit) @29092   10 years kjdon allow comma separated list in name attribute for gsf:metadata. when …
(edit) @28964   10 years kjdon nodeToElement now in GSXML. Some param changes for a few GSXML methods
(edit) @28958   10 years davidb Remote Greenstone user authenticaton stopped working, because the code …
(edit) @28947   10 years kjdon need to import replacement node into current document before adding it …
(edit) @28855   10 years kjdon changed to use new DOM for response xml rather than the request DOM. …
(edit) @28382   11 years davidb Elimination of the 'this.doc' field from the Action baseclass and the …
(edit) @28258   11 years sjm84 Changing to a different xml printing method to avoid an exeption
(edit) @28202   11 years sjm84 Some major changes to DerbyWrapper to try and make it more reliable …
(edit) @27998   11 years sjm84 Reformatting this file
(edit) @27908   11 years sjm84 Added a way to clear the data saved by the depositor
(edit) @27899   11 years sjm84 Removed an unnecessary set of brackets
(edit) @27806   11 years sjm84 Fixed some bugs and it now keeps track of where you are up to
(edit) @27719   11 years sjm84 Some depositor updates
(edit) @27617   11 years sjm84 Various improvements and fixes mostly to do with adding depositor …
(edit) @27145   11 years kjdon get the format info even when we are just displaying the search page. …
(edit) @27144   11 years kjdon added a helper method - get the format info via message router, and …
(edit) @27143   11 years kjdon home page needs these things too. adding interface options will mean …
(edit) @27087   11 years ak19 Implemented RSS support for GS3. At present, can see this with a=rss …
(edit) @26508   12 years davidb The browse action now support 'descendants' as a CGI-argument, which …
(edit) @26491   12 years davidb Another place where we now also want to check for gsf:foreach-metadata
(edit) @26177   12 years sjm84 Fixed a problem that was preventing metadata from being added correctly
(edit) @26140   12 years sjm84 Some more fixes to help the editor work with simple documents
(edit) @26133   12 years ak19 Added applet.xsl for the default interface to get the PhindApplet to …
(edit) @26087   12 years kjdon extractMetadataNames now only looks for relation info (parent, …
(edit) @26055   12 years sjm84 Adding constants for the various XML namespaces used in the code
(edit) @26048   12 years sjm84 Fixing the browse service to correctly get the required metadata
(edit) @26044   12 years kjdon removed a couple of debug print statements
(edit) @26038   12 years ak19 Updated addLinkMetaNames to deal with weblinks (for the Pointing To …
(edit) @26031   12 years ak19 1. Trying to reintroduce use of mdoffset when pos=offset, for when …
(edit) @26026   12 years sjm84 Analyse xsl files in advance to find out what metadata we need
(edit) @25992   12 years sjm84 Removed two unnecessary print statements
(edit) @25991   12 years sjm84 All collection pages will try to include any formatting that is global …
Note: See TracRevisionLog for help on using the revision log.