Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-26 | User Administration. Edit users. Take 3 | Felix Rabinovich | |
2008-12-25 | Switch gFailure back to gError. Makes more sense semantically. | Chad Kieffer | |
2008-12-25 | Update message CSS: gFailure, gInfo, gSuccess, gWarning. Removed gHelp, it's ↵ | Chad Kieffer | |
not a message type. | |||
2008-12-25 | Clone dialog support over from themes/default (for now) | Bharat Mediratta | |
2008-12-25 | Ajaxify 'add users' | Felix Rabinovich | |
2008-12-25 | Merge in updated jquery-ui which contains the accordion widget, delete | Bharat Mediratta | |
explicit references to accordion widget from admin ui. | |||
2008-12-25 | jquery-ui.packed.js --> jquery-ui.js | Bharat Mediratta | |
2008-12-25 | User administration: 1. Add users; 2. Group administration; 3. General cleanup | Felix Rabinovich | |
2008-12-23 | Edit user - first draft | Felix Rabinovich | |
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 | Move Platform and Project News admin sidebar blocks into the new | Bharat Mediratta | |
modular structure. | |||
2008-12-20 | Add admin sidebar blocks, and move the stats block into that pattern. | Bharat Mediratta | |
2008-12-20 | Copy this from the default theme and change <h3> to <h2> | 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-19 | Add a bit more space under gHeader. | Chad Kieffer | |
2008-12-19 | Missed this in last commit. Say it with me, run svn status before svn ci :) | Chad Kieffer | |
2008-12-19 | Restored 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-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 | revert the creation of a global gallery3 javascript variable | Tim Almdal | |
2008-12-15 | Forgot the quotes | Tim Almdal | |
2008-12-15 | Set up a global gallery3 javascript variable where we can put things that ↵ | Tim Almdal | |
need to be passed into the javascript | |||
2008-12-15 | added missing png file to admin theme | Felix Rabinovich | |
2008-12-15 | Rename default_admin to admin_default. | Bharat Mediratta | |
2008-12-15 | Argh, fix a bad rename. | Bharat Mediratta | |
2008-12-15 | Rename default_admin to admin_default. | Bharat Mediratta | |