django/django
Malcolm Tredinnick 8c4a525871 Fixed #7177 -- Added extra robustness to the escapejs filter so that all
invalid characters are correctly escaped. This avoids any chance to inject raw
HTML inside <script> tags. Thanks to Mike Wiacek for the patch and Collin Grady
for the tests.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-26 07:56:32 +00:00
..
bin Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
conf Fixed #8242: handle `foo.*` consistantly in INSTALLED_APPS. 2008-08-25 12:58:18 +00:00
contrib Fixed #6101 -- Tweaked a couple of places in the delete-related-objects 2008-08-26 07:36:39 +00:00
core Fixed #7084 -- Fixed the "makemessages" command to handle line endings 2008-08-26 07:43:59 +00:00
db Removed trailing whitespace in a few files. 2008-08-26 04:55:56 +00:00
dispatch Fixed #8285: signal handlers that aren't functions work under DEBUG. This slightly loosens the sanity check, but things that are valid under production shouldn't fail under debug. 2008-08-25 18:24:05 +00:00
forms Fixed #8543: added translation markings to can_delete and can_order form labels. Thanks, msaelices. 2008-08-25 22:55:24 +00:00
http Fixed #7494 -- Fixed build_absolute_url() for some types of (uncommon) URLs. 2008-08-23 17:28:12 +00:00
middleware Fixed #8381 -- Fixed a problem with appending slashes in the common middleware 2008-08-21 01:32:18 +00:00
oldforms Removed several deprecated features for 1.0 (refs #7830): 2008-08-02 04:56:11 +00:00
shortcuts Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
template Fixed #7177 -- Added extra robustness to the escapejs filter so that all 2008-08-26 07:56:32 +00:00
templatetags Fixed #7460 -- Made the "cache" template tag always generate keys that can be 2008-08-25 04:52:55 +00:00
test Fixed #7416: Modified test client to preserve session when a user logs in. Thanks to lakin.wecker@gmail.com for the report and Eric Holscher for the patch and test case. 2008-08-15 12:08:29 +00:00
utils Fixed #7831: be case-insensitive when in `get_language_from_request`. 2008-08-25 22:53:44 +00:00
views Fixed #6353: better handle unicode in exception reasons. 2008-08-25 22:47:07 +00:00
__init__.py Modified version number string for Beta 1 release. 2008-08-15 02:26:50 +00:00