summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-23Adjust order of items on server_add admin page. Restore autocomplete to the ↵Chad Kieffer
add form. Created a server_add.css file.
2009-10-23Remove left and right padding inside list items to remove gaps between text ↵Chad Kieffer
inputs and submit buttons when a g-short-form is in error.
2009-10-23Rename dimension and scale classes in increments of quarters and thirds.Chad Kieffer
2009-10-23Put logic into gallery.panel.js so that when the panel is submitted, the ↵Tim Almdal
submit button is disabled and the user is no longer able to submit multiple clicks.
2009-10-23Put 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-23Initialize the slug field when doing the update testsTim Almdal
2009-10-23Only 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-23move controllers and views to the user module to make the Identity Provider ↵Tim Almdal
refactor smaller
2009-10-23Apply local fix for Kohana ticket 2276.Tim Almdal
2009-10-23Change the gallery_unit test to only intall into the test environment, ↵Tim Almdal
modules that are active in the non-test environment.
2009-10-23Move 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-22MergeChad Kieffer
2009-10-22Poor man's merge. Note to self, git pull before working. Next pound the ↵Chad Kieffer
steps to merge into your head.
2009-10-22Update white space in form layout. This removes scrolling in dialogs with forms.Chad Kieffer
2009-10-22Make 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-22Standardize message markup, make the update block status message translatable.Chad Kieffer
2009-10-22Use jQuery fadeIn() for message display effect, it fades bg icon and color ↵Chad Kieffer
at the same time.
2009-10-22When uninstalling a module call graphics:remove_rules instead of graphics ↵Tim Almdal
remove_rule.
2009-10-22Use the request::referrer to determine if we are editting the photo or albumTim Almdal
from the context menu or from its photo or album page. Fixes ticket #745. Thanks to jankoprowski for the referrer approach.
2009-10-22When an album or photo is updated always return the photo/album location asTim Almdal
part of the response. This insures that if the internet address changes, then the page will reload properly.
2009-10-22Internationalize confirmation message.Bharat Mediratta
2009-10-21Correct phpDocTim Almdal
2009-10-21Change the default install.sql such that the owner id of root album is the ↵Tim Almdal
defined admin (id = 2)
2009-10-20Added confirmation message for block admin actions.Chad Kieffer
2009-10-20Removed console.log() debug output.Chad Kieffer
2009-10-20Fix 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-20Remove 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-20Added generic .g-message class to mark form validation messages. Minor form ↵Chad Kieffer
layout updates.
2009-10-20Move basic form styles from wind themes to gallery.common.css.Chad Kieffer
2009-10-20Minor tag admin style updates.Chad Kieffer
2009-10-20Update tag error messages to use g-action-status and g-message-block. Style ↵Chad Kieffer
g-error for short forms.
2009-10-20Rollback tag admin to fix. Now functioning.Chad Kieffer
2009-10-18Fix sidebar block admin layout. Don't hardcode block list height, use the ↵Chad Kieffer
equal_heights() function to set it.
2009-10-18Resolving conflicted mergeChad Kieffer
2009-10-18Resolve merge conflict.Chad Kieffer
2009-10-18Resolve merge conflict.Chad Kieffer
2009-10-18Resolve merge conflict.Chad Kieffer
2009-10-18Resolve tag module conflicts.Chad Kieffer
2009-10-18Wrap 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-18Apply g-block and g-block-content, remove hover effect, alternate row color.Chad Kieffer
2009-10-18Move away from embedding the tag id in to the CSS id. This is brittleBharat 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-18Fixed add tag short form layout.Chad Kieffer
2009-10-18Moved 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-18Optimize 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-17Add tag.css to tag admin page.Chad Kieffer
2009-10-17Add clearfix to force pager nav below dynamic g-album-grid.Chad Kieffer
2009-10-17White space fixes.Chad Kieffer
2009-10-17Added comments, minor white-space fixes.Chad Kieffer
2009-10-17Remove remaining clearfix selectors from fix-ie sheets.Chad Kieffer
2009-10-17Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix.Chad Kieffer