.. |
jinja2/entries
|
Make lots of improvements to the narrow-screen layout
|
2018-07-01 15:26:55 +10:00 |
migrations
|
Have syndications infer the correct Site from their URL rather than require an explicit Profile reference
|
2018-06-28 20:51:43 +10:00 |
static/entries/css
|
Make lots of improvements to the narrow-screen layout
|
2018-07-01 15:26:55 +10:00 |
tests
|
Add tests for the Atom/RSS feeds so I won't accidentally break 'em without realising again
|
2018-05-09 21:36:21 +10:00 |
views
|
Remove calls to as_meta since the info is ignored anyway - gives a decent performance boost :o
|
2018-07-12 21:00:52 +10:00 |
__init__.py
|
Remove unncessary default_app_config settings
|
2022-03-12 15:02:26 +11:00 |
admin.py
|
Add cats to the admin and give them a more useful string representation
|
2017-11-20 11:37:36 +11:00 |
apps.py
|
Very, very rudimentary support for making h-entries: they don't look so good and don't appear on the homepage yet but it's a good start
|
2017-10-25 12:01:52 +11:00 |
from_url.py
|
Refactor the Micropub error responses into a non-view module, have them produce an immediately raise-able exception
|
2018-07-03 10:03:35 +10:00 |
jobs.py
|
Properly send webmentions after deleting an entry :3
|
2018-07-02 15:30:32 +10:00 |
kinds.py
|
Throw out support for AMP, because AMP sucks anyway
|
2018-06-12 12:27:35 +10:00 |
models.py
|
Enable support for deleting entries through Micropub :D
|
2018-07-02 15:08:13 +10:00 |
pagination.py
|
Use ResponseException for various places rather than needing to check the return value for responseness
|
2018-07-03 09:51:51 +10:00 |
sitemaps.py
|
Satisfy autopep8 by adding a newline between two methods
|
2018-06-04 10:16:09 +10:00 |
urls.py
|
Throw out support for AMP, because AMP sucks anyway
|
2018-06-12 12:27:35 +10:00 |