]> git.decadent.org.uk Git - maypole.git/shortlog
maypole.git
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-05 Simon CozensIntroduction to Flox, beginnings of request chapter.
2004-04-05 Simon CozensThat's what draven says, and I believe him.
2004-04-02 Simon CozensFinished view documentation, refactor TT->base, and...
2004-04-02 Simon CozensMaterial about the beer database application.
2004-04-02 Simon CozensAdd refactored CGI::Maypole to the mix.
2004-04-02 Simon CozensAnother section done.
2004-04-02 Simon CozensForgot this one.
2004-04-02 Simon CozensOoops.
2004-04-02 Simon CozensUse table instead of moniker.
2004-04-02 Simon CozensAdd in "table" to the class metadata.
2004-04-01 Simon CozensToday's additions.
2004-04-01 Simon CozensAdd the style table.
2004-04-01 Simon CozensMost of the view documentation.
2004-04-01 Simon CozensRefactor out path parsing.
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-04-01 Simon CozensTeensy bug - we're not supposed to use 'moniker' in...
2004-03-27 Simon CozensEnd tag properly.
2004-03-26 Simon CozensThis is 1.3
2004-03-26 Simon CozensCrap! Forgot to check this in before release!
2004-03-25 Simon CozensRandom docs. Really will release now.
2004-03-25 Simon CozensThis is 1.2.
2004-03-25 Simon CozensFixes for rollout.
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-20 Simon CozensDoc fix.
2004-03-13 Simon CozensThis is a (slightly dodgy) way of keeping template...
2004-03-13 Simon CozensSome more work; about to move to autodoc.
2004-03-13 Simon CozensRemove some debugging crud.
2004-03-11 Simon CozensI AM NOT SUPPOSED TO BE WORKING TODAY.
2004-03-10 Simon CozensCan't be arsed to do any more for now.
2004-03-10 Simon CozensPaging support for searches too.
2004-03-10 Simon CozensDoc outline.
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 CozensMake frontpage actually work.
2004-02-26 Simon CozensAdmin
2004-02-26 Simon CozensEnsure objects can always be safely dereferenced
2004-02-24 Simon CozensRecheck the templates are all included.
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 CozensUpdate CDBIL to ensure backticks problem is fixed.
2004-02-24 Simon CozensCDBI's ->search should be callable from everywhere.
2004-02-19 Simon CozensPass the request into authenticate twice. It makes...
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-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 CozensThis makes it all work as Maypole.
2004-02-11 Simon CozensMake this a proper subclass.
2004-02-11 Simon CozensStarting to genericize it.
2004-02-11 Simon CozensThis is the original Apache::MVC with renaming.
2004-02-11 Simon CozensFurther renaming.
2004-02-11 Simon CozensMove everything to Maypole.
2004-02-11 Simon CozensRename everything to Maypole.
2004-02-06 Simon CozensMust find a better system for release.
2004-02-06 Simon CozensCompletely insane code.
2004-02-06 Simon CozensA little bit of refactoring and documentation.
2004-02-05 Simon CozensMETA file.
2004-02-05 Simon Cozens0.2 release.
2004-02-05 Simon CozensThis gives us row ordering by column.
2004-02-05 Simon CozensAnd now we have paging support. (And some better docs)
2004-01-31 Simon CozensForgot about many-to-many.
2004-01-31 Simon CozensMore missed untainting.
2004-01-31 Simon CozensOops, we need to untaint everything now. I wonder why.
2004-01-31 Simon CozensPodify and expand.
2004-01-31 Simon CozensDefault to the frontpage template.
2004-01-31 Simon CozensUpdate manifest for release and anonymize the example...
2004-01-31 Simon CozensSlighty naughty bug there.
2004-01-31 Simon CozensSwathes of documentation.
2004-01-31 Simon CozensSlightly more sane front page.
2004-01-31 Simon CozensThis gives us non-object-based templated pages. And...
2004-01-31 Simon CozensUse abstract search instead; more flexible.
2004-01-31 Simon CozensNew dependencies
2004-01-31 Simon CozensHey, this is my todo.
2004-01-31 Simon CozensThis adds basic searching. Want to change it to Abstrac...
2004-01-31 Simon CozensA bit of tidying.
2004-01-31 Simon CozensThe beginnings of search.
2004-01-31 Simon CozensChange CSS URL
2004-01-31 Simon CozensOops, FromCGI doesn't deal with select (and there's...
2004-01-31 Simon CozensMake untainting, editing, and other things work.
2004-01-31 Simon CozensReorder name.
2004-01-31 Simon CozensLink to has-many objects in the view page.
2004-01-31 Simon CozensMore fooling with links.
2004-01-31 Simon CozensMake the view page a bit prettier, and link has-a and...
2004-01-31 Simon CozensHandpumps shouldn't show.
2004-01-31 Simon CozensThis gets delete working, although it involves diamond...
2004-01-29 Simon CozensWhoa, oops, carry object over. This stops it being...
2004-01-29 Simon CozensOops, I changed the interface, didn't I?
2004-01-29 Simon CozensHere are the templates!
next