Commit Graph
140 Commits
Author SHA1 Message Date
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
Graham Ollis 28ae3d62f8 return 1 on failure 2012-08-21 15:44:10 -03:00
Ask Bjørn Hansen 944fa2ecae Update Changes for v1.21 release/1.21 2012-06-05 16:25:52 -07:00
Ask Bjørn Hansen 3364b8a05a Remove Test::DistManifest Dist::Zilla plugin 2012-06-05 16:23:42 -07:00
Ask Bjørn Hansen 6047db4ef2 Add MYMETA.* to MANIFEST.SKIP 2012-06-05 16:21:43 -07:00
Ask Bjørn Hansen b37a7639d3 Update dist.ini to use new names for some plugins 2012-06-05 16:12:58 -07:00
Ask Bjørn Hansen 511ee4463b Let Dist::Zilla set VERSION
Closes #17
2012-06-05 16:04:07 -07:00
Ask Bjørn Hansen bdc9f56452 Use app->renderer->paths to find template directories
Closes #20
2012-06-05 15:53:08 -07:00
Ask Bjørn Hansen 618adbd774 "Manually" install dependencies 2012-06-05 15:19:58 -07:00
Ask Bjørn Hansen c0b649d55f Add travis-ci configuration 2012-06-05 15:15:21 -07:00
Ask Bjørn Hansen 1e1a9ab835 Merge pull request #23 from mbethke/master
Fix error handling problem

(closes #22)
2012-06-05 15:08:42 -07:00
Matthias Bethke 96d31d45a0 Added template for render error test 2012-05-18 00:41:21 -06:00
Matthias Bethke bbfab8db4e Checking HTTP status code for TT render error test 2012-05-18 00:40:50 -06:00
Matthias Bethke 92bb64406b Checking HTTP status code in TT render error test 2012-05-18 00:37:18 -06:00