update version info
[catagits/Catalyst-Runtime.git] / lib /
2015-07-24 John Napiorkowski update version info
2015-05-29 John Napiorkowski up version for release, added docs
2015-05-28 Gerda Shank when finalizing body after earlier write use unencoded_...
2015-05-19 John Napiorkowski priorities "regular" components to be compatible with... 5.90092
2015-05-19 John Napiorkowski Merge branch 'component_lookup_issue'
2015-05-19 John Napiorkowski more flexible declare of class traits
2015-05-18 John Napiorkowski make sure injected comps have the correct namespace
2015-05-08 John Napiorkowski bump version 5.90091
2015-05-08 John Napiorkowski fixed a bug with expand components and subcomponents
2015-04-29 John Napiorkowski fixed basd test, prepped version info
2015-04-28 John Napiorkowski prep for release 5.90089_004
2015-04-28 John Napiorkowski docs updates
2015-04-28 John Napiorkowski revert a mistaken optimizion in how we create (or dont...
2015-04-27 John Napiorkowski add config_for
2015-04-27 John Napiorkowski refactor component injection 5.90089_003
2015-04-27 John Napiorkowski up version to prepare release
2015-04-27 John Napiorkowski more docs
2015-04-27 John Napiorkowski a bit of cleanup as we ponder stable
2015-04-22 John Napiorkowski fixed issue when injecting controllers
2015-04-17 John Napiorkowski release dev002 5.90089_002
2015-04-17 John Napiorkowski getting the docs in shape
2015-04-17 John Napiorkowski allow inject_components application level method
2015-04-17 John Napiorkowski since _context is a weak ref it can go out of scope...
2015-04-17 John Napiorkowski new config key for injected comps
2015-04-17 John Napiorkowski the possibility of using a coderef better
2015-04-17 John Napiorkowski slightly better abstraction
2015-04-16 John Napiorkowski example "delayed" component setup
2015-04-14 John Napiorkowski inject_component can now compose roles
2015-04-14 John Napiorkowski more details on the new core features
2015-04-14 John Napiorkowski fixed bugs in type constraints and cored some extensibi...
2015-04-10 John Napiorkowski tweaked how constraints work to narrow and tighten...
2015-04-03 John Napiorkowski make it less easy to want moose stringy types
2015-03-31 John Napiorkowski first pass
2015-03-26 John Napiorkowski update doc a bit
2015-03-26 John Napiorkowski simplify some code
2015-03-26 John Napiorkowski make sure we can properly do utf8 constraints
2015-03-26 John Napiorkowski first pass at constraints on uri_for
2015-03-26 John Napiorkowski fixed POD error
2015-03-26 John Napiorkowski more work on docs
2015-03-26 John Napiorkowski removed warning;
2015-03-25 John Napiorkowski fixed opps
2015-03-25 John Napiorkowski merged from master to sync release
2015-03-25 John Napiorkowski minor doc tweak 5.90085
2015-03-25 John Napiorkowski updated UTF8 doc to note the new introduced hacks
2015-03-25 John Napiorkowski fix for bug around evil query params and docs
2015-03-25 John Napiorkowski tweak the docs a bit
2015-03-25 John Napiorkowski added PATCH http method shortcup
2015-03-25 John Napiorkowski preparing docs for release
2015-03-25 John Napiorkowski dont autovivify
2015-03-25 John Napiorkowski do not change the best_action when args(0) if current...
2015-03-25 John Napiorkowski reformat a bit
2015-03-24 John Napiorkowski failing test cases
2015-03-24 John Napiorkowski fail test case for args0 issue
2015-03-23 John Napiorkowski handle infinite args
2015-03-22 John Napiorkowski show constraint name if available, and fix bug where...
2015-03-21 John Napiorkowski fix ->uri_for*
2015-03-20 John Napiorkowski fixes for when there are more than one constraint in...
2015-03-19 John Napiorkowski minor doc cleanup
2015-03-19 John Napiorkowski docs
2015-03-19 John Napiorkowski basic chaining in place
2015-03-17 John Napiorkowski comment out coerce stuff for now
2015-03-17 John Napiorkowski are coercions feasable at all?
2015-03-17 John Napiorkowski basic coerces
2015-03-17 John Napiorkowski support imported types (types-tiny, MXT)
2015-03-12 John Napiorkowski fix typo and update test
2015-03-12 John Napiorkowski remove some potentially confusing syntax
2015-03-12 John Napiorkowski allow refs
2015-03-12 John Napiorkowski passing tests and refactored a bit for clarity
2015-03-12 John Napiorkowski passing tests again
2015-03-10 John Napiorkowski draft / proof of concept
2015-03-02 John Napiorkowski Merge branch 'master' into australorp
2015-02-23 John Napiorkowski extend the docs on UTF8 to include recent updates
2015-02-23 John Napiorkowski ready for upload
2015-02-23 John Napiorkowski when a POST supplies content encoding, dont assume...
2015-02-17 John Napiorkowski update changes and update version in prep for release 5.90083
2015-02-17 John Napiorkowski Merge branch 'fix-prepare-query-parameters' of https...
2015-02-16 Aristotle Pagaltzis reuse mixed-values hash logic from Hash::MultiValue
2015-02-16 Aristotle Pagaltzis stop using cached Hash::MultiValue from env
2015-01-20 André Walker Add my IRC handle
2015-01-20 André Walker Fix OPTIONS HTTP Method
2015-01-10 John Napiorkowski fixed another regression
2015-01-10 John Napiorkowski remove horrid hack, add test cases 5.90081
2015-01-10 John Napiorkowski first post on australorp
2015-01-09 John Napiorkowski ready for release 5.90080
2015-01-08 Alexander Hartmaier more spelling fixes
2015-01-08 Alexander Hartmaier whitespace fixes in Upgrading.pod
2015-01-08 Alexander Hartmaier fix Catalyst::ActionRole::Scheme docs
2015-01-08 Alexander Hartmaier fix whitespace in the new UTF8 doc
2015-01-07 John Napiorkowski more doc tweaks 5.90079_008
2015-01-07 John Napiorkowski docs and ready for release testing
2015-01-07 John Napiorkowski if a response is from an external psgi app, donot doubl...
2015-01-07 Mark Ellis added links to UTF8 docs in delta and upgrading
2015-01-07 John Napiorkowski up version for pending release
2015-01-07 John Napiorkowski correct documentation on the Scheme actionrole
2015-01-07 John Napiorkowski new document reviewing catalyst UTF8 changes
2015-01-07 John Napiorkowski tests and donot let you change encoding too late into...
2015-01-07 John Napiorkowski if we change encoding on $c after asking for a write_fh...
2015-01-07 Alexander Hartmaier fix spelling to satisfy t/author/spelling.t
2015-01-06 John Napiorkowski Merge branch 'master' into holland
2015-01-05 John Napiorkowski more docs
next