]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Move page-generation code from lib/util.php to Action class
authorEvan Prodromou <git@evanprodromou.name>
Tue, 13 Jan 2009 18:41:39 +0000 (13:41 -0500)
committerEvan Prodromou <git@evanprodromou.name>
Tue, 13 Jan 2009 18:41:39 +0000 (13:41 -0500)
commit93e249de2a28775e3a40e63324371fec359fb93b
treee7da28faa22c6af01268eca565d271559d5fc86f
parent2e5b34269308e7f771f5c44b5fdc46ceb4df1a21
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!
lib/action.php
lib/util.php