]> git.decadent.org.uk Git - maypole.git/history - lib/Maypole.pm
added missing file
[maypole.git] / lib / Maypole.pm
2005-07-08 Aaron Trevenaadded missing file
2005-07-05 Aaron Trevena2.10_pre1
2005-07-05 Aaron Trevenafix bug #12927
2005-07-05 Aaron Trevenarepeat submission identification
2005-02-21 Simon Cozensupdate README with new mailing list info, fix typo...
2005-02-02 Simon Cozens2.09 - maintain the order that plugins are loaded,...
2005-01-24 Simon CozensRelease 2.08. Add Maypole::Config->template_extension...
2005-01-16 Simon Cozensremoved Maypole::Model->description,
2004-12-25 Simon Cozenscorrect version
2004-12-25 Simon Cozensbegin 2.06, fix t/apache_mvc.t, restore Sebastian's...
2004-12-24 Simon Cozensminor POD fixes
2004-12-24 Simon CozensPOD updates: fleshed out some weak areas, reorganised...
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 Cozensminor tweaks
2004-10-28 Sebastian Riedelsome fixes for Maypole::Config, Maypole::Model::Base and
2004-10-28 Sebastian Riedel2.04 release stuff
2004-10-27 Sebastian Riedelfixed template_args
2004-10-27 Sebastian RiedelApache::MVC version fixed
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 Sebastian Riedelincreased version number to 2.01
2004-10-21 Marcus Rambergoops
2004-10-21 Marcus RambergWarn if authenticate doesn't return a value.
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-15 Sebastian RiedelSome warnings for easier debugging
2004-10-13 Marcus RambergAll POD::Coverage tests now succeed.
2004-10-13 Sebastian RiedelZero search fix and sweet new templates, wheee...
2004-10-08 Sebastian Riedelfixed search ordering in Maypole::Model::CDBI and param...
2004-10-04 Sebastian Riedelkilled rewrite_path()
2004-09-29 Sebastian Riedeladded rewrite_path()
2004-09-27 Marcus RambergExtended debugging info on "we don't have that table".
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 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-17 Sebastian Riedelfixed link makro to do encoding of special characters
2004-09-16 Sebastian Riedelexceptions for authenticate
2004-09-16 Sebastian RiedelAdded exception handling
2004-09-10 Sebastian RiedelQuick mod_perl2 fix
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-06-21 Simon CozensThis is 1.5.
2004-06-21 Simon CozensFixes #6571 User-defined ok_tables: patch
2004-06-19 Simon CozensThis comment is untrue! We can't call authenticate...
2004-04-16 Simon CozensThere goes 1.4.
2004-04-06 Simon CozensSpurious warning.
2004-04-06 Simon CozensAdd constants; refactor View classes and tests to use...
2004-04-02 Simon CozensAdd refactored CGI::Maypole to the mix.
2004-04-01 Simon CozensRefactor out path parsing.
2004-03-26 Simon CozensThis is 1.3
2004-03-25 Simon CozensRandom docs. Really will release now.
2004-03-25 Simon CozensThis is 1.2.
2004-03-20 Simon CozensDoc fix.
2004-03-04 Simon CozensRefactor to move out ->{ar} to Apache::MVC.
2004-02-28 Simon CozensMiscellaneous fixes.
2004-02-19 Simon CozensPass the request into authenticate twice. It makes...
2004-02-17 Simon CozensWrong example.
2004-02-11 Simon CozensMaypole release time.
2004-02-11 Simon CozensDocs.
2004-02-11 Simon CozensLots of documentation.
2004-02-11 Simon CozensStarting to genericize it.
2004-02-11 Simon CozensThis is the original Apache::MVC with renaming.