source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30405   8 years ak19 Swap month and day in date string for generated nightly binary, to get …
(edit) @30404   8 years ak19 Cosmetic change: more helpful comment for configuring rke-setup on mac.
(edit) @30403   8 years davidb Changed to SH not BASH syntax
(edit) @30402   8 years davidb Fix for MacOS 10.11, El Capitan
(edit) @30401   8 years davidb Fix for MacOS 10.11, El Capitan
(edit) @30400   8 years ak19 Harry found and fixed this bug when he was installing GS3 in R block, …
(edit) @30399   8 years ak19 Minor changes to mirror the way the expeditee nightly generation …
(edit) @30398   8 years ak19 Parallel changes for the linux machines to use variables in …
(edit) @30397   8 years ak19 Fixed values in environment setup file, and used as variables in …
(edit) @30396   8 years ak19 Uploading expeditee nightly on linux 32 bit works.
(edit) @30395   8 years ak19 Got uploading to work at last.
(edit) @30394   8 years ak19 Gujarati language glidict module of Greenstone Interface. Many thanks …
(edit) @30393   8 years ak19 Bat file also needs to delete stale expeditee snapshot before …
(edit) @30392   8 years ak19 Deleting expeditee snapshot before regenerating.
(edit) @30391   8 years sjm84 Additional setup.sh.in file for linux-lsb VM environments. To be used …
(edit) @30390   8 years sjm84 New expeditee SVN repository URL.
(edit) @30389   8 years davidb Useful for development work under Windows
(edit) @30388   8 years davidb ffmpeg for MacOS. Useful when doing experimental development work …
(edit) @30387   8 years ak19 First step in creating nightly scripts for generating expeditee …
(edit) @30386   8 years davidb Fixed error in install script, that resulted in the 'lib' folder not …
(edit) @30385   8 years davidb More careful packaging of JAR file needed
(edit) @30384   8 years davidb updates after testing on Yosemite mac laptop
(edit) @30383   8 years davidb Newer version of ant needed to compile GS3
(edit) @30382   8 years Georgiy Litvinov Added hierarchy menu with suggestions to metadata editor
(edit) @30381   8 years Georgiy Litvinov Fix for suddenly appeared encoding problems with ajax POST requests
(edit) @30380   8 years Georgiy Litvinov Added hierarchy classifier information to buildConfig
(edit) @30379   8 years kjdon Gujarati language updates to glidict module of GS interface. Many …
(edit) @30378   8 years kjdon testing svn
(edit) @30377   8 years kjdon testing svn
(edit) @30376   8 years kjdon testing svn
(edit) @30375   8 years kjdon testing svn
(edit) @30374   8 years kjdon just testing committing
(edit) @30373   8 years kjdon first stab at fixing diego's bug where you can't add accented values …
(edit) @30372   8 years jmt12 Merged into main GS2 perllib replacing older dbutil.pm
(edit) @30371   8 years jmt12 Moved into main GS2 perllib
(edit) @30370   8 years jmt12 Reverting these back to the older but better supported ISA approach to …
(edit) @30369   8 years jmt12 Rewrite of argument parsing code to be a little more forgiving in …
(edit) @30368   8 years jmt12 And finally, it turns out I don't need this file after all…
(edit) @30367   8 years jmt12 How did I possibly think I already had the minimum files when I was …
(edit) @30366   8 years jmt12 Getting tired of this…
(edit) @30365   8 years jmt12 Yet another file needed to configure
(edit) @30364   8 years jmt12 Another file needed to configure
(edit) @30363   8 years jmt12 Found two more files needed to have configure run in a fresh checkout
(edit) @30362   8 years jmt12 No, it turns out I needed this and it was a problem with my paths
(edit) @30361   8 years jmt12 Accidently checked this in - prevents proper Cascade-Make build
(edit) @30360   8 years Georgiy Litvinov Removed unnecessary checks from previous commit
(edit) @30359   8 years Georgiy Litvinov Added URI Encoding method for xslt utils
(edit) @30358   8 years Georgiy Litvinov Fix for -associate_tail_re option. Files with extensions that could be …
(edit) @30357   8 years jmt12 Wrapped the code that checks the path for the perllib in a …
(edit) @30356   8 years jmt12 Complete rewrite of dbutil.pm to (rather than have databases …
(edit) @30355   8 years jmt12 Initial checkin of OO drivers for new dbutils system
(edit) @30354   8 years jmt12 Extending manifest v2 support to allow for directories to be listed in …
(edit) @30353   8 years jmt12 Replacing old file util calls with new FileUtil ones - including …
(edit) @30352   8 years jmt12 Adding in a function to test whether a File driver has a certain …
(edit) @30351   8 years jmt12 Restructured readDirectory to not die if directory isn't readable
(edit) @30350   8 years jmt12 Initial commit of rewrite so DBDrivers are object-oriented like …
(edit) @30349   8 years jmt12 Minor fixes to get this running in new OO system, no refactoring applied
(edit) @30348   8 years jmt12 Turns out some non-70-hyphen drivers need the functions to convert to …
(edit) @30347   8 years jmt12 Continuing to refactor driver code to move shared code up to parent …
(edit) @30346   8 years kjdon adding in a new template to allow for easy cutomisation of collection list
(edit) @30345   8 years kjdon adding in a new template to allow for easy cutomisation of document …
(edit) @30344   8 years jmt12 Refined and completed driver - although I wonder if set_entry would be …
(edit) @30343   8 years jmt12 Minor changes to support drivers that don't support set_entry …
(edit) @30342   8 years jmt12 GDBM now lets callers know it supports set_entry functionality
(edit) @30341   8 years jmt12 Ability to notice delete entries in 70 hyphen format when retrieving …
(edit) @30340   8 years jmt12 Minor changes to support drivers that don't support set_entry functionality
(edit) @30339   8 years jmt12 Interim commit due to unexplained hardlock and subsequent 'failed …
(edit) @30338   8 years jmt12 First versions of these drivers, that should be further refined to …
(edit) @30337   8 years jmt12 A refined and completed GDBM driver - where most of the heavy lifting …
(edit) @30336   8 years jmt12 The base class of all database drivers, providing the 'interface' for …
(edit) @30335   8 years jmt12 New implementation of dbutil that makes use of an object oriented …
(edit) @30334   8 years jmt12 Gone too far to revert to this
(edit) @30333   8 years jmt12 Renamed
(edit) @30332   8 years jmt12 The parent class of all database drivers using the '70 hyphen …
(edit) @30331   8 years jmt12 Trying to get my ideas about how to do this in order
(edit) @30330   8 years jmt12 Renamed to all uppercase for simplicity
(edit) @30329   8 years kjdon need to convert the text_t to utf8 before writing out the metadata.xml file
(edit) @30328   8 years kjdon testing commit
(edit) @30327   8 years kjdon changed the way we read in collect.cfg to find depositormetadata. New …
(edit) @30326   8 years kjdon testing commit
(edit) @30325   8 years jmt12 And this time I'll turn off debugging
(edit) @30324   8 years jmt12 Attempting a different fix to the issue with the plugin eating HTML …
(edit) @30323   8 years jmt12 Fixing search buttons (styling and placement)
(edit) @30322   8 years jmt12 Removing customisations from the static css file as that won't survive …
(edit) @30321   8 years jmt12 Changing section edit buttons to look more like (less intrusive) media …
(edit) @30320   8 years jmt12 Fix for tabbed area being a bit greedy when looking for html comments …
(edit) @30319   8 years jmt12 Working on a drop-in replacement for dbutil.pm that is aware of the …
(edit) @30318   8 years jmt12 Initial checkin of object-oriented rewrite of the dbutils stuff to …
(edit) @30317   8 years sl255 change senses source from Wikipedia to WMI telnet
(edit) @30316   8 years jmt12 Renaming packages to ensure consistency
(edit) @30315   8 years jmt12 Never got around to reitegrating Captcha... that can be a summer …
(edit) @30314   8 years jmt12 Making tiny change to syntax.php due to modern Dokuwiki already …
(edit) @30313   8 years jmt12 Replacing true/false with 0/1 as that seems to work more consistently
(edit) @30312   8 years jmt12 Match and hide any HTML comments that appear within a TABAREA block
(edit) @30311   8 years kjdon added a variable and a couple of templates to make this more easily …
(edit) @30310   8 years jmt12 Replaced conditional using the result of function calls, with a …
(edit) @30309   8 years Georgiy Litvinov Fix ckeditor config to prevent creating &quot symbols from double …
(edit) @30308   9 years jmt12 Another CPAN module required by the Gantt Chart generation script
(edit) @30307   9 years kjdon asking for cl=CL2.pr caused a segfault. So add in a check for empty …
(edit) @30306   9 years jmt12 Making the setup of CPAN path more robust based on the better control …
Note: See TracRevisionLog for help on using the revision log.