Changes between Version 265 and Version 266 of SprintIdeas
- Timestamp:
- Nov 11, 2010, 6:23:32 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v265 v266 85 85 * #2539 add unit tests and docs for `Custom tags and filters can be restricted by namespace` 86 86 * #4030 Review the suggested patch for enabling auto-translation of language names 87 * #4609 [confirm as bug] (Content type names are not translated in Recent Actions listing) exists on newforms-admin88 * #4695 work out what's happening with xgettext skipping some translated strings in js. files89 * #4948 Work out why the FileFields patch is corrupting files on windows90 * #5192 Flatpages should be able to handle more characters (e.g. ~). '''This is a post-1.0 moving target so perhaps better not to spend any effort in the 1.0-leadup sprints.'''91 * #5415 Every SQL query should send a signal if possible92 * #5591 i18n documentation: Incorrect statement about template variables in {% trans %}93 * #6039 Fix documentation about ATOM feeds94 * #6047 db-api docs: invalid REGEX SQL equiv for SQLite95 * #6093 fix a few regressions with python2.3 and postgresql_psychopg2 engine96 87 * #7783 confirm which versions of postgres the patch works on. 97 88 * [http://code.djangoproject.com/wiki/SprintIdeas#GeoDjango GeoDjango tasks] … … 103 94 Please order by ticket ID. '''Note:''' Don't close the tickets until they've been checked in. 104 95 105 === Results of Tel Aviv sprint (17th August 08) ===106 * #5591 [added documentation] i18n documentation: Incorrect statement about template variables in {% trans %}107 * #4609 [verified fixed] (Content type names are not translated in Recent Actions listing) exists on newforms-admin108 * #8175 [verified] FileStorage-rf: Why does 'close' call 'open'?109 110 === Results of Sausalito sprint (18th July 08) ===111 112 * #5578: Invalid ticket.113 * #7558: Fixed some missing svn:ignore's114 * #7415: Patch and tests115 * #7611: Added patch (fixes unit tests for a new Django project).116 * #7714: RFC: Patch seems reasonable117 * #7753: RFC: Patch seems reasonable118 119 === Results of europython08 sprint ===120 121 * #5490 It is now possible to use arbitrary characters in a charfield that is primary key for a model and have it work in the admin app (added unittests and patch)122 96 123 97 === Results of pycon08 sprint === 124 98 125 * #528 Added documentation and improved patch (see [wiki:DjangoSpecifications/Docs/ConvertingRestToOtherFormats wiki page])126 * #689 (dec 07 sprint work) Updated to trunk as of r7350, fix doctests127 99 * #2723 (dec 07 sprint work) Added unit tests and improved patch, marked as ''ready for checkin'' during pycon08 sprint 128 100 * #3542 (dec 07 sprint work) already marked as ''ready for checkin'', patch updated to trunk 129 * #4380 Added patch130 * #5096 Added first concept of fixtures documentation131 * #5192 (dec 07 sprint work) Added patch132 * #5531 (dec 07 sprint work) re-reviewed, marked as ready for checkin during pycon08 sprint133 * #6652 Added documentation and improved patch134 * #6832 created with doc patch, to describe decorator-in-URLconf usage and avoid people making #5920 -like errors135 101 136 102 === Results of 1stDecember07 sprint === 137 103 138 * #689 Updated patch with enhancements/fixes by telenieko, apollo13 and ekarulf (documentation, tests, security)139 104 * #2723 added patch (newforms-admin) 140 105 * #2856 added patch 141 * #3323 and #4680 updated with tests 142 * #3442 added the GroupedSelect widget to django.newforms.extras.widgets 143 * #3511 fixed tests and updated documentation 106 * #4680 updated with tests 144 107 * #3542 added patch 145 * #3632 updated patch and added tests.146 * #3695 added patch147 * #3883 updated docs for localflavor148 * #3959 can be closed (trivial ticket)149 * #3961 add za-localflavor150 * #4248 specialized case (trivial ticket)151 * #4476 added patch152 108 * #4499 tested this, and could not reproduce 153 * #4707 Corrected the typos in the previous diff154 * #5192 Added two possible patches. Feedback?155 * #5362 Confirmed bug and updated patch156 * #5515 added patch157 * #5531 Checked patch still applies158 * #5596 "No buffer space available" error when downloading file159 * #5690 newforms-admin: input fields do not regard field class160 109 * #5622 added patch 161 * #5657 add regression tests162 * #5677 patch added for docs on debugging with mod_python163 * #5743 added patch164 * #5894 added patch165 * #5910 Signals are unnamed making logging non-informative166 * #5956 added unit test and fix167 * #5996 added unit test and fix168 * #6005 Double call for Media in newforms/widgets.py169 * #6017 marked tests added.170 * #6024 Django's doctest clashes with coverage.py171 110 * #6055 GenericRelation and db_column lookups 172 173 * #6063 Need test-case showing SafeString/flup interaction174 * #6064175 * #6069 added patch176 * #6070 Document that SITE_ID is no longer required to run all tests177 * #6071 work out what broke @6777 to cause "maximum recursion depth exceeded"178 * #6078 added patch179 * #6082 File based Session test fails for lack of /tmp directory on Windows Based System180 * #6086 Refactor django.core.cache to deprecate "simple" backend181 * #6097 trivial patch for broken link in documentation182 * #6099 Refactor filebased cache backend to use md5 hash filenames and fix a couple of bugs183 * #6100 newforms-admin: popup won't be dismissed when adding184 * #6110 added patch and tests to prevent python format on loaddata and dumpdata185 111 186 112 === Results of september07 sprint === 187 113 188 * #285 (also #1516, #3414) handling SCRIPT_NAME and PATH_INFO in a manner which is mostly correct and mostly consistent across deployment scenarios189 * #399 Bigint field object needed190 * #899 old small patch which needed tests, added regression tests191 * #1282 minor improvements to patch and tests added192 114 * #1919 filter truncatewords wipes newlines from string, so not chainable with markup filters 193 115 * #2504 ConditionalGetMiddleware causes Content-Length to be 0 on HttpResponse with fileobject 194 * #2612 Updated css to float multiline fields with help text.195 116 * #3055 Invalid ticket as model in GenericRelation requires content_type/object_id fields. 196 * #3221 unhelpful error message when include() set incorrectly197 * #3288 select related crash on non null FK to self198 * #3349 If an ImportError occurs within a custom template tag library, a rather confusing error message is produced199 * #3360 One Django badge on community page is cut off.200 117 * #3485 Initial SQL fails when data contains a % in it when settings.DEBUG = True 201 * #3502 TTL-Option for RSS 2.0+202 118 * #3997 small note in the docs about fields being required by default in an instance 203 * #4036 Spanish (es) localflavor204 * #4092 implement a "missing option" in localflavor widgets205 119 * #4094 patch to fix problem with months in databrowse calendar views 206 * #4115 Thumbnail contrib. Updated with effbot's comments. Has tests and docs. Should be good to go.207 * #4193 patch to fix foreignkeys constraints randomly not being added by the backend208 * #4371 fixture loading fails silently in testcases209 * #4485 Can't set nullable DecimalField to null210 * #4561 dispatch refactoring211 * #4604 Message Passing For Anonymous Users212 * #4724 added SESSION_COOKIE_PATH setting213 * #4824 Enforce a check for duplicate named url patterns214 * #4878 better install docs for Windows215 * #4831 Adding "add" support to the cache API216 * #4913 need permissions to add a links to wiki Resources and Tutorials from the main page217 * #4944 mentioned that unique might cause save() to throw IntegrityError in model-api.txt218 * #4982 {% blocktrans %} does not escape % in text219 * #5047 max-age set by cache_page is overwritten by cache_middleware220 * #5079 cannot reproduce but added a patch to regression tests to be on the safe side221 120 * #5116 let newforms.Select display disabled entries 222 223 * #5236 adding stack to connection.queries debug/profiling info224 * #5295 Inner Join and order_by bug225 121 * #5298 The extra_context keyword argument should be available in the auth app views 226 * #5309 Marking instances as db-stored via _is_stored227 * #5313 Allow gzip for javascript unless old MSIE228 * #5374 Validation for ModelAdmin classes [newforms-admin]229 122 * #5418 Add assertNoBrokenLinks() to test system 230 123 * #5419 Fuzz testing assertions created along with some documentation 231 * #5475 Add a Luhn function for various localflavor usages (e.g. #3961)232 124 * #5494 Fixed a bug in javascript message catalog search. 233 125 … … 239 131 240 132 Task list (in order of importance): 241 * #6547 Add support for GeoRSS feeds.242 133 * #5472 Add !OpenLayers support in `django.contrib.gis.maps` 243 134 * Fill out the documentation stubs and fix inconsistencies between the documentation and the code.