Merge lp:~benste/mailmanweb/main_dev into lp:mailmanweb
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp:~benste/mailmanweb/main_dev | ||||
Merge into: | lp:mailmanweb | ||||
Diff against target: |
437 lines (+85/-56) (has conflicts) 3 files modified
dev_setup/settings.py (+2/-0) src/mailmanweb/templates/mailmanweb/base.html (+7/-0) src/mailmanweb/views.py (+76/-56) Text conflict in src/mailmanweb/views.py |
||||
To merge this branch: | bzr merge lp:~benste/mailmanweb/main_dev | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Florian Fuchs | Approve | ||
Review via email:
|
Commit message
Merge - added Django Messaging Framework - fixes lp920084 - by benste
Description of the change
Dear Terri and Flo,
the long promissed change which got delayed due to my old revisions ...
No CSS for new class mm_message included
+ For some strange reason the message Tag / Type seems not to be stored hence we don't get a special class e.g. for a warningn
Unmerged revisions
- 35. By benste
-
changed all render error, error and message vars in views.py to new messaging frame
- 33. By Terri
-
Made it so that the settings menu doesn't disappear when you change settings.
- 32. By Terri
-
Assorted fixes to make sure the settings forms will submit correctly. This
should fix the enums and booleans, but does not fix acceptable_aliases (which
needs to submit a set of unicode strings) - 31. By Terri
-
Fixes to the settings page, mostly making sure we use the right enums for
things. - 30. By Terri
-
Removing settings templates that we've decided not to use
- 29. By Terri
-
Merged
- 28. By Terri
-
Regrouping of the list settings pages.
- 27. By Terri
-
Rearranging settings in a way that hopefully makes sense.
Thank you! I had to add the request param to the messages.success call in line 134. Other than that everything's fine. Added to the trunk...