Commit Graph

6951 Commits

Author SHA1 Message Date
Bharat Mediratta
88c0363344 Prevent server_add autocomplete from being interpreted as UTF-7. Fixes #1871. 2012-05-16 12:26:51 -07:00
Automatic Build Number Updater
790f64cbcf Automated update of .build_number to 231 for branch master
Last update: 0a8325bae8 (1 commits ago)
2012-05-16 12:06:27 -07:00
Bharat Mediratta
355679fa55 Revert "Convert any UTF-7 to UTF-8 so that fragment pages (like AJAX replies)"
This will break many legal UTF-8 strings.

This reverts commit 1c5c2e7de4.
2012-05-16 12:01:41 -07:00
Automatic Build Number Updater
0a8325bae8 Automated update of .build_number to 230 for branch master
Last update: 6f6797afb2 (2 commits ago)
2012-05-16 11:35:25 -07:00
Bharat Mediratta
1c5c2e7de4 Convert any UTF-7 to UTF-8 so that fragment pages (like AJAX replies)
won't be mistakenly interpreted as UTF-7.  Fixes #1869.
2012-05-16 11:32:28 -07:00
Bharat Mediratta
91e87cb811 Oops, fix indentation in 99af395a01 2012-05-16 11:32:11 -07:00
Automatic Build Number Updater
6f6797afb2 Automated update of .build_number to 229 for branch master
Last update: fd14d29a36 (1 commits ago)
2012-05-16 11:11:04 -07:00
Bharat Mediratta
99af395a01 Force the error page to UTF-8. Fixes #1868. 2012-05-16 11:07:26 -07:00
Automatic Build Number Updater
fd14d29a36 Automated update of .build_number to 228 for branch master
Last update: b63db2e5db (1 commits ago)
2012-05-15 16:10:58 -07:00
Bharat Mediratta
ce209b9eaa Fix a typo leading to notification module not sending any text. Fixes #1862. 2012-05-15 16:10:49 -07:00
Automatic Build Number Updater
b63db2e5db Automated update of .build_number to 227 for branch master
Last update: 82be903527 (1 commits ago)
2012-05-15 16:01:16 -07:00
Bharat Mediratta
891652b233 Send back form errors wrapped in JSON. Fixes #1867. 2012-05-15 16:00:46 -07:00
Automatic Build Number Updater
82be903527 Automated update of .build_number to 226 for branch master
Last update: 05b50f2edf (3 commits ago)
2012-05-15 15:56:41 -07:00
Bharat Mediratta
b23b0c0c6c Merge branch 'master' of github.com:gallery/gallery3 2012-05-15 15:56:24 -07:00
Bharat Mediratta
aac18ef833 Don't allow new albums with a slug that matches a controller - put up a
message telling the user that it's a reserved address.  Partial fix for #95.
2012-05-15 15:53:38 -07:00
Automatic Build Number Updater
10fdc33861 Automated update of .build_number to 225 for branch master
Last update: 05b50f2edf (1 commits ago)
2012-05-15 10:55:13 -07:00
Bharat Mediratta
3caf3cc323 Harden installer against bad characters in the database name or prefix. Fixes #1866. 2012-05-15 10:54:51 -07:00
Automatic Build Number Updater
05b50f2edf Automated update of .build_number to 224 for branch master
Last update: ebc55f208e (1 commits ago)
2012-05-15 10:52:22 -07:00
Bharat Mediratta
3d03ea697f Follow-on to ce34e89c89 for #1865 -
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 10:50:21 -07:00
Automatic Build Number Updater
ebc55f208e Automated update of .build_number to 223 for branch master
Last update: 1ffc3b1df0 (2 commits ago)
2012-05-15 09:53:19 -07:00
Bharat Mediratta
ce34e89c89 Different approach to resolving #1865, this replaces 6a6b3f90f3
which was rolled back.
2012-05-15 09:50:57 -07:00
Bharat Mediratta
0d5187eadf Revert "Verify that where() clauses are well formed. Fixes #1865."
This reverts commit 6a6b3f90f3.
2012-05-15 09:33:43 -07:00
Automatic Build Number Updater
1ffc3b1df0 Automated update of .build_number to 222 for branch master
Last update: cd7df78679 (1 commits ago)
2012-05-15 09:27:41 -07:00
Bharat Mediratta
f06c227505 Oops dropped a semicolon in e3d50dd8be 2012-05-15 09:26:13 -07:00
Automatic Build Number Updater
cd7df78679 Automated update of .build_number to 221 for branch master
Last update: 9408074eb4 (1 commits ago)
2012-05-14 21:55:24 -07:00
Bharat Mediratta
6a6b3f90f3 Verify that where() clauses are well formed. Fixes #1865. 2012-05-14 21:54:41 -07:00
Automatic Build Number Updater
9408074eb4 Automated update of .build_number to 220 for branch master
Last update: 4b170b65d1 (2 commits ago)
2012-05-14 20:52:53 -07:00
Bharat Mediratta
e3d50dd8be Simplify dialog title for editing advanced settings. Fixes #1864. 2012-05-14 20:52:01 -07:00
Bharat Mediratta
1531c3898f Force uploader status messages to be integers. Fixes #1863. 2012-05-14 20:52:01 -07:00
Automatic Build Number Updater
4b170b65d1 Automated update of .build_number to 219 for branch master
Last update: d1390bd87d (1 commits ago)
2012-05-13 21:10:46 -07:00
Bharat Mediratta
ffbaa7bf82 Follow on for #1845 - handle paths with dots in them properly. 2012-05-13 21:09:59 -07:00
Automatic Build Number Updater
d1390bd87d Automated update of .build_number to 218 for branch master
Last update: 2d652ed9da (2 commits ago)
2012-05-11 17:15:03 -07:00
Bharat Mediratta
5d9e717417 Sort modules by visible name, not id. Fixes #1859. 2012-05-11 17:14:41 -07:00
Bharat Mediratta
6aebc2598e Fix canonical name for this module. Fixes #1858. 2012-05-11 17:12:10 -07:00
Automatic Build Number Updater
2d652ed9da Automated update of .build_number to 217 for branch master
Last update: 4fcfe75cbb (1 commits ago)
2012-05-11 16:52:48 -07:00
Bharat Mediratta
ca037dc955 Improve the way server add deals with wacky directory names. Fixes #1857. 2012-05-11 15:58:46 -07:00
Automatic Build Number Updater
4fcfe75cbb Automated update of .build_number to 216 for branch master
Last update: 41c880244e (1 commits ago)
2012-05-11 15:14:00 -07:00
Bharat Mediratta
34ac1a466d Verify that theme names are well formed. Fixes #1856. 2012-05-11 15:12:30 -07:00
Automatic Build Number Updater
41c880244e Automated update of .build_number to 215 for branch master
Last update: b41ac7a3b6 (1 commits ago)
2012-05-11 14:39:37 -07:00
Bharat Mediratta
fd4296c70f Inject some sanity into watermark file extensions. 2012-05-11 14:34:27 -07:00
Automatic Build Number Updater
b41ac7a3b6 Automated update of .build_number to 214 for branch master
Last update: 4998113484 (1 commits ago)
2012-05-08 19:04:47 -07:00
Bharat Mediratta
3191f0f18b Fix up a title that I overlooked in 581d9a58db 2012-05-08 19:03:26 -07:00
Automatic Build Number Updater
4998113484 Automated update of .build_number to 213 for branch master
Last update: 7c868ee71e (1 commits ago)
2012-05-08 18:24:27 -07:00
Bharat Mediratta
b512734b9d Close all buffers, not just the ones that Kohana opened. Fixes #1821,
thanks to pvalsecc.
2012-05-08 18:23:33 -07:00
Automatic Build Number Updater
7c868ee71e Automated update of .build_number to 212 for branch master
Last update: be860f5c4a (1 commits ago)
2012-05-07 21:42:13 -07:00
Bharat Mediratta
a563dcdfb3 Convert the missing movie placeholder over to a JPG for consistency. Fixes #1828. 2012-05-07 21:41:28 -07:00
Automatic Build Number Updater
be860f5c4a Automated update of .build_number to 211 for branch master
Last update: 42463582bd (2 commits ago)
2012-05-07 21:28:09 -07:00
Bharat Mediratta
1ea6210303 Use legal_file::get_extensions() and variants where appropriate. Fixes #1815. 2012-05-07 21:26:38 -07:00
Bharat Mediratta
2a4903c0e7 Fix typo in call to Kohana_Exception::getMessage, thanks to Serge.
Fixes #1780.
2012-05-07 21:17:58 -07:00
Automatic Build Number Updater
42463582bd Automated update of .build_number to 210 for branch master
Last update: ce3530100f (3 commits ago)
2012-05-07 13:48:40 -07:00