summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-22Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2011-04-22Insure that the number of items for a page is greater than zero. Fixes ↵Tim Almdal
ticket 1644.
2011-04-22Automated update of .build_number to 93 for branch masterAutomatic Build Number Updater
Last update: 5af74d4714005c565fc9550dbf1f0689c18429a7 (1 commits ago)
2011-04-22Do simple transliteration when converting filenames to slugs, but checkBharat Mediratta
to see if the transliteration module is available and use a more complex transliteration if possible. Fixes #1668.
2011-04-22Automated update of .build_number to 92 for branch masterAutomatic Build Number Updater
Last update: 2fcd53052b4824642d56f0ff0e1f3598a8250cc3 (1 commits ago)
2011-04-22Follow on fix for #1645 to update the installer.sqlBharat Mediratta
2011-04-22Automated update of .build_number to 91 for branch masterAutomatic Build Number Updater
Last update: 14eadea2c26e2f284b43bfe73e920dcd07837c1b (4 commits ago)
2011-04-22Removed incomplete jquery carousel codeChad Kieffer
2011-04-22Renamed apple_touch_url to apple_touch_icon_url.Chad Kieffer
2011-04-22Merge branch 'master' of git://github.com/gallery/gallery3Chad Kieffer
2011-04-22Created apple-touch-icon and added to wind and admin_wind themes.Chad Kieffer
2011-04-22Automated update of .build_number to 90 for branch masterAutomatic Build Number Updater
Last update: 463014d3361e237e13bb91cc92b5afc4b3bb8306 (11 commits ago)
2011-04-22Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-22Clear the site status for missing themes when we view this page -- ifBharat Mediratta
something goes wrong we'll just add it back again anyway. Follow-on for #1655.
2011-04-22Automated update of .build_number to 89 for branch masterAutomatic Build Number Updater
Last update: 463014d3361e237e13bb91cc92b5afc4b3bb8306 (9 commits ago)
2011-04-22Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-22Detect if the users theme is missing (or missing a theme.info) and inBharat Mediratta
that case fall back to the wind theme. Fixes #1655.
2011-04-22Automated update of .build_number to 88 for branch masterAutomatic Build Number Updater
Last update: 463014d3361e237e13bb91cc92b5afc4b3bb8306 (7 commits ago)
2011-04-22Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-22Urlencode the tag name so that our html is compliant. Fixes #1672.Bharat Mediratta
2011-04-22Catch the item_updated_data_file() event and rescan. Fixes #1679.Bharat Mediratta
2011-04-21Automated update of .build_number to 87 for branch masterAutomatic Build Number Updater
Last update: 463014d3361e237e13bb91cc92b5afc4b3bb8306 (4 commits ago)
2011-04-21Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-21Normally Router::find_uri() strips off the url suffix for us, but whenBharat 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-21Automated update of .build_number to 86 for branch masterAutomatic Build Number Updater
Last update: 463014d3361e237e13bb91cc92b5afc4b3bb8306 (2 commits ago)
2011-04-21Use Tag_Model::url() instead of hand creating tag urls, since the APIBharat Mediratta
changed and that broke. Fixe #1680.
2011-04-21Create before_combine and after_combine events to allow modules and themes toBharat 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-21Automated update of .build_number to 85 for branch masterAutomatic Build Number Updater
Last update: 14eadea2c26e2f284b43bfe73e920dcd07837c1b (3 commits ago)
2011-04-21Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-21Add missing CSS tag so tables get aligned. Fixes #1678.Chris Kelly
2011-04-21Automated update of .build_number to 84 for branch masterAutomatic Build Number Updater
Last update: 14eadea2c26e2f284b43bfe73e920dcd07837c1b (1 commits ago)
2011-04-21Use window.location = "url" instead of window.location.reload() soBharat Mediratta
that we pop back up to the top of the page so that you see the status message. Fixes #1676.
2011-04-10Automated update of .build_number to 83 for branch masterAutomatic Build Number Updater
Last update: 717d580b43b15d88b5bda010adc4fec2dd3b52b5 (1 commits ago)
2011-04-10Gracefully degrade in the case where the .build_number file isBharat Mediratta
missing. Fixes #1673.
2011-04-04Automated update of .build_number to 82 for branch masterAutomatic Build Number Updater
Last update: 527e651cda4ec4b230e43e8f4611b4a3fd292427 (1 commits ago)
2011-04-04Guard against registered users removing tags from items they don't own. ↵Bharat Mediratta
Fixes #1671.
2011-04-04Automated update of .build_number to 81 for branch masterAutomatic Build Number Updater
Last update: e89b0b867c2354fe56818878026e7f1f5df00f4e (1 commits ago)
2011-04-03[Fixes #1574] Render the login form in the same way in every actionAndy Lindeman
This makes sure the "Forgot Your Password?" link appears when the HTML form is initially rendered.
2011-04-02Automated update of .build_number to 80 for branch masterAutomatic Build Number Updater
Last update: f6c5cec1451d23897f0b99b6a3cee90974f2764c (1 commits ago)
2011-04-02Merge branch 'Ticket#1666_reset' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-04-02Automated update of .build_number to 79 for branch masterAutomatic Build Number Updater
Last update: 6d1377e9e9f232e1db3a7d1fc2a9409e5248fdda (3 commits ago)
2011-04-02Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2011-04-02Merge branch 'Ticket#1667' of git://github.com/Joe7/gallery3Bharat Mediratta
2011-04-02Automated update of .build_number to 78 for branch masterAutomatic Build Number Updater
Last update: 6d1377e9e9f232e1db3a7d1fc2a9409e5248fdda (1 commits ago)
2011-04-02proposed fix for ticket #1664mamouneyya
2011-04-02Automated update of .build_number to 77 for branch masterAutomatic Build Number Updater
Last update: 073650192c094080b689cd8ee202554b992223dc (1 commits ago)
2011-04-02Fix an outdated reference to $entry->file which went away in v4 of theBharat Mediratta
module. Fixes #1669.
2011-04-02Sanitize page value before setting offset based on itJoe7
2011-04-02Fix against Ticket #1666Joe7
2011-03-27Automated update of .build_number to 76 for branch masterAutomatic Build Number Updater
Last update: ab6050b02023b94a600d41747080aa280eed5043 (3 commits ago)