source: main/trunk/greenstone3/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36913   17 months kjdon add servlet_context as a config param, so it can be used by xslt. …
(edit) @36903   18 months kjdon csvContains - made param names more general, and added trim() in case …
(edit) @36881   18 months anupama Removed debugging.
(edit) @36879   18 months anupama GS3 shouldn't allow system commands to go through unless it's either …
(edit) @36869   18 months anupama Finished up Kathy's bugfix to central method …
(edit) @36794   19 months anupama Dr Bainbridge fixed a diffcol classifier's subsidiary documents …
(edit) @36648   20 months kjdon made this a bit tidier. configure now gets the groupinfoservicename. …
(edit) @36642   20 months kjdon adding pathList into all pages, if not there already. - want to have …
(edit) @36641   20 months kjdon updated CollectionGroups service name
(edit) @36640   20 months kjdon made the group param be saved for a collection - we want it to get …
(edit) @36639   20 months kjdon added _SERVICE to service names, for clarity
(edit) @36638   20 months kjdon making pingModule public as quite handy to see if a service is …
(edit) @36592   20 months kjdon modified Dictionary, so that if a lang fragment starts with [PENDING], …
(edit) @36540   20 months kjdon forgot the bin after java home
(edit) @36536   20 months davidb Changed to explicitly specify where to find the source-java file
(edit) @36531   20 months davidb Changed to a more careful way of determining whether javah (used in …
(edit) @36508   20 months kjdon new method getCollectionDisplayItemText - you pass in a node …
(edit) @36507   20 months kjdon factored out the guts of addLanguageSpecificDisplayItems so that we …
(edit) @36280   22 months kjdon we now use greenstone.default.servlet instead of …
(edit) @36279   22 months kjdon when compiling the list of servlets to select in gg3 server, ignore …
(edit) @36169   2 years kjdon there was a (cut and paste?) error in passing the site name to …
(edit) @36108   2 years kjdon commented out debug message line, otherwise it floods the log with …
(edit) @36107   2 years kjdon greenstone.org now https
(edit) @36067   2 years kjdon got rid of berrybasket param (only having favourites now) and added …
(edit) @36064   2 years kjdon a few more berry->favourite changes
(edit) @36062   2 years kjdon we are getting rid of BerryBaskets in favour of FavouriteBaskets - in …
(edit) @36023   2 years cstephen Migrated the GoogleSigninJDBCRealm to use a DataSourceRealm as a …
(edit) @36001   2 years cstephen Surface cookie consent parameter as XML param. Use commons StringUtils
(edit) @35998   2 years cstephen Fix lang retrieval in XSLTUtil#getInterfaceStringsAsJavascript when a …
(edit) @35996   2 years cstephen Fix the implementation of …
(edit) @35897   2 years cstephen Update the version of jQuery injected by the clientside XSLT bootstrapper
(edit) @35745   2 years cstephen Modified the Javascript object graph that is generated in …
(edit) @35707   3 years cstephen Add support for multiple namespaces in interface property keys; i.e. …
(edit) @35640   3 years davidb Tidied up an echo statement that needed to be quoted, else the '=>' in …
(edit) @35573   3 years davidb No longer want JAVACFLAGS set to default vals if not already set
(edit) @35559   3 years davidb ifdef needs to be lowercase
(edit) @35558   3 years davidb Same as before but with Unix style line endings
(edit) @35556   3 years davidb Changes/fixes after testing on Linux 32-bit
(edit) @35554   3 years davidb While it was discovered that JAVAGDBM had some macros defined to help …
(edit) @35507   3 years kjdon OOOPS. so many debugging messages were left in :-(
(edit) @35484   3 years davidb Java support for: Workpackaged themed color scheme for DL
(edit) @35462   3 years davidb Added in some extra svn:ignore filenames
(edit) @35394   3 years kjdon need to do the class loader trick for the javascript version of …
(edit) @35392   3 years davidb Fix hardcoded js-based interface strings initialisation
(edit) @35391   3 years kjdon getInterfaceText now uses a custom classloader, which looks in …
(edit) @35390   3 years kjdon added getInterfaceResourceDir method. to match those for site and …
(edit) @35376   3 years davidb MacOS JNI code updated to work off JAVA_HOME, in line with approach …
(edit) @35364   3 years kjdon XMLREaderFactory is deprecated. Use SAXParserFactory instead. Hope …
(edit) @35363   3 years kjdon new Long(long) and new Integer(int) are deprecated. Use …
(edit) @35362   3 years kjdon Class.newInstance() is deprecated. Use …
(edit) @35361   3 years kjdon Class.newInstance() is deprecated. Use …
(edit) @35360   3 years kjdon new Boolean(boolean) is deprecated. Anyway, we don't need to create a …
(edit) @35359   3 years kjdon new Long(long) is deprecated. Use Long.valueOf instead
(edit) @35350   3 years davidb Code rewritten to avoid try-resource code pattern, as this is not …
(edit) @35346   3 years davidb Custom Realm for Greenstone that monitors for a 'googlesignin' and if …
(edit) @35340   3 years davidb Number prefix added to more clearly indicate the order to run the scripts
(edit) @35339   3 years davidb Number prefix added to more clearly indicate the order to run the scripts
(edit) @35338   3 years davidb Number prefix added to more clearly indicate the order to run the scripts.
(edit) @35335   3 years davidb Added in come svn:ignore entries
(edit) @35334   3 years davidb File list tidy up so it can be used from the GS3 top-level build.xml file
(edit) @35333   3 years kjdon a few mods to this. Allow username of ALL - will do the required mods …
(edit) @35332   3 years kjdon there were 2 almost identical methods findUser(un, pw) and …
(edit) @35330   3 years davidb Removal of scrappy notes at the bottom of the file
(edit) @35329   3 years davidb README notes on the purpose of this directory, and what to run
(edit) @35328   3 years davidb Changed to get list of located jar files from located-jar-list.txt
(edit) @35327   3 years davidb Change to better/more consistent name
(edit) @35326   3 years davidb Separate out the work of locating the jars, from the actual …
(edit) @35325   3 years davidb README file to explain the purpose of this new sub-directory area of …
(edit) @35323   3 years davidb As a result of working with 'ant', jar depencies essentially need to …
(edit) @35316   3 years davidb Missing @JAVACFLAGS@ line in Makefile.in to setup Makefile using the …
(edit) @35313   3 years davidb Nightly builds setup looks to still be using a JDK 1.7, which does not …
(edit) @35310   3 years davidb Making javac default now source/target 1.6, rather than 1.4. This …
(edit) @35307   3 years davidb Making javac default now source/target 1.6, rather than 1.4. This …
(edit) @35303   3 years anupama 1. In trying to hunt down where UserTermInfo's toString() and …
(edit) @35299   3 years anupama 1. UserTermInfo.toString() now displays expandedGroups instead of …
(edit) @35298   3 years anupama Working version of hierarchical groups: now the usersDB stores …
(edit) @35295   3 years kjdon if we want to add new namespaces into collection's xsl files, we need …
(edit) @35290   3 years anupama 1. Use of groups local variable name in LibServlet method is …
(edit) @35288   3 years anupama Related to previous commits to do with expanding user groups. Still …
(edit) @35287   3 years anupama Part 2 of commit on expanded user groups, related to prev commit …
(edit) @35286   3 years anupama First commit to do with supporting user groups of the form …
(edit) @35266   3 years kjdon when running my new local twso library, it ran into trouble. My …
(edit) @35225   3 years kjdon OAI identifiers should be (I think??) …
(edit) @35179   3 years davidb Now that an audio-content based recommender service (using Weka) is …
(edit) @34644   3 years davidb Version of file that is designed to work with planned changes in GS v3.11
(edit) @34558   3 years kjdon updating svn urls to point to the new https server
(edit) @34522   3 years ak19 Reinstating the crucial change that Dr Bainbridge had introduced into …
(edit) @34479   4 years davidb Change made after testing with Greenstone3 install on atea.space, …
(edit) @34218   4 years kjdon added a comment for helpfulness
(edit) @34217   4 years kjdon when getting the baseURL, and taking the servlet name off, need to use …
(edit) @34215   4 years kjdon removed hard coded lang=en, and now pass in lang to getMetadataList, …
(edit) @34164   4 years ak19 Adding warning comments about where stderr messages n …
(edit) @34160   4 years ak19 Completing TODO from Kathy's commit message for 34116 for …
(edit) @34154   4 years ak19 Useful debugging statement. Would have helped me solve a bug sooner by …
(edit) @34116   4 years kjdon use global.properties, not build.properties. therefore call this with …
(edit) @34112   4 years ak19 GS3 source code seems to already use FileInputStream with UTF-8 …
(edit) @34103   4 years kjdon a couple small modifications. when comparing srcdoc with filename - to …
(edit) @34101   4 years ak19 Correcting syntax error and overlooked another instance of …
(edit) @34100   4 years ak19 Related to trac changesets committed for 33793, 34098 and 34099 …
(edit) @34086   4 years davidb Refactoring code to have generateRedirect method needed some …
Note: See TracRevisionLog for help on using the revision log.