| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-30 | Add site_status to the default theme. Only admins will see messages for ↵ | Bharat Mediratta | |
| now, but it's nice for them to see messages when browsing instead of just in the site admin | |||
| 2008-12-30 | Missed these in r19485. | Chad Kieffer | |
| 2008-12-29 | Apply button bg image to Superfish menu items. | Chad Kieffer | |
| 2008-12-28 | Tighten up album grid display. Vertically align thumbnail/metadata in gItem ↵ | Chad Kieffer | |
| container. Brought back borders. Use a neutral bg color for albums. Link item titles, not just thumbnails. | |||
| 2008-12-25 | Restore inline gLoginMenu items, remove extra ; from footer. | Chad Kieffer | |
| 2008-12-25 | Move jquery.listen.js out to lib | Bharat Mediratta | |
| 2008-12-25 | jquery-ui.packed.js --> jquery-ui.js | Bharat Mediratta | |
| 2008-12-24 | Lots of deltas rolled up into a bigger change. Sorry for the mess. | Bharat Mediratta | |
| 1) Deleted in-place-editing. We'll be replacing this with a real edit system that groups settings together and is more coherent. 2) Tweaked the way that dialog boxes work to get the ajax stuff working again. It's imperfect and does not work properly for uploading images. This is going to get redone also, but this is a good resting point. 3) Created edit forms for albums and photos. Moved _update and _create out of Items_Controller and into the individual subclasses. 4) Created access::required which is a shorthand for: if (!access::can(...)) { access::forbidden(); } 5) Added validation rules to Items_Model 6) Converted login to use the regular modal dialog approach in the theme. | |||
| 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-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-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-15 | Convert tabs to spaces | 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 | 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 | Argh, fix a bad rename. | Bharat Mediratta | |
| 2008-12-15 | Rename default_admin to admin_default. | Bharat Mediratta | |
| 2008-12-14 | Removed call to jquery.dimension | 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-11 | Remove the options menus from the albums and photo pages and move to the ↵ | Tim Almdal | |
| site menu | |||
| 2008-12-11 | remove the <span class="ui-tabs-nav"> from arround the site menu. It was ↵ | Tim Almdal | |
| clashing with the superfish styling. | |||
| 2008-12-09 | Combine all the ui.jquery files into a single packed file at version ↵ | Tim Almdal | |
| (1.6rc2) copied from the the corresponding vendor branch. Move into the application/lib directory and remove from the theme. Remove the ui.jquery javascript from the rearrange module and use the common library. | |||
| 2008-12-09 | Remove tabs, fix indentation. | Bharat Mediratta | |
| 2008-12-09 | Checked in jQuery superfish menu plugin, applied to item options menu. ↵ | Chad Kieffer | |
| Updated album/item view icons. | |||
| 2008-12-07 | Move form.html.php from themes/default/views to core/views | Tim Almdal | |
| 2008-12-07 | Changed how drawForms handles hidden fields. I make the assumption that ↵ | Tim Almdal | |
| hidden fields will never have an error or label so rather then recursing to draw the hidden fields, we just render them. Also moved the hidden fields outside the <ul>. | |||
| 2008-12-07 | 1) Revert the changes to Form_Upload and Form_Textarea, so we don't have to ↵ | Tim Almdal | |
| change third party code. 2) Change drawForm to check for a non empty $input->class in order to determime if the element should be wrapped in <li>...</li>. If $input->class is empty then treat as a hidden field. | |||
| 2008-12-07 | Merge gallery3/branches/menus back into gallery3/trunk | Tim Almdal | |
| 2008-12-07 | Style cleanups to make File_Structure_Test pass. | Bharat Mediratta | |
| 2008-12-07 | Yay! Working item upload dialog from the album page! | Chad Kieffer | |
| 2008-12-07 | First go around at reusable modal dialogs. Moved jQuery UI CSS into ↵ | Chad Kieffer | |
| screen.css, moved default theme JS to js folder. Named jQuery UI files to match the file names as they distribute them. Removed accordion, it's not used yet. | |||
| 2008-12-06 | Switch the slideshow link from text to icon. | Chad Kieffer | |
| 2008-12-05 | Added album and item view icons (album, hybrid, slideshow, full size). Added ↵ | Chad Kieffer | |
| "Options" menu placeholder to display item options (add, edit, subscribe, permissions, etc.). Renamed gAlbumHeaderMenu to gItemMenu which can be used on both album and item views. | |||
| 2008-12-01 | In place editing in breadcrumbs is a bit much, plus, it breaks the layout. ↵ | Chad Kieffer | |
| Removing, at least for now. | |||
| 2008-12-01 | Grouped inline form styles. No longer using gInline class in favor of ↵ | Chad Kieffer | |
| specific form IDs that can be styled differently depending on which container they appear. Added gDescription class, dropped gUnderState for semantics. CSS cleanup. | |||
| 2008-11-28 | Dynamically reset the dimensions of resized photos to fit if they're too wide. | Chad Kieffer | |
| 2008-11-28 | Add credits theme callback, point the powered-by link at GMC | Bharat Mediratta | |
| 2008-11-28 | Move the form drawing code back into form.html.php -- I'm going to | Bharat Mediratta | |
| take a shot at fixing it up in the view file so that it's mostly HTML, not mostly PHP. If that fails, I'll move it back into a helper. | |||
| 2008-11-27 | Make header buttons, line them up nicely and float them to the right | Bharat Mediratta | |
| so that they don't push the album grid down. | |||
| 2008-11-27 | Create a form_helper class containing the function Draw_Form so we don't ↵ | Tim Almdal | |
| have to always check to see if the DrawForm method is already defined in pages that could have multiple forms. | |||
| 2008-11-27 | 1) Create a Theme_View class that combines the functionality of the Theme ↵ | Tim Almdal | |
| class with the View class. 2) Only define the form.html.php::DrawForm method once if there are multiple forms on the page (i.e. comments and add tags) | |||
| 2008-11-27 | Move the ADMIN global nav option into the core module and only show it if ↵ | Bharat Mediratta | |
| we're logged in as an admin user | |||
| 2008-11-27 | Add navigation_top() and navigation_bottom() insertion points | Bharat Mediratta | |
| Move "My Gallery" navigation tab into the user module and only show it if you're logged in | |||
| 2008-11-27 | Use the dimensions of the real image | Bharat Mediratta | |
| 2008-11-27 | Don't wrap hidden elements in list items | Bharat Mediratta | |
| 2008-11-27 | Move javascript from default theme to appropriate modules | Tim Almdal | |
