root/trunk/examples/templates


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @467 [467] 01/16/08 17:27:18 gerd Allow placeholders in LOOP attribute
(edit) @465 [465] 09/20/07 22:28:44 gerd Add modifier Calc
(edit) @464 [464] 06/20/07 16:05:14 gerd Clean up gode from last revision :-( Support for placeholders in default …
(edit) @463 [463] 06/20/07 09:13:06 gerd Allow to replace placeholders in default-attributes of …
(edit) @461 [461] 06/08/07 19:54:10 schst Added the onchange condition (requested by mikey)
(edit) @454 [454] 05/30/07 17:34:37 gerd Added feature to process functions on runtime The implementation was done …
(edit) @446 [446] 10/24/06 16:28:25 gerd Added placeholder feature for variable modifier
(edit) @439 [439] 08/08/06 22:56:01 gerd reverted funny changes :-/
(edit) @438 [438] 08/08/06 22:50:46 schst Implemented request #154: functions can be used as default values
(edit) @437 [437] 08/08/06 22:44:48 gerd Add support for varscope parent in variable modifier
(edit) @434 [434] 08/08/06 21:44:13 schst Allow more than one modifier per variable, switched package.php to …
(edit) @425 [425] 02/26/06 13:37:58 schst Fixed example for bug #148
(edit) @409 [409] 08/01/05 10:10:52 schst Add the copyVars parameter to the Short Modifiers input filter and enable …
(edit) @403 [403] 05/21/05 14:55:15 schst allow arguments in short modifiers syntax (Axel Stettner), Dateformat …
(edit) @399 [399] 05/19/05 17:26:36 schst fixed bug #137: ShortModifiers? Input Filter removed one char
(edit) @398 [398] 05/17/05 18:09:37 schst Added InputFilter? that allows you to use the short variable modifier …
(edit) @391 [391] 04/12/05 20:09:45 schst added new function Highlight
(edit) @390 [390] 04/11/05 17:07:03 schst allow variables in <pat:sub condition="{FOO}">....</pat:sub>
(edit) @384 [384] 04/03/05 18:36:28 schst File Reader: Allow array containing several root directories as template …
(edit) @378 [378] 03/26/05 09:38:51 schst added output filter to highlight PHP code
(edit) @377 [377] 03/24/05 13:30:47 schst added support for <patTemplate:tmpl name="foo" …
(edit) @375 [375] 03/24/05 13:02:06 schst allow outut filters for single template (Request #114)
(edit) @367 [367] 03/07/05 20:36:48 schst added placeholderExists() (request #100)
(edit) @341 [341] 12/30/04 17:29:05 schst requiredvars in simpleconditions may now use var=value syntax (request …
(edit) @338 [338] 12/08/04 17:46:35 schst the varscope attribute now supports a list of templates (requested by …
(edit) @336 [336] 12/03/04 18:21:48 schst improved example and added missing file
(edit) @334 [334] 12/03/04 18:14:53 schst added "relative" attribute to load templates in a path relatove to the …
(edit) @328 [328] 11/23/04 20:44:41 schst added the rowOffset attribute (requested by lende)
(edit) @320 [320] 10/28/04 17:07:07 schst implemented autoload in Call function
(edit) @319 [319] 10/28/04 14:44:48 schst fixed bug in variable quoting
(edit) @316 [316] 10/28/04 13:31:49 schst fixed bug with default values, that got deleted when using clearTemplate()
(edit) @315 [315] 10/28/04 12:18:11 schst using the same string twice
(edit) @313 [313] 10/28/04 10:54:44 schst added functionality to quote variables
(edit) @307 [307] 10/27/04 12:54:48 schst added defaultFunction option
(edit) @305 [305] 10/27/04 12:28:39 schst added new condition single (Request #81)
(edit) @304 [304] 10/27/04 12:17:27 schst setNamespace now accepts an array of namespaces
(edit) @300 [300] 10/27/04 11:55:37 schst Fixed Warnings and Notices (Bug #82)
(edit) @297 [297] 10/03/04 13:35:57 gerd added parameter to Surround Modifier
(edit) @296 [296] 10/02/04 17:30:18 gerd added Surround-Modifier (and examples)
(edit) @295 [295] 10/02/04 16:01:15 gerd patTemplate:var supports now global variables
(edit) @291 [291] 09/21/04 22:28:54 schst added empty condition for modulo templates (request #59)
(edit) @283 [283] 09/07/04 21:09:56 schst added function aliases
(edit) @278 [278] 09/04/04 16:25:45 schst added more options to addSystemVars attribute (request #64)
(edit) @276 [276] 09/04/04 16:08:18 schst fixed behaviour of global variables (fixes bug #66) added new example
(edit) @274 [274] 08/28/04 11:51:31 schst added new system var: PAT_MODULO (request #63)
(edit) @270 [270] 08/20/04 10:33:44 schst fixed bugs in Translate function, fixed bug 60
(edit) @269 [269] 08/19/04 10:25:25 schst improved example and tested zero-values
(edit) @268 [268] 08/19/04 10:22:51 schst fixed bug with conditions and '0' as variable value
(edit) @265 [265] 08/18/04 15:29:59 schst fixed bug with dot-syntax in simpleCondition templates
(edit) @262 [262] 08/10/04 22:30:45 schst Fixed behaviour of copyFrom attribute when copying array values (bug #41)
(edit) @259 [259] 08/10/04 21:44:17 schst added optional $append parameter to parseIntoVar() (bug #54)
(edit) @258 [258] 08/10/04 21:20:25 schst fixed bug #56: Translate now is able to work with multiple files
(edit) @255 [255] 07/23/04 23:01:43 schst added BBCode output filter and example
(edit) @253 [253] 07/15/04 21:53:45 schst fixed bug #53 (freeTemplate())
(edit) @252 [252] 07/08/04 22:59:00 schst added Attribute function
(edit) @250 [250] 07/08/04 22:49:09 schst added example for Call function
(edit) @248 [248] 07/07/04 00:40:51 schst added new call function (still a proof-of-concept, but argh needs it!)
(edit) @247 [247] 07/06/04 21:32:34 schst added new paginate example
(edit) @244 [244] 07/06/04 20:04:12 schst added loadTemplate()
(edit) @242 [242] 06/29/04 23:12:57 schst added Expression modifier
(edit) @240 [240] 06/25/04 20:12:04 schst added recursive parameter to clearTemplate() and example for the …
(edit) @236 [236] 06/25/04 19:16:50 schst added Tidy outputfilter
(edit) @230 [230] 06/03/04 22:04:40 schst introduced limit attribute
(edit) @229 [229] 06/03/04 21:59:49 schst fixed bug with loop attribute (#40)
(edit) @227 [227] 06/03/04 20:14:13 schst Fixed bug in addObject()
(edit) @226 [226] 06/01/04 23:10:36 schst added experimental support for maxloop
(edit) @225 [225] 06/01/04 20:33:24 argh Reflected changes for bugfix for empty global vars
(edit) @217 [217] 05/25/04 22:18:55 schst improved translate function: creates file per template, able to get …
(edit) @216 [216] 05/20/04 18:01:41 schst added Dateformat modifier
(edit) @214 [214] 05/18/04 22:10:45 schst added phpHighlight function
(edit) @213 [213] 05/17/04 21:01:27 schst added varsope="parent" feature
(edit) @206 [206] 05/14/04 18:49:34 schst support for first, last, default refactoring
(edit) @205 [205] 05/13/04 23:27:27 schst added Strip function
(edit) @201 [201] 05/10/04 21:54:57 schst compiler now supports simplecondition and condition, but still …
(edit) @200 [200] 05/09/04 18:24:50 schst refactored compiler, still *very* experimental
(edit) @199 [199] 05/07/04 16:02:34 schst first draft of a compiler
(edit) @197 [197] 05/04/04 23:43:06 schst added first draft of translation function
(edit) @190 [190] 04/27/04 23:49:40 argh Updated the dhtml dump
(edit) @189 [189] 04/27/04 23:26:20 schst fixed varspec behaviour (hopefully)
(edit) @188 [188] 04/27/04 23:01:17 argh Updated the dhtml dump
(edit) @186 [186] 04/27/04 20:54:15 schst added example for dynamic includes
(edit) @183 [183] 04/24/04 00:19:11 schst added addObject()
(edit) @180 [180] 04/23/04 23:48:23 schst added reader for HTML_Template_IT
(edit) @175 [175] 04/21/04 20:38:50 schst added hiddenvar example
(edit) @174 [174] 04/21/04 20:31:27 schst added example for modifiers
(edit) @173 [173] 04/21/04 20:24:49 schst added example for copyFrom
(edit) @171 [171] 04/21/04 20:16:06 schst added example for displayParsedTemplate()
(edit) @170 [170] 04/21/04 20:09:52 schst added example for useglobals
(edit) @167 [167] 04/21/04 19:11:52 schst removed some old examples
(edit) @166 [166] 04/21/04 19:10:33 schst added example for global variables
(edit) @162 [162] 04/20/04 23:26:12 schst added example for list
(edit) @161 [161] 04/20/04 23:17:47 schst added example for HTML_Img modifier
(edit) @160 [160] 04/20/04 23:09:28 schst added dot-syntax example
(edit) @159 [159] 04/20/04 23:02:46 schst added Id Keyword
(edit) @158 [158] 04/20/04 22:58:43 schst added real world example: table
(edit) @153 [153] 04/20/04 22:02:22 schst added example for addVar()
(edit) @152 [152] 04/20/04 21:41:34 schst added example for standard template
(edit) @151 [151] 04/20/04 21:27:10 schst added example for simple condition
(edit) @149 [149] 04/20/04 21:17:26 schst added example for condition templates
(edit) @148 [148] 04/20/04 21:07:32 schst added modulo example
Note: See TracRevisionLog for help on using the revision log.