]> git.decadent.org.uk Git - maypole.git/history - lib
M::V::TT doesn't set COMPILE_DIR by default since failures aren't currently handled...
[maypole.git] / lib /
2004-12-22 Simon CozensM::V::TT doesn't set COMPILE_DIR by default since failu...
2004-12-21 Simon Cozens+ fix #7917 - use correct template if object creation...
2004-12-21 Simon Cozens+ some TT2 options need to be set on the Template:...
2004-12-19 Simon Cozens+ TT2 objects used in M::V::TT are configurable with
2004-12-14 Marcus Rambergheaders_in returns an APR table which acts like a hashr...
2004-12-09 Marcus Rambergfixes default retrieve.
2004-12-09 Simon Cozensfix classmetadata
2004-12-09 Marcus RambergAt least do it right, if we should do it.
2004-12-09 Marcus Rambergmisc fixes for header support (see list)
2004-12-08 Simon Cozens+ Use HTTP::Headers for input/output headers. Add appro...
2004-12-08 Marcus RambergAdded support for extra_headers (se Maypole pod)
2004-12-06 Simon Cozensfix tabs/spaces
2004-12-06 Marcus RambergRefactored ->retrieve to fetch_objects
2004-12-06 Simon Cozensset svn:keywords=Rev
2004-12-06 Simon Cozensminor tweaks
2004-12-05 Jesse SheidlowerFixed the model_class thing for empty model classes...
2004-11-24 Marcus RambergFixed ordering of Dave's parse_location patch
2004-11-24 Simon Cozensdon't use deprecated CDBI::ContextualSearch param
2004-11-24 Simon CozensSYNOPSIS updates:
2004-11-21 Simon Cozensfix links to other Maypole::Manual documents
2004-11-17 Sebastian RiedelAdded Apache::RequestIO to Apache::MVC
2004-11-14 Marcus RambergApplied length patch for utf8.
2004-11-07 Marcus RambergOrdering should not matter for parameters to ::Application.
2004-10-28 Sebastian Riedelsome fixes for Maypole::Config, Maypole::Model::Base and
2004-10-28 Sebastian RiedelMaypole::Model::Base::process() no more steals you...
2004-10-28 Sebastian Riedel2.04 release stuff
2004-10-28 Sebastian RiedelNew Maypole::Config documentation
2004-10-27 Sebastian Riedelfixed template_args
2004-10-27 Sebastian RiedelApache::MVC version fixed
2004-10-26 Marcus RambergOnly set content type for text/*
2004-10-25 Sebastian Riedelfixed version number in CGI::Maypole
2004-10-25 Sebastian Riedeldocumentation fix for Maypole::Config
2004-10-25 Sebastian Riedelfixed display_tables bug
2004-10-25 Sebastian Riedelincreased version number of Apache::MVC
2004-10-25 Sebastian Riedelincreased version number to 2.02
2004-10-24 Marcus Rambergcharset was not set correctly.
2004-10-24 Sebastian Riedelincreased version number to 2.01
2004-10-24 Sebastian Riedeladded some documentation to Apache::MVC to make t/03pod...
2004-10-22 Marcus RambergAdded Jesters Manual
2004-10-21 Marcus Rambergoops
2004-10-21 Sebastian Riedelpolished documentation
2004-10-21 Marcus RambergWarn if authenticate doesn't return a value.
2004-10-20 Marcus Rambergadded workflow, because I live to please sri.
2004-10-20 Marcus RambergStart of Maypole::Manual.
2004-10-20 Marcus Rambergremoved reporting of normality.
2004-10-19 Marcus Rambergremoved warnings about calling standard templates
2004-10-19 Marcus Rambergremoved superflous use attributes();
2004-10-18 Sebastian Riedelno more fun!!! :(
2004-10-17 Sebastian Riedelsupport for unknown flags, for future backwards compati...
2004-10-17 Sebastian Riedelfun!!! =)
2004-10-16 Sebastian RiedelNew Maypole::Application, we now use the Maypole::Plugi...
2004-10-15 Sebastian RiedelSome warnings for easier debugging
2004-10-13 Sebastian Riedelsmall fix for Maypole::Application
2004-10-13 Marcus RambergAll POD::Coverage tests now succeed.
2004-10-13 Sebastian RiedelZero search fix and sweet new templates, wheee...
2004-10-11 Marcus RambergShitload of doc fixes.
2004-10-08 Sebastian Riedelfixed search ordering in Maypole::Model::CDBI and param...
2004-10-04 Sebastian Riedelkilled rewrite_path()
2004-09-29 Marcus Rambergsupport use Maypole qw/Redirect Poop/ syntax. (Maypole...
2004-09-29 Sebastian Riedeladded rewrite_path()
2004-09-27 Marcus RambergFixed documentation bug in ::Plain (base class)
2004-09-27 Marcus RambergExtended debugging info on "we don't have that table".
2004-09-27 Sebastian Riedelmoved Workflow.pod to the Manual
2004-09-27 Sebastian Riedelfixed is_public()
2004-09-26 Sebastian RiedelAdded Maypole::Model::Base::is_public()
2004-09-26 Sebastian RiedelMoved doc/*.pod to lib/Maypole/Manual/ and added new...
2004-09-20 Sebastian RiedelAccessors for everything
2004-09-20 Marcus Rambergwarn only with debug on.
2004-09-20 Marcus Rambergnow also with encoding=
2004-09-20 Marcus Rambergsets document encoding unless you use apache2 which...
2004-09-20 Marcus RambergDocumentation updates
2004-09-20 Marcus RambergUse Class::Accessor::Fast;
2004-09-20 Marcus RambergAdded Maypole::Config, and changed other classes to...
2004-09-18 Sebastian Riedelview exceptions and some code cleaning
2004-09-18 Sebastian Riedelremoved charset stuff
2004-09-17 Sebastian Riedelfixed link makro to do encoding of special characters
2004-09-16 Marcus RambergObsolete. See separate distribution on CPAN.
2004-09-16 Marcus Rambergchanged to set document encoding from config->{document...
2004-09-16 Marcus RambergFixed documentation bug.
2004-09-16 Sebastian Riedelexceptions for authenticate
2004-09-16 Sebastian RiedelAdded exception handling
2004-09-15 Marcus RambergAPACHE2 defined as a constant
2004-09-14 Marcus Rambergfixes parse_args function
2004-09-10 Sebastian Riedelfixed multiple value handling
2004-09-10 Sebastian RiedelQuick mod_perl2 fix
2004-09-09 Sebastian RiedelAdded parse_args to Maypole::CLI and CGI::Maypole
2004-09-09 Sebastian RiedelMerged Apache2::MVC into Apache::MVC, deprecated $r...
2004-09-08 Sebastian RiedelConfig parameter handling for Maypole::Model::CDBI
2004-09-07 Sebastian RiedelApache2::MVC, Maypole::Application, parse_args() and...
2004-08-16 Simon CozensUnapply this patch.
2004-08-05 Simon CozensAllow multiple apps on the same site.
2004-07-21 Simon CozensNeeded for Apache2, apparently.
2004-07-17 Simon CozensFix base so it doesn't have a trailing slash.
2004-07-17 Simon CozensOops, that was important. :(
2004-07-16 Simon CozensNo wonder it wasn't printing anything.
2004-06-21 Simon CozensThis is 1.5.
2004-06-21 Simon CozensFinish the doc for this.
2004-06-21 Simon Cozens#6617 Required cols patch in CDBI.pm (Jesse Sheidlower)
2004-06-21 Simon Cozens#6573 Set empty params to '' instead of undef (Jody...
2004-06-21 Simon CozensFixes #6571 User-defined ok_tables: patch
next