| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-01 | Change the preamble for views in two ways: | Bharat Mediratta | |
| 1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure) | |||
| 2009-01-01 | Refactor common dialog JS code out into lib/gallery.dialog.js | Bharat Mediratta | |
| 2008-12-29 | Re-add $theme->messages(), which got accidentally removed. | Bharat Mediratta | |
| 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-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-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-19 | Add a bit more space under gHeader. | 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 | Rename default_admin to admin_default. | Bharat Mediratta | |
