source: main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @29576   9 years Jeremy Symon Fixed GS2PerlConstructor to set gsdlos correctly, and set …
(edit) @29574   9 years Georgiy Litvinov Fix removeprefix and removesuffix fields issues with \ and "
(edit) @29559   9 years Jeremy Symon Fedora works. Also updated demo package to set its files to be owned …
(edit) @29558   9 years kjdon work around does_paging, does_chunking. only add in maxdocs, …
(edit) @29557   9 years kjdon paging search results. hits per page param done by action now if not …
(edit) @29556   9 years kjdon added in a getTextString method - to look up a string from the …
(edit) @29555   9 years kjdon removed hard coded search parameters - it should just use service defaults
(edit) @29554   9 years kjdon removed hidden hitsperpage and maxdocs params from quick search form. …
(edit) @29553   9 years kjdon tidying up paging of query results. max docs and hits per page are now …
(edit) @29552   9 years kjdon removed search prefs from prefs page. They can now go into the list of …
(edit) @29551   9 years Jeremy Symon I lied. (Ubuntu packages wouldn't generate from a clean build folder. …
(edit) @29550   9 years Jeremy Symon Ubuntu works
(edit) @29546   9 years Jeremy Symon Arch package now automatically sets the owner of the web directory to …
(edit) @29545   9 years kjdon sortorder param moved to solr search, and lucene search now has …
(edit) @29544   9 years kjdon sort order param is now reversesort, and moved here instead of in …
(edit) @29543   9 years kjdon I went to update the solr code with the new reverse sort param, and …
(edit) @29541   9 years kjdon changed sort order param to reverse sort param. matches better what …
(edit) @29540   9 years kjdon the shortname and full names had been mixed up, so swapped them over
(edit) @29539   9 years Jeremy Symon Re-added package manager definitions for apt and rpm
(edit) @29538   9 years kjdon added in a defaultLevel elem
(edit) @29536   9 years Jeremy Symon Working on a more flexible generation system. Only working for pacman …
(edit) @29529   9 years Jeremy Symon Changed gli wrapper to set collectdir
(edit) @29528   9 years Jeremy Symon Fixed tomcat lib folder for Fedora
(edit) @29527   9 years Jeremy Symon g++ is included in gcc on arch linux
(edit) @29526   9 years Jeremy Symon Got fedora packages working.
(edit) @29525   9 years kjdon when editing a simple document, there are no documentNodes, only the …
(edit) @29523   9 years kjdon implementing siblings and children, descendents still to implement. …
(edit) @29522   9 years kjdon need to check that namespaceURI is not null before using it, new …
(edit) @29521   9 years kjdon get the format element and look for parameter defaults in it. If we …
(edit) @29520   9 years kjdon removed extraneous ')'
(edit) @29519   9 years kjdon changed a tooltip to better match what the button does
(edit) @29518   9 years Jeremy Symon Really set the encoding when building javagdbm
(edit) @29517   9 years Jeremy Symon Set the encoding when building javagdbm
(edit) @29516   9 years Jeremy Symon Added c++ compiler to build dependencies
(edit) @29515   9 years Jeremy Symon Added property to set the encoding to UTF-8 when building. This is …
(edit) @29514   9 years ak19 Now the collectdir flag passed to gli.sh works (tested with GS3). It …
(edit) @29513   9 years Jeremy Symon Arch 'make package' shouldn't install the package automcatically
(edit) @29512   9 years Jeremy Symon Fixed gli package directory structure
(edit) @29511   9 years Jeremy Symon Fixed errors with ubuntu changelog/control files, and added a package …
(edit) @29510   9 years Jeremy Symon Renamed platforms to distros, and fixed problem when generating for …
(edit) @29509   9 years ak19 Kathy suggested a confirmation dialog to the reset format statement …
(edit) @29508   9 years Jeremy Symon Makefile generater now also generates package manager scripts. …
(edit) @29501   9 years kjdon made the slideshow and view options optional, based on gsf:option …
(edit) @29500   9 years kjdon encase whole toc output stuff in a test if toc option is set, …
Note: See TracRevisionLog for help on using the revision log.