source: main/trunk/greenstone3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25727   12 years kjdon getting rid of my email address
(edit) @25726   12 years kjdon ZZ needs to be specified for the search. Does this apply to solr and …
(edit) @25725   12 years sjm84 An attempt at fixing the registration problem for systems behind a …
(edit) @25722   12 years sjm84 An attempt at fixing the registration problem for systems behind a …
(edit) @25719   12 years sjm84 Reformatting this file and reorganising imports
(edit) @25718   12 years kjdon sometimes gsdl3_home is null, eg when called from Server3, so don't …
(edit) @25717   12 years sjm84 Added a BaseGreenstoneServlet servlet that the other servlets now …
(edit) @25716   12 years sjm84 Reformatting this file ahead of a chance
(edit) @25703   12 years kjdon preProcess moved from ui/xslt to interfaces/core/transform
(edit) @25693   12 years sjm84 Removed the hacked "horizontal_at_top" code and replaced it with code …
(edit) @25692   12 years sjm84 Some constants to help with the classifier style change
(edit) @25691   12 years sjm84 Added a call that gets the classifier style from the database
(edit) @25690   12 years sjm84 Reformatting this file
(edit) @25689   12 years sjm84 Classifier nodes will now have childType and classifierStyle …
(edit) @25688   12 years sjm84 Reformatting this file
(edit) @25672   12 years sjm84 Adding in two useful runtime macros that specify the current document ID
(edit) @25671   12 years sjm84 Reformatting this file ahead of some changes
(edit) @25658   12 years sjm84 Bought over the xmlNodeToString function from XMLTools (GLI) and also …
(edit) @25657   12 years sjm84 Reformatted and added a function that adds another node list to this …
(edit) @25656   12 years sjm84 Some reformatting and reworking to help with the on-page xml viewing
(edit) @25655   12 years sjm84 Added a version of getDOM that takes an encoding (not sure if this is …
(edit) @25654   12 years sjm84 Added a method that allows the calling of xmlNodeToString in XSLT
(edit) @25653   12 years sjm84 Added a param that allows the skipping of ajax loads (used by the …
(edit) @25652   12 years sjm84 Minor comment fix
(edit) @25651   12 years sjm84 xmlNodeToString will always print text now
(edit) @25650   12 years sjm84 xmlNodeToString will always print text now
(edit) @25649   12 years sjm84 Reformatting this file
(edit) @25648   12 years sjm84 More reformatting and minor fixes
(edit) @25647   12 years sjm84 More reformatting and minor fixes
(edit) @25645   12 years sjm84 Minor reformatting
(edit) @25644   12 years sjm84 Adding in some unfinished code that will help us view the XML a page …
(edit) @25643   12 years sjm84 Setting the nodeid so that relative links work
(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) @25617   12 years sjm84 Reformatting this file with Eclipse at Anu's request
(edit) @25613   12 years ak19 The formatting changes in 25602 and 25603 undone so that actual …
(edit) @25609   12 years sjm84 Fixed a building bug introduced when we changed how perl.path works
(edit) @25604   12 years sjm84 Recommiting Anu's changes without the print statements
(edit) @25603   12 years sjm84 1. Sam discoverd that the TransformerFactory used by XMLConverter …
(edit) @25602   12 years sjm84 Cosmetic changes: Eclipse autoformats spacing and tabs.
(edit) @25591   12 years sjm84 Some tidying up as well as adding system commands
(edit) @25590   12 years sjm84 Removing two print statements
(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) @25567   12 years sjm84 Make sure the document editor functionality is off when we don't have …
(edit) @25552   12 years sjm84 We need to check that a key exists before we try to get it otherwise …
(edit) @25551   12 years sjm84 Removed some redundant code
(edit) @25550   12 years sjm84 Changing the word action to operation so it is more clear
(edit) @25542   12 years sjm84 Adding a dc.Title of "UNTITLED DOCUMENT" to new documents
(edit) @25541   12 years sjm84 Removed some redundant code, as well as fixing up the createDocument …
(edit) @25540   12 years sjm84 Updated the import service so that a manifest file can be included, …
(edit) @25539   12 years sjm84 Updated the import command to include the ability to add a manifest file
(edit) @25538   12 years sjm84 A collection constructor can now be given a manifest file (for importing)
(edit) @25537   12 years sjm84 Reformatting this file ahead of some changes
(edit) @25536   12 years sjm84 A fix for the jsessionid problem
(edit) @25501   12 years ak19 If the web/logs/tmp folder does not exist, the Java code that makes …
(edit) @25493   12 years ak19 Tentative fix to another bug found by Joshua Scarsbrook. Need to …
(edit) @25490   12 years kjdon add the extra info into the page to keep in line with other actions
(edit) @25483   12 years sjm84 Added startPage to the list of params that are not saved automatically
(edit) @25481   12 years kjdon adding some extra info to the page to keep it in line with other …
(edit) @25466   12 years kjdon test for null the element we are actually using
(edit) @25465   12 years kjdon look for public true/false metadata, and set is_public accordingly. …
(edit) @25461   12 years sjm84 A minor format edit and adding a docEdit cgi parameter to control when …
(edit) @25456   12 years ak19 Helpful comment on cmd-line usage.
(edit) @25450   12 years ak19 Fixed oversight in commit version which was causing compilation errors.
(edit) @25445   12 years ak19 Error reporting is now improved again, much better than in previous …
(edit) @25429   12 years sjm84 Some minor fixes and changes
(edit) @25428   12 years sjm84 Reformatting this file ahead of some changes
(edit) @25427   12 years sjm84 Reformatting this file ahead of some changes
(edit) @25426   12 years sjm84 When we check security we want to check it for the to level OID and …
(edit) @25425   12 years sjm84 Some minor fixes to the redirectURL
(edit) @25424   12 years sjm84 Added searching RESTful urls
(edit) @25423   12 years ak19 Better error reporting during transformations. Extended the …
(edit) @25397   12 years ak19 Correction to previous commit where xsl:import statements during …
(edit) @25389   12 years ak19 Merging XSLT stylesheets should also process xsl:import statements in …
(edit) @25388   12 years ak19 Correcting the behaviour of Server3 window's servlet combobox: it …
(edit) @25387   12 years ak19 The GSDL3 web address constructed in GlobalProperties.java had been …
(edit) @25381   12 years ak19 Getting the gs2-library servlet (gs2 interface) work again: 1. the …
(edit) @25378   12 years ak19 Java method getInterfaceStringsAsJavascript outputs more of the …
(edit) @25356   12 years sjm84 Some fixes to the file formatting
(edit) @25355   12 years sjm84 Some fixes to the file formatting
(edit) @25354   12 years sjm84 Removed an unnecessary debug statement
(edit) @25353   12 years sjm84 Added a function to help find parents of a given oid
(edit) @25352   12 years sjm84 Added an error type to help find this error in the XSL
(edit) @25351   12 years sjm84 Some fixes for LibraryServlet
(edit) @25350   12 years sjm84 Several fixes for the URL filter
(edit) @25347   12 years ak19 Array of strings to be initialised for Javascript now done by Java …
(edit) @25344   12 years ak19 Forgot to delete this new file. It's been replaced by ModifyUsersDB …
(edit) @25341   12 years ak19 Recommitted with debug statements commented out.
(edit) @25338   12 years ak19 1. Replacing ChangePwdUsersDB.java with new file ModifyUsersDB.java, …
(edit) @25337   12 years ak19 Corrected an error introduced during changes in recent commit: that of …
(edit) @25328   12 years ak19 Minor changes, removed debugging statements.
(edit) @25318   12 years ak19 The process of hashing the password is modified to use US-ASCII …
(edit) @25317   12 years ak19 Forgot to add this new file with commit revision 25308: 1. Updated …
(edit) @25313   12 years sjm84 Some minor formatting changes
(edit) @25312   12 years sjm84 Moved the recaptcha private and public keys to the siteConfig.xml files
(edit) @25311   12 years sjm84 Fixed some bugs in the administration service
(edit) @25310   12 years sjm84 Some minor formatting changes
(edit) @25309   12 years sjm84 Fixed the associated files security hole (I think)
Note: See TracRevisionLog for help on using the revision log.