Timeline



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 …

2017-04-13:

21:36 Changeset [31601] by davidb
To get the look and feel of the HTRC portal web site, supporting files …
14:22 Changeset [31600] by kjdon
moved the coll and group links back into their own template so that we …
13:44 Ticket #928 (GLI adds index displayItems to top level for gs3 colls) created by kjdon
They should be inside indexes not in the top level. And is it still …
11:39 Changeset [31599] by kjdon
made two links relative
09:48 Ticket #927 (oai classifier) created by kjdon
When building a collection, you get a message like "outputting …

2017-04-11:

23:44 Changeset [31598] by davidb
Easier to remember what to do
23:41 Changeset [31597] by davidb
Additional _s and _ss fields to help with faceting. Temporarily …

2017-04-10:

11:24 Ticket #926 (gsf:link in CCS format) created by kjdon
Currently gsf:link only works on single colleciton pages, not in cross …
11:22 Ticket #925 (cross collection searching) created by kjdon
Currently isn't working properly. It was taking no notice of the …
11:19 Changeset [31596] by kjdon
added code to put in source link+icon/thumb img
10:46 Changeset [31595] by kjdon
indenting it nicely in emacs

2017-04-07:

18:53 Changeset [31594] by ak19
More equalising of debugging between the gli and gs3 src code versions …
18:38 Changeset [31593] by ak19
Porting the modifications for SafeProcess.java from GS3 src code to …
18:20 Changeset [31592] by ak19
Removed unwanted debugging now that Windows testing of the new …
17:47 Changeset [31591] by ak19
1. SafeProcess.CustomProcessHandler replaces …
11:00 Changeset [31590] by ak19
Better synchronization I think. I've declared methods as synchronized, …
10:33 Changeset [31589] by ak19
Bugfixes I think. Noticed that remove-archives-meta was removing the …
01:39 Changeset [31588] by ak19
Correcting another difference with gli version of SafeProcess

2017-04-06:

21:19 Changeset [31587] by ak19
Changes to GS3 src SafeProcess.java to bring it up to speed with GLI's …
21:16 Changeset [31586] by ak19
Exceptions are now no longer handled by SafeProcess at all times, but …
21:03 Changeset [31585] by ak19
GLI's DownloadPane.java now also uses SafeProcess.java when running a …
20:35 Changeset [31584] by ak19
Related to previous commit. Removed the old_ functions to stop and …
20:33 Changeset [31583] by ak19
GS3ServerThread now uses SafeProcess. And moved the code in Gatherer …
19:15 Changeset [31582] by ak19
In place of the Input- and OutputStreamGobbler classes, am now …
19:12 Changeset [31581] by ak19
Minor changes ahead of bigger commits
19:00 Changeset [31580] by ak19
Accidentally committed a file I didn't want to.
18:58 Changeset [31579] by ak19
Correction.
15:24 Changeset [31578] by ak19
Removed debugging and other minor cosmetic changes after successful …
14:48 Changeset [31577] by kjdon
changed my mind. now declaring aStr and bStr variables, cos what if …
14:33 Ticket #924 (Not all metadata should be editable or visible in Document Editor) created by ak19
On linux, I always added user comments to my own small test …
14:23 Changeset [31576] by kjdon
redo last log message: on toro (perl 5.12) it complained about 'can't …
14:21 Changeset [31575] by kjdon
on toro (perl 5.12) it complained about 'can't use my in sort …

2017-04-05:

20:22 Changeset [31574] by ak19
Trying to correct the GS2PerlConstructor.runPerlCommand() function …
20:16 Changeset [31573] by ak19
Commit ahead of larger changes: Misc.NEWLINE now works sets the …
20:13 Changeset [31572] by ak19
Minor changes ahead of more major ones. Explicitly marking …
Note: See TracTimeline for information about the timeline view.