Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-23 | Automated update of .build_number to 124 for branch master | Automatic Build Number Updater | |
Last update: d3992b9983015ca584709478e06f2579283fdc8c (1 commits ago) | |||
2011-04-23 | Merge branch 'master' of git://github.com/alindeman/gallery3 | Bharat Mediratta | |
2011-04-23 | Automated update of .build_number to 123 for branch master | Automatic Build Number Updater | |
Last update: c1779a9e8f1a2c3cbda576815a37fd9b67b3c82c (12 commits ago) | |||
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 | Automated update of .build_number to 122 for branch master | Automatic Build Number Updater | |
Last update: aa0d98e515983799c370fabf749d6c502a7bac8c (1 commits ago) | |||
2011-04-23 | Set the width of the information column to 60px to prevent icon wrap | Tim Almdal | |
2011-04-23 | Automated update of .build_number to 121 for branch master | Automatic Build Number Updater | |
Last update: c1779a9e8f1a2c3cbda576815a37fd9b67b3c82c (10 commits ago) | |||
2011-04-23 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-23 | Oops, fix broken codex urls. For #1698. | Bharat Mediratta | |
2011-04-23 | Automated update of .build_number to 120 for branch master | Automatic Build Number Updater | |
Last update: c1779a9e8f1a2c3cbda576815a37fd9b67b3c82c (8 commits ago) | |||
2011-04-23 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-23 | Oops, this is the rest of the modules and themes for #1696 and #1698. | Bharat Mediratta | |
2011-04-23 | Automated update of .build_number to 119 for branch master | Automatic Build Number Updater | |
Last update: c1779a9e8f1a2c3cbda576815a37fd9b67b3c82c (6 commits ago) | |||
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 | Automated update of .build_number to 118 for branch master | Automatic Build Number Updater | |
Last update: f5a9abc26a14dda6c2dce4aaf5ab139d2663808b (1 commits ago) | |||
2011-04-23 | Fix for ticket #1699. Make the link to return to the gallery installation ↵ | Tim Almdal | |
clearer. | |||
2011-04-23 | Correct path for fix-ie.css in admin_wind theme | Andy Lindeman | |
* Fixes #1651 | |||
2011-04-23 | Automated update of .build_number to 117 for branch master | Automatic Build Number Updater | |
Last update: c1779a9e8f1a2c3cbda576815a37fd9b67b3c82c (4 commits ago) | |||
2011-04-23 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-23 | Merge branch 'upgrade_flowplayer' of git://github.com/alindeman/gallery3 ↵ | Bharat Mediratta | |
into andy | |||
2011-04-23 | Automated update of .build_number to 116 for branch master | Automatic Build Number Updater | |
Last update: c1779a9e8f1a2c3cbda576815a37fd9b67b3c82c (2 commits ago) | |||
2011-04-23 | Add iPad/iPhone support for video playback | Andy Lindeman | |
* Resolves #1634 | |||
2011-04-23 | Move the calculation for item_related_update ahead of the duplicate | Bharat Mediratta | |
tag merge so that we don't trigger an item_related_update on items who semantically have the same tag after the merge. Follow-on for #1628. | |||
2011-04-23 | Merge branch 'alindeman/1628' of git://github.com/alindeman/gallery3 into andy | Bharat Mediratta | |
2011-04-23 | Automated update of .build_number to 115 for branch master | Automatic Build Number Updater | |
Last update: 1da0551b3c7067da43334ba2afeaad5aca6e364e (3 commits ago) | |||
2011-04-23 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
2011-04-23 | Merge branch 'master' of git://github.com/ckieffer/gallery3 into chad | Bharat Mediratta | |
2011-04-23 | Automated update of .build_number to 114 for branch master | Automatic Build Number Updater | |
Last update: 1da0551b3c7067da43334ba2afeaad5aca6e364e (1 commits ago) | |||
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 | Automated update of .build_number to 113 for branch master | Automatic Build Number Updater | |
Last update: e0f4002c58714cf87fc9172f557258148c3dea88 (1 commits ago) | |||
2011-04-23 | Further cleanup for minimum_password_length -- update | Bharat Mediratta | |
user_installer::initialize() with the right module version number for the user module and fix the misspelling there then rebuild the installer.sql. #1694. | |||
2011-04-23 | Automated update of .build_number to 112 for branch master | Automatic Build Number Updater | |
Last update: dbdc3f088661826a56e62b85398dd795a9abb063 (1 commits ago) | |||
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 | Automated update of .build_number to 111 for branch master | Automatic Build Number Updater | |
Last update: fb45d1a2ec468b523ea709d90361caeb174d5599 (1 commits ago) | |||
2011-04-23 | Fix ticket #1694 (continued). Reset the corrected user module variable to ↵ | Tim Almdal | |
the value of the incorrect spelling (don't assume that the original value was still 5. | |||
2011-04-23 | Automated update of .build_number to 110 for branch master | Automatic Build Number Updater | |
Last update: a9eb995dd2b64667c300c6193656b6cdfeb4e2a5 (1 commits ago) | |||
2011-04-23 | Fix ticket #1694. Correct Spelling of mininum_password_length to ↵ | Tim Almdal | |
minimum_password_length | |||
2011-04-23 | Automated update of .build_number to 109 for branch master | Automatic Build Number Updater | |
Last update: 7a4ff2fea194829eac38c6293b43cfa55d4637e1 (7 commits ago) | |||
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 | Automated update of .build_number to 108 for branch master | Automatic Build Number Updater | |
Last update: 09030d527b2b107006b10b0541492c8e7ad6071b (2 commits ago) | |||
2011-04-23 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
2011-04-23 | Fix for ticket #1681 (and maybe #1625). Change the parameter from -v to ↵ | Tim Almdal | |
-version. | |||
2011-04-23 | Remove list styles from additional widgets. | Chad Kieffer | |
2011-04-23 | Automated update of .build_number to 107 for branch master | Automatic Build Number Updater | |
Last update: 7a4ff2fea194829eac38c6293b43cfa55d4637e1 (4 commits ago) | |||
2011-04-23 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |