source: main/trunk/gli

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36171   2 years kjdon sortFields can have a default
(edit) @36170   2 years kjdon added a method for converting a nodelist to string - cos I needed it …
(edit) @36165   2 years kjdon made [Default Index] thingy customisable
(edit) @36164   2 years kjdon added default_indicator_key, changed the order of the buttons
(edit) @36162   2 years kjdon added code for sortfields and facets. its going wrong though, so …
(edit) @36161   2 years kjdon added default element name, plus key for default indicator in list
(edit) @36160   2 years kjdon added methods to get the sortfields and facets
(edit) @36158   2 years kjdon this now inherits from BaseIndexManager
(edit) @36157   2 years kjdon some changes to help the inheritance along
(edit) @36156   2 years kjdon adding proper handlign for sortfields and facets. needs quite a bit of …
(edit) @36155   2 years kjdon added methods for getting the Sorts and Facets elements
(edit) @36154   2 years kjdon added method to get the class type, so we can use it to make new objects
(edit) @36153   2 years kjdon IndexingManager updated to add in sortfield panel and facet panel if needed
(edit) @36152   2 years kjdon changed the layout of case/stem etc options to 2x2 instead of 4x1
(edit) @36151   2 years kjdon Facet and SortField inherit from Index, as basically the same code but …
(edit) @36150   2 years kjdon took the basic functions from IndexMnaager and put them into …
(edit) @36149   2 years kjdon updated for new class name
(edit) @36148   2 years kjdon renamed IndexManager.java to SearchIndexManager.java
(edit) @36147   2 years kjdon a couple strings to do with solr, and internal representation of …
(edit) @36146   2 years kjdon just added a check for null node when generating string representation
(edit) @36141   2 years davidb Introducing TK Labels metadata set
(edit) @36140   2 years kjdon made the stemming controls be selected and enabled appropriately for …
(edit) @36139   2 years kjdon updated to use the new MGIndex/Index classes. a bit of code …
(edit) @36138   2 years kjdon split Index into 2 classes - Index: for mgpp/lucene/solr indexes, and …
(edit) @36137   2 years kjdon added gs2 versions for sort fields
(edit) @36136   2 years kjdon method to set a class type, now that we have INdex and MGIndex, and we …
(edit) @36135   2 years kjdon added solr option to build types. Also setCaretPosition on the indexer …
(edit) @36126   2 years kjdon check for url is not null - if we have left a servlet definition in, …
(edit) @36110   2 years kjdon need to work out servlet_path and site_name in the local (not remote) …
(edit) @36109   2 years kjdon remove localsite and library defaults as they may not be valid
(edit) @36105   2 years kjdon some commits around handling servlet path - if teh gliserver url is …
(edit) @36104   2 years kjdon added some handling around getting the default servlet path from …
(edit) @36103   2 years kjdon added second hashmap so we can get site name for a servlet path
(edit) @36102   2 years kjdon removed the defaults of localsite and library for site_name and …
(edit) @36101   2 years kjdon remove the default localsite and library - these may not be valid so …
(edit) @36094   2 years kjdon pass servlet_path to Configuration
(edit) @36093   2 years kjdon change to number of Configuration arguments
(edit) @36092   2 years kjdon Configuration needs to be passed in servlet_path as well as site_name, …
(edit) @36091   2 years kjdon check that servlet arg starts with /, and add one if it doesn't
(edit) @36090   2 years kjdon if no JAVA_HOME set, don't give up, try to find java on the search …
(edit) @36061   2 years kjdon if we are using a standalone gli, then findgsdl will return 1, but …
(edit) @36055   2 years kjdon copied a couple things from gli.sh - make sure we are running from the …
(edit) @35667   3 years davidb Some notes on how to address deprecated warnings added
(edit) @35665   3 years davidb Calling things like new Boolean(false) and new Integer(100) has been …
(edit) @35664   3 years davidb Test has been expanded to include OpenJDK
(edit) @35663   3 years davidb Some tidy up to print statements, and Vendor test expanded to be …
(edit) @35661   3 years davidb Adjusted solution to how -noclasspath is explicitly set by Greenstone3 …
(edit) @35654   3 years davidb Changed from using http://svn.greenstone to https; minor adjustment of …
(edit) @35637   3 years davidb The inclusion of the '-noclasspath' flag is to avoid the ant bash/bat …
(edit) @35574   3 years davidb No longer want JAVACFLAGS set to default vals if not already set
(edit) @35572   3 years davidb JAVACFLAGS now used consistently through the file
(edit) @35566   3 years davidb As we are making use of javac's -source and -target in Greenstone to …
(edit) @35438   3 years kjdon added a missing dollar sign
(edit) @35308   3 years davidb Making javac default now source/target 1.6, rather than 1.4. This …
(edit) @34906   3 years anupama French language glidict module of GS interface ongoing updates for …
(edit) @34815   3 years anupama Gujarati language glidict module of GS interface. Many thanks to Lavji …
(edit) @34557   3 years kjdon updating an svn url to point to the new https server
(edit) @34556   3 years kjdon updating an svn url to point to the new https server
(edit) @34544   3 years ak19 The UTF-8 locale warning when starting GLI just after a successful GS …
(edit) @34540   3 years ak19 German language glidict module GS interface. Many thanks to Nora Hausen.
(edit) @34521   4 years kjdon the no_check_cert_arg is not used for some downloaders, eg z3950, so …
(edit) @34510   4 years ak19 Dr Bainbridge didn't want a heuristic test on tilda for checking if a …
(edit) @34509   4 years ak19 Related to previous commits 34506-34508. Storing both the Win 8.3 …
(edit) @34508   4 years ak19 Fixing oversight in previous commit: ex.Metadata was not showing up in GLI.
(edit) @34507   4 years ak19 Redoing work of commit revision 34394: Redoing Bugfix 1 for GLI …
(edit) @34415   4 years ak19 Bugfix for slowdown when assigning meta to multiple gathered docs in …
(edit) @34414   4 years ak19 Minor improvement to existing code to deal with slowdown when …
(edit) @34394   4 years ak19 Bugfix 1 for GLI metadata slowdown: selecting multiple Gathererd files …
(edit) @34332   4 years ak19 Spanish language translations and updates for the gs3interface, …
(edit) @34330   4 years ak19 Correcting reference to collConfig: should be collectionConfig.xml and …
(edit) @34296   4 years ak19 Need to use Commons CSV jar library for Java 6, as we use Java 6 on …
(edit) @34295   4 years ak19 To be compatible with a VM that generates nightly binaries using Java …
(edit) @34294   4 years ak19 Kathy noticed that the try-with-resources does not work with the JDK 6 …
(edit) @34289   4 years ak19 Some comments for the previous commit.
(edit) @34288   4 years ak19 Further fix to client-GLI > Rightclick Doc > Replace: if the …
(edit) @34287   4 years ak19 Belongs with previous commit, had left out one more file that needed …
(edit) @34286   4 years ak19 Client-GLI was noticeably slow compared to GLI when swapping between …
(edit) @34285   4 years ak19 1. Dictionary string for the CSV filefilter extension description. 2. …
(edit) @34284   4 years ak19 After testing on client-GLI, rolling back uploading the converted or …
(edit) @34283   4 years ak19 Incorporating Kathy & Dr Bainbridge's improvements to the recently …
(edit) @34280   4 years ak19 Noticed today that export meta to CSV options were available all the …
(edit) @34266   4 years ak19 1. Added rudimentary support for inserting the basic skeletons of …
(edit) @34265   4 years ak19 MetadataCSVPlugin doesn't like windows style slashes in the Filename …
(edit) @34264   4 years ak19 1. Added moveMetaXMLToCSV 2. Both this and exportMetaAsCSV now also …
(edit) @34263   4 years ak19 Option in GLI file menu to Export collection meta to CSV (new CSV file …
(edit) @34261   4 years ak19 1. Fixed the bug with GLI's Gather Rightclick > Replace when the …
(edit) @34260   4 years ak19 Forgot to remove a debugging statement.
(edit) @34259   4 years ak19 Related to commit 34258. Equivalent changes for linux/mac: when …
(edit) @34258   4 years ak19 Added code to allow running standalone client-gli with a …
(edit) @34255   4 years ak19 Oversight. Removing another remnant of experimental code that I hadn't …
(edit) @34247   4 years ak19 In the previous commit 1. Codec.java change was still related to …
(edit) @34246   4 years ak19 Still part of commit 34241 and now also 34245.
(edit) @34245   4 years ak19 Crucially related to commit r34241, this was the other half of the GLI …
(edit) @34243   4 years ak19 Minor.
(edit) @34242   4 years ak19 Annoying spelling mistake.
(edit) @34241   4 years ak19 The previous commit fixed the issue where HTML in collection …
(edit) @34235   4 years ak19 Added functionality for client-GLI to upload an edited metadata set …
(edit) @34234   4 years ak19 Bugfix I think for the deadlock issue that can occur when a GUI task …
(edit) @34233   4 years ak19 Minor change: putting back commented out lines of code to how they …
(edit) @34232   4 years ak19 Bugfix. When using client-GLI noticed that creating or editing an …
Note: See TracRevisionLog for help on using the revision log.