| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-25 | Make sure admin method exist before we call them, else we'll just recurse ↵ | Bharat Mediratta | |
| into Admin_Controller::__call() again | |||
| 2008-12-24 | Normalize our Admin controllers so that functions always print out | Bharat Mediratta | |
| their results, as opposed to having them return their view back upstream. This is a little more code in every controller, but it's much less magical and more consistent. Look up the active_theme and active_admin_theme inside the view itself, no need to do that in the controllers. This makes view initialization easier in the controllers. | |||
| 2008-12-22 | Normalize CSRF handling into the access helper. Probably not the best | Bharat Mediratta | |
| place for it, but it'll do for now. Do CSRF checking in the Admin controller so that we're safe across the board on the admin side. | |||
| 2008-12-20 | Collapse Admin_Dashboard_Controller down into a single theme call, since now | Bharat Mediratta | |
| all dashboard blocks are stored in modules. | |||
| 2008-12-19 | Fix a bug in admin delegation. | Bharat Mediratta | |
| 2008-12-19 | Create a new pattern for Site Admin controllers: | Bharat Mediratta | |
| 1) They must all start with "admin_". This pattern is not directly routable. 2) Their urls must be /admin/xxx. 3) The Admin_Controller will take the xxx and look for Admin_Xxx_Controller and will delegate to that admin controller, after doing security checks. Moved the users and dashboard views into individual modules for now. | |||
| 2008-12-15 | Rename default_admin to admin_default. | Bharat Mediratta | |
| 2008-12-15 | Refactor admin dashboard. | Bharat Mediratta | |
| o Copy all the assets from default to default_admin so that they're totally separate o Get rid of $item_theme o Rename list_users.html.php to users.html.php o use __call in admin controller to allow us to load any admin page | |||
| 2008-12-15 | mark unauthorized exception w/ a @todo | Bharat Mediratta | |
| 2008-12-14 | load admin subpages AJAXy way | Felix Rabinovich | |
| 2008-12-14 | convert single quotes to double quotes for consistency. | Bharat Mediratta | |
| 2008-12-14 | refactored admin views and added 'List User' | Felix Rabinovich | |
| 2008-12-14 | clean the links and require authorization before showing admin pages | Felix Rabinovich | |
| 2008-12-14 | 1. fix up the <link> and <script> elements in the dashboard <head>. | Felix Rabinovich | |
| 2. made the images work properly | |||
| 2008-12-14 | Fixed tabs and line endings | Felix Rabinovich | |
| 2008-12-14 | Created admin controller and made admin obey admin theme settings | Felix Rabinovich | |
