|
|
|
@5608
|
[5608]
|
07/04/07 04:28:29 |
mtredinnick |
unicode: Added unicode-aware slugify filter (in Python) and better … |
|
|
|
@5607
|
[5607]
|
07/04/07 03:36:05 |
mtredinnick |
unicode: Fixed a docstring that was no longer completely accurate. |
|
|
|
@5603
|
[5603]
|
07/04/07 01:50:23 |
mtredinnick |
unicode: Added a comment to the example in [5602]. |
|
|
|
@5602
|
[5602]
|
07/04/07 01:05:45 |
mtredinnick |
unicode: Changed one Model.str test to verify that old-style code … |
|
|
|
@5601
|
[5601]
|
07/04/07 01:02:00 |
mtredinnick |
unicode: Merged from trunk up to [5600]. |
|
|
|
@5597
|
[5597]
|
07/03/07 13:29:56 |
adrian |
unicode: Made some documentation edits and inconsequential typo fixes … |
|
|
|
@5591
|
[5591]
|
07/03/07 07:35:24 |
mtredinnick |
unicode: Added a test to ensure that we title-case non-ASCII strings … |
|
|
|
@5585
|
[5585]
|
07/02/07 07:24:58 |
mtredinnick |
unicode: Added support for non-ASCII labels for URL patterns. |
|
|
|
@5584
|
[5584]
|
07/02/07 02:43:36 |
mtredinnick |
unicode: Added Unicode support for the Oracle backend. All tests pass. |
|
|
|
@5581
|
[5581]
|
07/01/07 01:27:07 |
mtredinnick |
unicode: Fixed a method resolution order (mro) problem introduced in … |
|
|
|
@5580
|
[5580]
|
07/01/07 00:55:01 |
mtredinnick |
unicode: Merged changes from trunk up to [5579]. |
|
|
|
@5546
|
[5546]
|
06/26/07 08:55:28 |
mtredinnick |
Worked around the situation when getdefaultlocale() might return (None, … |
|
|
|
@5535
|
[5535]
|
06/25/07 09:40:08 |
mtredinnick |
Fixed #4664 -- Forced the client character set encoding to UTF-8 for … |
|
|
|
@5534
|
[5534]
|
06/25/07 08:46:01 |
mtredinnick |
unicode: A different version of [5532], based on feedback from Windows … |
|
|
|
@5533
|
[5533]
|
06/25/07 08:11:10 |
mtredinnick |
unicode: Fixed #4662 -- Fixed a remaining ASCII assumption … |
|
|
|
@5532
|
[5532]
|
06/25/07 07:56:52 |
mtredinnick |
unicode: Fixed an encoding problem that was showing up on non-English … |
|
|
|
@5531
|
[5531]
|
06/25/07 07:47:19 |
mtredinnick |
unicode: Merged from trunk up to [5530]. Oracle backend has not been … |
|
|
|
@5489
|
[5489]
|
06/17/07 21:23:24 |
mtredinnick |
unicode: Implemented comparisons between *_lazy() objects. … |
|
|
|
@5487
|
[5487]
|
06/17/07 05:25:48 |
mtredinnick |
unicode: Render templates as unicode objects and only convert them … |
|
|
|
@5481
|
[5481]
|
06/16/07 20:23:49 |
mtredinnick |
unicode: Fixed #4583 -- Fixed a problem with displaying verbose names … |
|
|
|
@5480
|
[5480]
|
06/16/07 19:53:25 |
mtredinnick |
unicode: Fixed #454 -- Fixed admin bug for custom primary keys. … |
|
|
|
@5464
|
[5464]
|
06/11/07 15:02:08 |
mtredinnick |
unicode: Changed the way re-encoding of form field submission works so … |
|
|
|
@5462
|
[5462]
|
06/11/07 09:51:26 |
mtredinnick |
unicode: Merged changes from trunk up to [5460]. |
|
|
|
@5461
|
[5461]
|
06/11/07 09:30:53 |
mtredinnick |
unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed … |
|
|
|
@5447
|
[5447]
|
06/09/07 09:44:27 |
mtredinnick |
unicode: Fixed #4493 -- Fixed a problem where a unicode method was … |
|
|
|
@5446
|
[5446]
|
06/09/07 09:34:14 |
mtredinnick |
unicode: Fixed #4495 -- Fixed a used of str() in the "firstof" template … |
|
|
|
@5445
|
[5445]
|
06/09/07 09:30:24 |
mtredinnick |
unicode: Fixed #4479 -- Changed an errant gettext() call to ugettext(). |
|
|
|
@5444
|
[5444]
|
06/09/07 09:08:14 |
mtredinnick |
unicode: Merged from trunk up to [5443]. |
|
|
|
@5421
|
[5421]
|
06/04/07 02:48:51 |
mtredinnick |
unicode: Fixed #4472 -- Must return unicode objects from unicode … |
|
|
|
@5420
|
[5420]
|
06/03/07 00:35:06 |
mtredinnick |
unicode: Implemented string interpolation for lazy objects. |
|
|
|
@5419
|
[5419]
|
06/02/07 23:45:23 |
mtredinnick |
unicode: Merged from trunk up to [5418]. |
|
|
|
@5400
|
[5400]
|
06/01/07 02:30:40 |
mtredinnick |
unicode: Reverted [5388] and fixed the problem in a different way. … |
|
|
|
@5399
|
[5399]
|
06/01/07 01:19:01 |
mtredinnick |
unicode: Merged from trunk up to [5398]. |
|
|
|
@5390
|
[5390]
|
05/31/07 04:51:39 |
mtredinnick |
unicode: Fixed #4442 -- Fixed a problem with string_concat() … |
|
|
|
@5389
|
[5389]
|
05/31/07 04:04:55 |
mtredinnick |
unicode: Fixed #4430 -- Handle bytestrings and IRIs more robustly in … |
|
|
|
@5388
|
[5388]
|
05/31/07 04:03:29 |
mtredinnick |
unicode: Changed handling of None in smart_unicode/force_unicode. There is … |
|
|
|
@5386
|
[5386]
|
05/30/07 23:25:40 |
mtredinnick |
unicode: Changed all tests and documentation to use unicode instead … |
|
|
|
@5381
|
[5381]
|
05/29/07 08:09:48 |
mtredinnick |
unicode: Merged from trunk up to [5380]. |
|
|
|
@5378
|
[5378]
|
05/29/07 05:20:10 |
mtredinnick |
unicode: Changed header construction for WSGI servers so that we only … |
|
|
|
@5377
|
[5377]
|
05/28/07 08:49:15 |
mtredinnick |
unicode: Ensure that all the strings we put into a mod_python response … |
|
|
|
@5376
|
[5376]
|
05/28/07 08:08:19 |
mtredinnick |
unicode: Fixed a bug in lazy_inter(). |
|
|
|
@5375
|
[5375]
|
05/28/07 08:02:16 |
mtredinnick |
Fixed #4403 -- Stopped pushing form error messages (which are unicode … |
|
|
|
@5374
|
[5374]
|
05/28/07 06:56:09 |
mtredinnick |
unicode: Fixed a docstring from [5373]. |
|
|
|
@5373
|
[5373]
|
05/28/07 06:54:05 |
mtredinnick |
unicode: Fixed decoding problems in POST when a form upload was part of a … |
|
|
|
@5372
|
[5372]
|
05/28/07 06:04:13 |
mtredinnick |
unicode: Fixed a problem when models had non-ASCII bytestrings for … |
|
|
|
@5345
|
[5345]
|
05/26/07 01:55:09 |
mtredinnick |
unicode: Changed the place where we compute verbose_name_raw. It's … |
|
|
|
@5344
|
[5344]
|
05/26/07 01:39:10 |
mtredinnick |
unicode: Fixed proxy.str() handling. So gettext_lazy() will work … |
|
|
|
@5343
|
[5343]
|
05/25/07 05:36:14 |
mtredinnick |
unicode: Fixed a dubious test construct. |
|
|
|
@5342
|
[5342]
|
05/25/07 04:48:02 |
mtredinnick |
unicode: Added a more convenient way to set/change the encoding on a … |
|
|
|
@5341
|
[5341]
|
05/25/07 04:30:43 |
mtredinnick |
unicode: Changed the markup filters to use force_unicode() instead … |
|
|
|
@5340
|
[5340]
|
05/25/07 04:16:34 |
mtredinnick |
unicode: Filled in some missing pieces of documentation. |
|
|
|
@5339
|
[5339]
|
05/25/07 02:31:03 |
mtredinnick |
unicode: Added a check to ensure that iri_to_uri() remains idempotent. |
|
|
|
@5338
|
[5338]
|
05/25/07 02:25:34 |
mtredinnick |
unicode: Added a unicode-aware version of urlencode. Since we now have … |
|
|
|
@5337
|
[5337]
|
05/24/07 22:02:12 |
mtredinnick |
unicode: Merged from trunk up to [5333]. |
|
|
|
@5334
|
[5334]
|
05/24/07 08:08:18 |
mtredinnick |
unicode: Typo fixing. |
|
|
|
@5332
|
[5332]
|
05/24/07 07:20:23 |
mtredinnick |
unicode: Fixed some more Python 2.3 problems (thank-you, test suite!) |
|
|
|
@5331
|
[5331]
|
05/24/07 07:04:44 |
mtredinnick |
unicode: Fixed a few Python 2.3 problems caused by 2.3's slightly … |
|
|
|
@5330
|
[5330]
|
05/24/07 04:15:31 |
mtredinnick |
unicode: Added a new docoment describing how wonderful our unicode support … |
|
|
|
@5329
|
[5329]
|
05/24/07 04:13:13 |
mtredinnick |
unicode: Added a "new in development version" marker to FILE_CHARSET. |
|
|
|
@5328
|
[5328]
|
05/24/07 01:44:54 |
mtredinnick |
unicode: Added unicode-aware equivalents of urllib.quote() … |
|
|
|
@5327
|
[5327]
|
05/24/07 01:24:30 |
mtredinnick |
unicode: Added call to iri_to_uri() on the result of a reverse() call. … |
|
|
|
@5324
|
[5324]
|
05/23/07 21:20:34 |
mtredinnick |
unicode: Made some small tweaks to the i18n docs. The whole file could do … |
|
|
|
@5323
|
[5323]
|
05/23/07 20:25:51 |
mtredinnick |
unicode: Fixed #4367 -- Fixed a problem when trying to display … |
|
|
|
@5322
|
[5322]
|
05/23/07 20:01:32 |
mtredinnick |
unicode: Fixed one of the changes in [5320] in a slightly different way. … |
|
|
|
@5321
|
[5321]
|
05/23/07 19:48:36 |
mtredinnick |
unicode: Removed some redundant code. |
|
|
|
@5320
|
[5320]
|
05/22/07 22:46:57 |
mtredinnick |
unicode: Fixed a number of problems where lazily translated objects were … |
|
|
|
@5317
|
[5317]
|
05/22/07 03:50:47 |
mtredinnick |
unicode: Documented the new iriencode filter and added a test to prove one … |
|
|
|
@5316
|
[5316]
|
05/22/07 03:28:06 |
mtredinnick |
unicode: Fixed two bozo errors in [5315]. Even tested it this time. |
|
|
|
@5315
|
[5315]
|
05/22/07 03:22:54 |
mtredinnick |
unicode: Encoded exception data safely in traceback output. Thanks, … |
|
|
|
@5314
|
[5314]
|
05/22/07 03:06:57 |
mtredinnick |
unicode: Made lazy translation objects work properly. Fixed #4295, #4320. |
|
|
|
@5312
|
[5312]
|
05/21/07 19:46:08 |
mtredinnick |
unicode: Added a note about some tests that fail for MySQL. Changed the … |
|
|
|
@5310
|
[5310]
|
05/21/07 18:24:06 |
mtredinnick |
unicode: Merged from trunk up to [5308]. |
|
|
|
@5286
|
[5286]
|
05/19/07 12:05:02 |
mtredinnick |
unicode: Fixed #4340 -- added a few character set encodings that … |
|
|
|
@5284
|
[5284]
|
05/18/07 19:19:17 |
mtredinnick |
unicode: Fixed a couple of places where IRI fragments are being used and … |
|
|
|
@5283
|
[5283]
|
05/18/07 19:17:23 |
mtredinnick |
unicode: Fixed iri_to_uri() to be not quite as broken (I think it's … |
|
|
|
@5282
|
[5282]
|
05/18/07 13:23:34 |
mtredinnick |
unicode: Added support for sending email that contains unicode data. Refs … |
|
|
|
@5280
|
[5280]
|
05/17/07 15:27:12 |
mtredinnick |
unicode: Started making the necessary documentation changes required … |
|
|
|
@5279
|
[5279]
|
05/17/07 13:35:22 |
mtredinnick |
unicode: Merged from trunk up to [5265]. |
|
|
|
@5278
|
[5278]
|
05/17/07 13:19:40 |
mtredinnick |
unicode: Added iri_to_uri() utility function and use it in the databrowse … |
|
|
|
@5277
|
[5277]
|
05/17/07 11:55:38 |
mtredinnick |
unicode: Added (optional) explicit template encoding specification. Also … |
|
|
|
@5274
|
[5274]
|
05/16/07 20:24:58 |
mtredinnick |
unicode: Audited most of the remaining contrib/ modules for unicode … |
|
|
|
@5273
|
[5273]
|
05/16/07 20:19:03 |
mtredinnick |
unicode: Fixed urlencode filter to handle IRI portions and map them to … |
|
|
|
@5272
|
[5272]
|
05/16/07 18:11:49 |
mtredinnick |
unicode: Test changes that I forgot to commit in [5271]. |
|
|
|
@5271
|
[5271]
|
05/16/07 18:10:31 |
mtredinnick |
unicode: Unicode audit pass through localflavor. Also fixed a few … |
|
|
|
@5270
|
[5270]
|
05/16/07 17:41:35 |
mtredinnick |
unicode: Fixed #4315 -- Fixed a problem with passing unicode strings as … |
|
|
|
@5269
|
[5269]
|
05/16/07 17:30:54 |
mtredinnick |
unicode: Fixed #4314 -- Allow non-ASCII characters in password strings. |
|
|
|
@5268
|
[5268]
|
05/16/07 17:23:36 |
mtredinnick |
unicode: Found a str() call that had snuck through the cracks. |
|
|
|
@5267
|
[5267]
|
05/16/07 17:22:53 |
mtredinnick |
unicode: Fixed #4313 -- fixed a problem with unicode strings and … |
|
|
|
@5258
|
[5258]
|
05/16/07 09:45:58 |
mtredinnick |
unicode: Audited humanize app for unicode compliance. |
|
|
|
@5257
|
[5257]
|
05/16/07 08:24:18 |
mtredinnick |
unicode: Audited comment app. Only a couple of minor changes needed. |
|
|
|
@5256
|
[5256]
|
05/16/07 07:51:18 |
mtredinnick |
unicode: Fixed a couple of potential unicode problems in auth module. |
|
|
|
@5255
|
[5255]
|
05/16/07 07:50:27 |
mtredinnick |
unicode: Renamed no_trans() to the more descriptive deactivate_all(). … |
|
|
|
@5251
|
[5251]
|
05/15/07 13:11:15 |
mtredinnick |
unicode: Audited syndication framework for unicode correctness. |
|
|
|
@5248
|
[5248]
|
05/15/07 11:14:55 |
mtredinnick |
unicode: Made the serializers unicode-aware. Refs #3878, #4227. |
|
|
|
@5247
|
[5247]
|
05/15/07 11:13:37 |
mtredinnick |
unicode: Improved the fix for debug query logging from [5208]. Refs #3891. |
|
|
|
@5243
|
[5243]
|
05/14/07 16:58:01 |
mtredinnick |
unicode: Added test to verify fix of #3492. |
|
|
|
@5242
|
[5242]
|
05/14/07 16:50:38 |
mtredinnick |
unicode: Fixed handling of unicode data passed to test client. Refs #3432. |
|
|
|
@5241
|
[5241]
|
05/14/07 14:42:13 |
mtredinnick |
unicode: Merged from trunk to [5237]. |
|
|
|
@5240
|
[5240]
|
05/14/07 14:05:16 |
mtredinnick |
unicode: Audited contrib.contentypes for unicode problems. |
|
|
|
@5239
|
[5239]
|
05/14/07 14:04:06 |
mtredinnick |
unicode: Fixed #4292 -- Added support for unicode to lazy() … |