summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-25Add clearfix to search results gallery-grid to clear the pager navigation. ↵Chad Kieffer
Other minor search results style updates. Don't display legends in short forms.
2009-10-25Move comment and recaptcha CSS to their respective modules. Chad Kieffer
2009-10-25Remove #g-welcome-message, it's not needed anymore.Chad Kieffer
2009-10-25Remove unused and/or redundant admin theme styles. Correct bg's (again) in ↵Chad Kieffer
admin > maintenance tables for IE.
2009-10-25Apply g-inline to the user menu and footer.Chad Kieffer
2009-10-25Make "move item in photo view" comment a todo.Chad Kieffer
2009-10-25Move g-editable styles from admin_wind to gallery.common, they'll be useful ↵Chad Kieffer
in themes as well as admin themes.
2009-10-25Move Superfish menu width overrides to gallery.common, leave color overrides ↵Chad Kieffer
at the theme-level.
2009-10-25Rename g-unselected to g-deselected.Chad Kieffer
2009-10-25Don't make g-editable items bold by default, let the theme or module handle ↵Chad Kieffer
font-weight of editable items.
2009-10-25Widen Superfish submenus to avoid wrapping with current items. Chad Kieffer
2009-10-25Make menu label adhere to our capitalization standard.Chad Kieffer
2009-10-25Created gallery.css file, moved simple uploader, move, and permissions CSS ↵Chad Kieffer
there. Removed relocated styles from theme css.
2009-10-25Move g2_import styles from the theme to the module.Chad Kieffer
2009-10-25Quote Trebuchet MS since it contains a space.Chad Kieffer
2009-10-25Undo the merge from master because it is actually identity not user in this ↵Tim Almdal
branch.
2009-10-25Merge branch 'master' into talmdal_devTim Almdal
2009-10-25Replace reference to identity with the reference to user. Dangers of ↵Tim Almdal
flipping back and forth between branches.
2009-10-25Merge branch 'master' into talmdal_devTim Almdal
2009-10-24Remove a redundant comment, change the name of the identity change event to ↵Tim Almdal
'identity_before_change' and change the name of 'login::get_login_form()' to 'login::get_form()'
2009-10-24phpDoc fixes.Bharat Mediratta
2009-10-24Minor style tweaks.Bharat Mediratta
2009-10-24Update themes::load_theme() to work with mod_rewrite's short urls.Bharat Mediratta
Conflicts: modules/gallery/helpers/gallery_event.php
2009-10-24Update themes::load_theme() to work with mod_rewrite's short urls.Bharat Mediratta
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
2009-10-24When an item is renamed or move insure that the target file name doesn't ↵Tim Almdal
exist. fixes ticket #694
2009-10-24Re-enable the redirect to the root album if we can't load the active user ↵Tim Almdal
from the session. This will most likely occur if the administrator has switch identity providers while a user was logged in.
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
2009-10-24When doing a search we need to "OR" the view permissions not "AND" them. ↵Tim Almdal
Fixes ticket #805.
2009-10-24Merge branch 'master' into talmdal_devTim Almdal
Conflicts: modules/server_add/helpers/server_add_theme.php
2009-10-23Merge branch 'master' of github.com:gallery/gallery3Chad Kieffer
2009-10-23Moved remaining user and group admin css into the new user.css style sheet.Chad Kieffer
2009-10-23Created user.css. Moved user-related form css to the new sheet.Chad Kieffer
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-23Merge branch 'master' into talmdal_devTim Almdal
2009-10-23Clean up the rss feed for the slideshow. It now validates using ↵Tim Almdal
"http://validator.w3.org/feed/". Fixes ticket #806. Doesn't fix ticket#23.
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-23This is the one i should have checked in last timeTim Almdal
2009-10-23Merge branch 'master' into talmdal_devTim Almdal
Conflicts: modules/gallery/helpers/gallery_event.php
2009-10-23Allow themes to override event handlers. In gallery::ready() grab the serverTim Almdal
PATH_INFO and pass it to the theme::load_themes method. If it starts with \"/admin\", then set the theme to the active admin theme, otherwise set it to the active site theme. Fixes ticket #841: Themes cannot overload event classes."
2009-10-23Merge branch 'master' into talmdal_devTim Almdal
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.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-23Merge branch 'master' into talmdal_devTim Almdal
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-23Standardize the use of the lookup methodsTim Almdal
2009-10-23Merge branch 'master' into talmdal_devTim Almdal
Conflicts: modules/gallery/tests/Albums_Controller_Test.php modules/user/helpers/user.php
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.