/[webpac2]/trunk/t/2-input.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /trunk/t/2-input.t

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 949 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 00:16:48 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 4903 byte(s)
Diff to previous 911
 r1433@llin:  dpavlin | 2007-10-31 22:48:02 +0100
 HUGE swiping changes to implement new testing architecture
 based on all new WebPAC::Test module which makes
 test writing a joy


Revision 911 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 01:53:02 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 5187 byte(s)
Diff to previous 909
fix number of tests


Revision 909 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 01:46:41 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 5187 byte(s)
Diff to previous 908
 r1362@llin:  dpavlin | 2007-10-30 02:46:05 +0100
 Show indicators (available when using WebPAC::Input::MARC) as
 first two subfileds in statistics insted in alphabetical order


Revision 908 - (view) (annotate) - [select for diffs]
Modified Mon Oct 29 23:20:13 2007 UTC (16 years, 6 months ago) by dpavlin
File length: 5091 byte(s)
Diff to previous 823
leader from WebPAC::Input::MARC is now available as rec('leader')

for mondifications within leader, use substr(rec('leader'),from,to)
instead of proposed leader(field,nr) syntax


Revision 823 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 12:22:37 2007 UTC (17 years ago) by dpavlin
File length: 4954 byte(s)
Diff to previous 821
 r1203@llin:  dpavlin | 2007-04-11 14:22:28 +0200
 spacial handling for empty subfields [0.18]


Revision 821 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 12:22:33 2007 UTC (17 years ago) by dpavlin
File length: 4855 byte(s)
Diff to previous 820
 r1201@llin:  dpavlin | 2007-04-11 13:54:24 +0200
 refactor filter tests


Revision 820 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 12:22:31 2007 UTC (17 years ago) by dpavlin
File length: 4731 byte(s)
Diff to previous 800
 r1200@llin:  dpavlin | 2007-04-11 13:38:57 +0200
 cleanup test (call patch /fake/ because they are),
 added test which fails because of empty subfield modify bug


Revision 800 - (view) (annotate) - [select for diffs]
Modified Sun Feb 4 23:10:18 2007 UTC (17 years, 2 months ago) by dpavlin
File length: 4695 byte(s)
Diff to previous 799
decorate output from regexp modify with filename and line


Revision 799 - (view) (annotate) - [select for diffs]
Modified Sun Feb 4 15:09:01 2007 UTC (17 years, 2 months ago) by dpavlin
File length: 4682 byte(s)
Diff to previous 797
minor tweaks to test modify_file


Revision 797 - (view) (annotate) - [select for diffs]
Modified Sun Feb 4 13:28:30 2007 UTC (17 years, 2 months ago) by dpavlin
File length: 4126 byte(s)
Diff to previous 796
finish tweaking mock framework, test and fix problem with slashes in modify_record


Revision 796 - (view) (annotate) - [select for diffs]
Modified Sun Feb 4 12:42:43 2007 UTC (17 years, 2 months ago) by dpavlin
File length: 4498 byte(s)
Diff to previous 794
a try at mocking of inputs in WebPAC::Input::Test


Revision 794 - (view) (annotate) - [select for diffs]
Modified Sun Feb 4 12:20:54 2007 UTC (17 years, 2 months ago) by dpavlin
File length: 4280 byte(s)
Diff to previous 784
modify record test which fails (with slash /), tweaks


Revision 784 - (view) (annotate) - [select for diffs]
Modified Wed Dec 6 23:43:45 2006 UTC (17 years, 4 months ago) by dpavlin
File length: 3869 byte(s)
Diff to previous 774
added regex: to modify_records


Revision 774 - (view) (annotate) - [select for diffs]
Modified Fri Nov 3 20:56:21 2006 UTC (17 years, 5 months ago) by dpavlin
File length: 3615 byte(s)
Diff to previous 771
another swiping API change: input->dump is gone, replaced
with input->dump_ascii which is more understandable.
If you want to override default behaviour
(which is to use Data::Dump's dump in input->fetch_rec)
define dump_ascii in low-level WebPAC::Input:: API


Revision 771 - (view) (annotate) - [select for diffs]
Modified Fri Nov 3 20:40:33 2006 UTC (17 years, 5 months ago) by dpavlin
File length: 3603 byte(s)
Diff to previous 761
 r1123@llin:  dpavlin | 2006-11-03 21:38:14 +0100
 implement fallback dump if low-level API isn't exposing dump_rec [0.15]


Revision 761 - (view) (annotate) - [select for diffs]
Modified Wed Oct 25 17:10:08 2006 UTC (17 years, 6 months ago) by dpavlin
File length: 3532 byte(s)
Diff to previous 599
implemented load_row and save_row closures to serialize
input databases (using WebPAC::Store probably).
This will allow lookups to share on-disk storage with
low_mem option of WebPAC::Input, which is now gone
(under pressure of 600000+ record database which we
are now testing on)


Revision 599 - (view) (annotate) - [select for diffs]
Modified Thu Jul 13 13:55:19 2006 UTC (17 years, 9 months ago) by dpavlin
File length: 3061 byte(s)
Diff to previous 507
 r835@llin:  dpavlin | 2006-07-13 15:56:53 +0200
 test modify_record


Revision 507 - (view) (annotate) - [select for diffs]
Modified Mon May 15 13:15:01 2006 UTC (17 years, 11 months ago) by dpavlin
File length: 2404 byte(s)
Diff to previous 506
 r669@llin:  dpavlin | 2006-05-15 15:18:36 +0200
 added nicely formatted stats and --stats flag to run.pl


Revision 506 - (view) (annotate) - [select for diffs]
Modified Mon May 15 09:59:05 2006 UTC (17 years, 11 months ago) by dpavlin
File length: 2412 byte(s)
Diff to previous 483
 r663@llin:  dpavlin | 2006-05-15 12:02:43 +0200
 added stats gathering


Revision 483 - (view) (annotate) - [select for diffs]
Modified Sun May 14 09:34:05 2006 UTC (17 years, 11 months ago) by dpavlin
File length: 2254 byte(s)
Diff to previous 290
 r625@llin:  dpavlin | 2006-05-14 11:37:22 +0200
 added no_progress_bar for tests and cron usage


Revision 290 - (view) (annotate) - [select for diffs]
Modified Sun Dec 18 23:10:02 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 2188 byte(s)
Diff to previous 286
 r11787@llin:  dpavlin | 2005-12-19 06:10:47 +0100
 MARC indexing seems to work


Revision 286 - (view) (annotate) - [select for diffs]
Added Sun Dec 18 21:06:46 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 1705 byte(s)
 r11778@llin:  dpavlin | 2005-12-19 03:59:54 +0100
 move work on input


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26