| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-08-29 | you can close the l10n client directly from its interface now, without going ↵ | jhilden | |
| back to the languages admin page | |||
| 2009-08-29 | Fix invalida syntax on trying to parse the progress bar percentage | Tim Almdal | |
| 2009-08-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | 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-29 | improved translation interface so that it now can be closed without going to ↵ | jhilden | |
| the admin | |||
| 2009-08-28 | improved translations admin interface | jhilden | |
| 2009-08-28 | improved UI for the languages admin | jhilden | |
| this should take care of bug #329 | |||
| 2009-08-28 | Merge branch 'master' of git@github.com:gallery/gallery3 | jhilden | |
| 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-27 | Properly deal with invalid images. This fixes ticket #611 which shows | Bharat Mediratta | |
| a BMP masquerading as a .jpg causing us to be unable to rebuild resizes and thumbnails. Now if that happens, we discard the file, log it and move on. | |||
| 2009-08-09 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branch | Bharat Mediratta | |
| 2009-08-08 | Fix the after_install loader to immediately open the "Welcome to | Bharat Mediratta | |
| Gallery 3!" dialog, but not immediately open the "change your password" dialog. | |||
| 2009-08-08 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branch | Bharat Mediratta | |
| Conflicts: modules/gallery/js/quick.js | |||
| 2009-08-08 | Improve the graphics toolkit detection code so that properly | Bharat Mediratta | |
| identifies situations where its restricted by open_basedir. We now track more informatoin about the toolkit including the version and any errors we encountered while doing the detection so that we can provide more info downstream. This makes graphics::detect_toolkits() a little heavier, but that's ok because it should not be called very often. In the process, refactor the controller and view hierarchy so that it's a little more straightforward in the code. Fixes ticket #616. | |||
| 2009-08-08 | Forgot to save this file when i changed the value from 1 to true | Tim Almdal | |
| 2009-08-08 | Create an new option 'immediate' and if set to true then don't try to set up ↵ | Tim Almdal | |
| click events, but just show the dialog. Also remove the destroy method and put all the cleanup into the dialog close handler | |||
| 2009-08-07 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_branch | Bharat Mediratta | |
| Conflicts: themes/default/js/ui.init.js | |||
| 2009-08-08 | Change galleryPanel and galleryDialog widgets to gallery_panel and ↵ | Tim Almdal | |
| gallery_dialog respectively Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
| 2009-08-08 | Refactor the gallery dialog into a jQuery widget | Tim Almdal | |
| Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
| 2009-08-05 | Revert "Allow a theme to override the page refresh mechanism. Create a new" | Tim Almdal | |
| This reverts commit 1f014aae6c16bbda62d8f5937180f11ccb0eb1b1. | |||
| 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-29 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2009-07-28 | Adjust the velocity based on whether or not we're waiting for more | Bharat Mediratta | |
| updates to get smoother scrolling. | |||
| 2009-07-28 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2009-07-28 | Disable smooth progressbar scrolling when we're at 100% (else the | Bharat Mediratta | |
| progressbar trucks along slowly even though the task is done). | |||
| 2009-07-28 | Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the | Tim Almdal | |
| tag_event:item_edit_form to use the new Form_Script library to inject script into a form. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
| 2009-07-28 | Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change the | Tim Almdal | |
| tag_event:item_edit_form to use the new Form_Script library to inject script into a form. | |||
| 2009-07-28 | Create A Forge Script element. Form_Script allows the specification | Tim Almdal | |
| of either a url to a script file or in line text which will be included in a script block. Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
| 2009-07-27 | Create A Forge Script element. Form_Script allows the specification | Tim Almdal | |
| of either a url to a script file or in line text which will be included in a script block. | |||
| 2009-07-27 | Allow a theme to override the page refresh mechanism. Create a new | Tim Almdal | |
| javascript lib (gallery.reload.js) which defines the functions gallery_reload() and gallery_location(new_location). They just do a window.location.reload() and window.location = new_location. This change breaks the assumption that all themes will handle page reloads the same and allows the theme to customize the page refresh. | |||
| 2009-07-23 | Merge branch 'master' of git@github.com:/gallery/gallery3 | Bharat Mediratta | |
| 2009-07-24 | Add tag autocomplete to the album and photo edit pop up dialogs. | Tim Almdal | |
| This required putting a wrapper view around the forms and passing this view as the parameter to the item_edit_form event. The view contains a $script variable that the modules can add script to be included in the form html when rendered as part of the ajax response. | |||
| 2009-07-23 | Smooth out the animaation for the progress bar. | Bharat Mediratta | |
| 2009-07-23 | Use BOOLEAN instead of integer to describe the permissions : | Romain LE DISEZ | |
| - DENY = false - ALLOW = true - UNKNOW = null (for intent only) - INHERIT = null (for cache) Upgrade is not included for now. (cherry picked from commit 719c59e0402464a0e2b14915f6d10218ff5d4729) | |||
| 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-21 | Use php_uname() instead of PHP_OS for greater accuracy. Fixes ticket #563. | Bharat Mediratta | |
| 2009-07-21 | Fixed grammer and set lowercase for the word project (minor change) | Shai Ben-Naphtali | |
| Signed-off-by: Bharat Mediratta <bharat@menalto.com> | |||
| 2009-07-20 | Fix indentation | Bharat Mediratta | |
| 2009-07-20 | set wmode='transparent' other than flowplayer.js | hiwilson | |
| (cherry picked from commit 79a46658196a98a3972983cc422d1ee544b09d4a) | |||
| 2009-07-17 | Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3. | Bharat Mediratta | |
| Fixes ticket #194 | |||
| 2009-07-14 | 3rd attempt to fix localization messages. Last time around I didn't | Bharat Mediratta | |
| dig deep enough, but now we form the complete message using t() style semantics to replace % placeholders with __ style JS placeholders. Also, stop appending the (completed) text to existing messages.. roll it together. | |||
| 2009-07-14 | Move the gallery version out of a module variable and into a constant | Bharat Mediratta | |
| in the gallery helper. This will let us bump the version without having to bump the gallery module number. | |||
| 2009-07-11 | Fix a typo in the last commit. I left off a closing paren. | Bharat Mediratta | |
| 2009-07-11 | Change 'completed' status message to be a full sentence with javascript ↵ | Bharat Mediratta | |
| placeholders. | |||
| 2009-07-12 | Fixed indentation of commit 2760e119bbfc3e2d436c404de194dbeea738a735 | Shai Ben-Naphtali | |
| Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
| 2009-07-12 | This fixes ticket #513 | Shai Ben-Naphtali | |
| Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
| 2009-07-10 | Forgot to add this file when change "Done"'s to "Close"'s | Tim Almdal | |
| 2009-07-10 | Change the word "Done" to "Close" to make translations easier | Tim Almdal | |
| 2009-07-08 | Added the button formatting to the other links on the Admin Maintenance page. | Tim Almdal | |
| 2009-07-07 | Provide some clarity on the action links by formating them as buttons on | Tim Almdal | |
| the Maintenance Tasks admin page. | |||
