source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12905   18 years mdewsnip Split off the static browser quick links into a new macro, for easier …
(edit) @12904   18 years mdewsnip Tidied up the browse pages.
(edit) @12903   18 years kjdon remove the trailing slash from cache_dir -on windows this stuff things up
(edit) @12902   18 years kjdon tidied up saveRecords a bit. SRWDownload now uses filename_cat instead …
(edit) @12901   18 years mdewsnip Added an "alt" tag to the itext.gif icon, for HTML 4 compliance.
(edit) @12900   18 years mdewsnip Fixed up the simple search query box.
(edit) @12899   18 years mdewsnip Fixed up the search institutions by state page javascript.
(edit) @12898   18 years mdewsnip The US state maps are now clickable... at last.
(edit) @12897   18 years kjdon added indexoptions into collect.cfg fields, and stemindexes into …
(edit) @12896   18 years mdewsnip More tidying up of the code.
(edit) @12895   18 years mdewsnip More minor changes.
(edit) @12894   18 years mdewsnip Tidied up the new() function some more.
(edit) @12893   18 years mdewsnip More variable name improvements.
(edit) @12892   18 years mdewsnip Changed the ".use_hlist" entries to ".list_type", for simplicity.
(edit) @12891   18 years mdewsnip Tidied up that horrible long line in the new() function of every …
(edit) @12890   18 years kjdon initial stab at a simple version of unac library. used for Accent …
(edit) @12889   18 years mdewsnip Tidied up lots of variable names.
(edit) @12888   18 years kjdon Accent folding patch thanks to Juan Grigera. added unac includes and lib
(edit) @12887   18 years kjdon Accent folding patch thanks to Juan Grigera. addedd in support for …
(edit) @12886   18 years kjdon Accent folding patch thanks to Juan Grigera. Added in all the extra …
(edit) @12885   18 years kjdon Accent folding patch thanks to Juan Grigera. now has more options for …
(edit) @12884   18 years kjdon Accent folding patch thanks to Juan Grigera. parsing of …
(edit) @12883   18 years mdewsnip Removed a pointless comparison.
(edit) @12882   18 years kjdon added accentfolding option. setting up default stem method now uses …
(edit) @12881   18 years kjdon Accent folding patch thanks to Juan Grigera. file suffixes with …
(edit) @12880   18 years kjdon Accent folding patch thanks to Juan Grigera. Added a make_suffix function
(edit) @12879   18 years kjdon Accent Folding patch thanks to Juan Grigera. mgpp_stemmer now does …
(edit) @12878   18 years mdewsnip Fixed a bug where '&' characters in filenames aren't made XML safe.
(edit) @12877   18 years kjdon some changes thanks to suggestions made by John Rose. Also, changed …
(edit) @12876   18 years kjdon some changes to help. some thanks to suggestions made by John Rose. …
(edit) @12875   18 years kjdon added in accentfolding preferences. Also, made stem, case, accent …
(edit) @12874   18 years mdewsnip No longer sets the plugin's input encoding back to auto, to prevent it …
(edit) @12873   18 years mdewsnip Can now obtain multiple documents for a record (and assign the …
(edit) @12872   18 years mdewsnip More HTML 4 compliance fixes.
(edit) @12871   18 years kjdon Accent Folding patch, thanks to Juan Grigera. Added AccentFold filteroption
(edit) @12870   18 years kjdon Accent Folding patch, thanks to Juan Grigera. Added AccentFold option …
(edit) @12869   18 years kjdon Accent Folding patch, thanks to Juan Grigera. defaultStemMethod uses …
(edit) @12868   18 years kjdon AccentFolding patch, thanks to Juan Grigera. added accentfolding to …
(edit) @12867   18 years kjdon use stemindexes from build.cfg to set colinfo stemIndexes value
(edit) @12866   18 years kjdon added af (accent folding) arg, and ks, ss and afs which state whether …
(edit) @12865   18 years kjdon need to call set_stem_index_args to set up the ss, ks and afs args
(edit) @12864   18 years kjdon set_stem_index_args sets ks, ss, and afs args depending on the value …
(edit) @12863   18 years kjdon added in stemIndexes to colinfo_t, plus some #defines. stemIndexes …
(edit) @12862   18 years mdewsnip More HTML compliance fixes.
(edit) @12861   18 years mdewsnip Now produces anchors without spaces in the names, for HTML compliance.
(edit) @12860   18 years mdewsnip The final state map images... finally.
(edit) @12859   18 years mdewsnip Some more HTML compliance fixes.
(edit) @12858   18 years mdewsnip Tidied up links page.
(edit) @12857   18 years mdewsnip Tidied up glossary page and used divs instead of tables.
(edit) @12856   18 years mdewsnip Tidied up some of the "about" pages.
(edit) @12855   18 years mdewsnip Cropped a bit more whitespace from the top and bottom.
(edit) @12854   18 years mdewsnip Collection logo from Catalone Design with some of the whitespace at …
(edit) @12853   18 years mdewsnip Tidied up the page layout a bit more, and replaced the old home page …
(edit) @12852   18 years mdewsnip Now uses the new navigation bar.
(edit) @12851   18 years mdewsnip More HTML compliance fixes, and changed the page banner to use the new …
(edit) @12850   18 years mdewsnip Various HTML compliance fixes.
(edit) @12849   18 years kjdon removed some unused macros, and made improvements to some of the text …
(edit) @12848   18 years nzdl try the JAVA_HOME variable first to find java, otherwise just use …
(edit) @12847   18 years kjdon removed center for study of digital libraries link from example page - …
(edit) @12846   18 years mdewsnip Minor changes.
(edit) @12845   18 years mdewsnip Commented out "use IncrementalBuildUtils", as this doesn't seem to be …
(edit) @12844   18 years mdewsnip Incremental building and dynamic GDBM updating code, many thanks to …
(edit) @12843   18 years kjdon added a couple of strings for gems newmetadataelementanmeprompt errors
(edit) @12842   18 years kjdon Ian hated having a blank format list, so have added back in the …
(edit) @12841   18 years kjdon added a method to see if we have a datelist assigned. used by format …
(edit) @12840   18 years kjdon added a DateList classifier string
(edit) @12839   18 years kjdon changed the last mongolian mod to only include letters, and added in a …
(edit) @12838   18 years kjdon now checks for empty name and name that has already been used
(edit) @12837   18 years kjdon added a doesChildWithThisNameExist method
(edit) @12836   18 years kjdon addElement now passes the model to the new name prompt, so that the …
(edit) @12835   18 years kjdon add a default value for label when create a new element
(edit) @12834   18 years kjdon these convertto plugins were all setting extract_language=1 to their …
(edit) @12833   18 years kjdon we don't want textcat to be run for isis files. we assume ascii …
(edit) @12832   18 years kjdon added in ascii casee in read_file - if not done specially, will be …
(edit) @12831   18 years mdewsnip Slovak demo collection strings, many thanks to Tomas Fiala.
(edit) @12830   18 years mdewsnip Switched off debugging in the GLI applet.
(edit) @12829   18 years kjdon if trying to preselect a value in a metadata list, then we need to use …
(edit) @12828   18 years kjdon add search types format into default format map
(edit) @12827   18 years kjdon changed the layout slightly - now uses a splitpane, so user can resize …
(edit) @12826   18 years kjdon removed an unnecessary comment
(edit) @12825   18 years kjdon ListOption changed to Argument.ArgumentOption, options now comes from …
(edit) @12824   18 years kjdon changed option list form HashMap to ArrayList so they stay in order, …
(edit) @12823   18 years kjdon added a sort_options flag - if set to false, won't sort the options in …
(edit) @12822   18 years kjdon changed from a BoxLayout to a GridLayout for build and import options …
(edit) @12821   18 years kjdon changed the gli modes for some options
(edit) @12820   18 years kjdon made index option glimode 4
(edit) @12819   18 years kjdon moved some options around
(edit) @12818   18 years mdewsnip Removed all the default format statements, since they aren't actually …
(edit) @12817   18 years kjdon changed the descriptions of a few import options
(edit) @12816   18 years mdewsnip Changed format_map to default_format_map to be a bit more obvious, and …
(edit) @12815   18 years mdewsnip No idea why the static DEFAULT strings weren't being used.
(edit) @12814   18 years mdewsnip CollectionConfiguration no longer inherits from StaticStrings.
(edit) @12813   18 years mdewsnip Fixed a problem where the GLI would add extra spaces at the end of …
(edit) @12812   18 years mdewsnip Updated to include buildtype line.
(edit) @12811   18 years mdewsnip No longer writes out empty languagemetadata lines.
(edit) @12810   18 years mdewsnip Removed the "UPDATE_COLLECT_CFG" rebuild type, as it is no longer required.
(edit) @12809   18 years mdewsnip Removed all usage of collect_cfg_change_listener, as this is no longer …
(edit) @12808   18 years mdewsnip Removed CollectionManager.configurationChanged() and all 50 calls to …
(edit) @12807   18 years mdewsnip The CollectionConfiguration class now determines whether the …
(edit) @12806   18 years mdewsnip Changed a couple of function names.
Note: See TracRevisionLog for help on using the revision log.