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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25128   12 years sjm84 Second round of changes adding in the login ability, also interface …
(edit) @25127   12 years sjm84 Removed two unnecessary imports
(edit) @25126   12 years sjm84 The vectors in UserQueryResult now use vectors
(edit) @25125   12 years sjm84 Added a function that gets a user by username
(edit) @25124   12 years sjm84 Added a new service to get the details about a user
(edit) @25107   12 years sjm84 Added functions that check for duplicate metadata values when …
(edit) @25092   12 years sjm84 Adding in security capabilities for Greenstone 3
(edit) @25091   12 years sjm84 Removed some debug statements
(edit) @25090   12 years sjm84 Reformatting this file ahead of some changes
(edit) @25089   12 years sjm84 A fix to a common null pointer exception
(edit) @25074   12 years sjm84 Fixed a problem with deleting documents
(edit) @25069   12 years sjm84 Added a function to clear all the documents
(edit) @25067   12 years sjm84 Moved the collection unload call so that it is done after a the status …
(edit) @25066   12 years sjm84 %26 characters are now turned back into ampersands and there is now …
(edit) @25061   12 years sjm84 Moved the super.doGet call
(edit) @25054   12 years sjm84 Moved all of the unsecure code in LibraryServlet to a new FileLoaderServlet
(edit) @25053   12 years sjm84 You can now specify a downloadFile argument in the URL to force the …
(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) @24984   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24983   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24982   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24981   12 years sjm84 In paged collections pages are leaf nodes rather than internal nodes …
(edit) @24980   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24979   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24978   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24977   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24976   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24975   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24974   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24972   12 years sjm84 Added a function that escapes quotes and a function that escapes both …
(edit) @24969   12 years sjm84 This will now copy the uploaded file rather than moving it
(edit) @24967   12 years sjm84 Multiple files can now be specified using the fl parameter, separated by :
(edit) @24966   12 years papitha The uploading will now create a backup of the file before it is overwritten
(edit) @24964   12 years sjm84 Added a parameter that controls where an uploaded file is to be saved
(edit) @24962   12 years sjm84 Some fixes to file uploading
(edit) @24928   12 years sjm84 Added in a function to escape newlines with backslashes
(edit) @24898   12 years sjm84 Raw search should not be on my default
(edit) @24892   12 years sjm84 More raw query changes
(edit) @24891   12 years sjm84 Added the ability to perform a raw query (a query whose arguments are …
(edit) @24890   12 years sjm84 Some more document maker updates
(edit) @24889   12 years sjm84 Adjusted how metadata names (to return) are aquired
(edit) @24888   12 years sjm84 Some further changes to help Greenstone 3 use Perl
(edit) @24887   12 years sjm84 Some updates and formatting changes
(edit) @24886   12 years sjm84 A slight code clean-up
(edit) @24885   12 years sjm84 Added in the parameters necessary to do an inline template
(edit) @24884   12 years sjm84 Added the ability to do an inline template in the cgi arguments with …
(edit) @24883   12 years sjm84 Some updates for running Perl from Greenstone 3
(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) @24864   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24863   12 years sjm84 XMLConverter no longer keeps one converter around to reuse, it makes a …
(edit) @24862   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24861   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24860   12 years sjm84 Changed print statements to log statements
(edit) @24859   12 years sjm84 Implemented a much faster version of the move function
(edit) @24858   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24857   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24856   12 years sjm84 Reformmating this file ahead of some changes
(edit) @24855   12 years sjm84 Reformatting this file ahead of some changes
(edit) @24816   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) @24753   13 years sjm84 Some modifications to LibraryServlet to allow CGI formatted POST …
(edit) @24752   13 years sjm84 Removed a debug output statement
(edit) @24738   13 years davidb Shifted over to using LuceneWrapper3
(edit) @24724   13 years davidb Changes necessary to make LuceneSearch work with Lucene version 3.3
(edit) @24722   13 years davidb Restructuring of classes to prepare the way for the Solr extension
(edit) @24720   13 years davidb Extra support for extensions added
(edit) @24719   13 years davidb Whitespace tidyup
(edit) @24703   13 years sjm84 If there is any gsf:metadata elements in the skin xsl these will now …
(edit) @24609   13 years xiao added a xmlNodeToString method to be backward compatible with legacy …
(edit) @24583   13 years sjm84 Fixing an error with excerptid and also changed GSXML.xmlNodeToString …
(edit) @24565   13 years sjm84 Adding in a place for random services called ServiceUtil
(edit) @24522   13 years sjm84 Fixing a potential error
(edit) @24509   13 years sjm84 Adding in the DocumentBasket functionality and also the new cascading …
(edit) @24472   13 years sjm84 Fixed an error message that shouldn't be an error message
(edit) @24458   13 years sjm84 Created the gs variable in Javascript as well as gsf:variable that …
(edit) @24450   13 years sjm84 Dictionary properties can now contain INTERFACE_NAME which will be …
(edit) @24443   13 years sjm84 Removed some unnecessary import statments from DocumentMaker.java
(edit) @24440   13 years ak19 GS2 failed new OAI validation test at openarchives.org The code failed …
(edit) @24427   13 years sjm84 More tidying
(edit) @24416   13 years sjm84 The FormatReceptionist is no longer needed as its functionality has …
(edit) @24409   13 years sjm84 Added comments and fixed an error that was somehow introduced
(edit) @24395   13 years davidb Through the audioDB extension we now support a form of content-based …
(edit) @24394   13 years davidb Through the audioDB extension we now support a form of content-based …
(edit) @24393   13 years sjm84 Adding in the server-side code for the Document Maker as well as …
(edit) @24361   13 years ak19 Log messages that were written out as errors but which are actually …
(edit) @24334   13 years ak19 Correction to the commits made for ticket 770 which had introduced a …
(edit) @24254   13 years ak19 Commits for ticket 770 concerning the display of multiple values for a …
(edit) @24248   13 years sjb48 Oran code for supporting format changes to document.
(edit) @24247   13 years sjb48 Oran code for supporting format changes to document.
Note: See TracRevisionLog for help on using the revision log.