summaryrefslogtreecommitdiff
path: root/modules/gallery/views
AgeCommit message (Expand)Author
2009-10-15Merge branch 'master' into talmdal_devTim Almdal
2009-10-14Move the ui for user adminsitration back to the user module.Tim Almdal
2009-10-13Refactor the ui component of the user module into the gallery core module.Tim Almdal
2009-10-08If the Identity backend is not writable don't display the "Forgot Your Passwo...Tim Almdal
2009-10-07Implement a user::is_writable() API method and disable the user add, updates ...Tim Almdal
2009-10-07Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_devTim Almdal
2009-10-07Replaced most clear fix hacks with generic class.Chad Kieffer
2009-10-07Merge branch 'master' of github.com:gallery/gallery3Chad Kieffer
2009-10-07Consolidated the rest of the base message styles into lib/gallery.common.css ...Chad Kieffer
2009-10-06Update gallery::find_file to look for subdirectories in lib, then fallBharat Mediratta
2009-10-06Rename permissions icons to correspond to view states, move to lib/images. Fi...Chad Kieffer
2009-10-06Change the focus of the user module from providing user/group management to p...Tim Almdal
2009-10-04Renamed more CSS selectors from gName to g-name.Chad Kieffer
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-10-03Renamed and moved gOdd/gEven CSS classes.Chad Kieffer
2009-10-02Log the stack trace when non-admins get the error.Bharat Mediratta
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Enable the administration screen for the sidebar. Fix for ticket #110.Tim Almdal
2009-09-30Merge branch 'master' into talmdal_devTim Almdal
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.Tim Almdal
2009-09-30Replaced gButtonLink with g-button.Chad Kieffer
2009-09-30Floated elements in table headings should appear before anything else. Fixes ...Chad Kieffer
2009-09-30First round of CSS refactor updates. Added calls to gallery.common.css from w...Chad Kieffer
2009-09-29Set available graphics block heights with gallery.equal_heights().Chad Kieffer
2009-09-27Fix some whitespace issues.Bharat Mediratta
2009-09-26minor improvements to simple uploaderjhilden
2009-09-26Merge branch 'master' of git@github.com:gallery/gallery3jhilden
2009-09-26first try at improving the upload user experience with the file selection buttonjhilden
2009-09-23Change the simple uploader dialog to use the new gallery::find_file api method.Tim Almdal
2009-09-23Add a new api method gallery::find_file. This wraps the Kohana::find_file fu...Tim Almdal
2009-09-23Correct whitespaceTim Almdal
2009-09-17Arg, fixing the "Sharing your Translations" text, thanks engineer@gmcAndy Staudacher
2009-09-17Fix: Make "Sharing your translations" a localizable stringAndy Staudacher
2009-09-13Remove raw HTML that's wrapped around the name of the fileKevin Nehls
2009-09-10Rename "after_installer" to "welcome_message" in the code to make itBharat Mediratta
2009-09-10Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make theBharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-06Don't show clickable link for breadcrumb items where the user doesn'tBharat Mediratta
2009-09-02Fix bg images in tables bug in webkit and ie. #718Chad Kieffer
2009-09-01Fix up incorrectly applied html::mark_clean(). Resolves #698, thanks fperwth!Bharat Mediratta
2009-09-01Remove unused l10n messageAndy Staudacher
2009-09-01Merge commit 'upstream/master'Andy Staudacher
2009-09-01XSS / style fixes for newly detected issues (after fixing XSS scanner)Andy Staudacher
2009-08-31Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but p...Chad Kieffer
2009-08-31Fix XSS vectors in HTML attributes (mostly t() calls)Andy Staudacher
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Finish this pass at the Admin Maintenance view. Re-introduce status icons, pu...Chad Kieffer
2009-08-30Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-08-30Apply hover effect to buttons in progress indicator dialog.Chad Kieffer
2009-08-30Merge commit 'upstream/master'Andy Staudacher