summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-15Follow-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-15Automated update of .build_number to 223 for branch masterAutomatic Build Number Updater
Last update: 1ffc3b1df084355d4e1f7aeab8555df07801b885 (2 commits ago)
2012-05-15Different approach to resolving #1865, this replaces ↵Bharat Mediratta
6a6b3f90f36293a40cba091c3ac387abb64f3c1a which was rolled back.
2012-05-15Revert "Verify that where() clauses are well formed. Fixes #1865."Bharat Mediratta
This reverts commit 6a6b3f90f36293a40cba091c3ac387abb64f3c1a.
2012-05-15Automated update of .build_number to 222 for branch masterAutomatic Build Number Updater
Last update: cd7df786796cdc4ae91c4d28a24ff6ccff575164 (1 commits ago)
2012-05-15Oops dropped a semicolon in e3d50dd8be9cd4bdefb42f41aa6ed96b6fece676Bharat Mediratta
2012-05-14Automated update of .build_number to 221 for branch masterAutomatic Build Number Updater
Last update: 9408074eb42e0d56a1626f4d08b1fdbd19e79fa4 (1 commits ago)
2012-05-14Verify that where() clauses are well formed. Fixes #1865.Bharat Mediratta
2012-05-14Automated update of .build_number to 220 for branch masterAutomatic Build Number Updater
Last update: 4b170b65d19d7699a87d6ecfe28741627f206b48 (2 commits ago)
2012-05-14Simplify dialog title for editing advanced settings. Fixes #1864.Bharat Mediratta
2012-05-14Force uploader status messages to be integers. Fixes #1863.Bharat Mediratta
2012-05-13Automated update of .build_number to 219 for branch masterAutomatic Build Number Updater
Last update: d1390bd87db1a7e59bbd72f5991fbbc6374c98b4 (1 commits ago)
2012-05-13Follow on for #1845 - handle paths with dots in them properly.Bharat Mediratta
2012-05-11Automated update of .build_number to 218 for branch masterAutomatic Build Number Updater
Last update: 2d652ed9da31dd0aeb49dbf0b7e8de5e7228a13f (2 commits ago)
2012-05-11Sort modules by visible name, not id. Fixes #1859.Bharat Mediratta
2012-05-11Fix canonical name for this module. Fixes #1858.Bharat Mediratta
2012-05-11Automated update of .build_number to 217 for branch masterAutomatic Build Number Updater
Last update: 4fcfe75cbb559e5654794a0111bb701d0493589e (1 commits ago)
2012-05-11Improve the way server add deals with wacky directory names. Fixes #1857.Bharat Mediratta
2012-05-11Automated update of .build_number to 216 for branch masterAutomatic Build Number Updater
Last update: 41c880244e65c94b99c160256e112232bce4c369 (1 commits ago)
2012-05-11Verify that theme names are well formed. Fixes #1856.Bharat Mediratta
2012-05-11Automated update of .build_number to 215 for branch masterAutomatic Build Number Updater
Last update: b41ac7a3b6b228ef0a9977cdb93f0da39dba11a3 (1 commits ago)
2012-05-11Inject some sanity into watermark file extensions.Bharat Mediratta
2012-05-08Automated update of .build_number to 214 for branch masterAutomatic Build Number Updater
Last update: 4998113484ea91fcdeb1368b638080e39b29837e (1 commits ago)
2012-05-08Fix up a title that I overlooked in 581d9a58db6a18a2597ee5487e57716f367c884bBharat Mediratta
2012-05-08Automated update of .build_number to 213 for branch masterAutomatic Build Number Updater
Last update: 7c868ee71e728c78080ee37aa690510387feea8c (1 commits ago)
2012-05-08Close all buffers, not just the ones that Kohana opened. Fixes #1821,Bharat Mediratta
thanks to pvalsecc.
2012-05-07Automated update of .build_number to 212 for branch masterAutomatic Build Number Updater
Last update: be860f5c4a1ea3eb3ac02cf1a7e38793c65f7c3b (1 commits ago)
2012-05-07Convert the missing movie placeholder over to a JPG for consistency. Fixes ↵Bharat Mediratta
#1828.
2012-05-07Automated update of .build_number to 211 for branch masterAutomatic Build Number Updater
Last update: 42463582bd5fc896e3b623313082531aeabf4720 (2 commits ago)
2012-05-07Use legal_file::get_extensions() and variants where appropriate. Fixes #1815.Bharat Mediratta
2012-05-07Fix typo in call to Kohana_Exception::getMessage, thanks to Serge.Bharat Mediratta
Fixes #1780.
2012-05-07Automated update of .build_number to 210 for branch masterAutomatic Build Number Updater
Last update: ce3530100fb9279001f2918955e943c7cc97d590 (3 commits ago)
2012-05-07Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta
2012-05-07Oops, fix up a bug originally added inBharat Mediratta
7d66ab2e949bc915f108737f08cac2f9057ef729 when I tweaked the name of the rss_available variable to be rss_visible, but got it wrong. Bump the comment module to 6 so that we run the installer and clean up old vars. Fixes #1854.
2012-05-07Automated update of .build_number to 209 for branch masterAutomatic Build Number Updater
Last update: ce3530100fb9279001f2918955e943c7cc97d590 (1 commits ago)
2012-05-07Update date format to make it RFC822 compliant. Thanks to moullas. Fixes ↵Bharat Mediratta
#1798.
2012-05-07Automated update of .build_number to 208 for branch masterAutomatic Build Number Updater
Last update: c44ae2a6b8efd8dcccd467d054599333a2caabfe (2 commits ago)
2012-05-07Oops, add in a file missed in 11ee6d50acf8849347c2c37dc15697830ff854d0Bharat Mediratta
2012-05-07Improve IdentityProvider switching code, patch thanks to ReklovBharat Mediratta
Nesalk. Fixes #1834.
2012-05-07Automated update of .build_number to 207 for branch masterAutomatic Build Number Updater
Last update: dc998c9fc78e3304ef896d3ab3356d2a22a68103 (2 commits ago)
2012-05-07Improve IdentityProvider switching code, patch thanks to ReklovBharat Mediratta
Nesalk. Fixes #1834.
2012-05-07Fix a database error caused by trying to view a non-search-result in aBharat Mediratta
search context. Patch thanks to sermoro. Fixes #1837.
2012-05-07Automated update of .build_number to 206 for branch masterAutomatic Build Number Updater
Last update: 62623a84d0228e3851e7cca99cc84e34d572dce0 (1 commits ago)
2012-05-07Fix missing date.timezone which results in a crash on startup in I18nBharat Mediratta
code. Fill in missing field and log it 25% of the time. Fixes #1853.
2012-05-06Automated update of .build_number to 205 for branch masterAutomatic Build Number Updater
Last update: b8e8819d3f0d0e48f6c3c7c2acdc1d6e73eb5ddd (1 commits ago)
2012-05-06Update the installer bundle for the comment module. Fixes #1852.Bharat Mediratta
2012-05-06Automated update of .build_number to 204 for branch masterAutomatic Build Number Updater
Last update: 1050bf02233e7a03c0b4e330b84f0d070f5d407d (1 commits ago)
2012-05-06Use html::anchor consistently. Fixes #1851.Bharat Mediratta
2012-05-05Automated update of .build_number to 203 for branch masterAutomatic Build Number Updater
Last update: b9b06b2383f943fdb9e4bef5c2ebd0d0d26c2d1f (4 commits ago)
2012-05-05Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta