source: main/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32442   6 years kjdon if using <gsf:image type='cover'> in search results format statement, …
(edit) @32440   6 years kjdon log the not saved message as some browsers don't show it in their popup
(edit) @32439   6 years kjdon put back a change I made ages ago. the instanceReady thing never seems …
(edit) @32438   6 years kjdon CKEditor: added Image and SourceDialog plugins to allow image tag …
(edit) @32437   6 years ak19 On windows, need to do a little more work to stop tomcat when we run …
(edit) @32436   6 years ak19 Correction: restrict.http.to.local is a property relevant to …
(edit) @32435   6 years ak19 gs2mgdemo, gs2mgppdemo and lucene-jdbm-demo are meant to work out of …
(edit) @32434   6 years kjdon don't need GSXML. prefix inside the class itself
(edit) @32433   6 years ak19 Oversight. If httpPort is 80, don't append colon and 80 to form base URL.
(edit) @32432   6 years ak19 1. Since there's a chance that 127.0.0.1 isn't always the loopback …
(edit) @32429   6 years ak19 solr should only be accessible locally (from localhost, specifically …
(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) @32420   6 years ak19 Improved way of finding OS bitness from bat, even though currently unused
(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) @32382   6 years sjm84 It's not enough that openssl is copied to GS3/bin/linux with exec …
(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) @32377   6 years ak19 Committing rk3 ant-scripts compile version for elcapitan to sierra
(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) @32373   6 years ak19 Fix to recent changes for getting openssl included in GS3/bin/linux
(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) @32364   6 years ak19 Minor change
(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) @32352   6 years ak19 Including the necessary folders of the openssl that we compiled up in …
(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) @32345   6 years ak19 util.pm has to cope with library url being undefined: it can happen if …
(edit) @32344   6 years ak19 1. Writing out tomcat.port.http(s) to global.properties only of set to …
(edit) @32343   6 years kjdon quantifiers mustn't have \ before {
(edit) @32342   6 years kjdon switch(string) is only java 7, and we are using java 6, so made this …
(edit) @32341   6 years ak19 1. Fixing up regex syntax in DirectoryPlugin for perl 5.26 that comes …
(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) @32332   6 years kjdon removed replace_images function. this inherits from HTMLPlugin, and …
(edit) @32331   6 years ak19 Forgot to commit a minor change earlier
(edit) @32330   6 years davidb Encouuntered a compilation error with this file when using Visual …
(edit) @32329   6 years ak19 Shifting from log4j.properties and its .in file in resources/web to …
(edit) @32328   6 years ak19 More changes to do with template file extensions changing from .in 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) @32325   6 years ak19 Dr Bainbridge worked out the solution to HTMLPlugin not handling …
(edit) @32324   6 years ak19 Minor changes to util.pm before committing a bugfix.
(edit) @32322   6 years ak19 Furter updates to SafeProcess Readme, even though Dr Bainbridge has …
(edit) @32321   6 years ak19 Describing new problem when the openoffice extension breaks …
(edit) @32320   6 years sjm84 build.properties.in has become build.properties.svn
(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
Note: See TracRevisionLog for help on using the revision log.