| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-09-30 | Enable the administration screen for the sidebar. Fix for ticket #110. | Tim Almdal | |
| 2009-09-30 | Use the block_manager to manage site sidebar panels. Fixes ticket #110. | Tim Almdal | |
| * Extend block_manager to handle sidebar blocks. get_available has become get_available_admin_blocks, get_list becomes get_admin_list. * Create new functions get_available_site_blocks which will look for gallery_block get_available_site_blocks. * Refactor sidebar_blocks into a separate function and then call block_manager::get_html(site.sidebar). Convert image_block to use block management instead of theme::sidebar_blocks * Change the block_manager api so that the theme is passed into the get method. convert info to the new sidebar block approach * Convert the user module to use the new sidebar block structure. remove the installers for info and image_block modules. * Convert tag and rss modules to the new sidebar framework. reset the version number to 1 for info and image_block modules. * Change the get_html method to ignore empty blocks and change the individual handlers to return an empty string if no block is generated * Add a warning message if no sidebar blocks are active and provide a link to the admin page that configures the sidebar. | |||
| 2009-09-27 | This path requires the upgrader to be run and applies the following changes: | Tim Almdal | |
| * moves the composite method back into core * requires that the operation be fully qualified i.e. gallery_graphics::resize * caches the graphics rules on each request | |||
| 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) | |||
