aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/listings
Commit message (Expand)AuthorAgeFilesLines
* Convert atom feeds to use feedgenerator library.Ben Sturmfels2021-03-161-31/+29
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-4/+4
* Fix error generating Atom feed upon blank title [#1018].Ben Sturmfels2020-05-111-1/+4
* Fix #5500 UnicodeEncodeError in atom feedAndrew Browning2017-02-141-1/+1
* Apply consistency & PEP8 to atom feedsAndrew Browning2016-11-041-18/+24
* Add thumbnail image to Atom feed.Ben Sturmfels2016-11-041-2/+11
* Collection changes and migration for federationJessica Tallon2015-10-071-2/+2
* Patch submitted by mrb.Rodney Ewing2013-07-111-3/+14
* Fix stray comma in listings.views.atom_feedJoar Wandborg2013-02-221-1/+1
* Changing name for atom feed view to be more generic than tags.Christopher Allan Webber2013-02-222-3/+4
* Adding an Atom RSS feed for all media on the serverSebastian Spaeth2013-02-222-10/+19
* Move db.sql.models* to db.models*Sebastian Spaeth2013-01-071-1/+1
* Remove mediagoblin.db.sql.fake.DESCENDINGSebastian Spaeth2013-01-071-4/+4
* RIP out mongoSebastian Spaeth2012-12-251-4/+0
* Move things from routing.py to tools/routing.pyElrond2012-12-231-1/+1
* Switched most stuff over from RoutesJoar Wandborg2012-10-141-10/+6
* Fix atom feed for tags.Elrond2012-04-091-3/+1
* Create function to search media by slug.Elrond2012-03-161-4/+2
* Fix for mongo.Elrond2012-03-161-1/+4
* More efficient first element fetching and Dot-Notation.Elrond2012-03-161-2/+4
* Fix _get_tag_name_from_entries().Elrond2012-03-161-1/+1
* Drop pre-rendered html: MediaEntry.description_htmlElrond2012-02-181-1/+1
* It's 2012 all up in hereChristopher Allan Webber2012-02-023-3/+3
* Fixed #724 and added extra infos to the atom feed (author uri and links to th...Michele Azzolari2012-01-101-4/+20
* Turn media.get_uploader into a propertyElrond2011-12-271-1/+1
* Dot-Notation for Users.usernameElrond2011-12-051-1/+1
* Rename MediaEntry.uploader() to .get_uploader()Elrond2011-11-221-1/+1
* Merge remote-tracking branch 'remotes/nyergler/pep8-ification'Christopher Allan Webber2011-11-132-2/+2
|\
| * Whitespace and formatting cleanup.Nathan Yergler2011-10-012-2/+2
* | Finished splitting util.py into separate files.Aaron Williamson2011-10-011-1/+2
|/
* 508. Updates copyright/license informationWill Kahn-Greene2011-09-013-3/+3
* Added tags atom feed and linked it in the appropriate placesChristopher Allan Webber2011-07-312-13/+54
* Added tag listing views.Christopher Allan Webber2011-07-313-0/+97