source: main/trunk/greenstone3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35484   3 years davidb Java support for: Workpackaged themed color scheme for DL
(edit) @35476   3 years davidb Used in Google Sign-in
(edit) @35473   3 years davidb Straightening out a SVN tree conflict. Adding back in the new JAR …
(edit) @35470   3 years davidb Straightening out a SVN tree conflict. Need to remove these from SVN …
(edit) @35464   3 years davidb Added in some extra svn:ignore filenames
(edit) @35463   3 years davidb Added in some extra svn:ignore filenames
(edit) @35462   3 years davidb Added in some extra svn:ignore filenames
(edit) @35459   3 years davidb Adding in LIBDIR for Linux and Windows compiling of newly introduced …
(edit) @35444   3 years kjdon change the greenstone.org link from http to https. not sure if …
(edit) @35435   3 years davidb Removed 'get-isisgdl' from 'install' depends as the ISIS code has been …
(edit) @35434   3 years davidb Ant minimum version changed to 1.8.2 so 'force=true' can be used in …
(edit) @35428   3 years kjdon removed some apostrophes from comments to make syntax highlighting in …
(edit) @35427   3 years kjdon added some (currently commented out) code to allow the addition of …
(edit) @35422   3 years anupama Bugfix. Tomcat wouldn't start on freshly compiled windows GS3. …
(edit) @35418   3 years davidb Some echo statement fine-tuning
(edit) @35410   3 years cstephen Fix 1px 'jiggle'
(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) @35381   3 years davidb Additional jar files to ignore
(edit) @35380   3 years davidb Some additional jar files to ignore
(edit) @35379   3 years davidb Added in svn:ignore for lucene-*jar files in this directory
(edit) @35378   3 years davidb Downloading tomcat.zip and axis.zip targets adjusted to use 'curl' on …
(edit) @35376   3 years davidb MacOS JNI code updated to work off JAVA_HOME, in line with approach …
(edit) @35371   3 years kjdon if we are targetting everything else to java 1.6, we should also do …
(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) @35354   3 years davidb Updated to use new custom Realm, which monitors for authentication …
(edit) @35352   3 years davidb Greenstone3 already has a version of this (v1.0.4) which looks to get …
(edit) @35351   3 years davidb Adding in 'failonerror=true' as a result of testing where a missing …
(edit) @35350   3 years davidb Code rewritten to avoid try-resource code pattern, as this is not …
(edit) @35348   3 years davidb Needed in GooglesginJDBCRealm (to support the logging that Tomcat …
(edit) @35347   3 years davidb Support added to ant build file for GoogleSignin via custom Realm, …
(edit) @35346   3 years davidb Custom Realm for Greenstone that monitors for a 'googlesignin' and if …
(edit) @35345   3 years davidb Deleting this jar, as newer version now used (triggered by Google …
(edit) @35344   3 years davidb Tidy up on svn:ignore property setting
(edit) @35343   3 years davidb Added in svn:ignore entries to log files (which are expected to …
(edit) @35342   3 years davidb Commiting these back to previous version as the result of a svn:ingore …
(edit) @35341   3 years davidb Addition of some svn:ingore values for the userDB area
(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) @35337   3 years davidb jar files needed to support Google Signin to Greenstone3
(edit) @35336   3 years davidb Removed exectute permission from jar files, which is not needed and is …
(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) @35331   3 years davidb Further refinement of the Google Signin process from the JS/Web …
(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) @35324   3 years davidb Added in some commented out init-param elements to act as breadcrumbs …
(edit) @35323   3 years davidb As a result of working with 'ant', jar depencies essentially need to …
(edit) @35322   3 years davidb Front-end (web-browser) changes that introduce the option of signing …
(edit) @35320   3 years davidb Curently removed using 'force=true' from <copy> element, as release …
(edit) @35319   3 years kjdon changed http links to google apis to https - otherwise get mixed …
(edit) @35318   3 years davidb Giving this a small nudge down to the ant requirement being 1.8.1 or …
(edit) @35317   3 years davidb Updated the version of ant minimum to be 1.8.2. This is to be able to …
(edit) @35316   3 years davidb Missing @JAVACFLAGS@ line in Makefile.in to setup Makefile using the …
(edit) @35314   3 years davidb Some refinement of the (echo) messages generated so the information …
(edit) @35313   3 years davidb Nightly builds setup looks to still be using a JDK 1.7, which does not …
(edit) @35312   3 years davidb Technique that effectively allows us to 'source' our gs-setup.sh file …
(edit) @35311   3 years davidb Now explicitly testing for minimum version of ant in build.xml, so …
(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) @35293   3 years davidb Additional text added about README files that exist in a local folder …
(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) @35183   3 years kjdon option to hide the single radio button in the filter pages part of …
(edit) @35179   3 years davidb Now that an audio-content based recommender service (using Weka) is …
(edit) @35171   3 years kjdon when we are doing search term highlighting, and we want it in the …
(edit) @35170   3 years kjdon section title metadata can come back annotated, so use gsf:metadata …
(edit) @35168   3 years anupama GS3 default interface updated thanks to Lavji Zala.
(edit) @35150   3 years davidb Powered-by footer changed to be https; added in comment marking out …
(edit) @35138   3 years davidb siteURL XSL variable defined
(edit) @34935   3 years anupama Updates to French language perlmodules, gsinstaller and gs3interface …
(edit) @34909   3 years kjdon in quick search, don't want to display the search field if there is …
(edit) @34884   3 years kjdon updated the comment
(edit) @34883   3 years kjdon I don't quite understand expand gsf relation to expand gsf pass1. …
(edit) @34816   3 years anupama Gujarati language gs3interface module of Greenstone. Many thanks to …
(edit) @34721   3 years davidb Next stage in developing collaging, to be activated in next release of GS3
(edit) @34720   3 years davidb JS file to be used in next version of Greenstone3 to support collaging
(edit) @34704   3 years davidb Some addition CSS rules added in (comment out) that help when the …
Note: See TracRevisionLog for help on using the revision log.