Commit graph

165 commits

Author SHA1 Message Date
Woody Gilk 6cc9fa9dcd Added class doc comment and LICENSE file 2011-02-25 11:01:20 -05:00
Woody Gilk c1f5b5592d Added $render_layout flag to Kostache_Layout 2011-02-25 11:01:12 -05:00
Woody Gilk 553d8dda07 Kohana 3.1 compatibility 2011-02-25 10:29:07 -05:00
Woody Gilk 3919aab096 Make all Kostache classes abstract 2011-02-24 18:34:41 -05:00
Woody Gilk 6e3e9c46de Load partials defined by view in __construct 2011-02-24 18:20:05 -05:00
Woody Gilk 454a50e62a Forgot to actually make Kostache not extend Mustache, DOH! 2011-02-24 18:00:13 -05:00
Woody Gilk 2739d284b3 Merge branch '3.1/develop' into 3.1/master 2011-02-24 17:49:37 -05:00
Woody Gilk b2cba92959 Merge branch 'feature/3.1' into 3.1/develop 2011-02-24 17:49:20 -05:00
Woody Gilk e77f6a99a2 Kostache not extending Mustache, aka Kostache v2.0beta1 2011-02-24 17:45:29 -05:00
Woody Gilk 21ec6521a4 Change all references to KOstache to Kostache 2011-02-24 15:26:09 -05:00
Woody Gilk cd9e05b15f Added security header to init.php 2011-02-24 15:25:49 -05:00
Jeremy Bush d264ef940c Updating for 3.1 api 2011-01-11 11:36:22 -06:00
Jeremy Bush c2cdc9337d Merge branch 'hotfix/1.3.1' into dev 2010-12-09 13:21:49 -06:00
Jeremy Bush 9e97b4bf01 Merge branch 'hotfix/1.3.1' 2010-12-09 13:21:37 -06:00
Jeremy Bush 0858cd450f Fixing a small typo in the readme :) 2010-12-09 13:21:30 -06:00
Jeremy Bush 31d27a3263 Merge branch 'release/1.3' into dev 2010-12-09 13:07:46 -06:00
Jeremy Bush a0bd4e1532 Merge branch 'release/1.3' 2010-12-09 13:05:36 -06:00
Jeremy Bush ceffe2942f adding version constant 2010-12-09 13:05:25 -06:00
Jeremy Bush cae332760a Adding better readme example 2010-12-09 13:04:27 -06:00
Jeremy Bush 9b492500c8 Upgrading to mustache 0.5.0 2010-12-09 13:04:05 -06:00
Matt Button 8149e6d3a9 Updating mustache submodule 2010-11-23 02:03:14 +08:00
Jeremy Bush a7b112c938 Merge remote branch 'origin/dev' into dev 2010-10-19 08:31:07 -05:00
Jeremy Bush 92ea393e6e adding date form dropdown templates 2010-10-19 07:08:07 -05:00
Dan Robertson 48f32bfd8d Removed markdown extension to be put in userguide module. 2010-09-09 21:39:40 +08:00
Dan Robertson 56ab985be7 Add render_layout property and update documentation. 2010-09-09 21:39:40 +08:00
Dan Robertson 4a3277020b Added blurb on using partials. Formatting documentation for userguide module. Includes kodoc markdown handler extension to allow mustach tags in userguide. 2010-09-09 21:39:39 +08:00
Jeremy Bush 22ee92b081 Merge branch 'release/1.2' into dev 2010-08-20 09:50:54 -05:00
Jeremy Bush 8d1b8a73d4 Merge branch 'release/1.2' 2010-08-20 09:50:44 -05:00
Jeremy Bush 947d8379b9 Fixing #3 2010-08-20 09:14:48 -05:00
Jeremy Bush e41e1d4269 Upgrading to mustache 0.3.0 2010-08-18 13:14:56 -05:00
Jeremy Bush d7b1e5ecc7 Moving dev branch to dev mustache branch 2010-08-18 13:12:09 -05:00
Caspar fe28ab0cbe using DIRECTORY_SEPARATOR instead of a / 2010-08-19 01:28:20 +08:00
Caspar 3b2c0c40ea using DIRECTORY_SEPERATOR instead of a / 2010-08-19 01:25:06 +08:00
Caspar d3105bc261 Layout view should use a default template location if none is provided 2010-08-09 22:48:31 +08:00
Jeremy Bush bbc0bb9140 Making error message for missing template more friendly 2010-08-09 09:16:41 -05:00
Jeremy Bush 5bba54e57f hopefully last bug of this series 2010-08-09 09:07:39 -05:00
Jeremy Bush da27e50cb4 Hopefully last fix for layout issue 2010-08-09 09:00:17 -05:00
Jeremy Bush 22929c5dae trying this again 2010-08-09 08:48:41 -05:00
Jeremy Bush 3c74063551 move template conversion to render, to allow people to dynamically change _template variable 2010-08-09 08:46:45 -05:00
Jeremy Bush 79d9633705 Adding extendable view_layout class 2010-08-04 21:23:55 -05:00
Jeremy Bush 23f063f3a9 Moving partial processing to render, so that people can add to them after construct 2010-08-04 14:20:33 -05:00
Jeremy Bush c60b276d26 Adding new View_Layout class, to replace the layout controller completely. 2010-08-04 14:14:19 -05:00
Jeremy Bush 0d4cec8f8c overriding __toString() for helpful error messages 2010-07-20 09:57:43 -05:00
Jeremy Bush 101869e9b2 merging with synapsestudios / kohana-kostache 2010-07-14 19:16:09 -05:00
Lorenzo Pisani 73376929e2 throwing an exception in the factory method when $path is not to a valid View class, this allows you to handle missing view classes 2010-07-15 08:10:00 +08:00
Lorenzo Pisani 3fce0e49a3 adding the empty kostache class (I am extending this quite often in projects) 2010-07-14 16:13:55 -07:00
Lorenzo Pisani f6d78dddad throwing an exception in the factory method when $path is not to a valid View class, this allows you to handle missing view classes 2010-07-14 10:41:08 -07:00
Jeremy Bush 802d5a2392 removing examples from master 2010-07-13 21:58:39 -05:00
Jeremy Bush 4b3b10c028 Renaming "template" to "layout" 2010-07-13 21:57:07 -05:00
Dan Robertson 3f283b65d5 Added Controller_Template clone with a default view class and template 2010-07-14 10:49:00 +08:00