source: main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @29817   9 years kjdon removing debug statements
(edit) @29816   9 years kjdon removing debug and commented out test lines
(edit) @29815   9 years kjdon removed some debugging statements
(edit) @29814   9 years kjdon A source file for direct-edit (which is compressed). Thanks to Georgy …
(edit) @29810   9 years ak19 trying to connect filenames got in perl to filenames in the metadata …
(edit) @29807   9 years ak19 needed the 'use Unicode::Normalize' line on the Mac.
(edit) @29796   9 years kjdon don't need use Win32 and anyway, can't have it when not running on windows
(edit) @29795   9 years kjdon change to using util method raw_filename_to_unicode. got this working …
(edit) @29794   9 years kjdon trying to get a proper unicode version of the filename. Need to …
(edit) @29793   9 years ak19 some more changes to make adding metadata to filenames with non latin1 …
(edit) @29779   9 years kjdon
(edit) @29769   9 years kjdon added in support for sorting gsf:foreach-metadata. Can add @sort=true, …
(edit) @29764   9 years ak19 Added handling of GS2 in what was GS3-specific in the recently-added …
(edit) @29763   9 years ak19 on macos, accented chars in filenames are in decomposed form, eg the …
(edit) @29762   9 years ak19 check if the filenames are url encoded - this happens for eg accented …
(edit) @29760   9 years kjdon try decoding against locale rather than utf8. will this work on …
(edit) @29755   9 years Georgiy Litvinov Fixed bold when open internal links
(edit) @29753   9 years ak19 Related to commits 29687, 29729, 29730. The changes to incorporating …
(edit) @29752   9 years ak19 Related to commits 29687, 29729, 29730. The changes to incorporating …
(edit) @29748   9 years ak19 Creating toplevel gs3-devel.bat for Windows as equivalent for existing …
(edit) @29745   9 years kjdon using Encode::decode to make the filenames 'unicode aware'. For …
(edit) @29739   9 years davidb Web application used to edit text using programming by demonstration (PBD)
(edit) @29738   9 years Jeremy Symon Updated ReadMe - overview of inputs and perllib
(edit) @29731   9 years kjdon need to add the metadata for the form searches so that the action …
(edit) @29730   9 years ak19 The second and final part of the commits to getting GLI running again …
(edit) @29729   9 years ak19 First part of commit fixing up GLI to work with commit of reviosion …
(edit) @29728   9 years ak19 Adjusting gs3-server code to work with changes made to 29686 where …
(edit) @29727   9 years ak19 Forgot macro filename extension in previous commit
(edit) @29726   9 years ak19 Not sure where this extra packages/wv/wvHtml.xml came from, but …
(edit) @29725   9 years ak19 Part 2 of adding new language Igbo into GTI system.
(edit) @29724   9 years ak19 Emmanuel Chukwu had written in during the holidays, volunteering to be …
(edit) @29722   9 years ak19 Commit 29687, which involved web.xml including the new servlets.xml, …
(edit) @29716   9 years ak19 Justified text in Word docs converted to html were showing up left …
(edit) @29713   9 years ak19 Comment expanded to include all necessary args to the commandline.
(edit) @29712   9 years ak19 Deleting users from GTI failed because of macro variable changes for …
(edit) @29711   9 years ak19 Moving from using the solr jetty server to solr using the GS3 tomcat …
(edit) @29708   9 years ak19 Cosmetic.
(edit) @29706   9 years Jeremy Symon Fixed testing for dependencies
(edit) @29705   9 years Jeremy Symon Updated rpm repo script to no longer symlink noarch packages into 32- …
(edit) @29704   9 years Jeremy Symon Updated pacman repo script to no longer symlink noarch packages into …
(edit) @29703   9 years Jeremy Symon Fixed error message for invalid username
(edit) @29702   9 years Jeremy Symon Updated package generation readme
(edit) @29701   9 years Jeremy Symon Added suid program for creating Greenstone folder in user home …
(edit) @29700   9 years Jeremy Symon Changed ReadMe files to ReadMe.txt (as a hint for webservers to serve …
(edit) @29699   9 years Jeremy Symon Changed uri config to include path as well as domain
(edit) @29698   9 years Jeremy Symon Updated yum ReadMe's setup instructions to automatically refresh the …
(edit) @29697   9 years Jeremy Symon Addded ReadMe files containing setup instructions for all package managers
(edit) @29692   9 years Jeremy Symon Created script for managing RPM repo
(edit) @29691   9 years Jeremy Symon Created script for managing Pacman repo
(edit) @29690   9 years Jeremy Symon Created repos folder. This folder contains scripts for managing …
(edit) @29689   9 years Jeremy Symon Example of reliably sourcing a shell script for environment variables …
(edit) @29688   9 years Jeremy Symon Changes related to r29687 (moving split servlets to the main …
(edit) @29687   9 years Jeremy Symon Split greenstone servlets into another file (servlets.xml) which is …
(edit) @29685   9 years Jeremy Symon Added more params to gs-mkservlet, and tidied up param parsing
(edit) @29684   9 years Jeremy Symon Added gs-mkservlet script which creates a servlet with a valid site …
(edit) @29683   9 years Jeremy Symon Added option to delete sites/interfaces
(edit) @29682   9 years Jeremy Symon Added gs-mkinterface.pl. Same as mksite, but for interfaces. Currently …
(edit) @29681   9 years Jeremy Symon Fix site template (just use the localsite config - will need to be …
(edit) @29680   9 years Jeremy Symon Fixed problems with XML parser introduced by the ordered hash change
(edit) @29679   9 years Jeremy Symon Switch to an Ordered Hash to stop the XML files from being scrambled
(edit) @29678   9 years Jeremy Symon Moved xml i/o handling to the module for simplicity of use
(edit) @29677   9 years Jeremy Symon Splitting up site module to allow creating sibling interface module
(edit) @29676   9 years Jeremy Symon Added gs-siteinfo.pl. Lists current sites. Updated site listing code …
(edit) @29675   9 years Jeremy Symon Added gs-mksite.pl. Checks if a site exists, and creates new sites …
(edit) @29674   9 years Jeremy Symon Should use 'exists', not 'defined' when checking if an element exists …
(edit) @29673   9 years Jeremy Symon Moved servlet XML handling code to a module
(edit) @29672   9 years Jeremy Symon Added command to add a servlet. Config is given as commandline …
(edit) @29671   9 years Jeremy Symon Added ability to concatenate XML (which provides a basic way to add a …
(edit) @29670   9 years Jeremy Symon Added check for missing command-line arguments
(edit) @29669   9 years Jeremy Symon Added command to remove a servlet by name
(edit) @29668   9 years Jeremy Symon Tidied up command parsing
(edit) @29667   9 years Jeremy Symon Added ability to write to stdout (set output file to '-')
(edit) @29666   9 years Jeremy Symon Fixed bug in CLI commands (was assuming there to be multiple servlets)
(edit) @29665   9 years Jeremy Symon Added a perl script for managing the servlets XML fragment. Currently …
(edit) @29644   9 years Jeremy Symon Using external xml file for main servlets (will be used when we write …
(edit) @29643   9 years Jeremy Symon Fixed activate.pl. Ping was failing due to dodgy old version of LWP, …
(edit) @29642   9 years Jeremy Symon Add patch for log4j log directory
(edit) @29641   9 years Jeremy Symon Setting greenstone library URL
(edit) @29640   9 years Jeremy Symon Renamed activate.pl library_url environment variable (from …
(edit) @29639   9 years ak19 Resorting to checking an env var, GSDL_LIBRARY_SERVLET_URL, if no …
(edit) @29638   9 years Jeremy Symon Building for correct architecture for RPM. Kind of. Subpackage …
(edit) @29637   9 years Jeremy Symon Convert MAXDOCS_PARAM to int when calling setMaxDocs. Fixes error …
(edit) @29636   9 years kjdon I have added back in an html.xsl, into pages folder
(edit) @29635   9 years kjdon a page, use with a=p&sa=html&c=collname&url=xxx, to embed xxx page …
(edit) @29630   9 years kjdon setting case and stem based on param defaults
(edit) @29629   9 years kjdon updating AndFragsToQueryResult to use actual num docs in weight generation
(edit) @29613   9 years Jeremy Symon All package managers now work using sub-packages (see r29595)
(edit) @29612   9 years Jeremy Symon Got Pacman working (again)
(edit) @29611   9 years Jeremy Symon Changes to get RPM working. May have broken Pacman and APT, since I …
(edit) @29610   9 years ak19 Updates to Spanish gs3interface and core language modules. Many thanks …
(edit) @29607   9 years Jeremy Symon Changes to get Ubuntu working.
(edit) @29598   9 years Jeremy Symon Changed package generators to not use the tmp directory needlessly, …
(edit) @29597   9 years Jeremy Symon Fixed outdated path in gli wrapper script. Now uses a variable so it …
(edit) @29595   9 years Jeremy Symon Modifying package generation to use sub-packages in order to avoid …
(edit) @29583   9 years Jeremy Symon Handling CPU architecture properly (now there is a separate …
(edit) @29582   9 years ak19 util::setup_greenstone_env() needs to handle env vars whose values are …
(edit) @29581   9 years kjdon in gs2mgppdemo, a query of government was coming back with …
(edit) @29580   9 years Jeremy Symon Fixed rpm spec files (needed to rename them when I made the variables …
(edit) @29578   9 years ak19 Moving from tomcat 7.0.26 to tomcat 7.0.57. Tomcat 7.0.57 is necessary …
(edit) @29577   9 years Jeremy Symon Lots of changes to get edit mode working. Changed variable marker to …
Note: See TracRevisionLog for help on using the revision log.