index
:
kittystore.git
WIP
master
mongo
Unnamed repository; edit this file 'description' to name the repository.
Aurélien Bompard
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
WIP
WIP
Aurélien Bompard
2014-01-10
1
-0
/
+39
|
*
Don't generate a sub-query when counting participants
Aurélien Bompard
2014-01-06
1
-5
/
+5
|
*
Add a store method to return a User
Aurélien Bompard
2014-01-06
1
-1
/
+6
|
*
Fix a User's addresses property
Aurélien Bompard
2014-01-06
1
-1
/
+5
|
*
Add DB migration script for the new user table
Aurélien Bompard
2014-01-06
2
-0
/
+120
|
*
Create a DB table for users
Aurélien Bompard
2014-01-06
9
-94
/
+257
|
*
Remove old and deprecated search functions
Aurélien Bompard
2014-01-06
2
-97
/
+0
|
*
Set the default settings module name for the scripts
Aurélien Bompard
2014-01-06
2
-3
/
+3
|
*
The memcached cache backend only accepts str as keys, not unicode
Aurélien Bompard
2013-12-18
1
-19
/
+21
|
*
Use dogpile.cache for caching instead of the database
Aurélien Bompard
2013-12-18
21
-459
/
+481
|
*
Don't try to upgrade the search index if not needed
Aurélien Bompard
2013-12-16
1
-1
/
+1
|
*
Close the store before raising SchemaUpgradeNeeded to avoid a lock
Aurélien Bompard
2013-12-02
2
-0
/
+2
|
*
Add get_message_count_by_user_id to the store
Aurélien Bompard
2013-12-01
1
-1
/
+11
|
*
Allow pagination on the get_thread method's results
Aurélien Bompard
2013-11-30
1
-1
/
+1
|
*
Add a method to get a user's messages
Aurélien Bompard
2013-11-30
1
-0
/
+10
|
*
Nicer logging when refreshing the cache
Aurélien Bompard
2013-11-28
4
-6
/
+17
|
*
Use logging instead of printing
Aurélien Bompard
2013-11-28
6
-18
/
+41
|
*
Improvements in the caching system
Aurélien Bompard
2013-11-28
3
-7
/
+29
|
*
Improve caching refresh operation
Aurélien Bompard
2013-11-25
4
-6
/
+34
|
*
Adapt mailmanclient's returned classes to Mailman's interface
Aurélien Bompard
2013-11-21
1
-0
/
+26
|
*
Remove leftover debug print statement
Aurélien Bompard
2013-11-21
1
-1
/
+0
|
*
Add an accessor for the email dates
Aurélien Bompard
2013-11-15
1
-0
/
+17
|
*
Be less verbose by default
Aurélien Bompard
2013-11-15
1
-7
/
+9
|
*
Store the list creation datetime
Aurélien Bompard
2013-11-15
4
-1
/
+10
|
*
Import the list props from mailman when on creation
Aurélien Bompard
2013-11-15
3
-8
/
+13
|
*
Add to the search engine after list properties have been updated
Aurélien Bompard
2013-11-14
2
-3
/
+34
|
*
Don't auto-upgrade the schema by default
Aurélien Bompard
2013-11-14
23
-104
/
+182
|
*
Improve caching and cache more values
Aurélien Bompard
2013-11-14
15
-64
/
+370
|
*
Cache some values in the database
Aurélien Bompard
2013-11-08
16
-78
/
+408
|
*
Don't take too much resource when indexing all messages
Aurélien Bompard
2013-11-08
1
-2
/
+14
|
*
Fix subject_prefix detection in the import script
Aurélien Bompard
2013-10-21
1
-2
/
+2
|
*
Try to get the mailinglist properties in the import script
Aurélien Bompard
2013-10-21
1
-2
/
+25
|
*
Respect list privacy when searching
Aurélien Bompard
2013-10-18
4
-9
/
+37
|
*
Store the archiving policy
Aurélien Bompard
2013-10-15
4
-0
/
+13
|
*
Prepare an unicode test I don't know yet what to do with
Aurélien Bompard
2013-10-15
1
-3
/
+21
|
*
Protect against very long subject lines
Aurélien Bompard
2013-10-15
2
-0
/
+29
|
*
Protect against badly encoded attachment names
Aurélien Bompard
2013-10-15
2
-1
/
+17
|
*
Protect against DB errors on import
Aurélien Bompard
2013-10-15
1
-5
/
+12
|
*
Handle emails with no From header
Aurélien Bompard
2013-10-09
2
-0
/
+12
|
*
Protect against extremely long Message-Ids
Aurélien Bompard
2013-10-09
3
-7
/
+52
|
*
Handle badly encoded non-ascii headers
Aurélien Bompard
2013-10-08
2
-3
/
+23
|
*
Option to leave full email archiving to another archiver
Aurélien Bompard
2013-10-01
1
-3
/
+6
|
|
|
|
|
For example the "prototype" archiver. It is disabled at the moment because HyperKitty does not use it.
*
On import, commit once in a while
Aurélien Bompard
2013-09-30
1
-0
/
+4
|
*
Less hackish way of getting the Store object
Aurélien Bompard
2013-09-30
1
-3
/
+2
|
*
Feature: continue an import from the last date
Aurélien Bompard
2013-09-13
2
-1
/
+26
|
*
Option to only import messages after a certain date
Aurélien Bompard
2013-09-11
1
-6
/
+23
|
*
Add an index on thread.list_name
Aurélien Bompard
2013-09-11
2
-0
/
+30
|
*
Don't specify USING btree when creating a PG index
Aurélien Bompard
2013-09-11
6
-15
/
+15
|
*
Keep the reply graph acyclic
Aurélien Bompard
2013-09-10
2
-1
/
+35
|
*
Guard against unknown charsets in plain-text messages
Aurélien Bompard
2013-09-09
3
-2
/
+27
|
[next]