source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @251   18 years nanardon - avoid undefined value
(edit) @250   18 years thetis hack: return early if name does not match to avoid useless noise
(edit) @249   18 years nanardon - fix: return all values, include data from plugin, in match_data_type()
(edit) @248   18 years thetis - nommer les fichiers sonde OHP a partir de l heure [GMT] et non plus l …
(edit) @247   18 years nanardon - don't try to extract any files if no file is specified
(edit) @246   18 years nanardon - run all test to see if a data match rules, not only the regexp on …
(edit) @245   18 years nanardon - log config file used and the current path
(edit) @244   18 years nanardon - lha list files differently if he archive come from DOS/Windows or unix, …
(edit) @243   18 years nanardon - fix basedatafile regexp
(edit) @242   18 years nanardon - add magic var to match only basename
(edit) @241   18 years nanardon - end lha support, all test should pass now
(edit) @240   18 years nanardon - add partial lha/lzh support
(edit) @239   18 years nanardon - fix error message (s/zip/rar/)
(edit) @238   18 years nanardon - add BEGIN/END marker in log (#7)
(edit) @237   18 years nanardon - fix #5 (invalid plugin code does not return an error) - replace exit by …
(edit) @236   18 years nanardon - merge from trunk fix to avoid undefined value warning
(edit) @235   18 years nanardon - add level var to plugin
(edit) @234   18 years nanardon - add ballon plugin
(edit) @233   18 years nanardon - avoid use of undefined variable
(edit) @232   18 years nanardon - fix lidlor plugin to match all possible case
(edit) @231   18 years nanardon - allow to add a plugin directory from command line
(edit) @230   18 years nanardon - finishing lidlor plugin
(edit) @229   18 years nanardon - add a debug message about plugin search path
(edit) @228   18 years nanardon - add ORDA->archive() to return current archive
(edit) @227   18 years nanardon - handle argument to plugin
(edit) @226   18 years nanardon - die if a plugin file cannot be found
(edit) @225   18 years nanardon - fix global section query - avoid undefined value
(edit) @224   18 years nanardon - allow to set multiple path in config
(edit) @223   18 years nanardon - use a test plugin for test
(edit) @222   18 years nanardon - properly get result from plugin, first value is exit code
(edit) @221   18 years nanardon - running plugin code
(edit) @220   18 years nanardon - add ObsData::get_sub_plugin()
(edit) @219   18 years nanardon - add few doc
(edit) @218   18 years nanardon - add plugin loader mechanism
(edit) @217   18 years nanardon - license clarification: GPL
(edit) @216   18 years nanardon - license clarification: GPL
(edit) @215   18 years nanardon - remove old debug message
(edit) @214   18 years nanardon - add a way to execute a command after processing, file list is pipe to …
(edit) @213   18 years thetis ajout dans depot softs de reception OHP
(edit) @212   18 years thetis ajout dans le depot des softs de reception pour DDU
(edit) @211   18 years thauvin - add function to genrated mail report
(edit) @210   18 years thauvin - notify obsdata when extraction is done, move related logging function
(edit) @209   18 years thauvin - collect datafile name also
(edit) @208   18 years thauvin - add function to collect real result
(edit) @207   18 years thauvin - log destroy event everywhere
(edit) @206   18 years thauvin - backport from HEAD the lazy mode for status file
(edit) @205   18 years thauvin - add a lazy behaviour about index, write it for data/archive only if data …
(edit) @204   18 years thauvin - fix mkpath call (from HEAD)
(edit) @203   18 years thauvin - Fix mkpath call
(edit) @202   18 years thauvin - port from HEAD: avoid die if mkpath failed
(edit) @201   18 years thauvin - start 0.2.1
(edit) @200   18 years thauvin - avoid die() if mkpath failed, add reason into log
(edit) @199   18 years thauvin - 0.3 started
(edit) @198   18 years anonymous This commit was manufactured by cvs2svn to create branch 'v0_2'.
(edit) @197   18 years thauvin - fix typo
(edit) @196   18 years thauvin - check dest file eval works instead complaining later
(edit) @195   18 years thauvin - check also regexp 'match_archive'
(edit) @194   18 years thauvin - add a way to get information from archive file (instead data file)
(edit) @193   18 years thauvin - delete obsoleted functions
(edit) @192   18 years thauvin - move function from ObsData? to ObsData::R::A
(edit) @191   18 years thauvin - fix Archive format loader for perl 5.8.1 - don't create an Archive …
(edit) @190   18 years thauvin - remove old file from MANIFEST
(edit) @189   18 years thauvin - allow set log file in config file
(edit) @188   18 years thauvin - fox few message passed to OE
(edit) @187   18 years thauvin - add list_archive_from_status()
(edit) @186   18 years thauvin - remove useless files
(edit) @185   18 years thauvin - more documentation
(edit) @184   18 years thauvin - add few doc, remove useless old code
(edit) @183   18 years thauvin - reorder test
(edit) @182   18 years thauvin - remove complex code, no longer in use
(edit) @181   18 years thauvin - report test code where we really call it
(edit) @180   18 years thauvin - add ask_user to replace do_continue
(edit) @179   18 years thauvin - add --only-new and --only-old options
(edit) @178   18 years thauvin - fix typo, ask to user
(edit) @177   18 years thauvin - add one automatic response
(edit) @176   18 years thauvin - fix another typo…
(edit) @175   18 years thauvin - add callback to be interactif
(edit) @174   18 years thauvin - allow to pass interactive_callback from ObsData?
(edit) @173   18 years thauvin - fix typo :(
(edit) @172   18 years thauvin - pass both id and message to do_continue
(edit) @171   18 years thauvin - get interative_callback from ObsData? parent if not set
(edit) @170   18 years thauvin - add default automatic behaviour
(edit) @169   18 years thauvin - enforce test with use strict, warnings
(edit) @168   18 years thauvin - use ObsData::Event to manage event
(edit) @167   18 years thauvin - add documentation
(edit) @166   18 years thauvin - add ObsData::Event to handle message from backend to interactive tools
(edit) @165   18 years thauvin - increase verbosity of some message
(edit) @164   18 years thauvin - split class to avoid loop and mistake
(edit) @163   18 years thauvin - add load_format wrapper
(edit) @162   18 years thauvin - make Archive dynamique
(edit) @161   18 years thauvin - cleanup
(edit) @160   18 years thauvin - clean up
(edit) @159   18 years thauvin - use new class
(edit) @158   18 years thauvin - add new class
(edit) @157   18 years thauvin - add Rar support
(edit) @156   18 years thauvin - new news !
(edit) @155   18 years thauvin - add new test file
(edit) @154   18 years thauvin - add Zip file support
(edit) @153   18 years thauvin - backport seterror call fix
(edit) @152   18 years thauvin - fix call to seterror
Note: See TracRevisionLog for help on using the revision log.