/[webpac2]/trunk/lib/WebPAC/Output/TT.pm
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/lib/WebPAC/Output/TT.pm

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 887 - (view) (annotate) - [select for diffs]
Modified Mon Sep 3 15:26:46 2007 UTC (16 years, 7 months ago) by dpavlin
File length: 7879 byte(s)
Diff to previous 376
 r1322@llin:  dpavlin | 2007-09-03 16:44:01 +0200
 - replace Data::Dumper usage with Data::Dump
 - rewrite WebPAC::Store to use Class::Accessor


Revision 376 - (view) (annotate) - [select for diffs]
Modified Sun Jan 8 22:41:45 2006 UTC (18 years, 3 months ago) by dpavlin
File length: 7874 byte(s)
Diff to previous 347
 r420@llin:  dpavlin | 2006-01-08 23:42:02 +0100
 and fix search links for '' values


Revision 347 - (view) (annotate) - [select for diffs]
Modified Sat Jan 7 17:15:11 2006 UTC (18 years, 3 months ago) by dpavlin
File length: 7721 byte(s)
Diff to previous 341
 r361@llin:  dpavlin | 2006-01-07 18:15:12 +0100
 add filters in TT output template as [% f.filter(args) %] [0.07]


Revision 341 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 11:37:08 2006 UTC (18 years, 3 months ago) by dpavlin
File length: 7636 byte(s)
Diff to previous 331
warn and not die if there is something in display, but not in search


Revision 331 - (view) (annotate) - [select for diffs]
Modified Tue Dec 27 23:24:36 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 7613 byte(s)
Diff to previous 321
 r369@athlon:  dpavlin | 2005-12-28 00:27:13 +0100
 try to fix encodings in JavaScript strings (broken)


Revision 321 - (view) (annotate) - [select for diffs]
Modified Sun Dec 25 23:31:37 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 7225 byte(s)
Diff to previous 320
 r12483@llin:  dpavlin | 2005-12-26 00:28:58 +0100
 fix warning and optional template argument for search_via_link


Revision 320 - (view) (annotate) - [select for diffs]
Modified Sat Dec 24 11:24:10 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 7139 byte(s)
Diff to previous 318
added template to search_via_link


Revision 318 - (view) (annotate) - [select for diffs]
Modified Fri Dec 23 22:52:48 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 7093 byte(s)
Diff to previous 280
 r12237@llin:  dpavlin | 2005-12-23 23:54:36 +0100
 call new search_via_link


Revision 280 - (view) (annotate) - [select for diffs]
Modified Sat Dec 17 22:32:28 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 7283 byte(s)
Diff to previous 247
 r11767@llin:  dpavlin | 2005-12-18 04:32:59 +0100
 use WebPAC.Updater [0.05]


Revision 247 - (view) (annotate) - [select for diffs]
Modified Wed Dec 14 23:10:53 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 7281 byte(s)
Diff to previous 240
 r11702@llin:  dpavlin | 2005-12-15 02:10:51 +0100
 bump *CORRECT* version number (pfff...)


Revision 240 - (view) (annotate) - [select for diffs]
Modified Wed Dec 14 18:55:49 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 7281 byte(s)
Diff to previous 239
 r11688@llin:  dpavlin | 2005-12-14 21:55:23 +0100
 missing ;


Revision 239 - (view) (annotate) - [select for diffs]
Modified Wed Dec 14 18:55:44 2005 UTC (18 years, 4 months ago) by dpavlin
File length: 7280 byte(s)
Diff to previous 201
 r11687@llin:  dpavlin | 2005-12-14 21:52:48 +0100
 added load_rec('database/prefix/mfn','template.tt') and
 load_template('template.tt') for use in TT


Revision 201 - (view) (annotate) - [select for diffs]
Modified Thu Dec 1 13:58:04 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 6171 byte(s)
Diff to previous 199
0.03 - use uri_escape_utf8 which converts (wrongly) ISO-8859-1 to UTF-8


Revision 199 - (view) (annotate) - [select for diffs]
Modified Wed Nov 30 23:15:28 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 6092 byte(s)
Diff to previous 70
WebPAC::Output::TT 0.02, added search TT filter (which should probably post
data and not get it!)


Revision 70 - (view) (annotate) - [select for diffs]
Modified Sat Nov 19 23:48:24 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 3405 byte(s)
Diff to previous 62
 r8980@llin:  dpavlin | 2005-11-20 00:49:22 +0100
 implement data_structure that returns HASH and not ARRAY.
 
 Little explanation for this rationale:
 
 Array was needed back in WebPAC v1 because order of tags in import_xml was
 important. However, since we are no longer depending on order of tags in
 input/*.xml, hash is much better choice.


Revision 62 - (view) (annotate) - [select for diffs]
Modified Tue Nov 15 14:31:12 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 3453 byte(s)
Diff to previous 45
 r8884@llin:  dpavlin | 2005-11-15 14:46:07 +0100
 fix small warnings


Revision 45 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 16:12:43 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 3398 byte(s)
Diff to previous 43
 r8854@llin:  dpavlin | 2005-11-14 01:45:01 +0100
 removed debugging, added documentation (improvement, eh?)


Revision 43 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 16:12:01 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 3429 byte(s)
Diff to previous 42
 r8852@llin:  dpavlin | 2005-11-13 23:55:23 +0100
 generalize TT filter to tt_filter_type; d('Tag') = display in TT


Revision 42 - (view) (annotate) - [select for diffs]
Modified Mon Nov 14 16:11:40 2005 UTC (18 years, 5 months ago) by dpavlin
File length: 3068 byte(s)
Diff to previous 33
 r8851@llin:  dpavlin | 2005-11-13 22:18:25 +0100
 more work on templates. created TT filter d('TagName') to produce output in
 TT templates with type="display". Full notation is:
 
 d('TagName') or d('TagName','delmiter')
 


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Jul 24 15:35:46 2005 UTC (18 years, 9 months ago) by dpavlin
File length: 2516 byte(s)
Diff to previous 21
fix


Revision 21 - (view) (annotate) - [select for diffs]
Modified Sun Jul 17 22:28:11 2005 UTC (18 years, 9 months ago) by dpavlin
File length: 2514 byte(s)
Diff to previous 16
fixed ISIS size


Revision 16 - (view) (annotate) - [select for diffs]
Modified Sun Jul 17 11:37:07 2005 UTC (18 years, 9 months ago) by dpavlin
File length: 2509 byte(s)
Copied from: trunk/lib/WebPAC/Output/html.pm revision 14
Diff to previous 1
Added Output::WebPAC::TT to produce Template Toolkit output.


Revision 1 - (view) (annotate) - [select for diffs]
Added Sat Jun 25 20:23:23 2005 UTC (18 years, 10 months ago) by dpavlin
Original Path: trunk/lib/WebPAC/Output/html.pm
File length: 1245 byte(s)
initial import of some documentation and module structure


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