source: main/trunk/greenstone2/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24349   13 years davidb white-space changes
(edit) @24348   13 years davidb Better line wrapping for 80 col display
(edit) @24347   13 years davidb white-space adjustment
(edit) @24346   13 years davidb With added support for orthogonal indexes (i.e. audioDB index in …
(edit) @24306   13 years ak19 More changes to do with the ex. prefixed to embedded metadata (that …
(edit) @24290   13 years sjm84 Several changes to how Greenstone hashes PDF files and also added …
(edit) @24225   13 years ak19 Still on ticket 449. Now srclink_file metadata (contains an underscore …
(edit) @24219   13 years ak19 Thanks to Sam, Veronica and Dr Bainbridge, can finally commit the …
(edit) @24199   13 years ak19 Part 1 of 2 commits: PDF to text conversion for PDFBox.
(edit) @24192   13 years ak19 Sam discovered that using dollar-Config{perlpath} in place of …
(edit) @24176   13 years ak19 Adjustment to previous commit: docx is now added to process_exp's list …
(edit) @24166   13 years ak19 2nd and tentatively final set of changes changes to get the new …
(edit) @24159   13 years ak19 Implemented use_sections for PDFBox, needed to grab the (at this …
(edit) @24148   13 years ak19 Yitzchak Schaffer and Prof Witten noticed that when XML item files …
(edit) @24126   13 years ak19 Sam and I fixed decided all calls to perl -S from within perl needed …
(edit) @24060   13 years ak19 Dr Bainbridge fixed the unicode issue that appeared after the 2.84 …
(edit) @24056   13 years ak19 One of the two changes made in this file's previous commit to fix the …
(edit) @24028   13 years ak19 Bugfix for PagedImagePlugin dealing incorrectly with accented …
(edit) @23895   13 years sjm84 Modified several Perl files to merge the locations where XML::Parser …
(edit) @23835   13 years ak19 Dr Bainbridge fixed interlinking failure on Mac OS when filenames (and …
(edit) @23832   13 years ak19 Forgot to copy the import statement for Normalize into the svn version …
(edit) @23829   13 years ak19 Display string for Source also needs to be in normalised composed …
(edit) @23810   13 years sjm84 Fixing EmbeddedMetadataPlugin to be Unicode compatible
(edit) @23760   13 years davidb Whitespace tidy up
(edit) @23759   13 years davidb Now that generalized exploding is coming on-line, some additional …
(edit) @23757   13 years davidb Additional line of whitespace added
(edit) @23754   13 years davidb Missing @_ parameter needs to be passed in to AutoLoadConverter
(edit) @23753   13 years davidb Tidied up on 'book-keeping' information used by this plugin, now that …
(edit) @23752   13 years davidb Missing @_ parameter needs to be passed on from AutoLoadConverter
(edit) @23751   13 years davidb Missing @_ parameter needs to be passed in to AutoLoadConverter
(edit) @23564   13 years kjdon added a bit more comment about store_block_files
(edit) @23561   13 years kjdon moved the block_filename from BasePlugin into util. then I don't need …
(edit) @23544   13 years kjdon on windows, if have a .JPG cover image, then a -e xxx.jpg test works, …
(edit) @23484   13 years ak19 Further improvements by Dr Bainbridge to pretty-printing.
(edit) @23472   13 years ak19 Erroneous forth argument (a filename) left over from an earlier time, …
(edit) @23465   13 years ak19 Dr Bainbridge fixed the change to gs.filenameEncoding (previously: …
(edit) @23463   13 years ak19 Previously, when reverting back to an earlier RE match for …
(edit) @23461   13 years kjdon set_Source_metadata now takes an optional section argument so that we …
(edit) @23460   13 years kjdon pass in the section to set_Source_metadata as we may be processing a …
(edit) @23458   13 years kjdon added a check that deduced_filename_encoding is defined before testing …
(edit) @23457   13 years kjdon reindented the file in emacs
(edit) @23452   13 years kjdon use filename_cat when generating the full path for blocking. If teh …
(edit) @23419   13 years max Setting the values to store as block files is now done through an API …
(edit) @23418   13 years davidb A few further additions to help windows keep track of c\... and C:\... …
(edit) @23415   13 years davidb More careful handling of filenames going into 'block' hash. On …
(edit) @23392   13 years sjm84 Reverted a regular expression designed to locate various tags inside …
(edit) @23387   13 years davidb Further changes to deal with documents that use different filename …
(edit) @23377   13 years ak19 Perl syntax error fixed: referring to uninitialised variable metadata …
(edit) @23371   13 years davidb Further refinement of code to support HTML linking between documents …
(edit) @23364   13 years sjm84 C and Posix added to the possible locales as well as removing the …
(edit) @23363   13 years davidb Plugin code upgrade to support Greenstone working with filenames under …
(edit) @23355   13 years kjdon use unicode for mp3 data. patch thanks to Dan Wright
(edit) @23353   13 years davidb Modifications to code to support filename encoding issues when tested …
(edit) @23352   13 years davidb Modifications to code to support filename encoding issues when tested …
(edit) @23349   13 years davidb More careful use of encoding parameter to $self->set_Source_metadata …
(edit) @23348   13 years davidb Added extra parameter to call to deduce_filename_encoding()
(edit) @23347   13 years davidb Tidy up of debugging statements for handline filename encodings, plus …
(edit) @23335   13 years davidb Work done on improving handing of filenames when the actualy filename …
(edit) @23280   13 years kjdon fixed this plugin up for incremental import. need to set …
(edit) @23279   13 years kjdon in extra_metadata, new special case for gsdlzipfilename metadata - if …
(edit) @23277   13 years kjdon removed a commented out line
(edit) @23261   13 years kjdon ZIPPlugin needs to do a block pass on the extracted folder so we don't …
(edit) @23248   13 years ak19 Bugfix: file called mimetype (among the files extracted from an Open …
(edit) @23212   13 years kjdon metadata_read no longer takes maxdocs args - metadata_read must …
(edit) @23171   14 years kjdon if infodbtype is gdbm-txtgz, we need to use gdbm for all archives dbs
(edit) @23167   14 years davidb GreenstoneXMLPlugin used to (or at least in theory used to) to be able …
(edit) @22953   14 years davidb Further code tweaks to correctly support Unicode aware strings in our …
(edit) @22951   14 years davidb Encode::decode cannot be applied to all characters returned by …
(edit) @22900   14 years kjdon getting this to work properly
(edit) @22896   14 years kjdon fixed an odd bug. If had a metadata file directly in import folder, …
(edit) @22894   14 years kjdon added wpd (word perfect) extension into the list that can be processed …
(edit) @22887   14 years kjdon use new util::get_timestamped_dir, and clean_up_after_doc_processing …
(edit) @22882   14 years kjdon set up convert_to list for the case when windows_scripting and …
(edit) @22880   14 years kjdon implemented the read method for when using open office to convert to …
(edit) @22879   14 years kjdon now have an html_multi option to convert_to (for PowerPointPlugin)
(edit) @22874   14 years kjdon no longer use filename_extension, as we should be using the original …
(edit) @22871   14 years kjdon added code to generate an item file if asked for pagedimg output with …
(edit) @22865   14 years kjdon forgot to set openoffice_available so that get_default_process_exp works
(edit) @22864   14 years kjdon needed use ConvertBinaryFile
(edit) @22862   14 years kjdon changed a comment
(edit) @22861   14 years kjdon now uses new AutoLoadConverters instead of AutoloadConverterScripting. …
(edit) @22860   14 years kjdon changed a line
(edit) @22859   14 years kjdon this plugin inherits from others
(edit) @22858   14 years kjdon I have written a new version of AutoloadConverterScripting, called …
(edit) @22857   14 years davidb Further adjustments to our reading in of text files/data to be Unicode …
(edit) @22853   14 years kjdon print parse errors to failhandle and GLI xml as well as to outhandle
(edit) @22852   14 years kjdon now prints errors to outhandle, failhandle and gli xml instead of just …
(edit) @22844   14 years davidb More explicit use of utf8 for input and output file handling. Relies …
(edit) @22842   14 years davidb Minor tidy up of code
(edit) @22841   14 years davidb More explicit use of utf8 for input and output file handling. Relies …
(edit) @22840   14 years davidb More explicit use of utf8 for input and output file handling. Relies …
(edit) @22814   14 years kjdon removes tidy_item_file from store_block_files as it makes the file new …
(edit) @22709   14 years davidb Fixed up -process_exp so it now dynamically configures itself …
(edit) @22705   14 years davidb User of AutoloadConverterScripting expanded to encompass PowerPoint
(edit) @22702   14 years davidb Introduction of new plugin AutoloadConverterScripting to replace …
(edit) @22689   14 years mdewsnip Trac ticket #634: change so "ftp://" is used instead of "http://" in …
(edit) @22675   14 years sjm84 Modified PDFPlugin to use PDFBox if it is available
(edit) @22674   14 years sjm84 Added a version of ConvertBinaryFile for PDFBox
(edit) @22673   14 years sjm84 Dr. Bainbridge added a begin method to OOConvertBinaryFile
(edit) @22666   14 years davidb Commented out debugging statement
Note: See TracRevisionLog for help on using the revision log.