| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-12 | Dashboard blocks are now data driven, and you can add new blocks to | Bharat Mediratta | |
| both the sidebar and the center content area from a dropdown at the top of the dashboard sidebar. | |||
| 2009-01-11 | Let admins override the theme with a query param | Bharat Mediratta | |
| 2009-01-10 | Use the theme's avatar as the default if Gravatar doesn't have one. | Bharat Mediratta | |
| 2009-01-07 | Properly implement 'root' as a legal factory type | Bharat Mediratta | |
| 2009-01-01 | Move debug CSS into core/css/debug.css, and enable it for admin themes also | Bharat Mediratta | |
| 2008-12-30 | Add a "Graphics Settings" page that lets admins choose which graphics | Bharat Mediratta | |
| toolkit we use. We only allow users to use one toolkit. The UI needs work! | |||
| 2008-12-29 | Separate permanent messages out of the message helper and put them | Bharat Mediratta | |
| into site_status. Show site status in the header in the admin theme. | |||
| 2008-12-25 | Ajaxify 'add users' | Felix Rabinovich | |
| 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 | Add messaging system for reporting actions back to the user. Make | Bharat Mediratta | |
| module install/uninstall work and tie it into the messaging system. | |||
| 2008-12-22 | Add some admin theme callbacks and make them explicitly admin_xxx for ↵ | Bharat Mediratta | |
| consistency with the callbacks in the xxx_block helpers. So in the theme we have: admin.html.php: $theme->admin_page_bottom() then in the helpers: core_block.php: function admin_page_bottom() { } | |||
| 2008-12-20 | Add admin sidebar blocks, and move the stats block into that pattern. | Bharat Mediratta | |
| 2008-12-20 | Create a pattern for admin dashboard blocks and make the "welcome" | Bharat Mediratta | |
| block. | |||
| 2008-12-18 | Refactor site admin menu into a theme function and build the menus in | Bharat Mediratta | |
| the various modules. In the process, rename xxx_menu::site_navigation() to just xxx_menu::site(). And add xxx_menu::admin(). The menus are the same as before, but I changed the HTML to be consistent with the way that we do it in the regular site, and this broke the superfish styles. I don't know how to fix this.. help me Chad! | |||
| 2008-12-15 | Add Admin_View | Bharat Mediratta | |
