Commit graph

35 commits

Author SHA1 Message Date
Woody Gilk 3e42882462 Bump version to v2.0.6 2012-01-08 19:13:39 -06:00
Woody Gilk c98e58a6ce Moved all copyrights to 2012 2012-01-08 19:12:53 -06:00
Jeremy Bush 99d8767621 bumping version 2011-09-29 13:47:49 -05:00
Woody Gilk 151a9002e7 Merge branch '3.0/master' into 3.1/master 2011-04-02 17:24:16 -05:00
Woody Gilk 84bc9e88fa Preparing release v2.0.4 2011-04-02 17:24:15 -05:00
Woody Gilk d2eadd380c Do not include the template name in Kostache::factory, do all template detection in __construct, fixes #22 2011-04-02 17:06:14 -05:00
Woody Gilk b68b730fd0 Merge branch '3.0/master' into 3.1/master 2011-03-29 11:48:10 -05:00
Woody Gilk e4f538e4d7 Bump version number 2011-03-29 11:46:18 -05:00
Woody Gilk 185e9d4905 Fixes cf68822121 for Kohana 3.1 compatibility 2011-03-29 11:03:43 -05:00
Woody Gilk 9b4ac1c1a1 Preparing v2.0.2 release 2011-03-29 10:59:44 -05:00
Woody Gilk cf68822121 Use Kohana exception ::handler() rather than just ::text() to display the exception, fixes #18 2011-03-29 10:58:36 -05:00
Woody Gilk 1c73ca8b0b Check $this->_template before detecting the template, fixes #19 2011-03-29 10:55:03 -05:00
czukowski cbdd16bcb2 Mustache class extension 2011-03-16 09:15:49 -05:00
Woody Gilk e044fdb749 Merge branch '3.0/master' into 3.0/develop 2011-03-14 14:19:52 -05:00
Woody Gilk 19bfd1e3da Preparing for v2.0.1 release 2011-03-14 14:19:15 -05:00
Woody Gilk 58c26155ee Added missing template detection when using "new View_Foo" instead of "Kostache::factory(foo)" 2011-03-14 14:17:34 -05:00
Woody Gilk d632be3fd4 Added new $options parameter to Kostache::_stache() which will appear in v6.0.0 of mustache.php 2011-03-01 13:52:00 -05:00
Woody Gilk e655f3812b Merge branch '3.0/master' into 3.1/master 2011-02-28 09:50:37 -05:00
Woody Gilk c665fad5a9 __toString must return a string 2011-02-28 09:47:57 -05:00
Woody Gilk d8e3a1ffbb Merge branch '3.0/not-extends-mustache' into 3.1/not-extends-mustache 2011-02-25 11:01:38 -05:00
Woody Gilk 6cc9fa9dcd Added class doc comment and LICENSE file 2011-02-25 11:01:20 -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 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
Jeremy Bush ceffe2942f adding version constant 2010-12-09 13:05:25 -06:00
Jeremy Bush 947d8379b9 Fixing #3 2010-08-20 09:14:48 -05: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 3c74063551 move template conversion to render, to allow people to dynamically change _template variable 2010-08-09 08:46:45 -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 0d4cec8f8c overriding __toString() for helpful error messages 2010-07-20 09:57:43 -05: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