source: trunk/gsdl/perllib/classify

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11653   18 years kjdon added a new opiton for DateList: no_special_formatting, which makes …
(edit) @11541   18 years kjdon buttonname arg moved to BasClas, cos every classifier has it …
(edit) @11540   18 years kjdon now uses buttonname or metadata to generate the title, rather than …
(edit) @11474   18 years shaoqun set default caption to a empty string
(edit) @11433   18 years shaoqun modified splitlist method to handle reverse_sort parameter
(edit) @11407   18 years kjdon made the mingroup default 1
(edit) @11030   18 years mdewsnip Now removes extra spaces around the '|' (separator) characters.
(edit) @10993   18 years kjdon fixed a spelling mistake
(edit) @10979   18 years kjdon DateList can now take a comma separated list of metadata names.
(edit) @10663   19 years kjdon added documents_last - display document nodes after classifier nodes …
(edit) @10630   19 years kjdon added -no_metadata_formatting option to avoid the …
(edit) @10621   19 years kjdon added a suppressfirstlevel - use with e.g. gsdlsourcefilename to …
(edit) @10620   19 years kjdon now prints out some gli tags when bad args are encountered for plugins …
(edit) @10505   19 years mdewsnip Fixed a bug in the new "-use_hlist_for" stuff. Hope I haven't messed …
(edit) @10502   19 years mdewsnip GenericList is not an abstract classifier.
(edit) @10499   19 years mdewsnip Changed the way values in arguments are separated :-)
(edit) @10498   19 years mdewsnip Renamed the GenericList arguments to be more descriptive.
(edit) @10485   19 years kjdon change buttonname desc to Collage.buttonname
(edit) @10483   19 years kjdon removed {BasClas.metadata.deft} in deft values
(edit) @10398   19 years mdewsnip Finally got around to committing this. It started off as an attempt to …
(edit) @10347   19 years kjdon removed the unneeded 'use parsargv'
(edit) @10253   19 years kjdon added 'use strict' to all classifiers, and made modifications (mostly …
(edit) @10229   19 years kjdon fixed up some stuff for printing args (pluginfo.pl, classinfo.pl)
(edit) @10223   19 years kjdon removed debug statements that I had forgotten about
(edit) @10218   19 years kjdon Jeffrey's new parsing modifications, committed approx 6 July, 15.16
(edit) @10199   19 years kjdon dateList now calls format_metadata_for_sorting on its sort meta, so …
(edit) @10113   19 years davidb 'removesuffix' and 'removeprefix' modified so also passed down …
(edit) @9675   19 years kjdon all the functionality has been added to Hierarchy, so don't need this …
(edit) @9578   19 years jrm21 sorttools functions have new names now. (AZCompactSectionList …
(edit) @9575   19 years jrm21 removed a comment, code formatting
(edit) @9519   19 years mdewsnip What's all this hard-wired sorting by Date business? (Meant the -sort …
(edit) @9461   19 years davidb Hierarchy of metadata can now be expressed dc.Format|dc.Title in …
(edit) @9322   19 years davidb Typo detected in code: mistakenly sets childtype of Vlist not VList. …
(edit) @9206   19 years davidb Reworking of AutoHierarchy and Hierarchy so they are merged as one …
(edit) @9204   19 years davidb Fixed typo (@ should have been $) in access to perl array.
(edit) @9142   19 years davidb Revision to Collaging so only documents with associated files that …
(edit) @9133   19 years mdewsnip Added the "-hlist_at_top" option from Hierarchy.
(edit) @9130   19 years mdewsnip Allowed the use of "|" characters as well as "\" for separating …
(edit) @9064   19 years kjdon moved the removeprefix and removesuffix descriptions to BasClas
(edit) @9063   19 years kjdon initialised in reclassify to get rid of warnings
(edit) @8885   19 years mdewsnip Ooops... fixed up a mismatch between the name of an option and how it …
(edit) @8866   19 years kjdon if the list is split into only one bucket, then suppress the HList
(edit) @8852   19 years kjdon shifted format_metadata_for_sorting from BasCLas to sorttools, so …
(edit) @8763   19 years mdewsnip Added a missing curly bracket.
(edit) @8729   19 years kjdon changed List so that when its being used from AZCompactList it does …
(edit) @8728   19 years kjdon changed reinit a bit so that things that only need to be done once get …
(edit) @8716   19 years kjdon added some changes made by Emanuel Dejanu (Simple Words)
(edit) @8647   19 years mdewsnip Added a "-newest_first" option to DateList for reverse chronological …
(edit) @8479   20 years kjdon fixed a typo in the arg list which meant it didn't work with -xml
(edit) @8446   20 years kjdon new classifier:AutoHierarchy. Does the same thing as Hierarchy …
(edit) @8362   20 years kjdon added a new option to the phind classifier: min_occurs. this is the …
(edit) @8221   20 years cs025 Added AllList to provide a universal list of all documents, which …
(edit) @7835   20 years jrm21 record mdoffset for each document when adding to a sub list. List.pm …
(edit) @7704   20 years jrm21 oops... we were failing on documents that start with a 0 (zero)... if …
(edit) @7702   20 years jrm21 handle metadata values that start with a "-", instead of screwing up …
(edit) @7580   20 years kjdon added a new function: generate_title_from_metadata to BasClas - takes …
(edit) @7577   20 years kjdon added min range values to the numeric args
(edit) @7572   20 years mdewsnip Changed regular expression so lines entirely in UTF-8 are still read …
(edit) @7557   20 years kjdon when adding metadata to teh list, use 'if @{}' instead of 'if defined …
(edit) @7548   20 years kjdon renamed the onlyfirst and allmetadata options to be firstvalueonly and …
(edit) @7544   20 years kjdon comma separated list of metadata now uses all values of the first …
(edit) @7497   20 years kjdon removed BasClas.metadata.deft from the buttonnmae default - now its …
(edit) @7409   20 years davidb Abstract field missing from Collage options (fix, and set to noi -- …
(edit) @7406   20 years davidb Two changes made: the first to allow compact nodes to be formed …
(edit) @7405   20 years davidb Labels for strings.rb tidyied up.
(edit) @7345   20 years davidb Unused code removed.
(edit) @7331   20 years davidb Collage classifier extended to include "dynamic" parameters: that is …
(edit) @7177   20 years kjdon when I chaged the options names to metadata and sort, I forgot to …
(edit) @7175   20 years kjdon fixed the bug where AZCompactList wasn't sorting Creators properly (by …
(edit) @7042   20 years davidb Code add to remove white space from around metadata values that takes …
(edit) @7023   20 years kjdon fixed up the <tag> display for pluginfo and clasinfo. < and > should …
(edit) @6989   20 years kjdon changed the language option to type string so you can have more than …
(edit) @6987   20 years mdewsnip Missed changing some print()s to gsprintf()s.
(edit) @6985   20 years kjdon changed some error messages, and put sort type back to string - I …
(edit) @6984   20 years kjdon changed some error messages
(edit) @6983   20 years kjdon added in the info_only check, and now dies if is not set
(edit) @6982   20 years kjdon removed the builddir option cos its already there from BasClas
(edit) @6980   20 years kjdon changed the type of the sort option to metadata
(edit) @6979   20 years kjdon changed one of the output lines
(edit) @6978   20 years kjdon changed the order and names of some of the options
(edit) @6976   20 years kjdon removed Johns construction error stuff so that it dies during new if …
(edit) @6975   20 years kjdon a few tiny changes
(edit) @6974   20 years kjdon put back some stuff used by AZCompactlist when it uses SectionList to …
(edit) @6970   20 years kjdon rewrote this so it handles a comma separated list of metadata. this …
(edit) @6969   20 years kjdon removed the args, cos it only uses AZlist args anyway. now uses …
(edit) @6968   20 years kjdon all classifiers now use BasClas.buttonname for their buttonname option …
(edit) @6961   20 years kjdon removed some commented out stuff, changed the -metadata option to …
(edit) @6957   20 years kjdon removed the metadate formating routine to BasClas, and calls that instead
(edit) @6956   20 years kjdon removed some commented out stuff, added a new subroutine: …
(edit) @6945   20 years mdewsnip Updated the resource bundle handling code some more. Strings are first …
(edit) @6942   20 years kjdon tidied up List classifier: now takes comma separated list for …
(edit) @6940   20 years kjdon now uses AZList.metadata instead of List.metadata for the metadata …
(edit) @6932   20 years kjdon changed the output slightly, and now outputs the classifier/plugin …
(edit) @6925   20 years mdewsnip Changed the way display in different languages is done. Instead of …
(edit) @6918   20 years mdewsnip Removed some code I commented out.
(edit) @6808   20 years mdewsnip The GsdlCollageApplet: a classifier that displays a collage of the …
(edit) @6806   20 years jrm21 Bah. We were accidentally dropping the last classification because of …
(edit) @6761   20 years kjdon the buttonname and/or sort defaults were in English - replaced them …
(edit) @6635   20 years kjdon added mdtype to the classfier nodes - specifies what Date metadata (eg …
(edit) @6482   20 years jrm21 use the lowercase name of the metadata has the hash key, and then do a …
Note: See TracRevisionLog for help on using the revision log.