Commit Graph
153 Commits
Author SHA1 Message Date
Graham Ollis 02fce2bfdd simplify 2013-01-28 11:51:38 -05:00
Graham Ollis a7da6f3292 v1.39
- Documentation updates.
release/1.39
2013-01-28 09:28:26 -05:00
Graham Ollis c736f2ed2d doco 2013-01-28 09:28:07 -05:00
Graham Ollis 7bccefd01b more descriptive test names 2013-01-28 09:20:17 -05:00
Graham Ollis cccf6078c1 update changes 2013-01-28 09:15:13 -05:00
Graham Ollis 408cba6c35 fix but where DATA templates are not being rendered release/1.38 2013-01-27 22:48:55 -05:00
Graham Ollis c1afea55a9 add some tests for default templates.
the second one fails, this needs to be fixed soon.
2013-01-27 22:14:04 -05:00
Graham Ollis 88041ec8b0 fix cpantesters failures based on permissions release/1.37 2013-01-12 09:05:35 -05:00
Graham Ollis 1fe6401667 update Changes 2013-01-09 14:19:22 -05:00
Graham Ollis c00f8934de rm not_found, as it is no longer used. release/1.36 2013-01-09 14:14:44 -05:00
Graham Ollis d4902f8bf0 Merge pull request #34 from rkitover/master
fix reporting not found templates
2013-01-09 11:08:03 -08:00
Rafael Kitover 4225658dbc report not finding a template correctly
TtRenderer was dying with a 'not found' error when a template was not
found, instead of returning 0, which was interfering with things like
the error screen.

Use $provider->fetch to find templates and return 0 when a template is
not found.
2013-01-09 13:17:11 -05:00
Rafael Kitover d45efa5405 failing test for not returning not found correctly 2013-01-09 13:13:53 -05:00
Graham Ollis f3e65cedce v1.35 release/1.35 2012-12-30 10:33:14 -05:00
Graham Ollis 906c68db34 doco 2012-12-30 10:33:01 -05:00
Graham Ollis c7012a1be0 doco typo 2012-12-29 10:27:32 -05:00
Graham Ollis 5e7728270f v1.34 release/1.34 2012-12-29 10:23:19 -05:00
Graham Ollis 7618cacaa4 fix hang in t/deep_recursion.t on *BSD release/1.33 2012-12-27 14:51:34 -05:00
Graham Ollis 80340f9950 update changes 2012-12-27 13:37:31 -05:00
Graham Ollis fb396704bf Merge branch 'master' of github.com:abh/mojox-renderer-tt release/1.32 2012-12-27 13:22:20 -05:00
Graham Ollis 1d9ea654e9 use temp COMPILE_DIR to avoid test failures
where the default COMPILE_DIR already exists and is owned
by another user or not writable for some other reason by
the testing user.
2012-12-27 13:21:23 -05:00
Graham Ollis 3ec7366d6e better diagnostics
use filename and linenumber in eval for better diagnostic in test
2012-12-26 21:56:21 -05:00
Graham Ollis a5e72c7526 rm commented code 2012-12-26 21:26:57 -05:00
Graham Ollis 6146b1f2f5 set locale "C" in tests
This ensures that the error string is what we expect it to be
release/1.31
2012-12-26 21:22:07 -05:00
Graham Ollis 5116c191f3 update Changes 2012-12-22 15:14:11 -05:00
Graham Ollis 5828f878d8 don't rely on English locale in test release/1.30 2012-12-22 15:10:59 -05:00
Graham Ollis f4beaf9864 use non-capturing for performance 2012-12-19 12:33:19 -05:00
Graham Ollis ce9e1b955e load test to test loading of all .pm files release/1.29 2012-12-18 11:02:18 -05:00
Graham Ollis 37ee2ee753 support multiple renderer paths 2012-12-18 11:00:47 -05:00
Graham Ollis cdc31b07be update changes 2012-10-31 11:19:28 -04:00
Graham Ollis 57b9c39b15 specify a minumum perl version. release/1.28 2012-10-11 11:18:37 -04:00
Graham Ollis 194a9219e9 fix cpanm warning. release/1.27 2012-10-02 11:42:17 -04:00
Graham Ollis 5505c5d82a utf-8 for perldoc 2012-10-02 11:34:42 -04:00
Graham Ollis daceb5876f documentation updates. 2012-10-02 11:33:07 -04:00
Graham Ollis 54d13555ef Merge branch 'master' of github.com:abh/mojox-renderer-tt release/1.26 2012-08-31 08:18:19 -04:00
Graham Ollis d6d98cc533 fix for win32 2012-08-31 08:18:01 -04:00
Graham Ollis 51af0a7893 return 0 on not found release/1.25 2012-08-25 07:15:15 -04:00
ollisg b48b4274db add test case for GH#30 2012-08-24 22:23:37 -04:00
Graham Ollis e64ce4c484 refactor fetching templates from DATA 2012-08-24 05:47:54 -04:00
Graham Ollis af61eff483 update email. 2012-08-23 22:27:43 -04:00
Graham Ollis cf390c5456 update changes 2012-08-23 22:26:09 -04:00
Graham Ollis 20d795cb51 Compatibility with mojo 3.33 release/1.24 2012-08-23 22:20:08 -04:00
Graham Ollis 7455ae1be8 v1.23 release/1.23 2012-08-23 15:27:07 -04:00
Graham Ollis 870d195761 use die instead of render_exception 2012-08-23 15:26:38 -04:00
Graham Ollis b21db5cf22 v1.22 release/1.22 2012-08-21 20:39:02 -04:00
Graham Ollis 24990483e5 avoid deep recursion
when using a tt template for exceptions, and there is
an exception in the template, don't go into infinite
recursion.
2012-08-21 16:30:19 -04:00
Graham Ollis 4f5d3a0951 update Changes 2012-08-21 15:47:33 -04:00
Graham Ollis a72ec0e750 ignore cycles that are taken care of in Template::Provider#DESTROY 2012-08-21 15:44:33 -04:00
Graham Ollis 2956335d9e use Test::Memory::Cycle instead of find_cycle 2012-08-21 14:55:28 -04:00
Graham Ollis 7d1ac4eecd tt is private. 2012-08-21 14:49:58 -04:00