summaryrefslogtreecommitdiff
path: root/themes/admin_default
AgeCommit message (Collapse)Author
2008-12-25Ajaxify 'add users'Felix Rabinovich
2008-12-25Merge in updated jquery-ui which contains the accordion widget, deleteBharat Mediratta
explicit references to accordion widget from admin ui.
2008-12-25jquery-ui.packed.js --> jquery-ui.jsBharat Mediratta
2008-12-25User administration: 1. Add users; 2. Group administration; 3. General cleanupFelix Rabinovich
2008-12-23Edit user - first draftFelix Rabinovich
2008-12-22Add messaging system for reporting actions back to the user. MakeBharat Mediratta
module install/uninstall work and tie it into the messaging system.
2008-12-22Add 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-20Move Platform and Project News admin sidebar blocks into the newBharat Mediratta
modular structure.
2008-12-20Add admin sidebar blocks, and move the stats block into that pattern.Bharat Mediratta
2008-12-20Copy this from the default theme and change <h3> to <h2>Bharat Mediratta
2008-12-19Create 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-19Add a bit more space under gHeader.Chad Kieffer
2008-12-19Missed this in last commit. Say it with me, run svn status before svn ci :)Chad Kieffer
2008-12-19Restored admin menu. Restored call to default theme's style sheet during ↵Chad Kieffer
development, to simplify the process. Admin specific styles go in admin_default/css/screen.css. Moved jquery files out to css and js.
2008-12-18Refactor site admin menu into a theme function and build the menus inBharat 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-15revert the creation of a global gallery3 javascript variableTim Almdal
2008-12-15Forgot the quotesTim Almdal
2008-12-15Set up a global gallery3 javascript variable where we can put things that ↵Tim Almdal
need to be passed into the javascript
2008-12-15added missing png file to admin themeFelix Rabinovich
2008-12-15Rename default_admin to admin_default.Bharat Mediratta
2008-12-15Argh, fix a bad rename.Bharat Mediratta
2008-12-15Rename default_admin to admin_default.Bharat Mediratta