source: main/trunk/gli/src/org/greenstone/gatherer/cdm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36272   22 months anupama Finally tracked down where the commented-out GS3 format statements are …
(edit) @36263   23 months kjdon rank and none are also special words (for sortfields), along with text …
(edit) @36262   23 months kjdon put the plugout string into static strings
(edit) @36260   23 months kjdon put the none/rank options underneath the metadata list, instead of on top
(edit) @36259   23 months kjdon got rid of some debug strings, and commented out code
(edit) @36254   23 months kjdon for gs2, all search meta types are set to 'search'
(edit) @36253   23 months kjdon added in the none/rank options for sort fields
(edit) @36252   23 months kjdon adding in add all button string keys
(edit) @36251   23 months kjdon added back in an 'add all' button. This is different to the previous …
(edit) @36250   23 months kjdon added keys for add all button
(edit) @36244   23 months kjdon updating this for new searchmeta changes
(edit) @36243   23 months kjdon solr button should only be available for gs3
(edit) @36242   23 months kjdon gs2, all index/level/sort search metas have the same type. We need to …
(edit) @36241   23 months kjdon removed commented out code. for gs2, the collect.cfg has no way to …
(edit) @36235   2 years kjdon removed some old debug statements
(edit) @36230   2 years kjdon previously we were removing metadata from the fragmenttablemodel by …
(edit) @36194   2 years kjdon handle searchmeta elements. Also make dot optional when writing out …
(edit) @36193   2 years kjdon initial work - not yet finished - on updating translations to handle …
(edit) @36192   2 years kjdon searchmetadata_manager renamed to searchmeta_manager to keep it the …
(edit) @36191   2 years kjdon updated to use new SearchMeta instead of collectionmeta
(edit) @36190   2 years kjdon updated to use new SearchMeta instead of collectionmeta
(edit) @36189   2 years kjdon soem debuggin stuff, some stuff needed for inheritance
(edit) @36188   2 years kjdon some more work handling searchmetadata as opposed to …
(edit) @36187   2 years kjdon added searchMeta element into command order
(edit) @36186   2 years kjdon modified to use teh new SearchMeta
(edit) @36185   2 years kjdon we now have a new SearchMeta class, inherits from CollectionMeta. This …
(edit) @36184   2 years kjdon added getType() method
(edit) @36183   2 years kjdon added getType() method
(edit) @36177   2 years kjdon set type attribute - this will be used for getting the correct coll …
(edit) @36176   2 years kjdon add a small gap between rows in the index/sort/facet panel
(edit) @36175   2 years kjdon put solr first in the ordering
(edit) @36174   2 years kjdon we decided to get rid of the add_all button
(edit) @36173   2 years kjdon setDefault tooltip now customisable; added a bevel border round the …
(edit) @36172   2 years kjdon added another dictionary key
(edit) @36171   2 years kjdon sortFields can have a default
(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) @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) @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) @35665   3 years davidb Calling things like new Boolean(false) and new Integer(100) has been …
(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) @34205   4 years ak19 Collection ConfigFileEditor related changes, bugfixes and …
(edit) @34185   4 years kjdon changed doClassifier to doClassifiers as it was misleading and bugged …
(edit) @32704   5 years ak19 GLI GUI testing with AssertJ Swing discovered a NullPointerException
(edit) @32628   5 years kjdon making default templates in the interface xsl files, the format …
(edit) @31566   7 years kjdon modified VList format statement to match default in code
(edit) @31557   7 years ak19 1. Modifying name of option to turn on usercomments feature to match …
(edit) @31556   7 years ak19 Adding the ability to turn on user comments from GLI. Off by default. …
(edit) @30691   8 years kjdon changed the way sort and facet elements are stored. they are currently …
(edit) @30680   8 years ak19 Bugfix to previous commit, revision 30678.
(edit) @30678   8 years ak19 Committing a working version of CollectionConfigXMLReadWrite that …
(edit) @29509   9 years ak19 Kathy suggested a confirmation dialog to the reset format statement …
(edit) @29352   10 years ak19 Kathy was making some important changes in GLI's processing of the …
(edit) @29330   10 years ak19 Commit 28312 had broken the indexers tutorial: casefolding and …
(edit) @29312   10 years kjdon if indexOptions are not assigned=true, then return. Don't want to …
(edit) @29284   10 years kjdon working on getting GLI not to discard the new elements in …
(edit) @29221   10 years ak19 Added code to allow GLI to preserve any solr-specific <sort> and …
(edit) @29177   10 years ak19 GLI now preserves the newly added (optional) option subelements of …
(edit) @29037   10 years ak19 Uses the new separate NumberedJTextArea class that has its own undo …
(edit) @28995   10 years ak19 First commit for GLI part of GS2 to GS3 Format Conversion. Contains …
(edit) @28216   11 years kjdon if there are no indexoptions in collect config file, then don't set …
(edit) @27364   11 years ak19 Adding the AllowUserComments option so it can be set from GLI's Format …
(edit) @26572   11 years sjm84 Removed an unnecessary print statement
(edit) @26571   11 years sjm84 Reformatting this file ahead of some chances
(edit) @26356   12 years kjdon tidied up some default format
(edit) @26355   12 years kjdon indexOptions now not inside a containing element. handles replaceList …
(edit) @26129   12 years sjm84 Removing a line that was added by accident 4 weeks ago
(edit) @26067   12 years ak19 The search format statement can also call the choose-title template.
(edit) @26064   12 years ak19 Correction to previous commit: needed to close the elements calling …
(edit) @26062   12 years ak19 1. Getting the Reset To Default button in Format features to work when …
(edit) @26056   12 years ak19 Need to trim the search types that get written out to the …
(edit) @26018   12 years sjm84 Changing the default format statement to include some templates for …
(edit) @26016   12 years kjdon added code to look for and display a top level format element - called …
(edit) @25779   12 years ak19 Better way of removing duplicate collectionMetadata/displayItem …
(edit) @25777   12 years kjdon gs3 can't use a collection with sqlite db so I have hidden the option …
(edit) @25776   12 years kjdon reformatting the file before adding changes
(edit) @25744   12 years ak19 Fixed bug of duplicate displayitems being written out to the …
(edit) @25733   12 years davidb Greenstone 2 version of GLI changed to use RsyntaxTextArea so coloured …
(edit) @25730   12 years ak19 All displayItems in collectionConfig.xml are written out. Especially …
(edit) @25709   12 years sjm84 Some very minor formatting
Note: See TracRevisionLog for help on using the revision log.