source: gsdl/trunk/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16837   16 years ak19 Fixing an error introduced in the previous commit: after eval_dir_dots …
(edit) @16836   16 years ak19 1. When working out the web_url, it needs to know of any containing …
(edit) @16827   16 years davidb Edited needed to make pageImagePlugin work again after plugin restructuring
(edit) @16826   16 years davidb Base class use in modules such as ImageConverter.pm
(edit) @16825   16 years davidb Code for supporting cache merged back in with Katherine's restructured …
(edit) @16824   16 years davidb Filenames are now quoted in system calls, so they can have spaces in them.
(edit) @16822   16 years davidb White space adjustment
(edit) @16821   16 years davidb Introduced new merge_inheritance function, useful in a plugin …
(edit) @16820   16 years davidb Fixed cut and pase error in comment that talked about text plugin, …
(edit) @16812   16 years ak19 Undid the changes introduced in the last commit which url encode the …
(edit) @16799   16 years ak19 URL encoding href links for internal links since the database lookup …
(edit) @16771   16 years ak19 Changes to make it compatible with multilingual filenames. Uses URL …
(edit) @16769   16 years ak19 Intermediate version (with commented out debug statements). 1. Works …
(edit) @16768   16 years ak19 URL encodes filenames in order to handle cases of multilingual images …
(edit) @16767   16 years ak19 In progress: Filename encoding after working with it on Windows. Still …
(edit) @16765   16 years ak19 Only removes comments in head tag now when working out the encoding
(edit) @16753   16 years ak19 get_language_encoding for HTMLFiles strips out the comments before …
(edit) @16735   16 years ak19 When a directory of interlinking html files is dropped into GLI, …
(edit) @16724   16 years ak19 1. Dr Bainbridge added some language-encoding related methods that …
(edit) @16700   16 years kjdon changed a comment
(edit) @16699   16 years kjdon added auxiliary parameter to new - needed if you want to do new …
(edit) @16698   16 years kjdon added auxiliary parameter to new - needed if you want to do new …
(edit) @16697   16 years kjdon if marc mapping file cannot be located, print a warning about can't …
(edit) @16696   16 years kjdon added an option to XML parser to strip out namespaces. did this so …
(edit) @16695   16 years kjdon the last commit was by mistake - this one removes the print statements …
(edit) @16694   16 years kjdon MARCXMLPlugin uses textcat_language_and_encoding method from …
(edit) @16693   16 years kjdon MARCXMLPlugin uses textcat_language_and_encoding method from …
(edit) @16692   16 years kjdon code to read in marc mapping files moved from MARCXMLPlugin to …
(edit) @16677   16 years davidb Minor tweak to EmailPlugin to avoid directories that match \d+ being …
(edit) @16667   16 years kjdon get_language_encoding was setting ->input_encoding, which means its …
(edit) @16646   16 years kjdon now segments all metadata as well as text
(edit) @16644   16 years kjdon now uses CJKTextSegmenter to add segmentation functionality to text …
(edit) @16643   16 years kjdon removed a couple of 'use xxx' lines that are not needed
(edit) @16642   16 years kjdon separate_cjk option and code moved to CJKTextSegmenter, and used by …
(edit) @16640   16 years kjdon helper plugin to separate cjk text into individual characters
(edit) @16639   16 years kjdon moved the require diagnostics line to here from ReadTextFile
(edit) @16638   16 years kjdon modified store_block_files: includes script (js) files, don't add a …
(edit) @16632   16 years ak19 Work on supporting non-utf8 characters in filenames
(edit) @16580   16 years ak19 Shared subroutine tmp_area_convert_file now ensures that the tailname …
(edit) @16557   16 years ak19 Auto filename encoding has several additional settings now, these are …
(edit) @16555   16 years ak19 Instead of sub get_language_encoding applying function ensure_utf8 on …
(edit) @16521   16 years kjdon pass in the file extension to get_tmp_filename otherwise it doesn't …
(edit) @16520   16 years kjdon made smart_block option description say deprecated, and added a …
(edit) @16392   16 years kjdon global block pass: read_block is no more, use can_process_this_file to …
(edit) @16391   16 years kjdon global block pass: this plugin now does the blocking - when reading …
(edit) @16390   16 years kjdon global block pass: read_block is no more. blockign done in a first …
(edit) @16388   16 years kjdon global block pass: added in empty file_block_read method
(edit) @16386   16 years kjdon global block pass: now uses process_exp instead of block_exp. during …
(edit) @16384   16 years kjdon global block pass: new block_hash arg to read and metadata_read. Also …
(edit) @16383   16 years kjdon make sure filename is in utf8 before calling generate_images
(edit) @16382   16 years kjdon filename_no_path arg to generate_images must now be in utf8, and then …
(edit) @16341   16 years kjdon save attachments in binary mode so they work on windows. Use …
(edit) @16308   16 years kjdon unhide separate_cjk option in GLI - no longer a global option, just a …
(edit) @16301   16 years ak19 sub tmp_area_convert_file--called to replace a plain text source file …
(edit) @16257   16 years mdewsnip Tidied up the block of code that determines whether each doc.xml file …
(edit) @16247   16 years ak19 Regular expression that processes imagelinks is slightly modified by …
(edit) @16193   16 years kjdon forgot to define outhandle last commit
(edit) @16104   16 years kjdon tried to make the 'xxxplugin processing file' print statements more …
(edit) @16025   16 years kjdon added license info
(edit) @16024   16 years kjdon indented the file properly
(edit) @16022   16 years kjdon removed SourceUTF8 metadata, Source metadata is now utf8. Note, still …
(edit) @16021   16 years kjdon commented out input_encoding stuff cos we don't have that option …
(edit) @16019   16 years kjdon changed some more string keys
(edit) @16016   16 years kjdon changed some key names for strings.properties
(edit) @16014   16 years kjdon changed some strings.properties key names.
(edit) @16013   16 years kjdon updated soem plugin names in some of the keys for strings.properties
(edit) @16012   16 years kjdon moved the -first option to AutoExtractMetadata
(edit) @16011   16 years kjdon moved the -first option to here from ReadTextFile
(edit) @16010   16 years kjdon changed the imagemagick check before calling generate images
(edit) @16009   16 years kjdon changed some string keys, added a check for imagemagick before calling …
(edit) @16008   16 years kjdon create_thumbnail and create_screenview are now enum with true and …
(edit) @15971   16 years mdewsnip Changed call to get_full_filename() to get_full_filenames().
(edit) @15970   16 years kjdon changed an HTMLPlug to HTMLPlugin
(edit) @15969   16 years kjdon added in desc for metadata_fields arg
(edit) @15963   16 years kjdon commented out the textcat stuff in post_process - need to think about …
(edit) @15962   16 years kjdon added a check for info_only before lookign at the arguments
(edit) @15961   16 years kjdon added abstract field to options
(edit) @15925   16 years kjdon use the proper options for PagedImagePlugin
(edit) @15919   16 years kjdon moved the loadGISDatabase code into a new method …
(edit) @15918   16 years kjdon tidied up new method to match other plugins
(edit) @15914   16 years kjdon removed some old stuff and moved around some methods
(edit) @15911   16 years kjdon tidy up a couple of places using dummy text and NoText metadata
(edit) @15906   16 years kjdon inherits from AutoExtractMetadata now, not BasePlugin
(edit) @15905   16 years kjdon changed some comments, also, new ReadTextFile, need to pass in extra …
(edit) @15904   16 years kjdon input_encoding option no longer used
(edit) @15903   16 years kjdon input_encoding option no longer used
(edit) @15902   16 years kjdon no longer uses input_encoding
(edit) @15887   16 years mdewsnip Added "use strict" to the few files that were missing it, and fixing …
(edit) @15881   16 years kjdon auxiliary plugins now pass an extra argument to the PrintInfo
(edit) @15880   16 years kjdon made this inherit from BasePlugin instead of AbstractPlugin - cos it …
(edit) @15877   16 years ak19 Minor edits to subroutine calls
(edit) @15872   16 years kjdon plugin overhaul: plugins renamed to xxPlugin, and in some cases the …
(edit) @15871   16 years kjdon plugin overhaul: Split plug renamed to SplitTextFile, XMLPlug renamed …
(edit) @15870   16 years kjdon plugin overhaul: ArchivesInf and Directory plugins are not true …
(edit) @15869   16 years kjdon plugin overhaul: BasPlug has been split into several base plugins: …
(edit) @15868   16 years kjdon plugin overhaul: BasPlug has been split into several base plugins: …
(edit) @15867   16 years kjdon plugin overhaul: automatic metadata extraction moved out of BasPlug
(edit) @15866   16 years kjdon plugin overhaul: Image conversion stuff moved to this helper plugin, …
(edit) @15865   16 years kjdon renaming plugins in preparation for my plugin overhaul
(edit) @15864   16 years kjdon renaming plugins in preparation for my plugin overhaul
Note: See TracRevisionLog for help on using the revision log.