| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-23 | Rename the default themes to wind and admin_wind. Change xss_data.txt file ↵ | Tim Almdal | |
| to reflect this move. Not completely moved yet, but the git st is rather large so lets commit this now as a base for the cleanup. | |||
| 2009-09-10 | Fix breadcrumbs in all dialogs rather than piecemeal. | Chad Kieffer | |
| 2009-09-10 | Clean up server add dialog a bit. | Chad Kieffer | |
| 2009-09-10 | Clear the Upload queue label from the breadcrumbs in the Add Photos dialog. | Chad Kieffer | |
| 2009-09-10 | Rename "after_installer" to "welcome_message" in the code to make it | Bharat Mediratta | |
| clearer what its purpose is. Add some spacing in the theme for it so that it's less cramped. | |||
| 2009-09-09 | Reformat error messages in dialogs so that they don't overflow in weird ways. | Bharat Mediratta | |
| 2009-09-03 | Move the loading images into lib/images and adjust everything to point | Bharat Mediratta | |
| at them, including jquery.autocomplete.css so that we don't have stuff from lib that points into a theme directory. They were common images anyway. Incidentally, rename sm/lg to small/large. | |||
| 2009-08-31 | Set CSS cursor to hand for jQuery UI ui-state-hover elements. Fixes all but ↵ | Chad Kieffer | |
| progress bar cursor. #669 | |||
| 2009-08-31 | Use min-height to hold the banner's height. #706. | Chad Kieffer | |
| 2009-08-31 | Revert 12903f59965b6c95e91ffa8210adc7f18e0b4c03 overflow: auto hides the ↵ | Chad Kieffer | |
| site menu drop downs. | |||
| 2009-08-31 | Hold the banner's height when header text is set or the logo's yanked. | Chad Kieffer | |
| 2009-08-30 | Finish this pass at the Admin Maintenance view. Re-introduce status icons, ↵ | Chad Kieffer | |
| put Cancel All, Delete All buttons in the action heading cell. | |||
| 2009-08-29 | Fix error text color. | Chad Kieffer | |
| 2009-08-29 | Update status message styles. Lighten backgrounds, don't show background on ↵ | Chad Kieffer | |
| Admin Maintenance rows, and added gModuleStatus class. | |||
| 2009-08-28 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
| 2009-08-28 | Make gMessage 100% of the width of its container. | Chad Kieffer | |
| 2009-08-28 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal | |
| 2009-08-28 | Fix ticket #591: reCaptcha always on the page. | Tim Almdal | |
| 1) move creating the "Add a comment" button into the comments.html.php 2) use $.get() to retrieve the comment add form | |||
| 2009-08-28 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
| 2009-08-28 | Don't clone hover item, apply styles to the original container. Contextual ↵ | Chad Kieffer | |
| menu rotates are now immediately visible. Fixes ticket 667. | |||
| 2009-08-27 | fixed CSS bug in the simple uploader #629 | jhilden | |
| and improved permissions UI to include breadcrumbs (consistent with the uploader dialog) | |||
| 2009-08-11 | Make each context menu button clickable from side-to-side | Chad Kieffer | |
| 2009-08-09 | Forgot to commit the css for the resize photo view context menu. | Chad Kieffer | |
| 2009-08-09 | Keep image placement from shifting on hover, set gHoverItem height properly. | Chad Kieffer | |
| 2009-08-08 | Cleanup context menu styles a bit | Chad Kieffer | |
| 2009-08-08 | Added basic context menu affects and styles. Simplified some of the action ↵ | Chad Kieffer | |
| labels in the menu. | |||
| 2009-08-03 | Combine the quick menu and the thumb menu into a single menu called | Bharat Mediratta | |
| the "context" menu. This new context menu is generated using the typical event processing system, like our other menus. The specialized quick CSS and JS is now gone, replaced by our generic menu handling code. It's all rolled together currently using the thumb_menu UI for easy packaging. All the CSS and JS is updated. NOTE: the non-dialog links (rotate, album_cover) have a broken UI because they return JSON which the quick.js code handled specially, but we don't handle properly now. I need to fix this. | |||
| 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. | |||
