Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-23 | Put logic into gallery.dialog.js so that when the form is submitted, the ↵ | Tim Almdal | |
submit button is disabled and the user is no longer able to submit multiple clicks. This should fix tickets: #623, #790, #799 | |||
2009-10-23 | Initialize the slug field when doing the update tests | Tim Almdal | |
2009-10-23 | Only look for tests that are in the active modules. Update the controller ↵ | Tim Almdal | |
golden file to reflect the current location of files. | |||
2009-10-23 | move controllers and views to the user module to make the Identity Provider ↵ | Tim Almdal | |
refactor smaller | |||
2009-10-23 | Apply local fix for Kohana ticket 2276. | Tim Almdal | |
2009-10-23 | Change the gallery_unit test to only intall into the test environment, ↵ | Tim Almdal | |
modules that are active in the non-test environment. | |||
2009-10-23 | Move the filters that the File_Structure_Test use into a seperate file so ↵ | Tim Almdal | |
other tests. can use them. Add a No_Direct_ORM_Access_Test to find all places that the user or group table are accessed outside of the user module. This test will fail at this point, as it in preparation for the IdentityProvider refactor. | |||
2009-10-22 | Merge | Chad Kieffer | |
2009-10-22 | Poor man's merge. Note to self, git pull before working. Next pound the ↵ | Chad Kieffer | |
steps to merge into your head. | |||
2009-10-22 | Update white space in form layout. This removes scrolling in dialogs with forms. | Chad Kieffer | |
2009-10-22 | Make g-inline more specific, replace universal selector with an li since ↵ | Chad Kieffer | |
this class will most often be used with order and unordered lists. Apply g-inline to the the login menu and footer credits. | |||
2009-10-22 | Standardize message markup, make the update block status message translatable. | Chad Kieffer | |
2009-10-22 | Use jQuery fadeIn() for message display effect, it fades bg icon and color ↵ | Chad Kieffer | |
at the same time. | |||
2009-10-22 | When uninstalling a module call graphics:remove_rules instead of graphics ↵ | Tim Almdal | |
remove_rule. | |||
2009-10-22 | Use the request::referrer to determine if we are editting the photo or album | Tim Almdal | |
from the context menu or from its photo or album page. Fixes ticket #745. Thanks to jankoprowski for the referrer approach. | |||
2009-10-22 | When an album or photo is updated always return the photo/album location as | Tim Almdal | |
part of the response. This insures that if the internet address changes, then the page will reload properly. | |||
2009-10-22 | Internationalize confirmation message. | Bharat Mediratta | |
2009-10-21 | Correct phpDoc | Tim Almdal | |
2009-10-21 | Change the default install.sql such that the owner id of root album is the ↵ | Tim Almdal | |
defined admin (id = 2) | |||
2009-10-20 | Added confirmation message for block admin actions. | Chad Kieffer | |
2009-10-20 | Removed console.log() debug output. | Chad Kieffer | |
2009-10-20 | Fix block management UI. Block list height is now dynamically set based on ↵ | Chad Kieffer | |
the total number of available blocks which will grow without hardcoding CSS heights and setting the div to be scrollable. | |||
2009-10-20 | Remove g-add-photos selectors from admin_wind, they're only needed in wind. ↵ | Chad Kieffer | |
Updated case in hex color spec., prefer lowercase. | |||
2009-10-20 | Added generic .g-message class to mark form validation messages. Minor form ↵ | Chad Kieffer | |
layout updates. | |||
2009-10-20 | Move basic form styles from wind themes to gallery.common.css. | Chad Kieffer | |
2009-10-20 | Minor tag admin style updates. | Chad Kieffer | |
2009-10-20 | Update tag error messages to use g-action-status and g-message-block. Style ↵ | Chad Kieffer | |
g-error for short forms. | |||
2009-10-20 | Rollback tag admin to fix. Now functioning. | Chad Kieffer | |
2009-10-18 | Fix sidebar block admin layout. Don't hardcode block list height, use the ↵ | Chad Kieffer | |
equal_heights() function to set it. | |||
2009-10-18 | Resolving conflicted merge | Chad Kieffer | |
2009-10-18 | Resolve merge conflict. | Chad Kieffer | |
2009-10-18 | Resolve merge conflict. | Chad Kieffer | |
2009-10-18 | Resolve merge conflict. | Chad Kieffer | |
2009-10-18 | Resolve tag module conflicts. | Chad Kieffer | |
2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ↵ | Chad Kieffer | |
to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's. | |||
2009-10-18 | Apply g-block and g-block-content, remove hover effect, alternate row color. | Chad Kieffer | |
2009-10-18 | Move away from embedding the tag id in to the CSS id. This is brittle | Bharat Mediratta | |
and causes us to do silly things to extract the id. Use rel instead so: <span id="g-tag-1"> becomes: <span class="g-tag" rel="1"> | |||
2009-10-18 | Fixed add tag short form layout. | Chad Kieffer | |
2009-10-18 | Moved the short_form init function to gallery.common and made it jQuery ↵ | Chad Kieffer | |
plugin. Dropped gallery.form.js. Applied short forms to server_add and tag admin pages. Added tag.css to admin views. Added .g-wide {}. | |||
2009-10-18 | Optimize the get method to retrieve the module information from the loaded ↵ | Tim Almdal | |
modules. In addition add a method "info" to return the module information contained in the module.info file | |||
2009-10-17 | Add tag.css to tag admin page. | Chad Kieffer | |
2009-10-17 | Add clearfix to force pager nav below dynamic g-album-grid. | Chad Kieffer | |
2009-10-17 | White space fixes. | Chad Kieffer | |
2009-10-17 | Added comments, minor white-space fixes. | Chad Kieffer | |
2009-10-17 | Remove remaining clearfix selectors from fix-ie sheets. | Chad Kieffer | |
2009-10-17 | Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix. | Chad Kieffer | |
2009-10-17 | Missed this in last commit. | Chad Kieffer | |
2009-10-17 | Move tag css from theme to the module. Introduced generic .g-inline class ↵ | Chad Kieffer | |
for inline elements, including lists and forms. | |||
2009-10-16 | Remove bg icons when an <li> in a form is tagged with g-error, etc. Minor ↵ | Chad Kieffer | |
consistency updates for form layout styles in views and dialogs. | |||
2009-10-16 | Apply g-dialog-link class directly to login link markup, not via jQuery. | Chad Kieffer | |