source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23182   14 years kjdon fixed up bug with deleting assoc files. Was fine for a delete, but for …
(edit) @23181   14 years sjm84 The end brace of the delete_assoc_files sub in the lucenebuildproc.pm …
(edit) @23176   14 years kjdon added delete_assoc_files. If we are asked to process a deleted or …
(edit) @23172   14 years kjdon when using gdbm-txtgz infodb type, the runtime system will generate …
(edit) @23171   14 years kjdon if infodbtype is gdbm-txtgz, we need to use gdbm for all archives dbs
(edit) @23170   14 years kjdon if infodbtype is gdbm-txtgz, we need to use gdbm for all archives dbs
(edit) @23169   14 years kjdon need to set binmode for pipes to get utf8 input and output. also need …
(edit) @23167   14 years davidb GreenstoneXMLPlugin used to (or at least in theory used to) to be able …
(edit) @23166   14 years kjdon copying code from gdbm.pm: Attached :utf8 encoding to db pipes to …
(edit) @23165   14 years kjdon removed a couple of print statements
(edit) @23160   14 years kjdon member hash renamed, some tidying up
(edit) @23159   14 years kjdon buildproc member hash renamed
(edit) @23158   14 years kjdon added a couple of missing plugin description strings
(edit) @23156   14 years kjdon removed an unused string
(edit) @23154   14 years kjdon store a hash of all doc oids, then check against this hash when asked …
(edit) @23141   14 years davidb
(edit) @23138   14 years davidb Elimination of rand_string
(edit) @23133   14 years kjdon still workign on incremental infodb updating. cleaning up code now …
(edit) @23132   14 years kjdon for manifest files, if the user has specified Index (not Reindex) and …
(edit) @23131   14 years kjdon added a method get_total_text_length. returns the total lenght for the …
(edit) @23121   14 years kjdon small changes based on the fact that we need to store ids for updated …
(edit) @23120   14 years kjdon process the reconstructed docs after reading through the archives …
(edit) @23119   14 years kjdon removed some print statements, and don't go into .svn folder when …
(edit) @23118   14 years kjdon removed edit_mode from classobj->classify call
(edit) @23116   14 years kjdon for incremental build, classifiers are not really done incrementally. …
(edit) @23102   14 years davidb Attached :utf8 encoding to GDBM pipes to prevent double encoding …
(edit) @23085   14 years davidb Minor tweak to talkback.pm
(edit) @23084   14 years davidb Routines to help CGI scripts that implement DL Talkback
(edit) @23081   14 years kjdon added a classifyOID param to get_OID_entry. Used to set the …
(edit) @23064   14 years davidb Supporting Perl classes (100% pure Perl) for DL talkback facility
(edit) @23053   14 years kjdon reworking of manifest stuff. Now, instead of calling plugin::read on …
(edit) @23042   14 years ak19 Kathy fixed a cut and paste error that prevented the depositor from …
(edit) @22986   14 years kjdon need to do a file_block_read before a read when adding new docs …
(edit) @22953   14 years davidb Further code tweaks to correctly support Unicode aware strings in our …
(edit) @22952   14 years davidb Encode::decode cannot be applied to all characters returned by …
(edit) @22951   14 years davidb Encode::decode cannot be applied to all characters returned by …
(edit) @22950   14 years davidb Old routine used to work on raw binary strings that just happened to …
(edit) @22921   14 years sjm84 Anu changed this to escape backslashes in file names before using them …
(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) @22886   14 years kjdon new method get_timestamped_tmp_folder, used by ConvertBinaryFile and …
(edit) @22883   14 years kjdon corrected a typo
(edit) @22882   14 years kjdon set up convert_to list for the case when windows_scripting and …
(edit) @22881   14 years kjdon added some powerpoint strings
(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) @22873   14 years kjdon new subroutine get_timestamped_tmp_filename_in_collection, which does …
(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) @22856   14 years davidb Tidy up of caller() debug statements
(edit) @22855   14 years davidb added ':utf8' to call to open file handle
(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) @22849   14 years ak19 Further changes to ticket 152 (movable collectdir. Both export.pl and …
(edit) @22844   14 years davidb More explicit use of utf8 for input and output file handling. Relies …
(edit) @22843   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) @22839   14 years davidb More explicit use of utf8 for input and output file handling. Relies …
(edit) @22823   14 years davidb Backed off utf-8 binmode statement as this now causes problems in …
(edit) @22820   14 years davidb Need to call 'set_output_handle()' in additional places, to insure the …
(edit) @22819   14 years davidb We always assume the output stream is UTF-8. Stating this explicitly …
(edit) @22818   14 years davidb Tightening up (slightly) of DOCTYPE line. Previously, it was quite …
(edit) @22814   14 years kjdon removes tidy_item_file from store_block_files as it makes the file new …
(edit) @22804   14 years kjdon change to import.OIDtype.incremental
(edit) @22749   14 years mdewsnip Added copyright statements to perllib/ClassifyTree*.pm, for consistency.
(edit) @22735   14 years mdewsnip Added DL Consulting Ltd. to the copyright statement, since we wrote …
(edit) @22734   14 years mdewsnip Added copyright header to perllib/XMLParser.pm.
(edit) @22732   14 years mdewsnip Added copyright header to perllib/parse2.pm.
(edit) @22731   14 years mdewsnip Added copyright header to perllib/manifest.pm.
(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) @22667   14 years mdewsnip Added code to prevent uninitialized value errors when trying to sort …
(edit) @22666   14 years davidb Commented out debugging statement
(edit) @22664   14 years mdewsnip Minor comment change.
(edit) @22663   14 years mdewsnip Changed "srclink_file" metadata to always contain the filename, …
(edit) @22658   14 years mdewsnip Changed "srcicon" values in ImageConverter.pm and ImagePlugin.pm to …
(edit) @22656   14 years mdewsnip Changed to add "srclink_file" metadata instead of the deprecated …
(edit) @22655   14 years mdewsnip Removed some old (commented out) "[srclink]" code, as part of tidying …
(edit) @22654   14 years mdewsnip Removed some old (commented out) "[srclink]" code, as part of tidying …
(edit) @22653   14 years mdewsnip Removed dmsafe() function from ghtml.pm. This shouldn't be done in the …
(edit) @22652   14 years mdewsnip Removed call to ghtml::dmsafe() from …
(edit) @22649   14 years davidb Setting of versino leads to unasigned variable warnings. Essentially …
(edit) @22641   14 years kjdon now inherits from OOConvertBinaryFile. still a couple of things to iron out
Note: See TracRevisionLog for help on using the revision log.