source: main/trunk/greenstone3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32428   6 years Georgiy Litvinov Throw new exception to prevent NPE in XMLTransformer
(edit) @32427   6 years ak19 Minor correction to help message before drastically redoing https stuff
(edit) @32426   6 years ak19 Placeholder solr.context wasn't being filled in when the solr.xml …
(edit) @32425   6 years ak19 Forgot to do what Dr bainbridge had asked for: breadcrumb after ant …
(edit) @32424   6 years ak19 Cosmetic. Now that the https cert automation targets are all more or …
(edit) @32423   6 years ak19 Introduced the Windows https cert renewal part of the renewal target. …
(edit) @32422   6 years ak19 1. Adding in the command to revoke an https certificate (real or …
(edit) @32421   6 years ak19 1. build.xml now determines the bitness of a Windows OS so it can use …
(edit) @32419   6 years ak19 ProtocolPortProperties.java constructors can throw an Exception now.
(edit) @32418   6 years ak19 Fix. If tomcat.port exists in a properties file, it does not …
(edit) @32417   6 years kjdon add in recaptcha operations setting, to add recaptcha to register and …
(edit) @32416   6 years ak19 On windows, only pass in min-min-live for setting up …
(edit) @32415   6 years kjdon changed breadcrumb logic - now add in admin page link only for those …
(edit) @32414   6 years kjdon some changes to authentication strings
(edit) @32413   6 years kjdon added some extra username checking to make sure it doesn't already …
(edit) @32412   6 years ak19 HTTPS certification automation for Windows using ZeroSSL. 1. Comitting …
(edit) @32391   6 years kjdon need to make sure recaptcha key is in service if we are a failed …
(edit) @32390   6 years kjdon replaced hard coded text strings with static Strings. when doing …
(edit) @32389   6 years kjdon remove Admin breadcrumb from PerformRegister page. added a code comment
(edit) @32388   6 years kjdon clear password fields if passwords don't match
(edit) @32387   6 years kjdon removed Administration Page breadcrumb from Register and …
(edit) @32386   6 years kjdon added a comment
(edit) @32385   6 years kjdon added comments and removed some debug text
(edit) @32384   6 years ak19 1. Renaming some targets for ease of remembering. 2. Putting the …
(edit) @32383   6 years ak19 More fixes after testing https targets on a binary.
(edit) @32381   6 years ak19 Correction to running ant exec when passing a variable that …
(edit) @32379   6 years Georgiy Litvinov Added solr context to global properties.
(edit) @32376   6 years kjdon added in authentication error strings
(edit) @32375   6 years kjdon added in string for num
(edit) @32374   6 years kjdon recaptcha version changed, so changing the key info. Uses test key …
(edit) @32372   6 years kjdon upgraded to recaptcha version 2
(edit) @32371   6 years kjdon added additionalHeaderContent-page template so that pages can add …
(edit) @32370   6 years ak19 Property value has to be set after all. Hard to test this out when …
(edit) @32369   6 years kjdon lots of changes. moved to version 2 of recaptcha. moved all the error …
(edit) @32368   6 years ak19 Typo reminded me to remove a property's value param, a behaviour …
(edit) @32367   6 years ak19 Upgrade to inclusion of ant 1.9.x required due to the recent changes …
(edit) @32366   6 years kjdon instead of blindly copying the paramList into the new pageRequest …
(edit) @32365   6 years ak19 Minor changes before major one to use ant 1.9.13
(edit) @32363   6 years kjdon adding SENSITIVE_ATT - used for params that shouldn't be shown in the …
(edit) @32362   6 years kjdon when libraryservlet is adding params to the paramList of the request, …
(edit) @32361   6 years kjdon added a new field to Param - sensitive. currently have default value, …
(edit) @32360   6 years ak19 Removing unnecessary comments now tomcat.port is no longer written out …
(edit) @32359   6 years ak19 Reversing a recently introduced behaviour: build.xml no longer writes …
(edit) @32358   6 years ak19 Forgot to commit with previous rev 32357. Newly added class. Commit …
(edit) @32357   6 years ak19 GS3 Java code has moved away from using tomcat.port to using …
(edit) @32356   6 years ak19 The isfalse test in ant surrounding the http testing mode works as …
(edit) @32355   6 years ak19 Correcting tests for valid ports and associated helpful messages.
(edit) @32354   6 years ak19 Including an Apache 2.0 licence for certbot, as we now have the …
(edit) @32353   6 years ak19 Adding in the certbot-auto script from https://certbot.eff.org/ for …
(edit) @32351   6 years ak19 Correcting syntax error introduced with last minute change in previous …
(edit) @32350   6 years ak19 Some tidying up and using the recommended way to run ant exec tasks …
(edit) @32349   6 years ak19 Rough draft of working ant targets that automate obtaining (and …
(edit) @32348   6 years Georgiy Litvinov Fixed no metadata problem using relative link to access document.
(edit) @32347   6 years ak19 Previously committed with https port enabled, this prevented creating …
(edit) @32346   6 years ak19 Configuring tomcat works automatically. Still need to automate getting …
(edit) @32344   6 years ak19 1. Writing out tomcat.port.http(s) to global.properties only of set to …
(edit) @32342   6 years kjdon switch(string) is only java 7, and we are using java 6, so made this …
(edit) @32340   6 years ak19 Tidying up
(edit) @32339   6 years ak19 Rewritten conditions and tests for setting the tomcat port to fail at …
(edit) @32338   6 years ak19 Removing newly introduced tomcat-init target. Instead, any ant command …
(edit) @32337   6 years ak19 Changing tomcat port variable names so they'll be easier to work with …
(edit) @32336   6 years ak19 Correcting errors introduced in the last minute before commits.
(edit) @32335   6 years ak19 Simplifying the code.
(edit) @32334   6 years ak19 All the changes (still preliminary) that use tomcat.https.port and …
(edit) @32333   6 years ak19 Correction before committing changes related to the new port reorganisation
(edit) @32329   6 years ak19 Shifting from log4j.properties and its .in file in resources/web to …
(edit) @32327   6 years kjdon changed the way we read in servlet init params - now loop through them …
(edit) @32326   6 years kjdon adding in more servlet params to the constants class
(edit) @32319   6 years kjdon Georgy was having issues with setNodeText - the child node to be …
(edit) @32318   6 years kjdon removed some commented out code
(edit) @32315   6 years kjdon updated to reflect root_context.xml.in nmae change
(edit) @32314   6 years kjdon renaming root_context.xml to root_context.xml.in to be consisten with …
(edit) @32313   6 years kjdon renaming to .svn
(edit) @32312   6 years kjdon fixed a spelling mistake
(edit) @32311   6 years kjdon some comment updates
(edit) @32310   6 years kjdon updating build.xml for the new .svn files, which get turned into .in …
(edit) @32309   6 years kjdon renaming resources .in files to .svn as this better matches the …
(edit) @32308   6 years kjdon make metadata dynamic in a hashmap instead of named fields in am Item …
(edit) @32307   6 years kjdon I have changed the way metadata is stored in java for berry basket …
(edit) @32302   6 years Georgiy Litvinov Second fix
(edit) @32301   6 years Georgiy Litvinov Fixed for groups and collections selection commit
(edit) @32300   6 years kjdon made gs document links restful - collection/demo/document/xxx, instead …
(edit) @32299   6 years ak19 Putting the siteURL (back?) in to follow the instructions at …
(edit) @32298   6 years kjdon modified code to provide berry basket links as greenstone doc links, …
(edit) @32297   6 years kjdon adding assocfilepath and srclinkFile to attributes returned in berry …
(edit) @32296   6 years kjdon java code was adding in a filepath param for the xsltparams. adding it …
(edit) @32295   6 years Georgiy Litvinov Added selected attr for chosen collections and groups
(edit) @32293   6 years Georgiy Litvinov Fixed a bug in collectionGroups
(edit) @32213   6 years kjdon OAI: don't have hardcoded custom outputting for dc.identifier anymore. …
(edit) @32212   6 years kjdon added in strings for gsflink.document/source
(edit) @32211   6 years kjdon moving hardcoded dc:identifier output to dynamic based on config file. …
(edit) @32202   6 years ak19 Adding to SVN the reference to …
(edit) @32201   6 years ak19 Accidentally committed collectionConfig.xml in rev 32200.
(edit) @32200   6 years ak19 Rebuilt GS3 LUCENE demo collection as per Kathy's request, in order to …
(edit) @32191   6 years ak19 gujarati language changes,thanks to Lavji Zala
(edit) @32176   6 years Georgiy Litvinov Safe read from group config file
(edit) @32160   6 years Georgiy Litvinov Cache last document to speed up multisection documents load.
(edit) @32158   6 years Georgiy Litvinov Fix for previous commit
(edit) @32157   6 years Georgiy Litvinov Added navigation for search terms
(edit) @32156   6 years ak19 Dr Bainbridge fixed gli4gs3.xsl so that the new GLI Web Start …
Note: See TracRevisionLog for help on using the revision log.