Simon Charette
|
5449240c54
Fixed #9800 -- Allow "isPermaLink" attribute in <guid> element of an RSS item.
|
12 anos atrás |
Claude Paroz
|
08d675a98f
Fixed #7936 -- Added Last-Modified header to feeds
|
12 anos atrás |
Claude Paroz
|
4a103086d5
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
|
13 anos atrás |
Aymeric Augustin
|
40b9532668
Fixed #16753 -- Supported network-path references in the syndication framework. Thanks cato for the report and patch.
|
13 anos atrás |
Alex Gaynor
|
8c0eefd066
Convert the remainder of the relative imports in the tests to be absolute imports.
|
13 anos atrás |
Jannis Leidel
|
24f4764a48
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
13 anos atrás |
Luke Plant
|
430b819967
Fixed #16196 - Redundant or incorrect code in tests
|
14 anos atrás |
Russell Keith-Magee
|
3b94af8a84
Modified some regression tests to make them independent of the default root urlconf.
|
14 anos atrás |
Russell Keith-Magee
|
4c468800ee
Updates to the test suite to allow for newly deprecated and removed features
|
14 anos atrás |
Russell Keith-Magee
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
14 anos atrás |
Luke Plant
|
02fc6276d7
Fixed #14508 - test suite silences warnings.
|
14 anos atrás |
Russell Keith-Magee
|
1070c57b83
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnings, and removed 1.1 deprecated code.
|
14 anos atrás |
Russell Keith-Magee
|
ed32170a04
Fixed #13218 -- Ensure that syndicated content served over HTTPS uses https:// links by default. Thanks to schaefer for the report, and Ben Firshman for the patch.
|
14 anos atrás |
Russell Keith-Magee
|
e89a5e06cf
Fixed #12998 -- Corrected handling of time zones in syndication framework.
|
15 anos atrás |
Russell Keith-Magee
|
c4c27d8a04
Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch.
|
15 anos atrás |
Jacob Kaplan-Moss
|
2c3c1f3ec4
Fixed #9957: feeds now respect time zone information provided by the pub date.
|
16 anos atrás |
Jacob Kaplan-Moss
|
2e9a8801d0
Added a test to ensure that strings in RSS are properly escaped. Refs #6533.
|
16 anos atrás |
Jacob Kaplan-Moss
|
d05c725308
Fixed #8253: fixed xmlns regression for Atom feeds, and in the process added a hook for adding attributes specifically on the root <rss> element (for RSS feeds only, of course). Patch by Justin Bronn.
|
16 anos atrás |
Jacob Kaplan-Moss
|
942e5246ac
Added a number of callbacks to SyndicationFeed for adding custom attributes and elements to feeds. Refs #6547.
|
16 anos atrás |
Jacob Kaplan-Moss
|
899ca54fe2
Added a couple of extra syndication tests, and generally sanitized the existing ones. Refs #6547.
|
16 anos atrás |
Malcolm Tredinnick
|
6417f5247b
Merged the tests and documentation from #4720 to support the changes in [7295].
|
17 anos atrás |