| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-23 | Clone the photo::get_edit_form to the movies helper and use it to generate ↵ | Tim Almdal | |
| the movie edit form. Fixes ticket #726. | |||
| 2009-09-23 | Remove a commented line I forgot to take out | Tim Almdal | |
| 2009-09-22 | Simplify the "unchanged" status message. | Bharat Mediratta | |
| 2009-09-22 | Wrap the login form with a view in order to include a forgot password link. ↵ | Tim Almdal | |
| Fixes ticket #620 | |||
| 2009-09-22 | Issue an information message if the user clicks "Save Settings" indicating ↵ | Tim Almdal | |
| that the key was not changed as it as identical. This addresses the obscure issue raised in ticket #756 | |||
| 2009-09-21 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| Conflicts: modules/gallery/controllers/albums.php | |||
| 2009-09-21 | Set children_count to 0, photos have no children. | Bharat Mediratta | |
| 2009-09-21 | Update the next/previous item calculations to match what we do in photos.php | Bharat Mediratta | |
| Force the children_count to be zero, movies have no children. Rename $photo to $movie everywhere. | |||
| 2009-09-21 | Add viewable() protection to children() and children_count() calls. | Bharat Mediratta | |
| This is not currently necessary (nor is it a security hole) because we don't constrain permissions at the child level in the core, but it makes our security audits easier and will enable the scenario where somebody writes a module to add per-photo permissions. | |||
| 2009-09-21 | Fix Item_Model::get_position() so that our sort is stable when the comparison | Bharat Mediratta | |
| row has a null value in the sort field. Fix for #627 Note: this changes get_position() to take an Item_Model instead of an id! | |||
| 2009-09-16 | Changed the search module installer to explicitly specify MyISAM as the ↵ | Tim Almdal | |
| database type. Changed the packager to not remove the engine specification if the table is search_records. Fixes Ticket #774 | |||
| 2009-09-15 | CSRF / auth fixes, golden data file checkpoint | Andy Staudacher | |
| 2009-09-13 | If there's a show= param and we can't find the given id in the current | Bharat Mediratta | |
| album, just ignore the parameter. | |||
| 2009-09-10 | Use abs_url() inside url::redirect() calls so that we don't just wind | Bharat Mediratta | |
| up tacking onto the base url. | |||
| 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-08 | Actually use the slug when creating new albums (instead of just converting the | Bharat Mediratta | |
| filename over). | |||
| 2009-09-08 | Minor tweaks to the url refactor. | Bharat Mediratta | |
| 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-07 | 1. Actually set the slug to the new value in the controllers. | Bharat Mediratta | |
| 2. Fix up an issue where we were crashing if there were no conflicting rows 3. Amend Item_Model so that if you change the slug, it flushes the cache for all children | |||
| 2009-09-07 | Add the 'Internet Address' field to all items, along with proper | Bharat Mediratta | |
| validation for the fields. | |||
| 2009-09-06 | Don't allow users to take away their own edit permissions. If we | Bharat Mediratta | |
| detect that they did, just give it back. There's no visible message in that case. | |||
| 2009-09-02 | Undo rest of the indentation issue accidentally created in 8312eb and | Bharat Mediratta | |
| partially fixed in 2c30dc | |||
| 2009-09-02 | fix a leading space that was causing the file_structure_test to fail | Tim Almdal | |
| 2009-09-01 | Fix bug #522 - Handle "save settings" correctly in the "share translations" ↵ | Andy Staudacher | |
| form. | |||
| 2009-08-31 | Stay on the same page when editing albums/movies/photos. Fixes ticket | Bharat Mediratta | |
| 2009-08-31 | XSS review fixes (mostly adding missing html::mark_clean()) calls. | Andy Staudacher | |
| 2009-08-31 | Rename mark_safe() to mark_clean() | Andy Staudacher | |
| 2009-08-30 | Tabs to spaces cleanup | Andy Staudacher | |
| 2009-08-30 | Change all instances of SafeString::of_safe_html() to html::mark_safe() in ↵ | Andy Staudacher | |
| views. | |||
| 2009-08-29 | Update all code to use helper method html::clean(), html::purify(), ... ↵ | Andy Staudacher | |
| instead of SafeString directly. | |||
| 2009-08-29 | Fix link in l10n UI (for SafeString changes) | Andy Staudacher | |
| 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 | 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 | Using SafeString in album controller / view | Andy Staudacher | |
| 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-27 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal | |
| 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-27 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal | |
| 2009-08-27 | Remove 'ENGINE=InnoDB' specification from tables that we create. Use | Bharat Mediratta | |
| the system's default table specification. Fixes ticket #597. | |||
| 2009-08-20 | Fix the setting of the mime type header. as per | Tim Almdal | |
| http://gallery.menalto.com/node/90306 Thanks rWatcher Signed-off-by: Tim Almdal <tnalmdal@shaw.ca> | |||
| 2009-08-19 | Fix the setting of the mime type header. as per | Tim Almdal | |
| http://gallery.menalto.com/node/90306 Thanks rWatcher | |||
| 2009-08-19 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal | |
| 2009-08-18 | Merge branch 'master' of git@github.com:gallery/gallery3 | Chad Kieffer | |
| 2009-08-18 | Merge branch 'master' of git://github.com/gallery/gallery3 | Tim Almdal | |
| 2009-08-18 | Don't call dirname() on the toolkit dir, it's already a directory! (Thanks ↵ | Bharat Mediratta | |
| Kaare) | |||
| 2009-08-16 | In this patch, drag now works to the album tree, but the progress bar is not | Tim Almdal | |
| showing. As well fixed a problem where selectable single clink no longer worked when the album was reloaded. | |||
| 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-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. | |||
