source: trunk/gsdl/perllib/classify

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13900   17 years kjdon renamed NewList to RecentDocumentsList as that is more descriptive. …
(edit) @13890   17 years qq6 fixed a bug
(edit) @13888   17 years qq6 modify the input date format
(edit) @13877   17 years qq6 delete use diagnostics;
(edit) @13839   17 years qq6 a classify is used to classify documents based on metadata : lastmodified
(edit) @13791   17 years mdewsnip Added a comment about downloading the allkeys.txt file for using …
(edit) @13741   17 years mdewsnip Added a second item to the "TO DO" list in this file.
(edit) @13551   17 years mdewsnip Added a new option: sort_using_unicode_collation, which uses the …
(edit) @13550   17 years mdewsnip Improvements to Unicode handling in preparation for adding the Unicode …
(edit) @13340   17 years mdewsnip Added check to prevent error when attempting to build a GenericList
(edit) @13287   17 years mdewsnip Set the mdtype classifier node attribute for levels other than the …
(edit) @13272   17 years mdewsnip Changed a couple of variable names to be more accurate.
(edit) @13271   17 years mdewsnip Now sets "offset" values so the correct metadata value is displayed …
(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) @12889   18 years mdewsnip Tidied up lots of variable names.
(edit) @12744   18 years kjdon added the license info and description
(edit) @12624   18 years mdewsnip Added an extra argument to print_xml_usage for specifying whether to …
(edit) @12571   18 years kjdon made Datelist accept yyyy-mm-dd dates
(edit) @12546   18 years kjdon changed parse2::parse so that it returns -1 on error, 0 on success, or …
(edit) @11862   18 years kjdon made metadata a required field so its like other classifiers
(edit) @11681   18 years kjdon print_xml_usage and print_xml_header now take arguments
(edit) @11669   18 years kjdon need to pass a parameter to print_xml_header so it knows which DTD to …
(edit) @11665   18 years kjdon changed sort option type to metadata. it was string cos one of the …
(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   19 years kjdon fixed a typo in the arg list which meant it didn't work with -xml
(edit) @8446   19 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 …
Note: See TracRevisionLog for help on using the revision log.