Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-04 | Change XXX to @todo | Bharat Mediratta | |
2009-06-04 | Add a csrf to the logout link. | Bharat Mediratta | |
2009-06-05 | Create 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-04 | Properly internationalize the "Add some" photos link. | Bharat Mediratta | |
2009-06-03 | Show an "add photos" message on empty albums for those who can. | Chad Kieffer | |
2009-06-02 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
2009-06-02 | Fix for ticket #320 | Tim Almdal | |
2009-06-01 | Switch the default login page to non-ajax mode. It looks awful, but better ↵ | Bharat Mediratta | |
than before. | |||
2009-05-31 | Forgot these in last commit | Chad Kieffer | |
2009-05-31 | Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image ↵ | Chad Kieffer | |
names from watch to notify. | |||
2009-05-31 | user admin facelift | jhilden | |
* added drag & drop help message for empty groups * fixed overflow issue with more than ~10 members in one group * CSS improvements | |||
2009-05-31 | Merge branch 'master' of git://github.com/gallery/gallery3 | Bharat Mediratta | |
2009-05-31 | Run all variables containing user-entered text through p::clean() | Bharat Mediratta | |
2009-05-30 | Remove insertion of content via CSS, it's not supported by IE. Just added ↵ | Chad Kieffer | |
sufficient white space as a seperator. | |||
2009-05-30 | Fix width of add tag text input in IE | Chad Kieffer | |
2009-05-30 | Fix height on #gQuickPane in IE | Chad Kieffer | |
2009-05-30 | Fix 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-30 | Focus IE fixes on versions less than 8 | Chad Kieffer | |
2009-05-30 | Use short hex for colors, #cccccc > #ccc | Chad Kieffer | |
2009-05-30 | Refine link colors a bit. Drop orange for hover. Remove underlines for ↵ | Chad Kieffer | |
sf-menu hovers. | |||
2009-05-30 | small UI/CSS facelift for user admin + git test | jhilden | |
2009-05-27 | Update all references to the core application to now point to the | Bharat Mediratta | |
gallery module. This type of mass update is prone to some small bugs. | |||
2009-05-26 | Split out re-used JavaScript for common functions (messages, valign), panel ↵ | Chad Kieffer | |
toggle, and forms to external files. | |||
2009-05-22 | Added album icon before album titles. Thx again Ben. | Chad Kieffer | |
2009-05-21 | Added Ben Dunkle's current watch icon. Renamed icon file name to keep 'em ↵ | Chad Kieffer | |
grouped | |||
2009-05-21 | Fix the admin credits, too | Bharat Mediratta | |
2009-05-21 | Move the credits string into core_theme::credits() | Bharat Mediratta | |
2009-05-19 | Added 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-14 | permissions UI facelift | Jakob Hilden | |
2009-05-13 | Add the "advanced settings" controller which lets you see all the | Bharat Mediratta | |
vars. We'll eventually turn this into a registry where you can edit settings directly (at your own risk). | |||
2009-05-13 | Colorize admin user rows to make them stand out | Bharat Mediratta | |
2009-05-10 | Don't provide full-size link if the user can't see the full size | Bharat Mediratta | |
image. There's no security hole here, it's just a bad user experience. | |||
2009-05-09 | Apply status message display effect to admin theme. Use double rather than ↵ | Chad Kieffer | |
single quotes in JS. | |||
2009-05-09 | Highlight status messages on load, fade them out after a few seconds. Make ↵ | Chad Kieffer | |
success green brighter. | |||
2009-05-06 | Usability update: include an "Activate Toolkit Name" button with available ↵ | Chad Kieffer | |
toolkits | |||
2009-04-23 | Auto-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-22 | Added 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-12 | added icons to permissions UI | Jakob Hilden | |
2009-04-06 | Mark resized images with the 'gResize' class to match the 'gThumbnail' class ↵ | Bharat Mediratta | |
we use in albums | |||
2009-04-03 | Fix for ticket #27 | Tim Almdal | |
Change the text of the edit button to "close" if the panel is opened. Reset the original text when the panel is closed. | |||
2009-03-31 | Add quick edit pane to resize images, ticket #189 | Chad Kieffer | |
2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta | |
directly wherever possible instead of access::csrf_token(). | |||
2009-03-25 | tag changes in the tag admin should now work as expected | Jakob Hilden | |
2009-03-25 | untabify | Bharat Mediratta | |
2009-03-20 | background image for the "select photos ..." button in the uploader | Jakob Hilden | |
2009-03-20 | rollback of r20469... see trac #161 | Tim Almdal | |
2009-03-20 | Rather than moving the themeroller and all of its associated files | Tim Almdal | |
into each theme. I chose to create methods Theme_View::file($path) and Admin_View::file($path). These methods check for a theme override file in the theme and return a link to it if it exists. So to override the themeroller files. just create a lib/themeroller in the theme and the files will be picked up. | |||
2009-03-19 | Remove YUI grids hd and ft ids, we don't need and they're cluttering our HTML. | Chad Kieffer | |
2009-03-18 | Added rotate cc and ccw icons to themeroller theme and css to default theme, ↵ | Chad Kieffer | |
applied to quick pane rotate buttons. Hope that jQuery UI includes rotate icons eventrually so we don't have to maintain this. | |||
2009-03-18 | Stop header height from collapsing when there's no breadcrumb present, as is ↵ | Chad Kieffer | |
the case with tag albums. Thanks to gadulia for reporting: http://gallery.menalto.com/gallery_3.0_alpha_1_released?page=1#comment-302916 |