| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-09-08 | Detect when a module fails to upgrade properly and put up an | Bharat Mediratta | |
| informative message to help the user know that she needs to get a newer copy of the module. Fixes ticket #1189. | |||
| 2010-09-01 | flip the float value for RTL | mamouneyya | |
| 2010-08-31 | Expire completed uploads and introduce a text message that says how | Bharat Mediratta | |
| many photos have been uploaded successfully. This is to pave the way for retry code later on. | |||
| 2010-08-19 | Remove style information regarding the permission dialog from the ↵ | Tim Almdal | |
| gallery.css to the wind/screen.css. This should make it easier for themes to style the dialog. | |||
| 2010-07-17 | Fix margin: 0 auto; IE issue in the upgrader view by adding a doctype to the ↵ | Chad Kieffer | |
| template. Minor code refactoring. Also seems to fix #1188. | |||
| 2010-06-23 | centerize the group labels in Edit Permission window.. i think it's much ↵ | mamouneyya | |
| cleaner this way | |||
| 2010-06-21 | 1) revert e468ed7bd3f1e29b267e3902ef9c91273787d58f | Tim Almdal | |
| 2) Add the padding to both the button and flash object so they always line up 3) Add some top padding to the uploadifyQueue panel to seprate it from the button. | |||
| 2010-06-18 | Flip some margin/padding values for RTL | mamouneyya | |
| 2010-03-16 | Add more padding to the top of the add-photos-canvas to avoid overlap with ↵ | Chad Kieffer | |
| selected photos. | |||
| 2010-02-28 | Updates to upload CSS to make it themeable and RTL compatible. Use absolute ↵ | Chad Kieffer | |
| positioning to handle upload button positioning. Remove color definitions to allow jQuery UI theme to set button colors. Consolidate upload dialog CSS to modules/css/gallery.css. Closes #885. | |||
| 2010-02-18 | First pass at user profile formatting updates. Moved buttons to the top, ↵ | Chad Kieffer | |
| simplified HTML and CSS. | |||
| 2010-02-09 | Formated upgrader for RTL languages. Closes ticket #883 | Chad Kieffer | |
| 2010-02-02 | Remove the test-transform:uppercase from the l10n css as it was causing ↵ | Tim Almdal | |
| problems with other text fields in IE and it violates our case standards. Fixes ticket #912 | |||
| 2010-01-22 | Specify the height and overflow-y on l10n-client translation element. fixes ↵ | Tim Almdal | |
| ticket #899. | |||
| 2010-01-11 | Reformat the string list so that the search box does not get push off the ↵ | Tim Almdal | |
| end of the page. | |||
| 2009-11-17 | Address RTL issues reported in ticket #869. Placement of checkboxes and ↵ | Chad Kieffer | |
| radio buttons and sidebar block management lists. | |||
| 2009-11-15 | Try to keep users from leaving the upgrade page, or running the | Bharat Mediratta | |
| upgrade twice. 1) Disable the "Upgrade all" link once clicked 2) Put up a "upgrade in progress" link to show that there's something happening. Fixes ticket #837. | |||
| 2009-11-15 | Change "confirmation" to "dialog" in preparation for putting up a | Bharat Mediratta | |
| "we're working, stay tuned" message. | |||
| 2009-11-15 | Tweak upgrader html and css so that we set opacity properly for rows | Bharat Mediratta | |
| that are done, and disable the upgrade link when there're no actions to take. | |||
| 2009-11-15 | Fix a bug where we were using <? ?> tags in css to figure out whether we | Bharat Mediratta | |
| should gray out an element. | |||
| 2009-11-11 | Improve error handling. | Tim Almdal | |
| 2009-11-10 | Pass two of uploadify... remove the default.css file, removed the folder ↵ | Tim Almdal | |
| option and create a status area where succesful uploads are listed. | |||
| 2009-11-09 | First cut at replacing swfupload with uploadify. Probably need to review ↵ | Tim Almdal | |
| the css and remove extra swfupload selectors. Also changed the dialog so tags can be entered for all the files being uploaded. Probably need to add better start processing so the batch is started before the first image is loaded. Maybe add a module variable so the number of simultaneous uploads can be initiated (currently hard ocded to 10. | |||
| 2009-11-07 | 1) Change the name of the form and message to g-in-place-edit-form and ↵ | Tim Almdal | |
| g-in-place-edit-message. 2) Make sure the cancel button works and cleans up the dom appropriately. | |||
| 2009-11-06 | Move log viewing and translation CSS from admin_wind to gallery.css. ↵ | Chad Kieffer | |
| Explicitly set widths on all admin forms to 270px, all work better at a narrower width than the 500px default set by gallery.dialog.js. | |||
| 2009-11-05 | Minor css cleanup. Removed a few redundant and unused attributes, ↵ | Chad Kieffer | |
| alphabetized attributes, white-space fixes. | |||
| 2009-11-05 | Removed todos, they're done. | Chad Kieffer | |
| 2009-11-05 | Clean up problem with cancelling the inplace edit left a whole bunch of css ↵ | Tim Almdal | |
| artifacts. | |||
| 2009-10-25 | Created gallery.css file, moved simple uploader, move, and permissions CSS ↵ | Chad Kieffer | |
| there. Removed relocated styles from theme css. | |||
| 2009-10-25 | Quote Trebuchet MS since it contains a space. | Chad Kieffer | |
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
| shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
| 2009-08-29 | improved translation interface so that it now can be closed without going to ↵ | jhilden | |
| the admin | |||
| 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-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-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-06-30 | Rejigger the way we handle "done" status in the upgrader. Now we | Bharat Mediratta | |
| present the done box if you're done and let you get rid of it if you want. It's not beautiful, by any means, but it gives you an easy link back to your Gallery when you're finished. Fixes ticket #479. | |||
| 2009-06-29 | Partial fix for ticket 471 - i18n of "Translate Text" button in l10n client | Andy Staudacher | |
| 2009-06-22 | Fix css indentation | Bharat Mediratta | |
| 2009-06-20 | Center the "all done" dialog. Use Jquery and externalize the CSS (I was being | Bharat Mediratta | |
| too conservative before). Fixes ticket #413. | |||
| 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 | Fix formatting in l10n client source box so that it wraps. Otherwise | Bharat Mediratta | |
| long strings show up only on one line. | |||
| 2009-06-02 | Extend L10n client to provide UI for plural translation. | Andy Staudacher | |
| Ticket 148. | |||
| 2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
| Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. | |||
