summary |
shortlog | log |
commit |
commitdiff |
tree
HEAD ⋅ prev ⋅ next
Ash Berlin [Wed, 5 Aug 2009 17:19:10 +0000]
Notes + extra test for EPO workshop and YAPC::EU 2009
Matt S Trout [Sat, 7 Mar 2009 21:12:42 +0000]
fix up code to 404
Matt S Trout [Sat, 7 Mar 2009 21:12:19 +0000]
test for 404 for nonexistant translation type
Matt S Trout [Sat, 7 Mar 2009 21:07:28 +0000]
create error_404 action and switch default to use it
Matt S Trout [Sat, 7 Mar 2009 21:05:52 +0000]
add tests for view of object and for 404
Matt S Trout [Sat, 7 Mar 2009 20:29:30 +0000]
add missing method to make 'to' action work
Matt S Trout [Sat, 7 Mar 2009 20:26:45 +0000]
remove -Debug to get clearer test output
Matt S Trout [Sat, 7 Mar 2009 20:26:16 +0000]
add 'to' action to controller, add test (currently failing, show error)
Matt S Trout [Sat, 7 Mar 2009 18:37:37 +0000]
move to using $object->translated rather than separate model
Matt S Trout [Sat, 7 Mar 2009 18:06:30 +0000]
supply translator during snippetstore construction
Matt S Trout [Sat, 7 Mar 2009 16:27:39 +0000]
improve debugging in Root controller
Matt S Trout [Thu, 5 Mar 2009 11:01:28 +0000]
switch snippets across to object based
Matt S Trout [Wed, 4 Mar 2009 14:44:21 +0000]
extract translate controller tests
Matt S Trout [Mon, 2 Mar 2009 16:30:20 +0000]
chained translator with store
Matt S Trout [Mon, 2 Mar 2009 16:16:43 +0000]
add a loop to the scramble driver because it can fail to scramble occasionally
Matt S Trout [Sun, 1 Mar 2009 12:17:06 +0000]
simple in-memory snippet store
Matt S Trout [Sun, 8 Feb 2009 16:25:01 +0000]
provide interface definition role and update translator to check for it
Matt S Trout [Sun, 8 Feb 2009 16:21:35 +0000]
move drivers to better namespace
Matt S Trout [Sat, 7 Feb 2009 19:29:08 +0000]
add scramble translator plugin and tests
Matt S Trout [Fri, 6 Feb 2009 18:30:38 +0000]
switch translator hashref from public to protected
Matt S Trout [Fri, 6 Feb 2009 18:18:58 +0000]
refactor translator to use Module::Pluggable to find child classes
Matt S Trout [Fri, 6 Feb 2009 18:02:56 +0000]
factor LOLCAT translator out into its own file
Matt S Trout [Fri, 6 Feb 2009 17:34:21 +0000]
remove bogus requires, add Moose and n::c, add tests_recursive
Matt S Trout [Fri, 6 Feb 2009 17:33:22 +0000]
refactor translator to driver based system
Matt S Trout [Fri, 6 Feb 2009 17:01:33 +0000]
hook external translator model back up to the app
Matt S Trout [Fri, 6 Feb 2009 13:57:32 +0000]
move Translate to be Translator
Matt S Trout [Fri, 6 Feb 2009 13:52:02 +0000]
initial external translator object and test
Matt S Trout [Fri, 6 Feb 2009 13:26:13 +0000]
import from final 03_ code without auth