source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31557   7 years ak19 1. Modifying name of option to turn on usercomments feature to match …
(edit) @31556   7 years ak19 Adding the ability to turn on user comments from GLI. Off by default. …
(edit) @31555   7 years ak19 Bugfix to commit 31547: parameter name mismatch with parameter use …
(edit) @31554   7 years kjdon reindented the file
(edit) @31553   7 years kjdon deleted classifiertools
(edit) @31552   7 years kjdon moved all templates from classifiertools to pages/classifier
(edit) @31551   7 years kjdon tidying up the default classifierNode template. This gets used when …
(edit) @31550   7 years kjdon moved map and panorama templates into their own stylesheets. Note I …
(edit) @31549   7 years kjdon I'm going to move map and panorama stuff out of main pages and into …
(edit) @31548   7 years kjdon need a default HList template
(edit) @31547   7 years ak19 1. Drastic changes to javascript-global-functions.js, specifically the …
(edit) @31546   7 years ak19 Minor spelling correction ahead of major commits to do with GS3 user …
(edit) @31545   7 years ak19 Bugfix to bad JavaScripting ahead of upcoming commits: should have …
(edit) @31544   7 years ak19 Dr Bainbridge found oversight in recently committed code: needed to …
(edit) @31543   7 years ak19 Next incremental change to adding user comments in GS3. This time to …
(edit) @31542   7 years ak19 1. Rewriting callMetadataServer to do the ajax requests as POST …
(edit) @31541   7 years ak19 1. GS2Construct.modifyMetadata() now calls a more generic method to …
(edit) @31540   7 years ak19 Some commits ahead of further changes: 1. Kathy came up with better …
(edit) @31539   7 years kjdon removed debugging XX's
(edit) @31538   7 years kjdon don't show the search button for the current search page
(edit) @31537   7 years ak19 First commit for getting user comments working for GS3. It all works, …
(edit) @31536   7 years kjdon added expandContractDocumentLinks template
(edit) @31535   7 years kjdon removed unused stuff. no longer test on nodeContent when working out …
(edit) @31534   7 years kjdon changed the comment.
(edit) @31533   7 years kjdon if ed=1 for paged document, want to go through the nodes and process them.
(edit) @31532   7 years kjdon changed text keys to match the dictionary keys
(edit) @31531   7 years kjdon expand and contract doc links are now outside the toc and generated in …
(edit) @31530   7 years kjdon moved expand doc and contract doc into separate div. copied these …
(edit) @31529   7 years ak19 Committing what I think are bugfixes. These methods could surely not …
(edit) @31528   7 years ak19 Cosmetic changes made when bringing this GS2 version of the …
(edit) @31527   7 years ak19 Bringing the GS3 version of gsajaxapi.js file up to speed with GS2 …
(edit) @31526   7 years ak19 Some additions were automatically made to the .classpath and .project …
(edit) @31525   7 years ak19 Nathan provided more stuff: Themes folder contains Sencha's …
(edit) @31524   7 years davidb Main changes: Fix for page/seqnum; group by id; show-hide other …
(edit) @31523   7 years kjdon we want to keep p.s arg in the expand/contract contents links so that …
(edit) @31522   7 years ak19 Some screenshots of the Eclipse Enterprise Edition projects that …
(edit) @31521   7 years ak19 Screengrabs of what the Titles browsing classifier output of the …
(edit) @31520   7 years kjdon a couple of small but significant changes. when getting the table of …
(edit) @31519   7 years ak19 Removing duplicate function temporarily marked as OLD_functionname().
(edit) @31518   7 years ak19 Found servercontrol::get_library_url() largely duplicated in util.pm …
(edit) @31517   7 years ak19 I think this is a bugfix (copy and paste error), but will need to …
(edit) @31516   7 years ak19 Another change ahead of an upcoming commit
(edit) @31515   7 years ak19 Trying to bring near-identical functions …
(edit) @31514   7 years ak19 1. As advised by Dr Bainbridge, using open() instead of backtick …
(edit) @31513   7 years ak19 servercontrol.pm uses established functions to generate tmpfiles in …
(edit) @31512   7 years ak19 AUTOCOMMIT by gen-model-colls.sh script. Message: Kathy asked to have …
(edit) @31511   7 years ak19 AUTOCOMMIT by gen-model-colls.sh script. Message: Kathy asked to have …
(edit) @31510   7 years davidb Turns out some languages fields can be empty. Need to test for this
(edit) @31509   7 years davidb LangPos determination changed to lock into first match, rather than …
(edit) @31508   7 years ak19 Tiny but important change (bugfix), that I confirmed with Kathy today. …
(edit) @31507   7 years ak19 BUGFIX to servercontrol.pm. servercontrol::config() was merging stderr …
(edit) @31506   7 years davidb Forgot to add initialization line. Doh!
(edit) @31505   7 years davidb Added in storing of top-level document metadata as separate solr-doc
(edit) @31504   7 years davidb Adjusted call to work with added parameter
(edit) @31503   7 years davidb Monitor for missing POS keys, and print out details first time each …
(edit) @31502   7 years davidb Comment out section, useful for controlling a smaller run
(edit) @31501   7 years davidb No longer used
(edit) @31500   7 years davidb Synchronize on reading in of white-list and universal-lang-pos
(edit) @31499   7 years davidb Better exception handling
(edit) @31498   7 years davidb Tidy up on print statements
(edit) @31497   7 years kjdon oops, had commented out a line which meant normal ascii images weren't …
(edit) @31496   7 years kjdon updated string keys based on new plugin names
(edit) @31495   7 years kjdon updated string keys based on new plugin names
(edit) @31494   7 years kjdon updated text string keys based on new plugin names
(edit) @31493   7 years kjdon removed smart_block option. Its been deprecated for long enough
(edit) @31492   7 years kjdon renamed EncodingUtil to CommonUtil, BasePlugin to BaseImporter. The …
(edit) @31491   7 years kjdon need to normalize the name when we look up in hte block hash too, for macos
(edit) @31490   7 years ak19 1. Fix to issue of a tomcat host/port change not propagating to solr …
(edit) @31489   7 years ak19 1. new target get-solr-servlet-url to be used when solr building code …
(edit) @31488   7 years ak19 Making servercontrol.pm more robust to http and https protocols
(edit) @31487   7 years ak19 Important import statement for the recent commits related to encoding.
(edit) @31486   7 years ak19 Moved repetitive code structure into a function.
(edit) @31485   7 years ak19 AUTOCOMMIT by gen-model-colls.sh script. Message: Rebuilding after …
(edit) @31484   7 years ak19 AUTOCOMMIT by gen-model-colls.sh script. Message: Rebuilding after …
(edit) @31483   7 years ak19 Turning debugging flag off again.
(edit) @31482   7 years ak19 Fixing a copy paste error discovered when testing another branch …
(edit) @31481   7 years ak19 Major overhaul of how linux gs3-setup.sh script finds java. This was …
(edit) @31480   7 years kjdon util::block_file moved to EncodingUtil::block_raw_filename
(edit) @31479   7 years kjdon inherit from EncodingUtil instead of PrintInfo
(edit) @31478   7 years kjdon blocking stuff moved to here
(edit) @31477   7 years kjdon blocking moved to EncodingUtil. debug stuff still in here. needs tidying up
(edit) @31476   7 years kjdon blocking moved to EncodingUTil
(edit) @31475   7 years kjdon block_filename moved to EncodingUtil plugin
(edit) @31474   7 years kjdon encoding_list is in EncodingUtil now
(edit) @31473   7 years ak19 Bugfixes (2) to previous commit: splitting long lines with carets …
(edit) @31472   7 years ak19 Better debug statements and tabbing without * characters, DEBUG flag …
(edit) @31471   7 years ak19 Removed dangerous trailing whitespace when setting environment variable
(edit) @31470   7 years ak19 Removing debug messages.
(edit) @31469   7 years ak19 1. Failing gracefully if we can't determine the bitness of GS3 (for …
(edit) @31468   7 years ak19 1. Bugfix: there was a tab space at the end of an env var assignment …
(edit) @31467   7 years ak19 Crucial correction
(edit) @31466   7 years davidb Fix to work out solr_host rather than assume it is gc0
(edit) @31465   7 years davidb Adjustment to run solr with more memory
(edit) @31464   7 years davidb More general version of script that let's you specify the collection …
(edit) @31463   7 years ak19 Improving error messages, which also brings the windows gs3-setup …
(edit) @31462   7 years ak19 Related to commits 31447 and 31461 which were for windows. The Linux …
(edit) @31461   7 years ak19 Corrections to commit of revision 31447, to handle further cases: even …
(edit) @31460   7 years ak19 Dr Bainbridge advised that it would be better to perform the bitness …
(edit) @31459   7 years kjdon now inherits from EncodingUtil. When using local directory in metadata …
(edit) @31458   7 years kjdon encoding list now comes from EncodingUtil, not BasePlugin
Note: See TracRevisionLog for help on using the revision log.