| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-17 | Smash multiple extensions down into a single one when accepting file | Bharat Mediratta | |
| uploads. Fixes #1872. | |||
| 2012-05-16 | Revert "Convert any UTF-7 to UTF-8 so that fragment pages (like AJAX replies)" | Bharat Mediratta | |
| This will break many legal UTF-8 strings. This reverts commit 1c5c2e7de42f9e59932c81fb26c8416b2fef3fda. | |||
| 2012-05-16 | Convert any UTF-7 to UTF-8 so that fragment pages (like AJAX replies) | Bharat Mediratta | |
| won't be mistakenly interpreted as UTF-7. Fixes #1869. | |||
| 2012-05-16 | Oops, fix indentation in 99af395a01edac438cef4e42af1f4c26a3532acc | Bharat Mediratta | |
| 2012-05-16 | Force the error page to UTF-8. Fixes #1868. | Bharat Mediratta | |
| 2012-05-15 | Send back form errors wrapped in JSON. Fixes #1867. | Bharat Mediratta | |
| 2012-05-15 | Don't allow new albums with a slug that matches a controller - put up a | Bharat Mediratta | |
| message telling the user that it's a reserved address. Partial fix for #95. | |||
| 2012-05-15 | Harden installer against bad characters in the database name or prefix. ↵ | Bharat Mediratta | |
| Fixes #1866. | |||
| 2012-05-15 | Follow-on to ce34e89c899a3fca6d647e99742c39b8b7a4f3e0 for #1865 - | Bharat Mediratta | |
| allow strings and coerce them to integers. It might be easier to just cast whatever comes in, but I'm worried that we'll accidentally cast an array to an int(1) without realizing it. | |||
| 2012-05-15 | Different approach to resolving #1865, this replaces ↵ | Bharat Mediratta | |
| 6a6b3f90f36293a40cba091c3ac387abb64f3c1a which was rolled back. | |||
| 2012-05-15 | Oops dropped a semicolon in e3d50dd8be9cd4bdefb42f41aa6ed96b6fece676 | Bharat Mediratta | |
| 2012-05-14 | Simplify dialog title for editing advanced settings. Fixes #1864. | Bharat Mediratta | |
| 2012-05-14 | Force uploader status messages to be integers. Fixes #1863. | Bharat Mediratta | |
| 2012-05-13 | Follow on for #1845 - handle paths with dots in them properly. | Bharat Mediratta | |
| 2012-05-11 | Sort modules by visible name, not id. Fixes #1859. | Bharat Mediratta | |
| 2012-05-11 | Verify that theme names are well formed. Fixes #1856. | Bharat Mediratta | |
| 2012-05-08 | Close all buffers, not just the ones that Kohana opened. Fixes #1821, | Bharat Mediratta | |
| thanks to pvalsecc. | |||
| 2012-05-07 | Convert the missing movie placeholder over to a JPG for consistency. Fixes ↵ | Bharat Mediratta | |
| #1828. | |||
| 2012-05-07 | Fix typo in call to Kohana_Exception::getMessage, thanks to Serge. | Bharat Mediratta | |
| Fixes #1780. | |||
| 2012-05-07 | Improve IdentityProvider switching code, patch thanks to Reklov | Bharat Mediratta | |
| Nesalk. Fixes #1834. | |||
| 2012-05-07 | Fix missing date.timezone which results in a crash on startup in I18n | Bharat Mediratta | |
| code. Fill in missing field and log it 25% of the time. Fixes #1853. | |||
| 2012-05-06 | Use html::anchor consistently. Fixes #1851. | Bharat Mediratta | |
| 2012-05-05 | Clean up comments. | Bharat Mediratta | |
| 2012-05-05 | Clean up message to preserve page formatting. Fixes #1848. | Bharat Mediratta | |
| 2012-05-05 | Fix extension-swapping code for files that have extensions that are | Bharat Mediratta | |
| not 3 characters long. Fixes #1845. | |||
| 2012-05-05 | Improve the dimensions-detecting regex, thanks to cchiappa. | Bharat Mediratta | |
| Fixes #1844. | |||
| 2012-05-05 | Fix #1846. | Bharat Mediratta | |
| 2012-04-01 | "public static" -> "static" | Bharat Mediratta | |
| 2012-04-01 | Exclude modules/gallery/vendor/joomla from some structure tests | Bharat Mediratta | |
| 2012-04-01 | Beef up the random number generator by using Joomla's new implementation. | Bharat Mediratta | |
| 2012-04-01 | Try a different approach at filtering. Fixes #1831. | Bharat Mediratta | |
| 2012-04-01 | Restrict valid urls to having a http:// or https:// prefix. Fixes #1830. | Bharat Mediratta | |
| 2012-02-27 | Update copyright to 2012. #1822 | Bharat Mediratta | |
| 2012-02-27 | Updated for #1764 and #1790 | Bharat Mediratta | |
| 2012-02-06 | Don't support display contexts for robots. Fixes #1819. | Bharat Mediratta | |
| 2012-02-06 | Add tags for all Cache::instance()->set calls that don't have one. | Bharat Mediratta | |
| Fixes #1818. | |||
| 2012-02-05 | Add Baidu, Bing and Ezooms to the robits list. Fixes #1817. | Bharat Mediratta | |
| 2011-12-23 | Use Albums_Controller::get_display_context as the default display context. ↵ | Bharat Mediratta | |
| Fixes #1812. | |||
| 2011-11-24 | Move the Content-Length header into the main block, fix some formatting. | Bharat Mediratta | |
| Follow-on to 5b969fd069e239e4126b52377518ac98968b1aab which is a fix for #1802. | |||
| 2011-11-24 | Merge branch 'patch-1' of git://github.com/ffchung/gallery3 | Bharat Mediratta | |
| 2011-11-03 | Better fix for dc21cf36b606048dc24532407d39bc8f5b4211fa - let's just fix up | Bharat Mediratta | |
| the root album thumbnail when the proportions change so that we avoid this problem altogether. | |||
| 2011-10-29 | gzip stream problem on Google Chrome | ffchung | |
| 2011-10-03 | Fix the standard and REST uploaders to use a callback function to | Bharat Mediratta | |
| delete temporary files during shutdown. Fixes #1788. | |||
| 2011-10-03 | Use a stdClass wrapper around the data in the before_combine and | Bharat Mediratta | |
| after_combine events so that event handlers can modify the data. Fixes #1789. | |||
| 2011-08-30 | Make the Theme_View::thumb_proportion() API call backwards compatible to | Bharat Mediratta | |
| the API before dc21cf36b606048dc24532407d39bc8f5b4211fa. Fixes #1775 | |||
| 2011-08-30 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2011-08-30 | Patch for #1774 | Tim Almdal | |
| 2011-08-27 | Merge branch 'master' into bharat_dev | Bharat Mediratta | |
| 2011-08-27 | Refactor the display context code a bit: | Bharat Mediratta | |
| 1) Move the display context code into the controller themselves so that it's more logically a continuation callback from the original controller rendering code. 2) Simplify the display context set/get code and put it in the item helper, it's just a couple of lines of code now. 3) Add more descriptive breadcrumb strings | |||
| 2011-08-11 | Patch for tickets #1428 and #1760 | Tim Almdal | |
| Create the concept of a Photo_Display_Context. If the user is browsing a dynamic album (i.e. tags) and chooses to look at an image in that album. The display of the image happens correctly, but the 'next' and 'previous' buttons are no longer consistent. When one of these is clicked, Gallery will open the adjacent image in the actuall album, not the dynamic album. | |||
