Django

Code

root/django/branches/unicode/django


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5608 [5608] 07/04/07 04:28:29 mtredinnick unicode: Added unicode-aware slugify filter (in Python) and better …
(edit) @5607 [5607] 07/04/07 03:36:05 mtredinnick unicode: Fixed a docstring that was no longer completely accurate.
(edit) @5601 [5601] 07/04/07 01:02:00 mtredinnick unicode: Merged from trunk up to [5600].
(edit) @5597 [5597] 07/03/07 13:29:56 adrian unicode: Made some documentation edits and inconsequential typo fixes …
(edit) @5585 [5585] 07/02/07 07:24:58 mtredinnick unicode: Added support for non-ASCII labels for URL patterns.
(edit) @5584 [5584] 07/02/07 02:43:36 mtredinnick unicode: Added Unicode support for the Oracle backend. All tests pass.
(edit) @5581 [5581] 07/01/07 01:27:07 mtredinnick unicode: Fixed a method resolution order (mro) problem introduced in …
(edit) @5580 [5580] 07/01/07 00:55:01 mtredinnick unicode: Merged changes from trunk up to [5579].
(edit) @5546 [5546] 06/26/07 08:55:28 mtredinnick Worked around the situation when getdefaultlocale() might return (None, …
(edit) @5535 [5535] 06/25/07 09:40:08 mtredinnick Fixed #4664 -- Forced the client character set encoding to UTF-8 for …
(edit) @5534 [5534] 06/25/07 08:46:01 mtredinnick unicode: A different version of [5532], based on feedback from Windows …
(edit) @5533 [5533] 06/25/07 08:11:10 mtredinnick unicode: Fixed #4662 -- Fixed a remaining ASCII assumption …
(edit) @5532 [5532] 06/25/07 07:56:52 mtredinnick unicode: Fixed an encoding problem that was showing up on non-English …
(edit) @5531 [5531] 06/25/07 07:47:19 mtredinnick unicode: Merged from trunk up to [5530]. Oracle backend has not been …
(edit) @5489 [5489] 06/17/07 21:23:24 mtredinnick unicode: Implemented comparisons between *_lazy() objects. …
(edit) @5487 [5487] 06/17/07 05:25:48 mtredinnick unicode: Render templates as unicode objects and only convert them …
(edit) @5481 [5481] 06/16/07 20:23:49 mtredinnick unicode: Fixed #4583 -- Fixed a problem with displaying verbose names …
(edit) @5480 [5480] 06/16/07 19:53:25 mtredinnick unicode: Fixed #454 -- Fixed admin bug for custom primary keys. …
(edit) @5464 [5464] 06/11/07 15:02:08 mtredinnick unicode: Changed the way re-encoding of form field submission works so …
(edit) @5462 [5462] 06/11/07 09:51:26 mtredinnick unicode: Merged changes from trunk up to [5460].
(edit) @5461 [5461] 06/11/07 09:30:53 mtredinnick unicode: Fixed the urlencode filter to work with non-ASCII strings. Fixed …
(edit) @5447 [5447] 06/09/07 09:44:27 mtredinnick unicode: Fixed #4493 -- Fixed a problem where a unicode method was …
(edit) @5446 [5446] 06/09/07 09:34:14 mtredinnick unicode: Fixed #4495 -- Fixed a used of str() in the "firstof" template …
(edit) @5445 [5445] 06/09/07 09:30:24 mtredinnick unicode: Fixed #4479 -- Changed an errant gettext() call to ugettext().
(edit) @5444 [5444] 06/09/07 09:08:14 mtredinnick unicode: Merged from trunk up to [5443].
(edit) @5421 [5421] 06/04/07 02:48:51 mtredinnick unicode: Fixed #4472 -- Must return unicode objects from unicode
(edit) @5420 [5420] 06/03/07 00:35:06 mtredinnick unicode: Implemented string interpolation for lazy objects.
(edit) @5419 [5419] 06/02/07 23:45:23 mtredinnick unicode: Merged from trunk up to [5418].
(edit) @5400 [5400] 06/01/07 02:30:40 mtredinnick unicode: Reverted [5388] and fixed the problem in a different way. …
(edit) @5399 [5399] 06/01/07 01:19:01 mtredinnick unicode: Merged from trunk up to [5398].
(edit) @5390 [5390] 05/31/07 04:51:39 mtredinnick unicode: Fixed #4442 -- Fixed a problem with string_concat() …
(edit) @5389 [5389] 05/31/07 04:04:55 mtredinnick unicode: Fixed #4430 -- Handle bytestrings and IRIs more robustly in …
(edit) @5388 [5388] 05/31/07 04:03:29 mtredinnick unicode: Changed handling of None in smart_unicode/force_unicode. There is …
(edit) @5381 [5381] 05/29/07 08:09:48 mtredinnick unicode: Merged from trunk up to [5380].
(edit) @5378 [5378] 05/29/07 05:20:10 mtredinnick unicode: Changed header construction for WSGI servers so that we only …
(edit) @5377 [5377] 05/28/07 08:49:15 mtredinnick unicode: Ensure that all the strings we put into a mod_python response …
(edit) @5376 [5376] 05/28/07 08:08:19 mtredinnick unicode: Fixed a bug in lazy_inter().
(edit) @5375 [5375] 05/28/07 08:02:16 mtredinnick Fixed #4403 -- Stopped pushing form error messages (which are unicode …
(edit) @5374 [5374] 05/28/07 06:56:09 mtredinnick unicode: Fixed a docstring from [5373].
(edit) @5373 [5373] 05/28/07 06:54:05 mtredinnick unicode: Fixed decoding problems in POST when a form upload was part of a …
(edit) @5372 [5372] 05/28/07 06:04:13 mtredinnick unicode: Fixed a problem when models had non-ASCII bytestrings for …
(edit) @5345 [5345] 05/26/07 01:55:09 mtredinnick unicode: Changed the place where we compute verbose_name_raw. It's …
(edit) @5344 [5344] 05/26/07 01:39:10 mtredinnick unicode: Fixed proxy.str() handling. So gettext_lazy() will work …
(edit) @5342 [5342] 05/25/07 04:48:02 mtredinnick unicode: Added a more convenient way to set/change the encoding on a …
(edit) @5341 [5341] 05/25/07 04:30:43 mtredinnick unicode: Changed the markup filters to use force_unicode() instead …
(edit) @5338 [5338] 05/25/07 02:25:34 mtredinnick unicode: Added a unicode-aware version of urlencode. Since we now have …
(edit) @5337 [5337] 05/24/07 22:02:12 mtredinnick unicode: Merged from trunk up to [5333].
(edit) @5332 [5332] 05/24/07 07:20:23 mtredinnick unicode: Fixed some more Python 2.3 problems (thank-you, test suite!)
(edit) @5331 [5331] 05/24/07 07:04:44 mtredinnick unicode: Fixed a few Python 2.3 problems caused by 2.3's slightly …
(edit) @5328 [5328] 05/24/07 01:44:54 mtredinnick unicode: Added unicode-aware equivalents of urllib.quote() …
(edit) @5327 [5327] 05/24/07 01:24:30 mtredinnick unicode: Added call to iri_to_uri() on the result of a reverse() call. …
(edit) @5323 [5323] 05/23/07 20:25:51 mtredinnick unicode: Fixed #4367 -- Fixed a problem when trying to display …
(edit) @5322 [5322] 05/23/07 20:01:32 mtredinnick unicode: Fixed one of the changes in [5320] in a slightly different way. …
(edit) @5321 [5321] 05/23/07 19:48:36 mtredinnick unicode: Removed some redundant code.
(edit) @5320 [5320] 05/22/07 22:46:57 mtredinnick unicode: Fixed a number of problems where lazily translated objects were …
(edit) @5316 [5316] 05/22/07 03:28:06 mtredinnick unicode: Fixed two bozo errors in [5315]. Even tested it this time.
(edit) @5315 [5315] 05/22/07 03:22:54 mtredinnick unicode: Encoded exception data safely in traceback output. Thanks, …
(edit) @5314 [5314] 05/22/07 03:06:57 mtredinnick unicode: Made lazy translation objects work properly. Fixed #4295, #4320.
(edit) @5310 [5310] 05/21/07 18:24:06 mtredinnick unicode: Merged from trunk up to [5308].
(edit) @5286 [5286] 05/19/07 12:05:02 mtredinnick unicode: Fixed #4340 -- added a few character set encodings that …
(edit) @5284 [5284] 05/18/07 19:19:17 mtredinnick unicode: Fixed a couple of places where IRI fragments are being used and …
(edit) @5283 [5283] 05/18/07 19:17:23 mtredinnick unicode: Fixed iri_to_uri() to be not quite as broken (I think it's …
(edit) @5282 [5282] 05/18/07 13:23:34 mtredinnick unicode: Added support for sending email that contains unicode data. Refs …
(edit) @5279 [5279] 05/17/07 13:35:22 mtredinnick unicode: Merged from trunk up to [5265].
(edit) @5278 [5278] 05/17/07 13:19:40 mtredinnick unicode: Added iri_to_uri() utility function and use it in the databrowse …
(edit) @5277 [5277] 05/17/07 11:55:38 mtredinnick unicode: Added (optional) explicit template encoding specification. Also …
(edit) @5274 [5274] 05/16/07 20:24:58 mtredinnick unicode: Audited most of the remaining contrib/ modules for unicode …
(edit) @5273 [5273] 05/16/07 20:19:03 mtredinnick unicode: Fixed urlencode filter to handle IRI portions and map them to …
(edit) @5271 [5271] 05/16/07 18:10:31 mtredinnick unicode: Unicode audit pass through localflavor. Also fixed a few …
(edit) @5270 [5270] 05/16/07 17:41:35 mtredinnick unicode: Fixed #4315 -- Fixed a problem with passing unicode strings as …
(edit) @5269 [5269] 05/16/07 17:30:54 mtredinnick unicode: Fixed #4314 -- Allow non-ASCII characters in password strings.
(edit) @5268 [5268] 05/16/07 17:23:36 mtredinnick unicode: Found a str() call that had snuck through the cracks.
(edit) @5267 [5267] 05/16/07 17:22:53 mtredinnick unicode: Fixed #4313 -- fixed a problem with unicode strings and …
(edit) @5258 [5258] 05/16/07 09:45:58 mtredinnick unicode: Audited humanize app for unicode compliance.
(edit) @5257 [5257] 05/16/07 08:24:18 mtredinnick unicode: Audited comment app. Only a couple of minor changes needed.
(edit) @5256 [5256] 05/16/07 07:51:18 mtredinnick unicode: Fixed a couple of potential unicode problems in auth module.
(edit) @5255 [5255] 05/16/07 07:50:27 mtredinnick unicode: Renamed no_trans() to the more descriptive deactivate_all(). …
(edit) @5251 [5251] 05/15/07 13:11:15 mtredinnick unicode: Audited syndication framework for unicode correctness.
(edit) @5248 [5248] 05/15/07 11:14:55 mtredinnick unicode: Made the serializers unicode-aware. Refs #3878, #4227.
(edit) @5247 [5247] 05/15/07 11:13:37 mtredinnick unicode: Improved the fix for debug query logging from [5208]. Refs #3891.
(edit) @5242 [5242] 05/14/07 16:50:38 mtredinnick unicode: Fixed handling of unicode data passed to test client. Refs #3432.
(edit) @5241 [5241] 05/14/07 14:42:13 mtredinnick unicode: Merged from trunk to [5237].
(edit) @5240 [5240] 05/14/07 14:05:16 mtredinnick unicode: Audited contrib.contentypes for unicode problems.
(edit) @5239 [5239] 05/14/07 14:04:06 mtredinnick unicode: Fixed #4292 -- Added support for unicode to lazy() …
(edit) @5236 [5236] 05/14/07 11:06:27 mtredinnick unicode: Changed a few more places in newforms where str() was being used …
(edit) @5230 [5230] 05/14/07 06:56:20 mtredinnick unicode: Replaced all implicit uses of _() from builtins with …
(edit) @5229 [5229] 05/14/07 06:24:37 mtredinnick unicode: Replaced remaining uses in Python code of gettext() with …
(edit) @5227 [5227] 05/14/07 05:48:24 mtredinnick Reintroduced support for parameter dictionaries when using the …
(edit) @5224 [5224] 05/14/07 02:16:27 mtredinnick unicode: Merged from trunk up to [5222] (want to use the extra tests).
(edit) @5223 [5223] 05/14/07 02:04:31 mtredinnick unicode: Made various changes to prevent actual and potential Python …
(edit) @5214 [5214] 05/13/07 01:23:30 mtredinnick unicode: Merged from trunk up to [5213].
(edit) @5208 [5208] 05/12/07 10:40:46 mtredinnick unicode: Make sure we don't try to insert unicode data into bytestrings in …
(edit) @5203 [5203] 05/12/07 10:07:17 mtredinnick unicode: Added some more unicode conversions in django.db.models.*.
(edit) @5200 [5200] 05/12/07 05:34:34 mtredinnick unicode: Adjusted the admin interface to handle unicode strings. May still …
(edit) @5199 [5199] 05/12/07 01:54:41 mtredinnick unicode: Added some bullet-proofing to the output encoding path. Passing …
(edit) @5197 [5197] 05/12/07 00:29:10 mtredinnick unicode: Added handling for illegaly encoded form input.
(edit) @5193 [5193] 05/11/07 09:49:43 mtredinnick unicode: Fixed #4249 -- Decode source files correctly in the debug …
(edit) @5192 [5192] 05/11/07 09:29:25 mtredinnick unicode: Fixed a problem when saving Unicode data in the admin interface.
(edit) @5185 [5185] 05/11/07 02:28:33 mtredinnick unicode: Merged changes from trunk up to [5182].
(edit) @5184 [5184] 05/11/07 01:03:40 mtredinnick unicode: First part of the form input changes. Form parameters are …
Note: See TracRevisionLog for help on using the revision log.