summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-13 13:41:39 -0500
committerEvan Prodromou <git@evanprodromou.name>2009-01-13 13:41:39 -0500
commit93e249de2a28775e3a40e63324371fec359fb93b (patch)
treee7da28faa22c6af01268eca565d271559d5fc86f /actions
parent2e5b34269308e7f771f5c44b5fdc46ceb4df1a21 (diff)
Move page-generation code from lib/util.php to Action class
We moved the page generation code from lib/util.php to the action class. We also broke up the page generation code into a big recipe, where each element of the page has a corresponding method in the Action class. Action classes can override parts of the recipe to make their custom output, and leave the rest up to the parent class. NOTE: this change BREAKS pretty much everything. lib/action.php probably does not compile, and everything that uses it needs to be fixed to use the new framework. Stay tuned for more fun!
Diffstat (limited to 'actions')
0 files changed, 0 insertions, 0 deletions