Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | Dialog polishing. They now resize their height. Updated form styles in the ↵ | Chad Kieffer | |
context of dialog display (don't show legends, fieldset border, or submit button). Let's make sure that all forms generated are complete and well formed and then use JS and CSS to control their display and behavior in different contexts. | |||
2008-12-17 | Added .gLoadingLarge and .gLoadingSmall to show ajax loading indicator. ↵ | Chad Kieffer | |
Applied to modal dialogs. | |||
2008-12-17 | Separate thumbnails out into var/thumbs. This clears up some ambiguity in ↵ | Bharat Mediratta | |
Item_Model and simplifies file_proxy. It also means we can stop munging file names in the var/resizes hierarchy. In the process, rename "thumbnail" to "thumb" everywhere in honor of Chad (well, ok because it's shorter).. | |||
2008-12-17 | Added JS to set/reset simple forms' input values to their corresponding ↵ | Chad Kieffer | |
labels' value. Labels should always be used with visible inputs. Use this to style and control short form input display and behavior. | |||
2008-12-16 | (no commit message) | Tim Almdal | |
2008-12-16 | Submit the form using ajaxSubmit | Tim Almdal | |
2008-12-16 | Add Submit and Reset buttons to the dialog in order to trap the form ↵ | Tim Almdal | |
submission so the form doesn't close. There might be a better way, but i couldn't think of it. | |||
2008-12-16 | Make the breadcrumb a little larger | Bharat Mediratta | |
2008-12-15 | Convert tabs to spaces | Bharat Mediratta | |
2008-12-15 | Get rid of windows line endings | Bharat Mediratta | |
2008-12-15 | Fix that rascal IE. Added conditional HTML comment to use fix-ie.css for IE7 ↵ | Chad Kieffer | |
and earlier. Fixed bg images in album/item view buttons, IE 6/7 don't appear to handle background-position: center center :( | |||
2008-12-15 | Fix the reference to jquery-ui.packed.js | Tim Almdal | |
2008-12-15 | Should be ul, not u#gLoginLink | Chad Kieffer | |
2008-12-15 | Renamed vars used in dialog init to avoid confusion and conflicts. | Chad Kieffer | |
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 | Switched login display from display in the header to a dialog. Validation ↵ | Chad Kieffer | |
errors don't display on first failed attempt, will fix later. Moved jquery js, images, css out to respective folders. | |||
2008-12-15 | added missing png file to admin theme | Felix Rabinovich | |
2008-12-15 | added move handle icon to the sidebar blocks | Jakob Hilden | |
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 | |
2008-12-15 | Add proper preamble | 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-14 | load admin subpages AJAXy way | Felix Rabinovich | |
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 | |
2008-12-14 | Removed call to jquery.dimension | Chad Kieffer | |
2008-12-14 | Removed jquery.dimension. It's methods are part of jquery core. | Chad Kieffer | |
2008-12-13 | Sidebar and comment white space and text size updates. | Chad Kieffer | |
2008-12-13 | Layout cleanup and simplification. Move view-mode buttons into sidebar, ↵ | Chad Kieffer | |
search to header_top. Reduced borders. Started album grid improvements. Minor white space improvements. Still need to handle text/photo alignment in album grid, improve placement of search. | |||
2008-12-13 | Whoops. Missed this in the last commit. | Chad Kieffer | |
2008-12-13 | Admin menu now similar to Wordpress admin menu. | Chad Kieffer | |
2008-12-12 | Dashboard protoype updates: Added welcome/general info block, logo, login ↵ | Chad Kieffer | |
menu, link to view gallery, close links for blocks, changed Logs to Statistics, and upped the font size. | |||
2008-12-12 | Missed this on the last commit. (Menu updates and added Gallery Info block ↵ | Chad Kieffer | |
for admin dashboard prototype.) | |||
2008-12-12 | Apply padding-left to avoid overlap of text on message type icons. Menu ↵ | Chad Kieffer | |
updates and added Gallery Info block for admin dashboard prototype. | |||
2008-12-12 | Keep .gError and other message type classes from wallpapering bg icons on ↵ | Chad Kieffer | |
form and form child elements. |