<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git/pelican/tests/output/basic/drafts, branch draft-tz</title>
<subtitle>github.com: getpelican/pelican.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/'/>
<entry>
<title>Set timezone when assigning max datetime to drafts</title>
<updated>2020-04-14T11:48:03+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-04-14T11:48:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=cff6a829c2c3962f0c0d7a706d4bc6791966ce20'/>
<id>cff6a829c2c3962f0c0d7a706d4bc6791966ce20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update functional test output</title>
<updated>2020-04-12T15:02:07+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2020-04-12T04:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=9a0a08f460c784053b113a8de709eb4b1bdb6b80'/>
<id>9a0a08f460c784053b113a8de709eb4b1bdb6b80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update links to HTTPS and current 301 redirects in docs/templates/themes (#2661)</title>
<updated>2020-04-12T14:38:35+00:00</updated>
<author>
<name>Kurt McKee</name>
<email>contactme@kurtmckee.org</email>
</author>
<published>2020-04-12T14:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=7bbd3dc6fbd31da5ce69a1347c5f72db73a5e6fc'/>
<id>7bbd3dc6fbd31da5ce69a1347c5f72db73a5e6fc</id>
<content type='text'>
This also updates the Tumblr API to use HTTPS as documented in the
current Tumblr API docs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also updates the Tumblr API to use HTTPS as documented in the
current Tumblr API docs.</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate tests' output</title>
<updated>2017-08-06T11:55:34+00:00</updated>
<author>
<name>Jorge Maldonado Ventura</name>
<email>jorgesumle@freakspot.net</email>
</author>
<published>2017-08-06T11:55:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=9d8d555708f5a00e871e2af8dcc4683241f60cbd'/>
<id>9d8d555708f5a00e871e2af8dcc4683241f60cbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate validation of content (#2128)</title>
<updated>2017-07-24T17:01:14+00:00</updated>
<author>
<name>winlu</name>
<email>ingwinlu@users.noreply.github.com</email>
</author>
<published>2017-07-24T17:01:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=089b46b7eb86cb55491d3c8e8bccb956b6dceeff'/>
<id>089b46b7eb86cb55491d3c8e8bccb956b6dceeff</id>
<content type='text'>
* Consolidate validation of content

Previously we validated content outside of the content class via
calls to `is_valid_content` and some additional checks in page /
article generators (valid status).
This commit moves those checks all into content.valid() resulting
in a cleaner code structure.
This allows us to restructure how generators interact with content,
removing several old bugs in pelican (#1748, #1356, #2098).

- move verification function into content class
- move generator verifying content to contents class
- remove unused quote class
- remove draft class (no more rereading drafts)
- move auto draft status setter into Article.__init__
- add now parsing draft to basic test output
- remove problematic DEFAULT_STATUS setting
- add setter/getter for content.status
  removes need for lower() calls when verifying status

* expand c4b184fa32f73a737ff9bade440ce0f7914dc350

Mostly implement feedback by @iKevinY.

* rename content.valid to content.is_valid
* rename valid_* functions to has_valid_*
* update tests and function calls in code accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Consolidate validation of content

Previously we validated content outside of the content class via
calls to `is_valid_content` and some additional checks in page /
article generators (valid status).
This commit moves those checks all into content.valid() resulting
in a cleaner code structure.
This allows us to restructure how generators interact with content,
removing several old bugs in pelican (#1748, #1356, #2098).

- move verification function into content class
- move generator verifying content to contents class
- remove unused quote class
- remove draft class (no more rereading drafts)
- move auto draft status setter into Article.__init__
- add now parsing draft to basic test output
- remove problematic DEFAULT_STATUS setting
- add setter/getter for content.status
  removes need for lower() calls when verifying status

* expand c4b184fa32f73a737ff9bade440ce0f7914dc350

Mostly implement feedback by @iKevinY.

* rename content.valid to content.is_valid
* rename valid_* functions to has_valid_*
* update tests and function calls in code accordingly
</pre>
</div>
</content>
</entry>
</feed>
