| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-07-26 | Update to how gSiteMenu is positioned. Required addition of a new container, ↵ | Chad Kieffer | |
| gBanner. This will ensure proper positioning across most browsers and simplifies gBreadcrumbs styles. Removed inaffective IE opacity style. | |||
| 2009-07-21 | Fix the bug that the quick menu fires for the wrong photo. This stems | Bharat Mediratta | |
| from using a single gQuickPane <div> that we move around. A race condition happens when you mouse over two thumbnails quickly. Whichever server response loses the race gets displayed, and sometimes it's the one that you're no longer hovering over. Fix it by changing gQuickPane to be a class and creating a <div> per thumbnail. Fixes ticket #290. | |||
| 2009-07-12 | Minor style tweaks. | Chad Kieffer | |
| 2009-07-11 | Get the thumbnail menu working. | Bharat Mediratta | |
| 1) Stop changing the menu classes in JS, instead allow us to specify it in the Menu class itself and then set it to be gThumbMenu in Theme_View 2) Move the gThumbMenu init code to the bottom of the $(document).ready() block; something in there was interfering with it. | |||
| 2009-07-12 | Second attempt at showing and hiding the thumb menu. Renamed gThumbMenu to ↵ | Chad Kieffer | |
| gPhotoMenu for use on both album and photo pages, eventually. | |||
| 2009-07-12 | First attempt at animating gThumbMenu. Doesn't work. | Chad Kieffer | |
| 2009-07-11 | Get rid of the form from server_add, we're not using it. | Bharat Mediratta | |
| Turn the cancel link into a themed close button which triggers a page reload. Add some padding to the left of the tree. | |||
| 2009-07-11 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
| 2009-07-11 | Styled thumb menu, still needs script to set up interraction. | Chad Kieffer | |
| 2009-07-11 | Merge branch 'master' of git@github.com:/gallery/gallery3 | Bharat Mediratta | |
| 2009-07-11 | Further simplify server_add (and bump it to version 3). | Bharat Mediratta | |
| Now we don't have checkboxes, but instead we restrict you to selecting directories and albums from only one level in the hierarchy. This makes it easier for us to make sure that we properly create the hierarchy that you want and avoid confusion about what's going to wind up where. Modify Server_Add_File_Model to have a parent_id and item_id and then modify them as we go so that we can build up a tree structure there *before* we create any items. This makes it much easier to figure out where a new item is going to go and get rid of a bunch of probably buggy code in the main task. | |||
| 2009-07-11 | Position gItem and gPhoto relative, then position quick and thumb menus as ↵ | Chad Kieffer | |
| absolute within them. Moved css from quick.js to quick.css. | |||
| 2009-07-04 | Lets try the BBCode conversion again... go with basic tags even if some are | Tim Almdal | |
| deprecated. | |||
| 2009-07-04 | Change the BBCode Transformation to use the <span class=""> where possible | Tim Almdal | |
| 2009-07-01 | Add a bit more contrast to superfish sub-menus. | Chad Kieffer | |
| 2009-06-30 | UI enhancement: made the 'back to the Gallery' links a little bit easier to ↵ | jhilden | |
| discover | |||
| 2009-06-28 | Convert info module's block to use a list instead of a table. Addresses ↵ | Chad Kieffer | |
| request in ticket #441. | |||
| 2009-06-27 | We no longer need the digibug section now that we've got a menu for | Bharat Mediratta | |
| thumbnail actions. | |||
| 2009-06-25 | This change to the default/css/screen.css file was overlooked | Tim Almdal | |
| 2009-06-25 | 1) Move the digibug css in the default and admin_default themes | Tim Almdal | |
| 2) Remove most of the marketing cruft on the admin pages 3) Change the name of the admin settings to just Digibug 4) Remove the "switch on mouseover" approach | |||
| 2009-06-25 | Cleanup pass. Fixed formatting, grouped a few selectors. Removed empty ↵ | Chad Kieffer | |
| selectors. | |||
| 2009-06-24 | Group RTL styles together in their own section. | Chad Kieffer | |
| 2009-06-24 | Implement printing support on the photo page. I've used an icon that doesn't | Tim Almdal | |
| quite match the theme temporarily. I'm hoping to have a matching icon soon. | |||
| 2009-06-22 | Fix css indentation | Bharat Mediratta | |
| 2009-06-22 | Fix indentation | Bharat Mediratta | |
| 2009-06-19 | More minor facelift for the admin/g2_import page. | Bharat Mediratta | |
| 2009-06-19 | Give the admin/g2_import page a facelift. | Bharat Mediratta | |
| 2009-06-19 | Move 'Permissions' above 'STUFF THAT NEEDS A HOME' since I think that | Bharat Mediratta | |
| the stuff that needs a home is a catch all and should be at the bottom. | |||
| 2009-06-19 | Improve the task dialog | Bharat Mediratta | |
| 1) Put a "starting up..." message before there's any feedback from the server 2) show the title of the task in the dialog. | |||
| 2009-06-09 | Update floats after .rtl addition. Both should work now. | Chad Kieffer | |
| 2009-06-06 | Merge branch 'master' of git@github.com:gallery/gallery3 | Andy Staudacher | |
| 2009-06-06 | Preliminary BiDi support (needs *a lot* of tweaking) | Andy Staudacher | |
| 2009-06-06 | Remove album view icon link, added album link to info module. This and ↵ | Chad Kieffer | |
| breadcrumb should suffice. | |||
| 2009-06-05 | Forgot to remove notify css classes in default theme in previous commit. | Chad Kieffer | |
| 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 | Update notify/watch eyeglasses icon with bullhorn icon. Rename css/image ↵ | Chad Kieffer | |
| names from watch to notify. | |||
| 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 | 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-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-14 | permissions UI facelift | Jakob Hilden | |
| 2009-05-09 | Highlight status messages on load, fade them out after a few seconds. Make ↵ | Chad Kieffer | |
| success green brighter. | |||
| 2009-04-12 | added icons to permissions UI | Jakob Hilden | |
| 2009-03-31 | Add quick edit pane to resize images, ticket #189 | 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 | |||
