summaryrefslogtreecommitdiffstats
path: root/hyperkitty/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add email and subscriptions to the user profileAurélien Bompard2013-08-151-0/+45
|
* Get the KittyStore using the settings objectAurélien Bompard2013-08-021-6/+2
|
* Add a page to reattach a broken threadAurélien Bompard2013-07-181-0/+1
|
* Cleanups in the lib/__init__.py fileAurélien Bompard2013-07-153-204/+237
|
* Show the unread icon in the overview pageAurélien Bompard2013-07-151-1/+21
|
* Revive the 'discussions by category' widget on the overview pageAurélien Bompard2013-07-121-6/+18
|
* Improve display of the category on the threads listAurélien Bompard2013-07-111-1/+1
|
* Factorize the category widget codeAurélien Bompard2013-07-111-0/+26
|
* Manage thread categories in the databaseAurélien Bompard2013-07-111-1/+0
|
* Add an attachment field to replies and new emailsAurélien Bompard2013-07-051-4/+15
|
* Factor thread votes computationAurélien Bompard2013-06-201-1/+26
|
* Add Top Posters and Popular Threads widgets to the overviewAurélien Bompard2013-06-181-4/+6
|
* Protect paginate against invalid valuesAurélien Bompard2013-06-131-0/+4
|
* Greatly improve the pagerAurélien Bompard2013-06-061-0/+36
|
* Add searchAurélien Bompard2013-06-061-0/+2
|
* Fix subject strippingAurélien Bompard2013-05-271-1/+1
| | | | See changeset 2b0aba32.
* CleanupsAurélien Bompard2013-05-241-2/+2
|
* Cleanup unused importsAurélien Bompard2013-05-211-1/+1
|
* Use the new subject_prefix attribute for strippingAurélien Bompard2013-05-181-3/+2
|
* Fix some 500 errorsAurélien Bompard2013-05-171-2/+4
|
* Handle errors when Mailman's REST server is downAurélien Bompard2013-05-032-10/+44
|
* Standardize flash messages a bitAurélien Bompard2013-05-031-1/+6
|
* Use SSL in the Fedora auth backendAurélien Bompard2013-04-271-1/+1
|
* Add Fedora login providerAurélien Bompard2013-04-261-0/+29
|
* Commit to Kittystore after each successful page loadAurélien Bompard2013-04-241-2/+3
| | | | To avoid being stuck in a transaction and show stale data.
* Subscribe the user when replying or postingAurélien Bompard2013-04-241-0/+33
|
* Change Activity Graph from Protovis to d3 (#43)Aslak Knutsen2013-03-051-0/+5
| | | | | | | | | Fixes failing javascipt in Opera and Chrome resulting in no graph and no other javascript features. Changed to precalculate all days in the begin_date...end_date date range before matching email counts to ensure we have data points for all days in the range.
* Allow cancelling a voteAurélien Bompard2013-02-132-16/+54
|
* Fix votes (#34)Aurélien Bompard2013-02-071-0/+17
| | | | | - make sure we always use the message_id_hash - factor some code
* Move the thread sorting code to kittystoreAurélien Bompard2013-01-091-21/+0
|
* Move the archiver module to the root of the distributionAurélien Bompard2013-01-041-115/+0
|
* Sort replies by thread, with indentationAurélien Bompard2012-12-141-0/+21
|
* Fix the archives view for decemberAurélien Bompard2012-12-131-0/+16
|
* Non-code changes (license texts, indentation, etc.)Aurélien Bompard2012-12-105-2/+65
|
* Make SQL debug output configurableAurélien Bompard2012-11-251-2/+4
|
* Adapt archiver configuration to the new code in mailmanAurélien Bompard2012-11-061-2/+4
|
* Add compatibility URLs for PipermailAurélien Bompard2012-10-221-0/+53
|
* Add an icon for the attachments list toggleAurélien Bompard2012-10-121-1/+0
|
* Improve appearanceAurélien Bompard2012-10-052-1/+10
|
* Fix archiver interfaceAurélien Bompard2012-10-031-2/+3
|
* Use Python's standard logging systemAurélien Bompard2012-09-171-3/+17
|
* Initialize Django's config file in the archiverAurélien Bompard2012-09-171-6/+45
|
* Use a middleware to avoid KS connection leaksAurélien Bompard2012-09-122-0/+68
|
* Move the store pool to HyperKittyAurélien Bompard2012-09-062-21/+3
|
* Adapt to KittyStore's API changeAurélien Bompard2012-09-051-0/+25
|
* Add the IArchiver implementationAurélien Bompard2012-09-031-0/+53
|
* Normalize tabs to spacesAurélien Bompard2012-08-301-10/+13
|
* Adapt to the new Storm-based KittyStoreAurélien Bompard2012-08-301-1/+21
|
* Packaging hyperkittyAamir Khan2012-07-242-0/+181