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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26334   12 years sjm84 Fixing the language setting not working correctly when getting …
(edit) @26325   12 years sjm84 Changing how collection text is retrieved so that they can contain gsf …
(edit) @26315   12 years kjdon I wanted to get collection text with a string arg
(edit) @26279   12 years sjm84 Adding months to date list
(edit) @26269   12 years ak19 Making certain protected constants public so that the FedoraGS3.jar …
(edit) @26264   12 years kjdon changed findResource to getResource to make it a child:parent …
(edit) @26257   12 years sjm84 Fixed a problem that was causing lines with hash symbols in them to …
(edit) @26255   12 years sjm84 Reformatting this file AND changing the way a URL is retrieved from a …
(edit) @26254   12 years sjm84 Reformatting this file
(edit) @26253   12 years sjm84 Reformatting this file
(edit) @26248   12 years kjdon trying to implement getCollectionText with no arguments for the …
(edit) @26243   12 years kjdon added getCollectionTextWithDOM methods - looks for collname.properties …
(edit) @26197   12 years kjdon added a comment
(edit) @26196   12 years kjdon use a class loader for the dictionary to allow a colleciton to have a …
(edit) @26168   12 years sjm84 Make sure that opened files are closed as soon as we are finished with them
(edit) @26167   12 years ak19 Cosmetic change. Closing bracket is so far away to the right in …
(edit) @26123   12 years ak19 Diego discovered that the QBRSOAPServer no longer got deployed. 1. The …
(edit) @26104   12 years kjdon stripWhitespace and tidyWhitespace are now part of the formatting commands
(edit) @26096   12 years ak19 Now the dc:identifier is set for OAI to either gs.OAIResourceURL if …
(edit) @26086   12 years kjdon due to the way we call formatting functions from xslt, I have made …
(edit) @26084   12 years sjm84 Changed the way we hide the search area when a user performs a text …
(edit) @26055   12 years sjm84 Adding constants for the various XML namespaces used in the code
(edit) @26047   12 years sjm84 Adding a match attribute constant
(edit) @26045   12 years kjdon added lots more functions to the BasicDocument classes. Code has come …
(edit) @26041   12 years kjdon code changes for the class name change
(edit) @26040   12 years kjdon renaming these classes to get rid of Simple from the names - Simple …
(edit) @26039   12 years kjdon rank now optional for docNode as we will use these classes for …
(edit) @26027   12 years sjm84 Also check the site directory to see if there is any XSL files at this …
(edit) @26026   12 years sjm84 Analyse xsl files in advance to find out what metadata we need
(edit) @25988   12 years kjdon inlineImport... now calls mergedXSLTDocumentCascade to find all copies …
(edit) @25987   12 years kjdon pass interface name to inlineImport... method, don't hard code …
(edit) @25983   12 years sjm84 A minor fix as well as adding in a new element type
(edit) @25982   12 years sjm84 Added a method for merging two format elements
(edit) @25970   12 years kjdon added new doctype pagedhierarchy
(edit) @25969   12 years kjdon added new pagedhierarchy doctype - for structured paged image documents
(edit) @25937   12 years sjm84 We don't want the dt stored in the session
(edit) @25926   12 years sjm84 Changing the merge method so that it allows for modes
(edit) @25925   12 years sjm84 Reformatting and tidying the imports of this file before some changes
(edit) @25924   12 years sjm84 Removing an unnecessary print statement
(edit) @25914   12 years sjm84 Some fixes so that we can manage xsl imports and includes by outselves
(edit) @25913   12 years sjm84 Reformatting this file ahead of some changes
(edit) @25885   12 years sjm84 Removed the Solr code from the main greenstone code
(edit) @25859   12 years sjm84 Adding in some useful constants
(edit) @25858   12 years sjm84 Tidying the imports of this file
(edit) @25857   12 years sjm84 Adding two more parameters that we don't want saved
(edit) @25856   12 years sjm84 Removing an annoying print statement
(edit) @25847   12 years kjdon removing debug print statements
(edit) @25820   12 years kjdon a couple of methods renamed and moved to GSXML. mergeStylesheets …
(edit) @25819   12 years kjdon added a few new methods that are used by GSXSLT
(edit) @25805   12 years ak19 Asking for a piece of metadata like dc.Creator returns all values for …
(edit) @25735   12 years sjm84 Start page is no longer remembered in the session
(edit) @25727   12 years kjdon getting rid of my email address
(edit) @25692   12 years sjm84 Some constants to help with the classifier style change
(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) @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) @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) @25590   12 years sjm84 Removing two print statements
(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) @25542   12 years sjm84 Adding a dc.Title of "UNTITLED DOCUMENT" to new documents
(edit) @25501   12 years ak19 If the web/logs/tmp folder does not exist, the Java code that makes …
(edit) @25483   12 years sjm84 Added startPage to the list of params that are not saved automatically
(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) @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) @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) @25353   12 years sjm84 Added a function to help find parents of a given oid
(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) @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) @25308   12 years ak19 1. Updated txt2usersDB.java to compile again and to also work with …
(edit) @25300   12 years kjdon a little bit of tidying up. adding a few more string constants to GSParams
(edit) @25266   12 years sjm84 Added some more constants
(edit) @25265   12 years sjm84 Added an email field
Note: See TracRevisionLog for help on using the revision log.