]> git.decadent.org.uk Git - maypole.git/history - lib/Maypole
Zero search fix and sweet new templates, wheee...
[maypole.git] / lib / Maypole /
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 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 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-16 Marcus RambergObsolete. See separate distribution on CPAN.
2004-09-16 Marcus RambergFixed documentation bug.
2004-09-14 Marcus Rambergfixes parse_args function
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-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 CozensFinish the doc for this.
2004-06-21 Simon Cozens#6617 Required cols patch in CDBI.pm (Jesse Sheidlower)
2004-06-21 Simon CozensFix bug 6569: Passing DBI options in setup()
2004-06-19 Simon CozensBe a bit friendlier on returning "not found" errors.
2004-06-14 Simon CozensHas no docs yet, but still useful.
2004-05-22 Simon Cozensrelated() patch from Marcus.
2004-05-21 Simon CozensCreation failure bug reported by Jesse S.
2004-04-30 Simon Cozensuse Maypole::Constants;
2004-04-14 Simon CozensPass object and arguments to model methods.
2004-04-13 Simon CozensTOO MUCH HASSLE.
2004-04-13 Simon CozensReorder the way we look for stringification column.
2004-04-08 Simon CozensShuffle this about for clarity.
2004-04-06 Simon CozensAdd constants; refactor View classes and tests to use...
2004-04-06 Simon CozensAdd constants; refactor View classes and tests to use...
2004-04-02 Simon CozensFinished view documentation, refactor TT->base, and...
2004-04-02 Simon CozensAdd in "table" to the class metadata.
2004-04-01 Simon CozensSilence warning.
2004-04-01 Simon CozensRemove dependency on Apache.
2004-04-01 Simon CozensMaypole::CLI and the beginnings of a test suite.
2004-03-26 Simon CozensCrap! Forgot to check this in before release!
2004-03-25 Simon CozensSome more fixes to sorting and viewing.
2004-03-25 Simon CozensDo list properly after delete.
2004-03-22 Simon CozensRemove "name" magic, replace with "stringify_column...
2004-03-13 Simon CozensRemove some debugging crud.
2004-03-10 Simon CozensPaging support for searches too.
2004-03-04 Simon CozensRefactor to move out ->{ar} to Apache::MVC.
2004-02-28 Simon CozensMiscellaneous fixes.
2004-02-26 Simon CozensBelt and braces.
2004-02-26 Simon CozensEnsure objects can always be safely dereferenced
2004-02-24 Simon CozensJust in case.
2004-02-24 Simon Cozens"If you set a template in the authenticate method,...
2004-02-24 Simon CozensCDBI's ->search should be callable from everywhere.
2004-02-19 Simon CozensAllow authentication to set template and action.
2004-02-19 Simon CozensSmarter remapping of column names
2004-02-19 Simon CozensDistinguish between all columns, and the ones you want...
2004-02-19 Simon CozensOnly stringify by the "name" column if there is one!
2004-02-17 Simon CozensTake user and password.
2004-02-11 Simon CozensLots of documentation.
2004-02-11 Simon CozensThis makes it all work as Maypole.
2004-02-11 Simon CozensFurther renaming.
2004-02-11 Simon CozensMove everything to Maypole.