Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stable/1.6.x #2158

Closed
wants to merge 509 commits into from
Closed

Stable/1.6.x #2158

wants to merge 509 commits into from

Conversation

testxub
Copy link

@testxub testxub commented Jan 10, 2014

Hello,

In my humble opinion should have more support or documentation for AJAX, it is very difficult to start with the current documentation.

Thank you.

timgraham and others added 30 commits September 18, 2013 09:43
Thanks rmboggs for the report.

Backport of 4f40b97 from master
…ueDict

Thanks simonpercivall for the report and bmispelon for the review.

Backport of 2daada8 from master
Thanks Simon Charette for the report.
Increases the default PBKDF2 iterations, since computers have gotten
faster since 2011. In the future, we plan to increment by 10% per
major version.

Backport of a075e2a from master
…alized fields.

This is a follow-up to #18777 which improperly converted to strings in
prepare_value and as such caused regressions like #21074.

Refs #18777, #21074

Backport of 56743cf from master.
Fields must render values in the current time zone.

This commit only contains tests because this ticket was just a symptom of
a regression from #18777 that was fixed separately.

Backport of 5444a9c from master.
Just changed as to has.

Backport of d8f2d94 from master
Our WSGIServer rewrapped the socket errors from server_bind into
WSGIServerExceptions, which is used later on to provide nicer
error messages in runserver and used by the liveserver to see if
the port is already in use. But wrapping server_bind isn't enough since
it only binds to the socket, socket.listen (which is called from
server_activate) could also raise "Address already in use".

Instead of overriding server_activate too I chose to just catch socket
errors, which seems to make more sense anyways and should be more robust
against changes in wsgiref.

Backport of 2ca00fa from master.
Currently module level queries are executed against the real database
(specified in NAME) instead of the test database; since it is to late
to fix this for 1.6, we at least ensures stable builds. Refs #21443.

Backport of 4fcc1e4 from master.
Thanks moc at mocpa.com for the suggestion.

Backport of c81b6f7 from master
…and link to writing validators.

Thanks nicolas at niconomicon.net for the suggestion.

Backport of 98e0453 from master
…on of six.

Thanks glarrain for the suggestion.

Backport of a53caf2 from master
…xample.

Thanks joejasinski for the suggestion.

Backport of e15f7f3 from master
Thanks marfire for the report.

Backport of 77f6b46 from master
Thanks to Eivind Fonn for the report and test case.
This reverts commit 5ecc0f8.

This fix is no longer necessary, our pbkdf2 (see next commit) implementation
no longer rehashes the password every iteration.
…mentation.

Thanks go to Michael Gebetsroither for pointing out this issue and help on
the patch.

Backport of 68540fe from master.
claudep and others added 28 commits December 26, 2013 11:14
Thanks Robert Scott for the report.
Backport of 542198c from master.
…and.

Fixed a crash when executing changepassword command when the user object
representation contained non-ASCII characters.

Backport of 398642f from master
…sing time zone definitions.

Refs #21432.

Backport of 32e7580 from master
…e definitions.

Thanks Aymeric for the suggestion.

Backport of d8d8377 from master
Thanks oubiga for the report.

Backport of 025ec2e from master
Thanks nedbatchelder and claudep.

Backport of 85270ef from master
Thanks kz26 for the report and Tim Graham for the excellent
review.
Backport of b7a7baa from master.
…python 3.3.3+.

Thanks to Arfrever for the report and Aymeric for the review.

Backport of f28ea02 from master.
Thanks Keryn Knight for the report.

Backport of 0150830 from master
…ics.

Thanks ashley at ashleymills.com for the suggestion.

Backport of 270f7e2 from master
…ses).

This is to provide a consistent interface (namely bytes) for the smtp
backend which after all sends bytes over the wire; encoding with as_string
yields different results since mails as unicode are not really specified.

as_string stays for backwardscompatibilty mostly and some debug outputs.
But keep in mind that the output doesn't match as_bytes!

Backport of 5dfd824 from master.
… the data as it would get send via smtp.

Backport of c988745 from master.
…/tools.txt.

Thanks cjerdonek for the suggestion.

Backport of 9953e98 from master
Thanks ken.nelson at maclaren.com.

Backport of 69f0249 from master
…"framework level" queries.

Backport of 4d8d76e from master
When STATIC_ROOT wasn't set, collectstatic --clear would delete
every files within the current directory and its descendants.

This patch makes the following changes:

Prevent collectstatic from running if STATIC_ROOT isn't set.

Fixed an issue that prevented collectstatic from displaying the
destination directory.

Changed the warning header to notify when the command is run
in dry-run mode.

Backport of 4befb30 from master
Disqus regularly does 40-50k/s

Backport of a502bbb from master
Backport of 44d40ba from master
…ies when reusing built-in filters.

Thanks Stephen McDonald for the suggestion.

Backport of 07711e9 from master
…bute.

Thanks pydanny for the report. Also, added documentation about
base_fields attribute and its difference with fields attribute.

Backport of ea83102 from master
…intro/contributing.txt.

Backport of e6800ea from master
Thanks rafalp for the report.
Backport of c717ebb from master.
@timgraham
Copy link
Member

It doesn't look there are any changes in this pull request, just a suggestion in the description. Please open a Trac ticket to suggest changes. Your current suggestion is too vague.

@timgraham timgraham closed this Jan 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet