Timeline



2014-03-17:

21:36 Changeset [28911] by ak19
Fourth commit for security and safe cgiargs.
14:57 Changeset [28910] by ak19
Removing the runtime-src/packages/security folder from SVN, since we …
14:52 Changeset [28909] by ak19
Updating the windows makefile to add in securitytools.cpp in the list …
12:22 Changeset [28908] by kjdon
added in a copy step for global.properties.in and log4j.properties.in …
12:16 Changeset [28907] by kjdon
moved gsdl3site.cfg.in file to resources/cgi. On prepare it's copied …
12:04 Changeset [28906] by kjdon
generating OAIConfig.xml from OAIConfig.xml in resources/oai instead …
11:57 Changeset [28905] by kjdon
Configuration files that may be edited by the user, and that need some …
11:55 Changeset [28904] by kjdon
added a target copy-dot-in-files. Configuration files that may be …
11:26 Changeset [28903] by kjdon
moved OAIConfig.in from web/WEB-INF/classes into new resources/oai. …
11:24 Changeset [28902] by kjdon
new folder to contain oaiconfig.xml for editing
11:19 Changeset [28901] by kjdon
script I wrote to check usage of interface keys. Was ages ago so I …
11:09 Changeset [28900] by kjdon
added a devel folder for developer tools. Added bin/script folder in …

2014-03-14:

22:46 Changeset [28899] by ak19
Third commit for security, for ensuring cgiargs macros are websafe. …
17:13 Changeset [28898] by ak19
1. The cgiargq query variable is now no longer escaped in the 3 simply …
15:44 Changeset [28897] by davidb
GUI front-end to server base plus web page content
15:42 Changeset [28896] by davidb
Core Web Server that connects to the Kinect device
15:39 Changeset [28895] by davidb
Base Kinect Project
15:38 Changeset [28894] by davidb
Code for initial work done over the summer of 2013/2014
15:38 Changeset [28893] by davidb
Top level repository for StreetView + Kinnect project
15:36 Changeset [28892] by davidb
Top level repository for StreetView + Kinnect project

2014-03-13:

14:38 Changeset [28891] by kjdon
added a placeholder Manager element and comment. using only default …
14:37 Changeset [28890] by kjdon
chnaged a comment
14:34 Changeset [28889] by kjdon
don't want this file in repository. Just create it when we need it.
14:34 Changeset [28888] by ak19
First security commit. 1. Introducing the new securitools.h and .cpp …

2014-03-12:

11:59 Changeset [28887] by shaoqun
Updated default jquery js files + included base64 plugin

2014-03-11:

13:38 Changeset [28886] by ak19
Additions to the OWASP-for-C++ security package, even though we are no …

2014-03-10:

13:52 Changeset [28885] by kjdon
handle reset request - reconfigure the message router and then reload …
13:50 Changeset [28884] by kjdon
implemented handling for oaiserver?reset request - reloads the …
13:48 Changeset [28883] by kjdon
added a method to create response for reset request for oaiserver

2014-03-06:

14:07 Changeset [28882] by kjdon
removed a comment
14:07 Changeset [28881] by kjdon
added getCollectionListForSet method to avoid duplicating code. added …
14:05 Changeset [28880] by kjdon
added a field in data for initial time that resumption token started - …
12:10 Changeset [28879] by kjdon
changed collection_list from NodeList to Element as NodeList
11:38 Changeset [28878] by kjdon
oai code uses dates in milliseconds, so convert the greenstone seconds …
11:37 Changeset [28877] by kjdon
added lastmodified static string
11:36 Changeset [28876] by kjdon
earliestDatestamp should have a capital D

2014-03-05:

14:48 Changeset [28875] by shaoqun
Removing jsoup lib (commited in wrong directory)
14:40 Changeset [28874] by kjdon
in reset token file, only try to create a new file if one doesn't …
13:48 Changeset [28873] by kjdon
added destroy method to OAIServer, which calls cleanUp on the …
13:46 Changeset [28872] by kjdon
deleted old unused code. added code to save current tokens to a file …
13:38 Changeset [28871] by kjdon
added a comment

2014-03-04:

16:00 Changeset [28870] by ak19
Correcting the check for whether configure has to be re-run on the …
15:54 Changeset [28869] by ak19
esapi test code expects SafeInt header file to be located inside a …
15:10 Changeset [28868] by ak19
Dr Bainbridge got CMake to compile. C/CXX/LD Flags need to be exported …

2014-03-03:

22:58 Changeset [28867] by ak19
Fix to test for when configure in curl does not need to be re-run.
22:29 Changeset [28866] by ak19
Replacing owasp-esapi-for-c package and dependencies with the …
22:21 Changeset [28865] by ak19
Replacing owasp-esapi-for-c package and dependencies with the …
15:22 Changeset [28864] by ak19
Minor change to get it compiling without bash syntax errors.

2014-02-27:

20:28 Changeset [28863] by ak19
Adding the OWASP-ESAPI-for-C and dependent packages and Makefile. The …
14:38 Changeset [28862] by kjdon
destroy method of Thread has been deprecated. and …
14:32 Changeset [28861] by kjdon
removed use of this.doc. Some static strings now coming from GSXML not …
14:25 Changeset [28860] by kjdon
removed all use of this.doc. I have left the variable in though so I …
14:23 Changeset [28859] by kjdon
I had removed some constants from OAIXML, so now need to use …
14:01 Changeset [28858] by kjdon
need to check usrContext not null before getting lang out of it
14:00 Changeset [28857] by kjdon
removed this.doc as DOM is not thread safe. adding oai super set …
13:53 Changeset [28856] by kjdon
removed this.doc, as DOM is not thread safe. Use a new DOM each time …
13:50 Changeset [28855] by kjdon
changed to use new DOM for response xml rather than the request DOM. …
13:22 Changeset [28854] by kjdon
need to import OAIResumptionToken
11:55 Changeset [28853] by kjdon
I have got rid of site: from the oai set names. Maybe this needs to go …
11:37 Changeset [28852] by kjdon
Got rid of this.document. DOM not thread safe, so now we must create a …
11:27 Changeset [28851] by kjdon
tidied up OAIXML. Moved out any generic methods. Split off resumption …
11:25 Changeset [28850] by kjdon
moved a couple of methods here from OAIXML as they are just generic …
11:19 Changeset [28849] by kjdon
added writeDOM method
11:16 Changeset [28848] by kjdon
adding in super set info, and a couple of syntax changes
11:09 Changeset [28847] by shaoqun
10:35 Changeset [28846] by kjdon
indented file in preparation for major changes

2014-02-21:

19:50 Changeset [28845] by shaoqun
Updating jquery files
19:50 Changeset [28844] by shaoqun
Cleaning jquery files
19:40 Changeset [28843] by shaoqun
Updating jquery js files in default interfaces
19:21 Changeset [28842] by shaoqun
Added jsoup jar that FernReader implementation requires
18:46 Changeset [28841] by ak19
Fixing up URL encoding of cgi args so that phrase searching works …

2014-02-17:

15:21 Changeset [28840] by ak19
Some macros to do with user comments had been renamed in english.dm, …
Note: See TracTimeline for information about the timeline view.