Schrift
[thread]4557[/thread]

HTML::Template::Compiled (HTC) (Seite 13)

Leser: 31


<< |< 1 ... 10 11 12 13 14 15 16 ... 21 >| >> 210 Einträge, 21 Seiten
pq
 2006-07-04 12:48
#40904 #40904
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
@ronnie: in der nächsten version kommt lazy-loading.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
Strat
 2006-07-04 16:46
#40905 #40905
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
wuerde es eigentlich was bringen, wenn man z.B. beim Konstruktor optional angeben kann, welche art von Tags man verwendet, also <TMPL_VAR NAME=xxx>, <!-- TMPL_VAR NAME=xxx --> oder <%= xxx >, und dann nur noch nach denen gescannt wird? Aber das bringt wohl nur beim erstmaligen Scannen ein paar Milisekunden...
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/
pq
 2006-07-04 16:52
#40906 #40906
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
man kann es seit 0.64 sogar angeben =)
tagstyle => [qw(-asp +comment +classic)],
(default ist asp, classic und comment, also ein -asp würde hier auch reichen.)
das bringt ein klein wenig beim parsen, aber auch die gewissheit,
dass man andere tags einfach so verwenden kann, ohne dass sie
als tags geparst werden.

immermal wieder die changes durchlesen =)

edit: typo (tagstyle statt tagstyles)\n\n

<!--EDIT|pq|1152019777-->
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
renee
 2006-07-04 17:22
#40907 #40907
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Ach pq, wer liest denn so etwas?? *fg*
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/
pq
 2006-07-04 17:28
#40908 #40908
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
haste auch wieder recht =)
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
Strat
 2006-07-04 19:24
#40909 #40909
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
@pq: sorry, bin oesterreicher, und bin also nicht so schnell ;-)
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/
pq
 2006-07-05 23:15
#40910 #40910
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
so, lazy loading kommt!
Code: (dl )
1
2
3
4
5
0.70 Wed Jul  5 21:12:05 CEST 2006
- Bug Fix: php-tag style wasn't parsed
- New Feature: lazy loading with HTML::Template::Compiled::Lazy
- various documentation fixes
- use ALIAS with TMPL_WHILE
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
GwenDragon
 2006-07-13 16:57
#40911 #40911
User since
2005-01-17
14848 Artikel
Admin1
[Homepage]
user image
Ick kann die Version 0.70 nicht mit make auf meinem WIndowssystem installieren.
Ich verwende gnumake 3.81
Quote
# perl Makefile.PL
Writing Makefile for HTML::Template::Compiled

# make
Makefile:319: *** target pattern contains no `%'.  Stop.


Oh je. Gelöst.
Kein nmake im System.
Es geht nur mit nmake.

Immer das Gleiche, wenn eine Unix denkt und auch unix-Tools da hat und Perl nicht so will. *lol*\n\n

<!--EDIT|GwenDragon|1152796492-->
pq
 2006-07-13 23:15
#40912 #40912
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
unspektakuläres release, aber wichtig, weil 3 optionen wegfallen:
Code: (dl )
1
2
3
4
5
6
0.71 Thu Jul 13 20:54:44 CEST 2006
- Change: dropped TMPL_LOOP_CONTEXT (not really useful)
- Bug Fix: Filters didn't work correctly when used with file caching
- Change: deprecate options
 method_call, deref and formatter_path. You must use inheritance
 now instead
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
pq
 2006-08-20 18:37
#40913 #40913
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
Code: (dl )
1
2
3
4
5
6
7
0.72 Fri Aug 18 22:16:35 CEST 2006
- Documentation: Debugging and Escaping functions are now documented
 in HTML::Template::Compiled::Utils (Mark Stosberg)
- Change: Remove deprecated TMPL_IF DEFINED
- Change: HTC will die if you use wrong syntax in tags (like H::T)
- Bugfix: HTML::Template::Compiled::Lazy and query()
- Bugfix: loop variables should survive different template files

renee: dein patch kommt in version 0.73
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem
<< |< 1 ... 10 11 12 13 14 15 16 ... 21 >| >> 210 Einträge, 21 Seiten



View all threads created 2005-06-26 15:48.