| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-30 | Create a tempnam substitute that safely creates files with a given extension. | Chad Parry | |
| 2011-04-26 | Stop using Pagination() and instead use $theme->pager() in views. | Bharat Mediratta | |
| Move the pager() function up to Gallery_View and replace themes/admin_wind/views/pager.html.php (Pagination based) with a modified version from the wind theme in themes/admin_wind/views/paginator.html.php. Fixes #1718. | |||
| 2011-04-25 | Move random::string() to be test::random_string() and have it return a | Bharat Mediratta | |
| random string of any length. Also introduce test::lorem_ipsum() and use that in places where we want strings of words. Fixes #1713. | |||
| 2011-04-25 | Fix a bug introduced in 526859d9605d137ebe053ecbd80f46ca6a331194 where | Bharat Mediratta | |
| we changed the behavior of the slug code and included the file extension, not just the name. This broke Item_Model_Test::move_photo_with_conflicting_target_gets_uniqified_test so yay for unit tests! #1668 | |||
| 2011-04-25 | Update test golden files. | Bharat Mediratta | |
| 2011-04-25 | Add appropriate preamble. #1696, #1698 | Bharat Mediratta | |
| 2011-04-24 | Don't put the Admin > Theme Options Save button in a fieldset. | Chad Kieffer | |
| 2011-04-24 | Third times the charm. Rethink unordered lists and bullets. Revert to ↵ | Chad Kieffer | |
| turning them off by default and provide a new class, g-text, to define a list or a section of text as needing to display bullets. | |||
| 2011-04-23 | Revert 0235c2062e9d980a4778c4b22678238c525e1cd7 and instead apply the fix from | Bharat Mediratta | |
| iptox.net listed here: http://gallery.menalto.com/node/98768#comment-372398 Fixes for #1681, #1625 | |||
| 2011-04-23 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
| 2011-04-23 | Partially revert the CSS change in 76a7ad3161be0994d7ba98e9dff9b317b2430bb3 | Bharat Mediratta | |
| to center the "Select..." button because it was causing the SWF object to vanish in Firefox. #1638. | |||
| 2011-04-23 | Set the width of the information column to 60px to prevent icon wrap | Tim Almdal | |
| 2011-04-23 | Oops, fix broken codex urls. For #1698. | Bharat Mediratta | |
| 2011-04-23 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
| 2011-04-23 | module.info and theme.info files now support author name, author url, | Bharat Mediratta | |
| info url and discussion url fields. Those fields show up in the Admin > Modules and Admin > Appearance > Theme Choice pages. All official modules and themes updated to contain these values. Fixes #1696, #1698. | |||
| 2011-04-23 | Fix for ticket #1699. Make the link to return to the gallery installation ↵ | Tim Almdal | |
| clearer. | |||
| 2011-04-23 | Merge branch 'upgrade_flowplayer' of git://github.com/alindeman/gallery3 ↵ | Bharat Mediratta | |
| into andy | |||
| 2011-04-23 | Add iPad/iPhone support for video playback | Andy Lindeman | |
| * Resolves #1634 | |||
| 2011-04-23 | Merge branch 'alindeman/1628' of git://github.com/alindeman/gallery3 into andy | Bharat Mediratta | |
| 2011-04-23 | Use an absolute url for the upgrader link. Also, clear the upgrade_now | Bharat Mediratta | |
| site status message every time we go to Admin > Modules. Fixes #1695. | |||
| 2011-04-23 | Set the default value for gallery.timezone to null so that each install uses | Bharat Mediratta | |
| date_default_timezone_get() in modules/gallery/config/locale.php but it's still overrideable in Admin > Settings > Advanced. Follow on fix for #1637. | |||
| 2011-04-23 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
| 2011-04-23 | Overhaul of the uploader code: | Bharat Mediratta | |
| - Propagate size limits (including detecting memory limits from GD) down to the Flash so that we don't even start uploads that won't work - Improve the error messages to be more user meaningful and provide links to the codex for errors - Tell the user up front what the file size limit is. Fixes #1638 | |||
| 2011-04-23 | Add convert_to_human_readable and tests for both. Resolves #1693. | Bharat Mediratta | |
| 2011-04-23 | Allow tags to be merged by renaming | Andy Lindeman | |
| * Fixes #1628 | |||
| 2011-04-23 | Fix for ticket #1681 (and maybe #1625). Change the parameter from -v to ↵ | Tim Almdal | |
| -version. | |||
| 2011-04-23 | Remove displayed blocks from the admin block list. If there are no | Bharat Mediratta | |
| available blocks to add, just hide the block adder block. Fixes #1689. | |||
| 2011-04-23 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2011-04-23 | Fix for ticket #541 | Tim Almdal | |
| Added a theme_info variable to the theme globals. The properties in the theme.info file are now contained in this theme_info structure. Access is: <?= $theme_info->author ?> will display the theme author. | |||
| 2011-04-23 | If we've cleared out the last group in a combine_queue for a given | Bharat Mediratta | |
| type, unset the combine_queue for that type entirely. This way future calls to css() and script() emit an element until there's a new call to start_combining(). Fixes 1685. | |||
| 2011-04-22 | A few more fixes for #1637: | Bharat Mediratta | |
| - Update gallery_installer::install() to set the version to 48 and set the timezone - Rebuild installer.sql | |||
| 2011-04-22 | Merge branch 'time-zone-improvements' of ↵ | Bharat Mediratta | |
| https://github.com/alindeman/gallery3 into alindeman-time-zone-improvements | |||
| 2011-04-22 | Allow timezone to be configurable | Andy Lindeman | |
| * Fixes #1637 * New advanced setting gallery/timezone * Default setting comes from PHP | |||
| 2011-04-22 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2011-04-22 | Insure that the number of items for a page is greater than zero. Fixes ↵ | Tim Almdal | |
| ticket 1644. | |||
| 2011-04-22 | Do simple transliteration when converting filenames to slugs, but check | Bharat Mediratta | |
| to see if the transliteration module is available and use a more complex transliteration if possible. Fixes #1668. | |||
| 2011-04-22 | Removed incomplete jquery carousel code | Chad Kieffer | |
| 2011-04-22 | Renamed apple_touch_url to apple_touch_icon_url. | Chad Kieffer | |
| 2011-04-22 | Merge branch 'master' of git://github.com/gallery/gallery3 | Chad Kieffer | |
| 2011-04-22 | Created apple-touch-icon and added to wind and admin_wind themes. | Chad Kieffer | |
| 2011-04-22 | Clear the site status for missing themes when we view this page -- if | Bharat Mediratta | |
| something goes wrong we'll just add it back again anyway. Follow-on for #1655. | |||
| 2011-04-22 | Detect if the users theme is missing (or missing a theme.info) and in | Bharat Mediratta | |
| that case fall back to the wind theme. Fixes #1655. | |||
| 2011-04-21 | Normally Router::find_uri() strips off the url suffix for us, but when | Bharat Mediratta | |
| we make the theme::$is_admin determination we're working off of the PATH_INFO so we need to strip it off manually. Fixes #1631. | |||
| 2011-04-21 | Create before_combine and after_combine events to allow modules and themes to | Bharat Mediratta | |
| interact with the combine list ahead of time, and to be able to do things like minification after it's combined. Fixes #1653. | |||
| 2011-04-21 | Add missing CSS tag so tables get aligned. Fixes #1678. | Chris Kelly | |
| 2011-04-21 | Use window.location = "url" instead of window.location.reload() so | Bharat Mediratta | |
| that we pop back up to the top of the page so that you see the status message. Fixes #1676. | |||
| 2011-04-10 | Gracefully degrade in the case where the .build_number file is | Bharat Mediratta | |
| missing. Fixes #1673. | |||
| 2011-04-03 | [Fixes #1574] Render the login form in the same way in every action | Andy Lindeman | |
| This makes sure the "Forgot Your Password?" link appears when the HTML form is initially rendered. | |||
| 2011-04-02 | proposed fix for ticket #1664 | mamouneyya | |
| 2011-03-27 | Centralize our encoding code into a new helpers and use | Bharat Mediratta | |
| mb_convert_encoding if possible. Build on the work in c791ae96d5bb28f39b26a0e556e10e636f97436c by momo-i. Fixes #1660. | |||
