Timeline



2017-05-18:

22:29 Changeset [31693] by davidb
Changes to workset information is pulled from sparql-endpoint for each …
20:38 Changeset [31692] by ak19
Major changes to SafeProcess and classes of the download package, by …
19:50 Changeset [31691] by ak19
Committing two new GLI language strings that I may use in 2 future …
14:40 Changeset [31690] by kjdon
removing debug statements
14:40 Changeset [31689] by kjdon
removing debug statements
14:39 Changeset [31688] by kjdon
removing debug statements
13:46 Changeset [31687] by kjdon
this wasn't looking lang args to the depositormetadata cfg line, and …
10:39 Changeset [31686] by kjdon
diego was sometimes getting arraylist outof bounds exception - we are …

2017-05-17:

10:23 Changeset [31685] by davidb
Link to open-source code added as footer
10:22 Changeset [31684] by davidb
Code tidyup
10:15 Changeset [31683] by davidb
10:09 Changeset [31682] by davidb
Springer added

2017-05-15:

16:39 Changeset [31681] by ak19
AUTOCOMMIT by gen-model-colls.sh script. Message: Regenerating model …
16:36 Changeset [31680] by ak19
AUTOCOMMIT by gen-model-colls.sh script. Message: Regenerating model …
14:27 Changeset [31679] by ak19
AUTOCOMMIT by gen-model-colls.sh script. Message: Regenerating model …
14:24 Changeset [31678] by ak19
AUTOCOMMIT by gen-model-colls.sh script. Message: Regenerating model …

2017-05-11:

22:48 Changeset [31677] by davidb
Supress processing governmentDocument for now in JSON metadata record, …
22:47 Changeset [31676] by davidb
To make it easier to remember how to kill off a YARN task at the …
22:19 Changeset [31675] by davidb
More careful set of metadata fields indexed
16:37 Changeset [31674] by ak19
Correction to generating login URL. When reconstituting the URL …
14:18 Changeset [31673] by kjdon
don't add the AllList classifier any more. This was originally added …
14:16 Changeset [31672] by kjdon
undoing Anu's previous commit. We don't want to make the AllList

2017-05-10:

18:37 Changeset [31671] by ak19
Additional comment
18:31 Changeset [31670] by ak19
Changing the EventListeners list in GShell over to be …
18:04 Changeset [31669] by ak19
Have made the EventListeners list in CollectionConstructor use the …

2017-05-09:

19:42 Changeset [31668] by ak19
Adding helpful link
19:15 Changeset [31667] by ak19
Uses synchronized methods vs synchronizing on objects in the right way …
19:06 Changeset [31666] by ak19
Uses synchronized methods vs synchronizing on objects in the right way …

2017-05-08:

21:18 Changeset [31665] by ak19
GS3 source code now updated to use SafeProcess instead of Process …
18:32 Changeset [31664] by ak19
Tabbing for emacs.
18:15 Changeset [31663] by ak19
Bringing the GS3 SafeProcess.java up to speed with the GLI version. …
16:55 Changeset [31662] by ak19
French language GS3interface module. Many thanks to Yvan Arnaud.
11:12 Changeset [31661] by kjdon
explicitly ordered the collections on the home page
10:31 Changeset [31660] by kjdon
collectionLinks template is now called collectionAndGroupLinks
10:27 Changeset [31659] by kjdon
committing the showcase interface
10:06 Changeset [31658] by kjdon
actually, don't want default link-type to be javascript. if have HList …
10:01 Changeset [31657] by kjdon
default link type is javascript, not dynamic
10:01 Changeset [31656] by kjdon
fixed up the nodeId parameter passing to classifierNodeLink. Didn't …
09:44 Changeset [31655] by kjdon
query-common has been renamed to shared-templates, and is inluced by …
09:43 Changeset [31654] by kjdon
query-common is now called shared-templates
09:41 Changeset [31653] by kjdon
renamed query-common to shared-templates as now it is no longer just …
09:40 Changeset [31652] by kjdon
classifierNodeLink template is needed by config_format as well as …

2017-05-05:

21:47 Changeset [31651] by ak19
Emacs tabbing and 2 extra lines of comments.
21:39 Changeset [31650] by ak19
0. Debugging in SafeProcess is turned off. 1. Tidying up recent commit …
17:23 Changeset [31649] by ak19
Updated GLI's batch and bash scripts to refer to the new JNA jar files …
17:02 Changeset [31648] by ak19
Some corrections, including to omissions, before I start adding in …

2017-05-04:

20:35 Changeset [31647] by ak19
gli.bat and makegli.bat were updated to test the new JNA jar files. …
20:32 Changeset [31646] by ak19
1. Moved isAvailable(program) into SafeProcess.java from …
14:43 Changeset [31645] by davidb
Some initial work on drawing in workset info from sparql-endpoint. …

2017-05-03:

17:36 Changeset [31644] by ak19
Learnt about shutdown hooks in Java. Adding one to GLI (Gatherer) to …

2017-05-02:

20:33 Changeset [31643] by ak19
Taskkill does not seem to be a route, but adding in code that works, …
19:41 Changeset [31642] by ak19
For Windows, process.destroy() doesn't get called on interruption …
18:15 Changeset [31641] by ak19
Bugfix after changing over to SafeProcess: XML parsing failed because …

2017-05-01:

20:26 Changeset [31640] by ak19
Porting across changes made to GLI's SafeProcess: 1. correct interrupt …
20:07 Changeset [31639] by ak19
1. Correcting switch statement in SafeProcess and tidying up some …
18:23 Changeset [31638] by ak19
Rewriting GShell.runLocal() to use SafeProcess instead of Process. …

2017-04-27:

20:46 Changeset [31637] by ak19
FileAssociationManager no longer uses ExternalProgram to run the which …

2017-04-21:

21:09 Changeset [31636] by ak19
First phase of shifting gli code to use SafeProcess instead of Java …
20:13 Changeset [31635] by ak19
Tagging gli and GS3 src before overhaul to use SafeProcess.java
20:12 Changeset [31634] by ak19
Tagging gli and GS3 src before overhaul to use SafeProcess.java
20:11 Changeset [31633] by ak19
Undo
20:10 Changeset [31632] by ak19
Tagging gli and GS3 src before overhaul to use SafeProcess.java
20:00 Changeset [31631] by ak19
Further changes to SafeProcess to turn some interfaces to abstract …
19:59 Changeset [31630] by ak19
Further changes to SafeProcess to turn some interfaces to abstract classes.
17:49 Changeset [31629] by ak19
Adding a printStackTrace() to what was an empty catch statement.
16:21 Changeset [31628] by davidb
More refined test for when to ask about expand ligatures, and other …
11:24 Changeset [31627] by davidb
Changed to static home page with choice of DL to go to. Initial …
01:03 Changeset [31626] by davidb
Links to blog entries added
01:02 Changeset [31625] by davidb
Tidy up
01:02 Changeset [31624] by davidb
Combined volume md and full-text page searching

2017-04-20:

22:59 Changeset [31623] by davidb
Removed commented out static HTML POS section
22:55 Changeset [31622] by davidb
Adding in CORS support to Solr
21:35 Changeset [31621] by davidb
Step towards making HTML/JS work with on different server, with AJAX …
21:32 Changeset [31620] by ak19
Porting recent changes from GS3 SafeProcess to GLI SafeProcess
20:54 Changeset [31619] by davidb
Further minor tidy up
20:41 Changeset [31618] by davidb
Code tidy up
20:31 Changeset [31617] by ak19
Removing the debugging.
19:38 Changeset [31616] by ak19
Putting the LineByLineHandlers back in case it is useful (especially …
18:21 Changeset [31615] by ak19
Adding a basic run process method, runBasicProcess(), one to be used …
18:17 Changeset [31614] by davidb
Separate off stream query page
17:55 Changeset [31613] by davidb
Multiple word support in POS search box. Tidy up of anchor for search …
17:53 Changeset [31612] by davidb
Icon, accent folder added

2017-04-19:

23:02 Changeset [31611] by davidb
The base nph-proxy.cgi MEDDLE is based on
23:02 Changeset [31610] by davidb
Mods after testing first install
22:45 Changeset [31609] by davidb
Change over from acmdl prefixes to 'meddle', except for now the perl5 dir
22:42 Changeset [31608] by davidb
Scripts to setup and install code in web area
22:42 Changeset [31607] by davidb
Support JS file for nph-proxy-meddle.cgi
22:40 Changeset [31606] by davidb
First cut at Meddle-based version of nph-proxy.cgi
22:22 Changeset [31605] by davidb
Redirect home page
22:19 Changeset [31604] by davidb
Trunk directory for MEDDLE project -- ModifiED Digital Library
22:18 Changeset [31603] by davidb
Top level for MEDDLE project -- ModifiED Digital Library
21:35 Changeset [31602] by ak19
Follows Dr Bainbridge's suggestion to prevent URL based calls to …
17:11 Ticket #929 (Case insensitive searches with Lucene) created by ak19
A question came in to the mailing list about how to make searches case …
Note: See TracTimeline for information about the timeline view.