Henrik Levkowetz
7b95411f58
The context_instance parameter to render_to_response() and render_to_string() is now deprecated. Fixed this, and generally changed the idiom render_to_response('template.html', {}, RequestContext(request)) to the newer and simpler render(request, 'template.html', {}). About 200 instances.
...
- Legacy-Id: 12637
2017-01-09 21:26:30 +00:00
Henrik Levkowetz
c2541ec04b
Django 1.9: Removed deprecated use of django.conf.urls.patterns() from all urls*.py files.
...
- Legacy-Id: 12618
2016-12-22 17:21:57 +00:00
Henrik Levkowetz
ff9b8a9bdb
Deprecation fixes: Explicitly say that redirects are permanent.
...
- Legacy-Id: 12532
2016-12-15 13:19:51 +00:00
Henrik Levkowetz
8e56935cfd
Undid commit 12527, which contained much too much.
...
- Legacy-Id: 12528
2016-12-15 10:38:54 +00:00
Henrik Levkowetz
e3c6e0ac6b
Changed the state shown in all_id.txt for drafts which have entered IESG processing, but then been replaced, to show as 'Replaced' instead of 'In IESG Processing'. This is consistent with how they are shown in all_id2.txt.
...
- Legacy-Id: 12527
2016-12-15 10:36:15 +00:00
Henrik Levkowetz
7f772641d4
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
...
- Legacy-Id: 12035
2016-09-25 13:53:22 +00:00
Henrik Levkowetz
1510a3e1af
Fixed a pyflakes issue.
...
- Legacy-Id: 11518
2016-07-04 15:48:41 +00:00
Henrik Levkowetz
79a3609729
Migration for tweakd plural forms.
...
- Legacy-Id: 11517
2016-07-04 14:29:32 +00:00
Henrik Levkowetz
e34a5caed4
Configured the plural form of 2 models.
...
- Legacy-Id: 11515
2016-07-04 11:23:50 +00:00
Henrik Levkowetz
df08e65570
To support development without having to install Mailman, make the import of mailman list info conditional on mailman module imports succeeding.
...
- Legacy-Id: 11426
2016-06-20 21:49:50 +00:00
Henrik Levkowetz
b667f47b4f
Let the import_mailman_listinfo management command not only add, but also remove subcriptions to match mailman's info. Pay attention only to addresses with delivery enabled.
...
- Legacy-Id: 11394
2016-06-17 13:06:39 +00:00
Henrik Levkowetz
744a39e2ca
Added a migration to do the first mailman subscriber import, using a function from the refactored management command.
...
- Legacy-Id: 11393
2016-06-16 19:33:07 +00:00
Henrik Levkowetz
016f912ef7
Changed some field names from address to email.
...
- Legacy-Id: 11385
2016-06-15 15:49:28 +00:00
Henrik Levkowetz
c0ba793c69
Added the new models for mailinglists ...
...
- Legacy-Id: 11384
2016-06-15 15:48:58 +00:00
Henrik Levkowetz
b0ddd0daeb
Added models for mailman lists and subscribed and whitelisted addresses, and an import management command suited to be run as a periodic cron-job.
...
- Legacy-Id: 11373
2016-06-14 21:36:05 +00:00
Henrik Levkowetz
acc2c59920
Updated a bunch of links from http: to https: based on a patch from lars@netapp.com.
...
- Legacy-Id: 9556
2015-04-24 21:47:12 +00:00
Henrik Levkowetz
bf9d668c3e
Changed from using an otherwise unused css class as content container selector in tests, to instead using an explicit css id as selector.
...
- Legacy-Id: 9394
2015-04-04 08:57:39 +00:00
Henrik Levkowetz
625347cd2f
Merged trunk@9354 to facelift copy
...
- Legacy-Id: 9357
2015-04-02 06:51:34 +00:00
Henrik Levkowetz
86997e1e95
Turned the api.py file into a module. Moved the makeresources management command to the api module. Added some api tests. Added crawling of api files to the test-crawler. Adjusted some resource files discovered by the test suite and test-crawler. Removed a bunch of empty model files.
...
- Legacy-Id: 9144
2015-03-03 20:23:36 +00:00
Ole Laursen
87870ca954
Fix more test errors - now only two not yet fully ported views remain
...
- Legacy-Id: 8571
2014-11-03 16:39:41 +00:00
Henrik Levkowetz
c8fd0dafde
Made ietf/mailinglists pyflakes-clean.
...
- Legacy-Id: 7472
2014-03-15 18:15:08 +00:00
Ole Laursen
cfa0d47ca0
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
...
- Legacy-Id: 6878
2013-12-11 16:36:09 +00:00
Ole Laursen
6c57fe496f
Port mailinglists to new schema
...
- Legacy-Id: 6782
2013-12-03 18:55:26 +00:00
Ole Laursen
03bed41630
Merged in changes from the conversion branch
...
- Legacy-Id: 3187
2011-06-28 18:20:20 +00:00
Henrik Levkowetz
266b7820d0
Merged from log:branch/2.00@2363: Current release branch head to trunk.
...
- Legacy-Id: 2365
2010-07-21 12:48:05 +00:00
Henrik Levkowetz
cd030d3b43
Adding copyright notices to all python files
...
- Legacy-Id: 716
2007-06-27 21:16:34 +00:00
Bill Fenner
8d6b0bae97
Moves:
...
* announcements -> ann
* liaisons -> liaison
* idindex -> drafts
* mailinglists -> list
I checked the tests and used a link checker locally, so hopefully
the fallout will be minimal.
- Legacy-Id: 657
2007-06-26 18:29:55 +00:00
Michael Lee
6ca9b6f451
Render the receipt page with proper contents
...
- Legacy-Id: 635
2007-06-25 17:41:40 +00:00
Bill Fenner
e7f957ec02
Make the url widget boxes as wide as the cgi page has them..
...
- Legacy-Id: 628
2007-06-25 15:17:31 +00:00
Michael Lee
04d302a533
Disable email formating validation for admin list
...
- Legacy-Id: 627
2007-06-25 13:44:32 +00:00
Michael Lee
17c445e74a
nwg_list_submit - restore MultiEmailField property of admin field. Defining admin in nonwg_fields causes a bug which does not pre-populate admin field when editing. Ticket will be created.
...
- Legacy-Id: 626
2007-06-25 05:37:34 +00:00
Michael Lee
d10d8444e1
nwg_list_submit bug fix again
...
- Legacy-Id: 625
2007-06-25 05:28:54 +00:00
Michael Lee
34a621fe5d
nwg_list_submit bug fix
...
- Legacy-Id: 624
2007-06-25 05:17:44 +00:00
Michael Lee
6c35c89054
* fix Delete request
...
* Step number is dynamically generated
* add template for delete confirmation
- Legacy-Id: 623
2007-06-25 04:55:29 +00:00
Bill Fenner
430c53c9a3
Spell "skipredirect" properly.
...
- Legacy-Id: 613
2007-06-22 11:22:42 +00:00
Bill Fenner
0a3cee08a0
Skip the mailinglists/request/help redirect tests; those are only
...
served by the mailing list form so bookmarks to them are extremely
unlikely.
Remove trailing "?" from /idtracker/ entry; the redirect tool
strips off empty query strings.
Add ?cat=bugs to the send_email entry so the redirect will pass.
Skip the redirect test for the ballot, since there's an extra
(unused) query argument, filename=.
Add in all the query args that will get passed through the
redirect when searching for bgp-m, to make sure that they work
and to make the redirect test pass.
- Legacy-Id: 609
2007-06-22 01:46:47 +00:00
Bill Fenner
724f356bc4
Put 'req' in the context so that the summary will be correct.
...
Fixes the "Extraneous Information" problems in #142 and #143 .
- Legacy-Id: 597
2007-06-21 19:21:42 +00:00
Bill Fenner
8e85393b03
Delete debugging output.
...
- Legacy-Id: 587
2007-06-21 16:38:06 +00:00
Bill Fenner
2239b494d2
Use MultiEmailField for the admin's email address, to get validation.
...
- Legacy-Id: 585
2007-06-21 16:21:38 +00:00
Bill Fenner
dc0832af51
Chase the renaming of the areadirectors model to areadirector,
...
and thus the renaming of the auto-generated _set attribute.
Remove the areadirectors_set() function.
- Legacy-Id: 555
2007-06-20 14:02:32 +00:00
Bill Fenner
0e1728e2ab
Remove debugging print.
...
- Legacy-Id: 554
2007-06-20 13:55:41 +00:00
Michael Lee
02cbe98a1f
* Add javascripts to the first step
...
* Add a method areadirectors_set to idtracker/models.py
* Edit templates to adopt same look and feel with the existing tool
- Legacy-Id: 550
2007-06-20 05:21:48 +00:00
Bill Fenner
c03da11ec5
Use the exact same "no selection" wording.
...
- Legacy-Id: 516
2007-06-18 22:12:56 +00:00
Bill Fenner
0aa1161f2a
Supply form0 to the templates, and use that in ListReqAuthorized.html
...
to display the right approval text (or a fallback if it's something
else for some reason)
- Legacy-Id: 494
2007-06-18 16:39:47 +00:00
Bill Fenner
88e1ed58c5
Simplify the __init__ for ListReqStep1, by letting the parent's
...
__init__ parse initial and get the value from there.
- Legacy-Id: 445
2007-06-16 21:14:38 +00:00
Bill Fenner
caebc11a36
Test URLs for mailing lists
...
- Legacy-Id: 348
2007-06-12 21:06:56 +00:00
Bill Fenner
3811dcf8ac
Don't import Acronym, since we don't use it.
...
Filter by active groups when creating the list of groups.
- Legacy-Id: 286
2007-06-10 13:37:14 +00:00
Bill Fenner
100f24baef
Add help popup to MailingListForm.
...
- Legacy-Id: 276
2007-06-10 03:02:01 +00:00
Bill Fenner
fdca154e75
Implement custom form rendering for step 0.
...
Implement javascript to disable form elements that aren't used
when wg or non-wg items are selected.
Implement javascript to reload the page with the right set of
non-wg mailing lists to close.
- Legacy-Id: 274
2007-06-10 02:00:51 +00:00
Bill Fenner
f8dbed4884
Fix preview by creating a MailingList object and using the
...
existing list_summary.html.
- Legacy-Id: 272
2007-06-08 20:45:41 +00:00