summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WIPWIPAurélien Bompard2014-01-101-3/+9
* Return a degraded public profile when Mailman is not availableAurélien Bompard2014-01-061-4/+18
* Handle empty sender namesAurélien Bompard2014-01-061-2/+2
* Display the absolute date in threadsAurélien Bompard2014-01-061-1/+4
* Participants are now Sender entitiesAurélien Bompard2014-01-062-4/+4
* Remove outdated search APIAurélien Bompard2014-01-062-29/+1
* Better error handling in MailmanUserMetadata middlewareAurélien Bompard2013-12-201-1/+2
* KittyStore's cron job is gone, update the docAurélien Bompard2013-12-202-14/+14
* Merge pull request #17 from nka11/unicode_archiverAurélien Bompard2013-12-191-0/+1
|\
| * Merge branch 'master' of https://github.com/hyperkitty/hyperkitty into HEADnka112013-12-191-1/+2
| |\ | |/ |/|
* | Django 1.5/1.6 compatibilityAurélien Bompard2013-12-161-1/+2
| * python3 unicode content for compliance of component with mailman3 requirementsnka112013-12-161-0/+1
|/
* Use django-admin instead of manage.pyAurélien Bompard2013-12-063-13/+19
* the mimetype keyword is deprecatedAurélien Bompard2013-12-063-7/+7
* SSLRedirect middleware: if USE_SSL is false, don't redirectAurélien Bompard2013-12-051-6/+7
* Merge pull request #14 from ralphbean/libravatarAurélien Bompard2013-12-052-2/+9
|\
| * Add support for libravatar.orgRalph Bean2013-12-052-2/+9
* | Merge pull request #13 from ralphbean/masterAurélien Bompard2013-12-051-0/+1
|\ \ | |/ |/|
| * Also create the social_auth tables in the beginning.Ralph Bean2013-12-051-0/+1
|/
* Add a config option to only display lists from the same virtual hostAurélien Bompard2013-12-044-4/+55
* Better handling of the user votes cacheAurélien Bompard2013-12-013-10/+11
* Better use of pagination on the thread listsAurélien Bompard2013-12-012-12/+12
* Create a Storm-compatible paginatorAurélien Bompard2013-12-016-43/+108
* Don't use the search engine to display a user's postsAurélien Bompard2013-11-305-6/+134
* Cache the user's vote on his/her profileAurélien Bompard2013-11-291-14/+11
* Fix bug in voting when emails in different lists have the same msgidAurélien Bompard2013-11-294-8/+27
* Tabs to spacesAurélien Bompard2013-11-282-72/+72
* Small design improvement on the overview pageAurélien Bompard2013-11-282-5/+7
* Load the list's recent activity via AJAXAurélien Bompard2013-11-289-47/+102
* SELinux and cron job in the spec fileAurélien Bompard2013-11-281-11/+83
* Add toggles to hide inactive and private listsAurélien Bompard2013-11-282-4/+38
* Add cron job to the documentationAurélien Bompard2013-11-261-0/+5
* Add a quick access menu to the front pageAurélien Bompard2013-11-213-22/+78
* More robustnessAurélien Bompard2013-11-212-2/+4
* Be more specific in the CSS definitionsAurélien Bompard2013-11-201-14/+13
* Protect against empty list propertiesAurélien Bompard2013-11-201-2/+8
* Remove leftover shorten_list_name template tagAurélien Bompard2013-11-201-4/+0
* Make redirect tests more stableAurélien Bompard2013-11-201-0/+1
* Improve and write tests for the set_thread_votes functionAurélien Bompard2013-11-204-18/+74
* Optimize the list evolution requestAurélien Bompard2013-11-201-4/+4
* Cache the votes for threadsAurélien Bompard2013-11-202-3/+16
* Call out new listsAurélien Bompard2013-11-203-0/+26
* Use the RequestFactory in AccountViewsTestCaseAurélien Bompard2013-11-201-19/+33
* KittyStore does not auto-upgrade its schema anymoreAurélien Bompard2013-11-207-108/+93
* Move error templates in their own directoryAurélien Bompard2013-11-204-3/+3
* packaging: add SELinux rulesAurélien Bompard2013-11-201-0/+12
* Improve front page appearanceAurélien Bompard2013-11-207-71/+123
* Front page redesignAurélien Bompard2013-11-2015-504/+376
* Rename the index view moduleAurélien Bompard2013-11-202-3/+3
* Merge pull request #10 from mairin/masterAurélien Bompard2013-11-208-108/+461
|\