summaryrefslogtreecommitdiff
path: root/themes/default
AgeCommit message (Collapse)Author
2009-06-09Replace login_page.html.php with the form, wrapped in our default pageBharat Mediratta
type.
2009-06-09Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-10Add some window dressing to login_page.html in order to make it more in lineTim Almdal
with the overall look of the Gallery3 theme Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-06-10Forgot this on the last commitTim Almdal
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-06-10Created not_authorized.html.php which is a prettier login screen if the rootTim Almdal
album is not publicly browsable. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-06-09Rather than just displaying the "unformatted" login screen when the root albumTim Almdal
is not viewable by a guest, display the root album as if it was empty. When the page finishes loading force the login dialog to be displayed. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-06-08Rename main_element_attributes() callback to body_attributes() to beBharat Mediratta
more intuitive for themers.
2009-06-06Merge branch 'master' of git@github.com:gallery/gallery3Andy Staudacher
2009-06-06Preliminary BiDi support (needs *a lot* of tweaking)Andy Staudacher
2009-06-06New default avatarChad Kieffer
2009-06-06Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-06-06Remove album view icon link, added album link to info module. This and ↵Chad Kieffer
breadcrumb should suffice.
2009-06-05Localize the 'Add a comment' messageBharat Mediratta
2009-06-05Forgot to remove notify css classes in default theme in previous commit.Chad Kieffer
2009-06-05Move watch notification menu from the view menu to under the Options menu.Chad Kieffer
2009-06-04Change XXX to @todoBharat Mediratta
2009-06-05Create a gDialogLargeLoading class for use with dialogs when running ↵Tim Almdal
something that will take a little longer. If the standard gLoadingLarge is used with a dialog then the ui-dialog-content class will override the background and the loading icon will not be seen. Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-06-04Properly internationalize the "Add some" photos link.Bharat Mediratta
2009-06-03Show an "add photos" message on empty albums for those who can.Chad Kieffer
2009-06-02Merge branch 'master' of git@github.com:gallery/gallery3Chad Kieffer
2009-06-02Fix for ticket #320Tim Almdal
2009-06-01Switch the default login page to non-ajax mode. It looks awful, but better ↵Bharat Mediratta
than before.
2009-05-31Forgot these in last commitChad Kieffer
2009-05-31Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image ↵Chad Kieffer
names from watch to notify.
2009-05-31Merge branch 'master' of git://github.com/gallery/gallery3Bharat Mediratta
2009-05-31Run all variables containing user-entered text through p::clean()Bharat Mediratta
2009-05-30Remove insertion of content via CSS, it's not supported by IE. Just added ↵Chad Kieffer
sufficient white space as a seperator.
2009-05-30Fix width of add tag text input in IEChad Kieffer
2009-05-30Fix height on #gQuickPane in IEChad Kieffer
2009-05-30Fix IE issues with gPager, switch gPager from id to class, it's possible ↵Chad Kieffer
that we might want it to appear more than once in views.
2009-05-30Focus IE fixes on versions less than 8Chad Kieffer
2009-05-30Use short hex for colors, #cccccc > #cccChad Kieffer
2009-05-30Refine link colors a bit. Drop orange for hover. Remove underlines for ↵Chad Kieffer
sf-menu hovers.
2009-05-27Update all references to the core application to now point to theBharat Mediratta
gallery module. This type of mass update is prone to some small bugs.
2009-05-26Split out re-used JavaScript for common functions (messages, valign), panel ↵Chad Kieffer
toggle, and forms to external files.
2009-05-22Added album icon before album titles. Thx again Ben.Chad Kieffer
2009-05-21Added Ben Dunkle's current watch icon. Renamed icon file name to keep 'em ↵Chad Kieffer
grouped
2009-05-21Fix the admin credits, tooBharat Mediratta
2009-05-21Move the credits string into core_theme::credits()Bharat Mediratta
2009-05-19Added the nice new icons for the view buttons. No need to have them in a ↵Chad Kieffer
jQuery UI button, they stand well on their own. Thx to Ben Dunkle!
2009-05-14permissions UI faceliftJakob Hilden
2009-05-10Don't provide full-size link if the user can't see the full sizeBharat Mediratta
image. There's no security hole here, it's just a bad user experience.
2009-05-09Apply status message display effect to admin theme. Use double rather than ↵Chad Kieffer
single quotes in JS.
2009-05-09Highlight status messages on load, fade them out after a few seconds. Make ↵Chad Kieffer
success green brighter.
2009-04-23Auto-hide the control toolbar so that it doesn't obscure the movie any ↵Bharat Mediratta
longer than it has to. This resolves ticket #199.
2009-04-22Added method to determine proportion of current thumb_size to the default, ↵Chad Kieffer
150. Use this in the the default theme, or any other, to reduce the size of CSS widths and heights in albums, including .gItem.
2009-04-12added icons to permissions UIJakob Hilden
2009-04-06Mark resized images with the 'gResize' class to match the 'gThumbnail' class ↵Bharat Mediratta
we use in albums
2009-03-31Add quick edit pane to resize images, ticket #189Chad Kieffer
2009-03-20background image for the "select photos ..." button in the uploaderJakob Hilden