index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
J08nY
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mailman
/
model
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use print functions consistently through, and update all __future__ imports to
Barry Warsaw
2014-04-28
18
-159
/
+159
*
* Fix test isolation bug in ``languages.rst``.
Barry Warsaw
2014-04-17
1
-5
/
+5
|
\
|
*
Make a copy before first usage of mgr.clear()
Piotr Kasprzyk
2014-04-16
1
-4
/
+4
|
/
*
Add an email address to an existing user via the REST API.
Barry Warsaw
2014-04-14
2
-1
/
+47
|
\
|
*
Instantiating an Address model now validates the email string
Florian Fuchs
2014-04-14
2
-1
/
+49
*
|
Trunk merge
Barry Warsaw
2014-04-14
31
-40
/
+233
|
\
|
|
*
* Fix IntegrityError (against PostgreSQL) when deleting a list with content
Barry Warsaw
2014-03-15
2
-0
/
+17
|
*
* Module coding style consistency.
Barry Warsaw
2014-03-02
2
-5
/
+21
|
*
Several internal improvements:
Barry Warsaw
2014-01-06
1
-1
/
+1
|
*
Bump copyright years.
Barry Warsaw
2014-01-01
30
-30
/
+30
|
*
More fixes.
Barry Warsaw
2013-11-26
1
-1
/
+5
|
*
Checkpointing.
Barry Warsaw
2013-11-25
4
-47
/
+169
|
*
Joanna's branch
Barry Warsaw
2013-10-27
1
-4
/
+55
|
|
\
|
|
*
Changes for enabling/disabling archivers.
Joanna Skrzeszewska
2013-09-08
1
-4
/
+55
*
|
|
Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.
Barry Warsaw
2014-04-14
3
-0
/
+18
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Content filter must be removed on list deletion
Aurélien Bompard
2013-10-03
2
-0
/
+17
|
|
/
*
|
trunk merge
Barry Warsaw
2013-09-01
3
-4
/
+3
|
\
|
|
*
Switch to PEP 435 enums from flufl.enums.
Barry Warsaw
2013-06-18
3
-4
/
+3
*
|
Migrate bounceevent.list_name -> bounceevent.list_id
Barry Warsaw
2013-09-01
3
-8
/
+8
|
/
*
* Creation of lists with upper case names should be coerced to lower case.
Barry Warsaw
2013-03-06
2
-0
/
+15
*
Bump copyright years.
Barry Warsaw
2013-01-01
29
-29
/
+29
*
Remove mailinglist.admin_member_chunksize.
Barry Warsaw
2012-12-30
1
-1
/
+0
*
Remove mailinglist.private_roster.
Barry Warsaw
2012-12-30
1
-1
/
+0
*
Remove unused columns mailinglist.subscribe_policy,
Barry Warsaw
2012-12-30
1
-3
/
+0
*
Remove mailinglist.send_reminders column too.
Barry Warsaw
2012-12-30
1
-1
/
+0
*
* The column `mailinglist.new_member_options` was unused, and has been
Barry Warsaw
2012-12-30
1
-2
/
+0
*
Remove some leftovers.
Barry Warsaw
2012-12-29
1
-3
/
+0
*
Revert the addition of the mailinglist.style_name column, as well as the
Barry Warsaw
2012-12-29
1
-4
/
+3
*
LP: #975692 phase 1
Barry Warsaw
2012-12-28
1
-0
/
+1
*
* Two new events are triggered on membership changes: `SubscriptionEvent`
Barry Warsaw
2012-12-23
3
-2
/
+32
*
Fix cross-references.
Barry Warsaw
2012-12-17
1
-1
/
+1
*
* Simplify moderator.rst and requests.rst so they serve a better purpose as
Barry Warsaw
2012-12-17
2
-808
/
+86
*
Complete the exposure of subscription request moderation via REST (still needs
Barry Warsaw
2012-12-16
1
-1
/
+3
*
Expose held subscription/unsubscription requests via the API.
Barry Warsaw
2012-12-15
1
-0
/
+3
*
* Python 2.7 is not required. Python 2.6 is no longer officially supported.
Barry Warsaw
2012-10-31
1
-2
/
+1
*
Database
Barry Warsaw
2012-10-16
1
-29
/
+32
*
* Schema migrations (LP: #1024509)
Barry Warsaw
2012-09-04
1
-1
/
+1
*
* The link between members and the mailing lists they are subscribed to, is
Barry Warsaw
2012-09-04
9
-65
/
+117
*
* Removed obsolete `IMailingList` attribute `generic_nonmember_action.
Barry Warsaw
2012-08-19
1
-1
/
+0
*
* Non-unicode values in msgdata broke pending requests. (LP: #1031391)
Barry Warsaw
2012-08-17
1
-6
/
+20
*
* The policy for archiving has now been collapsed into a single enum, called
Barry Warsaw
2012-07-26
2
-9
/
+11
|
\
|
*
Working for SQLite:
Barry Warsaw
2012-07-25
1
-1
/
+1
|
*
Refactor to better handling the difference between a testing database and a
Barry Warsaw
2012-07-25
1
-0
/
+4
|
*
trunk merge
Barry Warsaw
2012-07-06
24
-266
/
+339
|
|
\
|
|
/
|
/
|
*
|
Replace flufl.password with passlib, albeit with a wrapper.
Barry Warsaw
2012-06-27
1
-1
/
+1
*
|
General code cleanup.
Barry Warsaw
2012-04-25
21
-72
/
+88
*
|
- Module modernatizations (print function).
Barry Warsaw
2012-04-22
14
-182
/
+236
*
|
- Module modernization by adding the print_function() import.
Barry Warsaw
2012-04-22
1
-11
/
+14
|
*
- Rename the model attributes.
Barry Warsaw
2012-04-08
1
-7
/
+5
|
/
*
* A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.
Barry Warsaw
2012-04-07
2
-2
/
+32
[next]