| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-17 | Arg, fixing the "Sharing your Translations" text, thanks engineer@gmc | Andy Staudacher | |
| 2009-09-17 | Fix: Make "Sharing your translations" a localizable string | Andy Staudacher | |
| 2009-09-13 | Remove raw HTML that's wrapped around the name of the file | Kevin Nehls | |
| to create if not logged in as admin | |||
| 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-10 | Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make the | Bharat Mediratta | |
| API a little clearer. Write a test for it, too. | |||
| 2009-09-08 | Move specialized (pretty) url generation back into Item_Model so that | Bharat Mediratta | |
| we're not relying on overriding url::site() to do tricks around item urls. This means that you won't get item urls by doing url::site("albums/37"), for example, but it also means that we won't get pretty urls where we don't expect them (like in the action of a <form> element). Incidentally, this will help us move over to using the slug format because if you've got a bad character in a url, the edit forms will now work on it since they'll be id based. | |||
| 2009-09-06 | Don't show clickable link for breadcrumb items where the user doesn't | Bharat Mediratta | |
| have edit permissions. | |||
| 2009-09-02 | Fix bg images in tables bug in webkit and ie. #718 | Chad Kieffer | |
| 2009-09-01 | Fix up incorrectly applied html::mark_clean(). Resolves #698, thanks fperwth! | Bharat Mediratta | |
| 2009-09-01 | Remove unused l10n message | Andy Staudacher | |
| 2009-09-01 | Merge commit 'upstream/master' | Andy Staudacher | |
| 2009-09-01 | XSS / style fixes for newly detected issues (after fixing XSS scanner) | Andy Staudacher | |
| 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 | Fix XSS vectors in HTML attributes (mostly t() calls) | Andy Staudacher | |
| 2009-08-31 | Rename mark_safe() to mark_clean() | Andy Staudacher | |
| 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-30 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
| 2009-08-30 | Apply hover effect to buttons in progress indicator dialog. | Chad Kieffer | |
| 2009-08-30 | Merge commit 'upstream/master' | Andy Staudacher | |
| Conflicts: modules/gallery/views/l10n_client.html.php modules/organize/views/organize_tree.html.php modules/server_add/helpers/server_add_event.php | |||
| 2009-08-30 | Updating uses of html::js_string and SafeString::for_js (value now contains ↵ | Andy Staudacher | |
| string delimiters) | |||
| 2009-08-30 | Change all instances of SafeString::of_safe_html() to html::mark_safe() in ↵ | Andy Staudacher | |
| views. | |||
| 2009-08-30 | Fixing typo | Andy Staudacher | |
| 2009-08-29 | Minor cleanup | Andy Staudacher | |
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
| 2009-08-29 | Undo url helper changes - url methods no longer return a SafeString. | Andy Staudacher | |
| Adding SafeString::of_safe_html() calls where urls are passed as parameters to t() and t2(). | |||
| 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 | XSS fixes | Andy Staudacher | |
| 2009-08-29 | Fix invalida syntax on trying to parse the progress bar percentage | Tim Almdal | |
| 2009-08-29 | L10n fixes for the admin_languages page, and JS/XSS cleanup of the organize ↵ | Andy Staudacher | |
| views. | |||
| 2009-08-29 | Merge commit 'upstream/master' | Andy Staudacher | |
| Conflicts: modules/akismet/views/admin_akismet.html.php modules/comment/helpers/comment_rss.php modules/gallery/helpers/gallery_rss.php modules/gallery/libraries/I18n.php modules/gallery/views/permissions_browse.html.php modules/gallery/views/simple_uploader.html.php modules/info/views/info_block.html.php modules/organize/controllers/organize.php modules/organize/views/organize.html.php modules/organize/views/organize_album.html.php themes/default/views/album.html.php themes/default/views/movie.html.php themes/default/views/photo.html.php | |||
| 2009-08-29 | Fixing all detected XSS vectors in PHP->JS code. | Andy Staudacher | |
| Xss: Rename UNKNOWN back to DIRTY, JS_XSS to DIRTY_JS. (using a different flag value to highlight potential XSS vectors in JS) | |||
| 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 | Refactor all calls of p::clean() to SafeString::of() and p::purify() to ↵ | Andy Staudacher | |
| SafeString::purify(). Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway. | |||
| 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. | |||
