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) @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   7 years Georgiy Litvinov Java code for groups breadcrumbs
(edit) @31137   7 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   9 years kjdon paging search results. hits per page param done by action now if not …
(edit) @29556   9 years kjdon added in a getTextString method - to look up a string from the …
(edit) @29521   9 years kjdon get the format element and look for parameter defaults in it. If we …
(edit) @29439   9 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   11 years davidb The browse action now support 'descendants' as a CGI-argument, which …
(edit) @26491   11 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 …
(edit) @25986   12 years sjm84 All of the actions that use format statements will now merge in the …
(edit) @25985   12 years sjm84 All of the actions that use format statements will now merge in the …
(edit) @25984   12 years sjm84 Reformatting this file
(edit) @25968   12 years kjdon new pagedhierarchy doc type treat as hierarchy for now
(edit) @25953   12 years sjm84 Reformatting this file and removing two debug statements
(edit) @25861   12 years sjm84 Some import tidying
(edit) @25860   12 years sjm84 Add the facet list to the page if we get one
(edit) @25816   12 years kjdon if no document type is specified in cgi params, then get it from the …
(edit) @25805   12 years ak19 Asking for a piece of metadata like dc.Creator returns all values for …
(edit) @25793   12 years ak19 Fixed a bug where the requested metadata for a classifierNode format …
(edit) @25693   12 years sjm84 Removed the hacked "horizontal_at_top" code and replaced it with code …
(edit) @25651   12 years sjm84 xmlNodeToString will always print text now
(edit) @25650   12 years sjm84 xmlNodeToString will always print text now
(edit) @25642   12 years sjm84 A few minor changes to DocumentAction
(edit) @25636   12 years sjm84 Removing a bunch of unneeded imports
(edit) @25635   12 years sjm84 Fixing Greenstone 3's use (or lack thereof) of generics, this was done …
(edit) @25580   12 years ak19 SystemAction now supports pinging on a collection with …
(edit) @25571   12 years ak19 Added a ping SystemAction to mirror GS2's updated ability to ping the …
(edit) @25490   12 years kjdon add the extra info into the page to keep in line with other actions
(edit) @25481   12 years kjdon adding some extra info to the page to keep it in line with other …
(edit) @25355   12 years sjm84 Some fixes to the file formatting
(edit) @25305   12 years kjdon tidying up handling of external links and hrefs that are relative …
(edit) @25302   12 years kjdon changed a method name to reflect better what it does
(edit) @25260   12 years sjm84 Making sure the remoteAddress is passed into any services called by …
(edit) @25128   12 years sjm84 Second round of changes adding in the login ability, also interface …
(edit) @24993   12 years sjm84 Adding UserContext to replace the use of lang and uid
(edit) @24992   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24991   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24990   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24989   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24988   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24987   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24986   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24985   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24889   12 years sjm84 Adjusted how metadata names (to return) are aquired
(edit) @24867   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24866   12 years sjm84 Some fixes to the GeneralAction
(edit) @24865   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24813   12 years sjm84 Fixed highlighting inside tags
(edit) @24812   12 years sjm84 Reformatting this for some modifications
(edit) @24583   13 years sjm84 Fixing an error with excerptid and also changed GSXML.xmlNodeToString …
(edit) @24393   13 years sjm84 Adding in the server-side code for the Document Maker as well as …
(edit) @24254   13 years ak19 Commits for ticket 770 concerning the display of multiple values for a …
(edit) @24247   13 years sjb48 Oran code for supporting format changes to document.
(edit) @24227   13 years ak19 The sourcelinkfile subtype of gsf:link that was recently introduced is …
Note: See TracRevisionLog for help on using the revision log.