Robert Sparks
29ac6363a1
Fix ordering issue on agenda.html. Commit ready for merge
...
- Legacy-Id: 9141
2015-03-01 16:08:02 +00:00
Henrik Levkowetz
198c16b9aa
Set version info and settings back to development mode
...
- Legacy-Id: 9136
2015-02-26 10:08:24 +00:00
Henrik Levkowetz
fd921c4dd9
Set version info to release version 5.12.0 before branching.
...
- Legacy-Id: 9134
2015-02-26 10:08:18 +00:00
Henrik Levkowetz
c0797bccb7
Changed the setting for the default cutoff days so that both are 13, matching the current policy.
...
- Legacy-Id: 9131
2015-02-25 20:57:37 +00:00
Henrik Levkowetz
acff585098
Added submission tool cutoff text and logic for the case when there is only one cutoff date (in other words, the -00 and -01 cutoffs are the same).
...
- Legacy-Id: 9130
2015-02-25 20:54:39 +00:00
Henrik Levkowetz
5bb83f03b5
Merged in personal/henrik/v5.11.1-dev0@9103, which provides code coverage measurements for the test suite using coverage.py, integrated as a test in the test suite. This test compares the current code coverage of tests with that saved for the latest release. Also converted the URL and template coverage measurements into tests, comparing current with the latest release. The result of this is that the coverage tests will fail if new code is added without sufficient test coverage to at least match that of the latest release. Over time, this should encourage gradually improved test coverage as seen for both code, templates, and urls. Coverage data is also saved to file, and can be read by the 'coverage' shell command to produce html or text reports.
...
- Legacy-Id: 9129
2015-02-25 19:14:19 +00:00
Henrik Levkowetz
524359a30f
Set version info and settings back to development mode
...
- Legacy-Id: 9127
2015-02-25 09:06:53 +00:00
Henrik Levkowetz
1d0cb9cc6a
Set version info to release version 5.11.2 before branching.
...
- Legacy-Id: 9125
2015-02-25 09:06:47 +00:00
Henrik Levkowetz
99233abff5
Merged in [9121] from rcross@amsl.com:
...
resolve issues with proceedings progress repport.
- Legacy-Id: 9123
Note: SVN reference [9121] has been migrated to Git commit a77c81cdd5
2015-02-24 20:29:42 +00:00
Henrik Levkowetz
ebb00e5ac4
Merged in [9099] from rcross@amsl.com:
...
Add ietf/bin script merge-person-records.
- Legacy-Id: 9122
Note: SVN reference [9099] has been migrated to Git commit 877e683270
2015-02-24 20:20:15 +00:00
Ryan Cross
a77c81cdd5
resolve issues with proceedings progress repport. Commit ready for merge
...
- Legacy-Id: 9121
2015-02-24 19:11:31 +00:00
Henrik Levkowetz
048319edbc
Merged in [9097] from rcross@amsl.com:
...
Fixes #1605 . Editing session request causes KeyError.
- Legacy-Id: 9120
Note: SVN reference [9097] has been migrated to Git commit a660c433bb
2015-02-24 18:44:00 +00:00
Henrik Levkowetz
219a2ea204
Changed the handling of the group edit form so as to generate a ChangeStateGroupEvent for state changes, instead of a generic GroupEvent of type 'info_changed'.
...
- Legacy-Id: 9119
2015-02-24 18:36:02 +00:00
Henrik Levkowetz
ca8d554b78
Undid previous commit -- it contained too much.
...
- Legacy-Id: 9118
2015-02-24 18:31:53 +00:00
Henrik Levkowetz
2b73f24c94
Merged in [9097] from rcross@amsl.com:
...
Fixes #1605 . Editing session request causes KeyError.
- Legacy-Id: 9117
Note: SVN reference [9097] has been migrated to Git commit a660c433bb
2015-02-24 18:29:45 +00:00
Ole Laursen
a23d80ea40
Commit patch from Lars Eggert to update the JS/CSS libraries
...
- Legacy-Id: 9116
2015-02-24 10:25:20 +00:00
Henrik Levkowetz
f8385208e3
Set version info and settings back to development mode
...
- Legacy-Id: 9114
2015-02-23 20:49:20 +00:00
Henrik Levkowetz
2797f8a4f3
Set version info to release version 5.11.1 before branching.
...
- Legacy-Id: 9112
2015-02-23 20:49:14 +00:00
Henrik Levkowetz
fed0e17ac1
Made the selector for Agenda.groups() match that of Agenda.area_list() by adding parent__isnull=False. Without this, the two won't match if split by area. Fixes issue #1607 .
...
- Legacy-Id: 9108
2015-02-23 12:21:00 +00:00
Henrik Levkowetz
298adf3e20
Added 4 new fields to the meeting class, to hold draft submission cutoff information for the meeting. On request, changed the presentation of the cutoff times to show the last submission time, rather than the beginning of the cutoff time. Changed the cutoff hour format to support full timedelta information, not just a given hour (this was necessary in order to be able to set the requested 23:59:59 submission stop time).
...
- Legacy-Id: 9107
2015-02-21 20:48:29 +00:00
Henrik Levkowetz
01ade795d3
Merged in [9083] from rjsparks@nostrum.com:
...
Added dealing with /wg/foo/email-aliases, /wg/email-aliases, and similar for /rg. Added an initial test suite for all invocations of the email_alias views.
- Legacy-Id: 9106
Note: SVN reference [9083] has been migrated to Git commit a208803e82
2015-02-20 22:53:46 +00:00
Henrik Levkowetz
e7007a6c3c
Merged in [9070] from rjsparks@nostrum.com:
...
Adds pages to view the draft and group email aliases, either as a whole, or per document or group.
- Legacy-Id: 9105
Note: SVN reference [9070] has been migrated to Git commit 79dda88337
2015-02-20 22:38:20 +00:00
Henrik Levkowetz
b880779aeb
Reverted unintended changes to test_runner.py in [9069].
...
- Legacy-Id: 9104
Note: SVN reference [9069] has been migrated to Git commit f3b22aa300
2015-02-20 22:00:54 +00:00
Henrik Levkowetz
dba3db444c
Added test code coverage measurements using coverage.py, integrated as a test in the test suite. This test compares the current code coverage of tests with that saved for the latest release. Also converted the URL and template coverage measurements into tests, comparing current with the latest release. The result of this is that the coverage tests will fail if new code is added without sufficient test coverage to at least match that of the latest release. Over time, this should encourage gradually improved test coverage as seen for both code, templates, and urls. Coverage data is also saved to file, and can be read by the 'coverage' shell command to produce html or text reports.
...
- Legacy-Id: 9103
2015-02-19 23:42:34 +00:00
Ryan Cross
877e683270
Add ietf/bin script merge-person-records. Commit ready for merge.
...
- Legacy-Id: 9099
2015-02-17 23:24:11 +00:00
Henrik Levkowetz
addfd0951a
Removed unused app directory 'contrib'.
...
- Legacy-Id: 9098
2015-02-17 21:22:59 +00:00
Ryan Cross
a660c433bb
Fixes #1605 . Editing session request causes KeyError. Commit ready for merge.
...
- Legacy-Id: 9097
2015-02-17 19:55:54 +00:00
Ole Laursen
a589115ff4
Summary: Reindent all HTML files to follow the previous convention (no
...
tabs) and kill the scripts block in favour of just using a js block with
a script tag (which is easier to understand for context-sensitive
modes such as web-mode in Emacs). Also fix a couple of details, e.g.
missing semicolons in JS snippets.
- Legacy-Id: 9096
2015-02-17 18:01:04 +00:00
Ole Laursen
c72d465438
Summary: Insert anchor-target hack to try to alleviate the problem of
...
the top menu covering the anchor target, also increase the width at
which content navigation menus disappear
- Legacy-Id: 9093
2015-02-17 15:17:05 +00:00
Ole Laursen
3fa51363e4
Remove unused IPR base template which somehow managed to survive the trunk merges
...
- Legacy-Id: 9092
2015-02-17 11:46:52 +00:00
Ole Laursen
13f970e46d
Summary: Move user submenu to right-hand side in top menu to prevent
...
things jumping around when logging in
- Legacy-Id: 9091
2015-02-17 11:05:55 +00:00
Ole Laursen
1e8647d409
Summary: Move submit button on diff form up so it's next to the diff
...
format option
- Legacy-Id: 9090
2015-02-17 10:57:08 +00:00
Ole Laursen
93ee2e669c
Summary: Simplify HTML a bit for document errata label, fixes odd
...
rendering problem spotted by Warren Kumari
- Legacy-Id: 9089
2015-02-17 09:20:24 +00:00
Henrik Levkowetz
7bd647c0d6
Don't create empty Alias records. Fixes issue #1603 .
...
- Legacy-Id: 9086
2015-02-13 13:04:42 +00:00
Henrik Levkowetz
a85725e146
Added a guard against crashing because of missing timeslot location or time in check_audio_files(), which is called by create_proceedings() after changes to meeting materials. Fixes issue 1604.
...
- Legacy-Id: 9085
2015-02-13 12:09:56 +00:00
Henrik Levkowetz
9209be4656
Added back a functioning get_fieldsets() method, which was removed instead of corrected in the Django 1.7 upgrade.
...
- Legacy-Id: 9084
2015-02-13 12:03:32 +00:00
Robert Sparks
a208803e82
Added dealing with /wg/foo/email-aliases, /wg/email-aliases, and similar for /rg. Added an initial test suite for all invocations of the email_alias views. Commit ready for merge.
...
- Legacy-Id: 9083
2015-02-13 04:18:47 +00:00
Henrik Levkowetz
071dfc6f8e
Cleanup after Django 1.7 migration
...
- Legacy-Id: 9082
2015-02-12 16:38:01 +00:00
Henrik Levkowetz
5cafa08542
Added a missing table column to the WG document page for the case when the user isn't logged in. Addresses issue #1601 (but add links in the column are still missing).
...
- Legacy-Id: 9081
2015-02-12 16:31:41 +00:00
Ole Laursen
048a3b732b
Merge fix from facelift-r9069 branch
...
- Legacy-Id: 9080
2015-02-12 16:10:09 +00:00
Ole Laursen
eda5eed791
Summary: Don't crash if timeslots with show_location = True don't have
...
a location
- Legacy-Id: 9079
2015-02-12 16:08:39 +00:00
Henrik Levkowetz
8b4be00d2c
Cleanup after Django 1.7 migration
...
- Legacy-Id: 9078
2015-02-12 16:06:44 +00:00
Ole Laursen
9760cd9c8e
Summary: Load the groups in the group menu with AJAX and delete the
...
jump to group modal. This cuts page rendering speed in more than half
for simple pages and similarly shrinks them by a factor 3-4, while
keeping the user experience the same. Fallbacks are in place for
non-JS clients.
There's still some overhead in the menu generation compared to just
rendering the page content, but the group menu was definitely a major
culprit.
- Legacy-Id: 9077
2015-02-12 16:01:05 +00:00
Ole Laursen
a92752bbcf
Summary: Add a little hack to skip the new Django 1.7 migrations
...
when running with settings_sqlitetest to speed up the process
- Legacy-Id: 9076
2015-02-12 15:35:05 +00:00
Ole Laursen
b334550d9c
Summary: Get rid of FillInRemoteUserIfLoggedInMiddleware, we are not
...
using Apache/REMOTE_USER to login anymore, and it's forcing a vary:
cookie header even on pages that don't check on the logged in user
(i.e. things not rendering through the base template)
- Legacy-Id: 9075
2015-02-12 15:16:29 +00:00
Ole Laursen
04219b9d94
Fix two cycle calls that slipped past the merge, and delete file that somehow survived the merge
...
- Legacy-Id: 9073
2015-02-12 10:51:57 +00:00
Ole Laursen
a225fd5069
Make new branch from trunk and merge facelift-r9007 into it, fixing a few merge conflicts
...
- Legacy-Id: 9072
2015-02-12 10:43:52 +00:00
Robert Sparks
79dda88337
Adds pages to view the draft and group email aliases, either as a whole, or per document or group. Commit ready for merge.
...
- Legacy-Id: 9070
2015-02-11 21:50:34 +00:00
Henrik Levkowetz
f3b22aa300
Added django.setup() to some additional scripts, as required under Django 1.7.
...
- Legacy-Id: 9069
2015-02-11 06:52:07 +00:00
Henrik Levkowetz
cebffd36d8
Added django.setup() to some additional scripts, as required under Django 1.7.
...
- Legacy-Id: 9068
2015-02-10 22:09:22 +00:00
Henrik Levkowetz
73e920739a
Added title annotations to major release entries in the changelog back to 2010, and changelog parsing and release page support for the same.
...
- Legacy-Id: 9067
2015-02-10 10:59:55 +00:00
Henrik Levkowetz
278313829c
Set version info and settings back to development mode
...
- Legacy-Id: 9033
2015-02-09 20:17:16 +00:00
Henrik Levkowetz
1df82ab941
Set version info to release version 5.11.0 before branching.
...
- Legacy-Id: 9031
2015-02-09 20:17:08 +00:00
Henrik Levkowetz
7ecfac6308
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
...
- Legacy-Id: 9028
2015-02-08 21:16:44 +00:00
Henrik Levkowetz
028b7e315a
Reverted to [9025] because commit [9026] failed (it was incomplete with a broken working dir).
...
- Legacy-Id: 9027
Note: SVN reference [9026] has been migrated to Git commit 4a3749a66b
2015-02-08 20:03:16 +00:00
Henrik Levkowetz
4a3749a66b
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
...
- Legacy-Id: 9026
2015-02-08 19:16:46 +00:00
Henrik Levkowetz
3b21cacecd
Set version info and settings back to development mode
...
- Legacy-Id: 9024
2015-02-08 16:40:13 +00:00
Henrik Levkowetz
d257284662
Set version info to release version 5.10.3 before branching.
...
- Legacy-Id: 9022
2015-02-08 16:40:07 +00:00
Henrik Levkowetz
f3fcf1623d
Made the cookie handling for the 'expires_soon' cookie insensitive to nonnumeric values.
...
- Legacy-Id: 9018
2015-02-08 10:05:24 +00:00
Henrik Levkowetz
1210f77604
With django 1.7, standalone scripts need to call django.setup() before doing any operations involving models. Modified all scripts in bin/ and ietf/bin/ which seemed to need it.
...
- Legacy-Id: 9017
2015-02-07 21:13:38 +00:00
Henrik Levkowetz
9f967aebea
Merged in [9007] from rjsparks@nostrum.com:
...
Add the csrf_token to the form for editing document titles. Fixes #1597 .
- Legacy-Id: 9016
Note: SVN reference [9007] has been migrated to Git commit 0cce59b3ef
2015-02-06 19:25:44 +00:00
Henrik Levkowetz
ff3603b979
Merged in [9005] from rcross@amsl.com:
...
Fixed the group link on the standalone Interim Meeting Proceedings
directory page.
Also removed some dead code.
- Legacy-Id: 9015
Note: SVN reference [9005] has been migrated to Git commit 9fed6d8774
2015-02-06 15:25:28 +00:00
Ole Laursen
eccd8d27c4
Make new branch from trunk (r9007) and merge facelift-r8876 into it, fixing a few merge conflicts
...
- Legacy-Id: 9014
2015-02-06 14:08:34 +00:00
Henrik Levkowetz
375b8d8d95
Added an admin view for the ResourceAssociation class.
...
- Legacy-Id: 9013
2015-02-06 12:34:11 +00:00
Henrik Levkowetz
970059617e
Added back a general setting (removed from the Django framework in 1.7) to avoid base64-encoding of UTF-8 email messages.
...
- Legacy-Id: 9012
2015-02-06 12:33:24 +00:00
Henrik Levkowetz
24abae6d26
Added back a modified version of get_fieldsets for liaison forms; in this case the parent class doesn't have this method..
...
- Legacy-Id: 9011
2015-02-06 12:30:51 +00:00
Henrik Levkowetz
342b2d3cb5
Removed the unnecessary get_and_create() of community.model.DisplayConfiguration on community page GET.
...
- Legacy-Id: 9010
2015-02-06 11:27:50 +00:00
Henrik Levkowetz
05a617d3b2
Made the cookie handling for the 'new_enough' cookie insensitive to nonnumeric values.
...
- Legacy-Id: 9009
2015-02-06 10:57:17 +00:00
Ole Laursen
0fedf9312b
Summary: Simplify with ... include into an include with statement
...
- Legacy-Id: 9008
2015-02-06 10:17:27 +00:00
Robert Sparks
0cce59b3ef
Add the csrf_token to the form for editing document titles. Fixes #1597 . Commit ready for merge.
...
- Legacy-Id: 9007
2015-02-06 04:14:03 +00:00
Ryan Cross
9fed6d8774
Fix group link on Interim Meeting Proceedings directory page. Commit ready for merge.
...
- Legacy-Id: 9005
2015-02-06 00:02:07 +00:00
Henrik Levkowetz
c64570c6c0
Set version info and settings back to development mode
...
- Legacy-Id: 9001
2015-02-05 18:33:26 +00:00
Henrik Levkowetz
b4f71e4e2d
Set version info to release version 5.10.2 before branching.
...
- Legacy-Id: 8999
2015-02-05 18:33:21 +00:00
Ole Laursen
a0ff3cfefb
Summary: Move some of the morecss statements to ietf.css, as per
...
instructions in the README
- Legacy-Id: 8996
2015-02-05 15:49:34 +00:00
Ole Laursen
ea33e0e3b7
Summary: Fix a missing hide_menu in agenda edit, also delete some now
...
unused blocks
- Legacy-Id: 8995
2015-02-05 15:48:17 +00:00
Henrik Levkowetz
58cc1e431f
When draft email aliases are generated, the content of the doc.notify field is used to generate the .notify alias, and is also included in the .all alias. If the notify field contains either the .notify alias or the .all alias, this can create a mail loop. Changed the alias generation code to expand (or ignore, for .notify) aliases found in the notify field, and changed the code which fills in the notify field with a default value to insert the author, ad, and shepherd aliases instead of the .all alias.
...
- Legacy-Id: 8994
2015-02-05 15:38:01 +00:00
Ole Laursen
0edbca5f76
Summary: Fix bug in document type checkboxes
...
- Legacy-Id: 8993
2015-02-05 15:33:09 +00:00
Ole Laursen
1d2883a9a2
Summary: Fix some inconsistencies regarding whether to use
...
{% buttons %} or <div class="buttonlist"> for form buttons
- Legacy-Id: 8992
2015-02-05 14:44:08 +00:00
Ole Laursen
78e3a620ce
Summary: Fix unused import
...
- Legacy-Id: 8991
2015-02-05 14:14:57 +00:00
Ole Laursen
8eff2f39cf
Summary: Make sure the TEMPLATE_LOADERS dev hack produces a tuple,
...
otherwise the tests barf
- Legacy-Id: 8989
2015-02-05 14:05:10 +00:00
Ole Laursen
9d71ef3179
Summary: Move select2 field handling to a separate .js file, currently
...
we only include the select2 things on pages with forms that need it
anyway, and this makes it easier to use it in the Secretariat code
- Legacy-Id: 8986
2015-02-05 13:48:27 +00:00
Henrik Levkowetz
bd2cb8baaa
Merged in [8970] from olau@iola.dk:
...
Summary: Enable support for a custom settings file for the test crawl
- and add a simple settings file that enables caching to speed up the
crawl (shaves ~35% off most pages AFAICT)
- Legacy-Id: 8984
Note: SVN reference [8970] has been migrated to Git commit 8d4e1a8528
2015-02-04 23:17:58 +00:00
Henrik Levkowetz
bf77d1e2a4
Merged in [8961] from rjsparks@nostrum.com:
...
Avoid an issue with python.email breaking To header field values that it has to encode in bad places. Fixes #1589 .
- Legacy-Id: 8983
Note: SVN reference [8961] has been migrated to Git commit 4988d9378c
2015-02-04 23:12:26 +00:00
Henrik Levkowetz
001ecb4372
Merged in [8949] from rjsparks@nostrum.com:
...
Improvements to the fix to #1592 .
- Legacy-Id: 8982
Note: SVN reference [8949] has been migrated to Git commit 3de9922d87
2015-02-04 22:44:18 +00:00
Henrik Levkowetz
bcfa4aaf1d
Merged in [8948] from rjsparks@nostrum.com:
...
Capture out-of-area ADs in draft and group aliases. Fixes #1592 .
- Legacy-Id: 8980
Note: SVN reference [8948] has been migrated to Git commit 0c4ef8c8f6
2015-02-04 22:39:03 +00:00
Henrik Levkowetz
cfb332c28a
Merged in [8924] from rjsparks@nostrum.com:
...
Restrict the gathering of ads for past meetings to groups that are areas.
- Legacy-Id: 8978
Note: SVN reference [8924] has been migrated to Git commit 82bc8f06e1
2015-02-04 22:27:26 +00:00
Henrik Levkowetz
99e3f6514c
Merged in [8923] from rjsparks@nostrum.com:
...
Improve the approval mail contents concerning IESG contact members. Fixes #1588 .
- Legacy-Id: 8976
Note: SVN reference [8923] has been migrated to Git commit 786fc38235
2015-02-04 22:19:31 +00:00
Henrik Levkowetz
278b30cb12
Merged in [8922] from rjsparks@nostrum.com:
...
Fix needed-to-pas calculation to use new representation of area directors. Fixes #1587 .
- Legacy-Id: 8974
Note: SVN reference [8922] has been migrated to Git commit 7e188d2d81
2015-02-04 22:04:28 +00:00
Henrik Levkowetz
7bb3744113
Merged in [8903] from rcross@amsl.com:
...
Fix logging problem in IPR mail handling.
- Legacy-Id: 8973
Note: SVN reference [8903] has been migrated to Git commit 5a0e381985
2015-02-04 21:58:40 +00:00
Ole Laursen
e78637b9fc
Remove non-facelift static assets, and move the facelift assets one step up
...
- Legacy-Id: 8971
2015-02-04 17:03:43 +00:00
Ole Laursen
8d4e1a8528
Summary: Enable support for a custom settings file for the test crawl
...
- and add a simple settings file that enables caching to speed up the
crawl (shaves ~35% off most pages AFAICT)
- Legacy-Id: 8970
2015-02-04 14:40:54 +00:00
Ole Laursen
86c6effc55
Summary: Cache template loading (speeds up some pages by 20-50 ms),
...
but only on production since it is really annoying while developing
- Legacy-Id: 8969
2015-02-04 14:28:47 +00:00
Ole Laursen
12faa4a2f8
Summary: Rewrite community tags to use the much simpler built-in tag parser
...
- Legacy-Id: 8968
2015-02-04 14:27:49 +00:00
Ole Laursen
703d9995ea
Summary: Fix bugs in implementation of add/remove from community list JS
...
- Legacy-Id: 8967
2015-02-04 14:25:53 +00:00
Ole Laursen
a5aa58e0b2
Summary: Prettify stream links a bit by using a keyword argument
...
- Legacy-Id: 8966
2015-02-04 12:50:07 +00:00
Ole Laursen
d61ed824cd
Summary: Replace old-style wordwrap custom tag with {% filter wordwrap %}
...
- Legacy-Id: 8965
2015-02-04 12:48:47 +00:00
Ole Laursen
bf34218806
Summary: Include SQL debug thing again in base template
...
- Legacy-Id: 8963
2015-02-04 12:47:19 +00:00
Ole Laursen
c365f99e20
Summary: Fix bug in link
...
- Legacy-Id: 8962
2015-02-04 11:10:28 +00:00
Robert Sparks
4988d9378c
Avoid an issue with python.email breaking To header field values that it has to encode in bad places. Fixes #1589 . Commit ready for merge.
...
- Legacy-Id: 8961
2015-02-03 20:18:27 +00:00
Ole Laursen
b5458c29d3
Summary: Clean up some of the FACELIFT comments
...
- Legacy-Id: 8959
2015-02-03 16:18:42 +00:00
Ole Laursen
6da1939c7c
Remove apparently dead template file
...
- Legacy-Id: 8954
2015-02-02 17:18:20 +00:00
Ole Laursen
8c8ec56df2
Summary: Remove now unused old base templates
...
- Legacy-Id: 8953
2015-02-02 17:14:10 +00:00
Ole Laursen
6ee6a3968f
Summary: Remove test of specialized mobile template which is no more
...
- Legacy-Id: 8952
2015-02-02 17:13:07 +00:00
Ole Laursen
8e4f2c95f8
Summary: Fix paths in agenda weekview to work with the facelifted
...
code, inline agenda2.js dependency which isn't used anywhere else
- Legacy-Id: 8951
2015-02-02 17:11:43 +00:00
Ole Laursen
8de3bc1ac3
Summary: Add a couple of hidden-xs/visible-xs classes to the agenda
...
table to make it work on a smart phone, this seem to cover most of the
intended goal with m_agenda.html, so delete it instead of facelifting it
- Legacy-Id: 8950
2015-02-02 16:19:27 +00:00
Robert Sparks
3de9922d87
Improvements to the fix to #1592 . Commit ready to merge.
...
- Legacy-Id: 8949
2015-01-29 20:58:23 +00:00
Robert Sparks
0c4ef8c8f6
Capture out-of-area ADs in draft and group aliases. Fixes #1592 . Commit ready for merge.
...
- Legacy-Id: 8948
2015-01-29 20:32:39 +00:00
Ole Laursen
504fef98a4
Add two changes missing from previous commit
...
- Legacy-Id: 8947
2015-01-29 17:55:25 +00:00
Ole Laursen
756a972113
Move meeting agenda editing over to new facelifted base template, although without actually facelifting the contents
...
- Legacy-Id: 8946
2015-01-29 17:53:56 +00:00
Ole Laursen
542e1d710d
Summary: Add small hack to be able to hide the left menu for the
...
meeting agenda pages
- Legacy-Id: 8945
2015-01-29 14:45:20 +00:00
Ryan Cross
99e32cdce4
fix pyflakes error in process_email.py. Commit ready for merge
...
- Legacy-Id: 8944
2015-01-29 00:51:55 +00:00
Ole Laursen
a2a7e29625
Summary: Fix meeting agenda crash with groups with no parent (was
...
using group.parent rather than the ScheduledSession.area hack)
- Legacy-Id: 8943
2015-01-28 15:19:05 +00:00
Ole Laursen
e6238aa721
Facelift the relatively trivial meeting pages
...
- Legacy-Id: 8942
2015-01-28 14:28:46 +00:00
Ole Laursen
fba359d2e0
Summary: Fix test failures due to recent facelifting
...
- Legacy-Id: 8941
2015-01-28 13:48:51 +00:00
Ole Laursen
4087a9837f
End help_texts with period consistently - the default error rendering in the bootstrap3 library depends on it
...
- Legacy-Id: 8940
2015-01-28 13:25:21 +00:00
Ole Laursen
8c5f79ec4b
Facelift a couple of pages that has previously escaped because of inheritance from a sub-base page
...
- Legacy-Id: 8939
2015-01-28 13:02:22 +00:00
Ole Laursen
f63a99be1c
Facelift remaining materials pages
...
- Legacy-Id: 8938
2015-01-28 12:50:09 +00:00
Ole Laursen
88c9f84664
Summary: Facelift material document page
...
- Legacy-Id: 8937
2015-01-28 12:04:40 +00:00
Ole Laursen
7561ce463d
Summary: Fix extraneous add column in search
...
- Legacy-Id: 8936
2015-01-28 10:33:05 +00:00
Ole Laursen
77276817b9
Summary: Facelift change shepherd email page
...
- Legacy-Id: 8934
2015-01-28 10:01:52 +00:00
Ole Laursen
846ba5bb87
Summary: Facelift undefer ballot page
...
- Legacy-Id: 8933
2015-01-28 09:49:42 +00:00
Ole Laursen
d7b4ef6ac4
Summary: Facelift change charter title page
...
- Legacy-Id: 8932
2015-01-28 09:04:41 +00:00
Ole Laursen
b9206412ee
Summary: Make the Updates IPR section look more like the form
...
- Legacy-Id: 8929
2015-01-27 16:37:11 +00:00
Ole Laursen
842160cc32
Summary: Facelift dbtemplate app, and fix a URL bug
...
- Legacy-Id: 8928
2015-01-27 16:29:00 +00:00
Ole Laursen
336cc1bd14
Summary: Fix two failing IPR tests
...
- Legacy-Id: 8927
2015-01-27 16:28:02 +00:00
Ole Laursen
7e736e06ff
Summary: Port remaining IPR list pages obviating the need for ipr.css, fix some layout issues
...
- Legacy-Id: 8926
2015-01-27 16:11:55 +00:00
Robert Sparks
82bc8f06e1
Restrict the gathering of ads for past meetings to groups that are areas. Commit ready for merge.
...
- Legacy-Id: 8924
2015-01-26 23:35:32 +00:00
Robert Sparks
786fc38235
Improve the approval mail contents concerning IESG contact members. Fixes #1588 . Commit ready for merge.
...
- Legacy-Id: 8923
2015-01-26 22:25:38 +00:00
Robert Sparks
7e188d2d81
Fix needed-to-pas calculation to use new representation of area directors. Fixes #1587 . Commit ready to merge
...
- Legacy-Id: 8922
2015-01-26 21:10:52 +00:00
Ole Laursen
b675c06b44
Summary: Facelift IPR details and history pages, and fix a couple of IPR glitches
...
- Legacy-Id: 8920
2015-01-26 16:34:25 +00:00
Ole Laursen
7462ade959
Summary: Cleanup markup for navtabs a little, use CSS to add margin
...
instead of empty paragraph
- Legacy-Id: 8919
2015-01-26 16:32:56 +00:00
Ole Laursen
212d7e8ff0
Summary: Facelift IPR email submitter
...
- Legacy-Id: 8918
2015-01-26 12:57:15 +00:00
Ole Laursen
1bd0910210
Summary: Move required field asterisk handling to ietf.js, fix some
...
cosmetic stuff in the facelifted IPR code
- Legacy-Id: 8917
2015-01-26 12:56:39 +00:00
Ole Laursen
8d5cd02922
Summary: Add a placeholder for datepicker fields
...
- Legacy-Id: 8916
2015-01-26 12:53:43 +00:00
Ole Laursen
86b97c7573
Summary: Facelift IPR add comment page
...
- Legacy-Id: 8915
2015-01-26 11:37:14 +00:00
Ole Laursen
eb4c5e642a
Summary: Facelift IPR add email page
...
- Legacy-Id: 8914
2015-01-26 11:33:21 +00:00
Ole Laursen
ed8656e94a
Summary: Facelift IPR notify page
...
- Legacy-Id: 8913
2015-01-26 11:25:57 +00:00
Ole Laursen
1e556a3044
Summary: Fix indentation
...
- Legacy-Id: 8912
2015-01-26 11:25:20 +00:00
Ole Laursen
34dae91ab2
Summary: Facelift IPR change state page
...
- Legacy-Id: 8911
2015-01-26 11:11:03 +00:00
Henrik Levkowetz
4c33787976
Set version info and settings back to development mode
...
- Legacy-Id: 8909
2015-01-25 19:36:45 +00:00
Henrik Levkowetz
468ea206fd
Set version info to release version 5.10.1 before branching.
...
- Legacy-Id: 8907
2015-01-25 19:36:40 +00:00
Henrik Levkowetz
6b9097638b
Fixed additional missing template fixups to match code changes.
...
- Legacy-Id: 8904
2015-01-25 19:36:05 +00:00
Ryan Cross
5a0e381985
Fix logging problem in IPR mail handling. Commit ready for merge.
...
- Legacy-Id: 8903
2015-01-23 21:00:13 +00:00
Ole Laursen
2ac96942b3
Summary: Port the remaining JS parts of IPR tool, still missing some
...
templates though
- Legacy-Id: 8901
2015-01-23 17:09:53 +00:00
Ole Laursen
1124d6d018
Summary: Port the remaining parts of the IPR form to Bootstrap, and fix
...
some bugs in the port
- Legacy-Id: 8900
2015-01-23 16:47:22 +00:00
Ole Laursen
543ac4ecb7
Summary: Add simple utility for turning rfc1234 doc alias names into RFC1234
...
- Legacy-Id: 8899
2015-01-23 16:45:26 +00:00
Ole Laursen
5bc15c427e
Summary: Fix some visual glitches with the IPR search page
...
- Legacy-Id: 8898
2015-01-23 12:55:16 +00:00
Ole Laursen
b3823d5768
Summary: Fix comment on insert_after_in_ordered_dict
...
- Legacy-Id: 8897
2015-01-22 17:42:52 +00:00
Ole Laursen
d0999c8b5e
Merge facelift-r8510 branch with trunk. The IPR tool still has some non-facelifted parts and ideosyncracies. Fix a couple of minor bugs (including infamous empty licensing choice) in the IPR code, and port the IPR views to use the render shortcut.
...
- Legacy-Id: 8896
2015-01-22 17:38:05 +00:00
Henrik Levkowetz
d9e202c4a5
Merged in [8879] from rcross@amsl.com:
...
Fixes #1580 . grants IRTF Chair access to proceedings.
- Legacy-Id: 8895
Note: SVN reference [8879] has been migrated to Git commit bfeb650e0e
2015-01-21 21:25:51 +00:00
Henrik Levkowetz
94c9ac7e91
Tweaked the person/alias duplicate test for new aliases slightly.
...
- Legacy-Id: 8894
2015-01-21 21:21:01 +00:00
Henrik Levkowetz
630a263ef7
Merged in [8870] from rjsparks@nostrum.com:
...
Inform the secretariat when a duplicate Alias.name is created that isn't already a duplicate Person.name. Improve the message that's sent when either duplicate Person or Alias names are detected.
- Legacy-Id: 8893
Note: SVN reference [8870] has been migrated to Git commit 8e1abfa833f528bccf0f61a2a767f3923255e137
2015-01-21 20:44:06 +00:00
Henrik Levkowetz
49d86d691b
Merged in [8861] from rcross@amsl.com:
...
Changes to allow upload of bluesheets in materials upload page. Primarily for use with Interim meetings.
- Legacy-Id: 8891
Note: SVN reference [8861] has been migrated to Git commit 40efbf4f57
2015-01-21 20:32:18 +00:00
Henrik Levkowetz
56f979b79b
Merged in [8856] from rjsparks@nostrum.com:
...
Show out-of-area ads on /wg/. Fixes #1555 . Related to #1557 .
- Legacy-Id: 8890
Note: SVN reference [8856] has been migrated to Git commit 56f9260acb
2015-01-21 20:08:16 +00:00
Henrik Levkowetz
05b048bfc4
Merged in [8855] from rcross@amsl.com:
...
Fixes #1577 . Fix Back and Cancel buttons in recording views.
- Legacy-Id: 8889
Note: SVN reference [8855] has been migrated to Git commit 83c3393c0c
2015-01-21 20:02:24 +00:00
Henrik Levkowetz
be1c255be1
Merged in [8854] from rjsparks@nostrum.com:
...
This is the second step towards ADs out of GroupInfo into Role.
The use of group.ad has been scrubbed from the code and templates.
- Those places that set group.ad have been directly manipulate Role objects instead
- Most places that read group.ad now use a new group.ad_role() that returns a Role object, simplifing some views.
Related to #1555 and #1557 .
- Legacy-Id: 8888
Note: SVN reference [8854] has been migrated to Git commit 65804be683
2015-01-21 19:56:57 +00:00
Henrik Levkowetz
a41f247ffa
Merged in [8853] from rcross@amsl.com:\n fix audio recordings not showing in proceedings.
...
- Legacy-Id: 8886
Note: SVN reference [8853] has been migrated to Git commit a459356043
2015-01-21 19:45:02 +00:00
Henrik Levkowetz
5c5193786c
Merged in [8852] from rcross@amsl.com:\n fixes ability to replace minutes and agendas.
...
- Legacy-Id: 8885
Note: SVN reference [8852] has been migrated to Git commit cd8cf00c52
2015-01-21 19:38:46 +00:00
Henrik Levkowetz
edc4cba1bd
Merged in [8851] from rjsparks@nostrum.com:\n This is the first step towards using Role to represent Area directors. It
...
- Migrates the information captured in GroupInfo.ad to Role objects.
- Renames GroupInfo.ad to GroupInfo._ad (retaining the current column name) to prepare for deletion of that field.
- Provides ad property accessor and setter methods implemented using the group's role_set (so that the existing view code continues to work with minimal changes)
- Improved selection in many querysets that assumed only groups of type 'area' would have area directors.
Related to #1557 and #1555 .
- Legacy-Id: 8884
Note: SVN reference [8851] has been migrated to Git commit 4c9db8f250
2015-01-21 19:33:19 +00:00
Henrik Levkowetz
4dc24cdd30
Merged in [8850] from rjsparks@nostrum.com:\n Change the permission guards on edit_notify to reflect the policy that #1517 tried to establish. Fixes #1517 and #1575 .
...
- Legacy-Id: 8883
Note: SVN reference [8850] has been migrated to Git commit 6f8f1956de
2015-01-21 19:18:26 +00:00
Henrik Levkowetz
67a99863fe
Merged in [8849] from rcross@amsl.com:\n fix several issues with IPR references in iesg templates.
...
- Legacy-Id: 8882
Note: SVN reference [8849] has been migrated to Git commit e934aa8e73
2015-01-21 19:12:38 +00:00
Henrik Levkowetz
73c56ef26b
Merged in [8848] from rjsparks@nostrum.com:\n Don't add the group's ad to the list of people who need to be at a meeting if the group doesn't have an ad. Protects the field formatter from occurances of None in passed in lists. Patch applied to production.
...
- Legacy-Id: 8881
Note: SVN reference [8848] has been migrated to Git commit fd9649abf2
2015-01-21 19:06:52 +00:00
Henrik Levkowetz
f15ba3346b
Merged in [8846] from rjsparks@nostrum.com:
...
Added tests for document urls that provide a revision for all the document types the view code currently handles. Refactored parts of Document and DocHistory into DocumentInfo to get the tests to pass. (but careful review is probably warranted).
- Legacy-Id: 8880
Note: SVN reference [8846] has been migrated to Git commit ce5bda1835b32640d17136d09262f654fade94d4
2015-01-21 19:01:47 +00:00
Ryan Cross
bfeb650e0e
Fixes #1580 . grants IRTF Chair access to proceedings. Commit ready for merge.
...
- Legacy-Id: 8879
2015-01-21 19:00:53 +00:00
Henrik Levkowetz
af8cd51409
Merged in [8845] from rcross@amsl.com:\n allow editing of legacy disclosures which don't have required fields (set required=False).
...
- Legacy-Id: 8877
Note: SVN reference [8845] has been migrated to Git commit c957f3383b
2015-01-21 18:44:33 +00:00
Henrik Levkowetz
c3ff43db6a
Merged in [8843] from rjsparks@nostrum.com:\n Reworked the definition of future_presentations and last_presented. Fixes #1571 .
...
- Legacy-Id: 8876
Note: SVN reference [8843] has been migrated to Git commit 80379135318ffd08eb3934547b62660a789483f2
2015-01-20 23:05:14 +00:00
Henrik Levkowetz
0f3f53d7bf
Merged in [8842] from rcross@amsl.com:\n Fixes #1570 . Fixes document search result row and IESG agenda documents row links to IPR.
...
- Legacy-Id: 8875
Note: SVN reference [8842] has been migrated to Git commit 1d92f940ce
2015-01-20 22:59:20 +00:00
Henrik Levkowetz
d0341e709b
Merged in [8841] from rcross@amsl.com:\n Fixes #1569 . Fixes link to IPR search from doc page.
...
- Legacy-Id: 8874
Note: SVN reference [8841] has been migrated to Git commit 8130d244d8
2015-01-20 22:37:46 +00:00
Henrik Levkowetz
0db48f3db0
Merged in [8840] from rjsparks@nostrum.com:\n Automatically ensure Alias records exists when Person records are changed, relieving multiple code locations of that responsibility. Fixes bug #1550 .
...
- Legacy-Id: 8873
Note: SVN reference [8840] has been migrated to Git commit b0b3a31b10bb35eb00d29f27d75d21c3cc4edc4e
2015-01-20 22:32:01 +00:00
Henrik Levkowetz
ff9ae1ad04
Merged in [8801] from rjsparks@nostrum.com:
...
Verify that add_state_change_event returned something before trying to use attributes of the return value. Fixes bug #1566 .
- Legacy-Id: 8871
Note: SVN reference [8801] has been migrated to Git commit 601575a3d5
2015-01-20 22:18:33 +00:00
Henrik Levkowetz
46e2ed7dec
Merged in [8726] from rjsparks@nostrum.com:\n Send mail to the secretariat when a Person is created with the same name as some other Person objects in case its a duplicate that needs to be merged. Fixes ticket #1553 .
...
- Legacy-Id: 8869
Note: SVN reference [8726] has been migrated to Git commit f5325272f8
2015-01-15 21:10:38 +00:00
Henrik Levkowetz
030eb5ff9f
Merged in [8733] from olau@iola.dk:\n Summary: Fix old bug in liaison tool - WG discussion lists where being
...
CC'ed with their list_subscribe rather than list_email address, and
the former is usually a URL, not an email address so cause a
validation error when submitting the statement
- Legacy-Id: 8868
Note: SVN reference [8733] has been migrated to Git commit 7f1683f093
2015-01-15 20:58:37 +00:00
Henrik Levkowetz
c3b1e1a369
Merged in [8723] from rcross@amsl.com:\n Fixes ticket #1469 , trying to add duplicate name in Rolodex causes 500 error.
...
- Legacy-Id: 8867
Note: SVN reference [8723] has been migrated to Git commit 9cf30a07d1
2015-01-15 19:37:56 +00:00
Henrik Levkowetz
c79f367d66
Merged in [8718] from rjsparks@nostrum.com:\n Copy the secretariat on the message sent to the RFC Editor and IANA when a draft is pulled from the RFC Editor queue. Fixes ticket #1549 .
...
- Legacy-Id: 8866
Note: SVN reference [8718] has been migrated to Git commit 1d7d5dd32e
2015-01-15 19:29:20 +00:00
Henrik Levkowetz
0316c33c4b
Merged in [8716] from rjsparks@nostrum.com:
...
Highlight need for milestone review and approval in messages to leadership when a milestone edit requires approval. Don't bother the group when the only changes are those needing approval. Fixes ticket #1501 .
- Legacy-Id: 8865
Note: SVN reference [8716] has been migrated to Git commit 134ae9928f
2015-01-15 19:21:56 +00:00
Henrik Levkowetz
71057d309a
From rjsparks@nostrum.com: Fixed Room.__unicode__() to handle capacity None.
...
- Legacy-Id: 8864
2015-01-14 17:18:40 +00:00
Ryan Cross
40efbf4f57
Changes to allow upload of bluesheets in materials upload page. Primarily for use with Interim meetings. Commit ready for merge.
...
- Legacy-Id: 8861
2015-01-12 18:45:50 +00:00
Henrik Levkowetz
45704a1363
Made the generated postfix alias/virtual files include the AD emails in the -chairs alias.
...
- Legacy-Id: 8859
2015-01-10 23:57:30 +00:00
Ryan Cross
e686c5c7f5
Allow upload of bluesheets via materials upload interface
...
- Legacy-Id: 8857
2015-01-09 21:29:57 +00:00
Robert Sparks
56f9260acb
Show out-of-area ads on /wg/. Fixes #1555 . Related to #1557 . Commit ready for merge.
...
- Legacy-Id: 8856
2015-01-09 20:40:04 +00:00
Ryan Cross
83c3393c0c
Fixes #1577 . Fix Back and Cancel buttons in recording views. Commit ready for merge
...
- Legacy-Id: 8855
2015-01-09 18:54:11 +00:00
Robert Sparks
65804be683
This is the second step towards ADs out of GroupInfo into Role.
...
The use of group.ad has been scrubbed from the code and templates.
- Those places that set group.ad have been directly manipulate Role objects instead
- Most places that read group.ad now use a new group.ad_role() that returns a Role object, simplifing some views.
Related to #1555 and #1557 .
Commit ready for merge.
- Legacy-Id: 8854
2015-01-09 18:52:06 +00:00
Ryan Cross
a459356043
fix audio recordings not showing in proceedings. Commit ready for merge.
...
- Legacy-Id: 8853
2015-01-09 00:01:43 +00:00
Ryan Cross
cd8cf00c52
fixes ability to replace minutes and agendas. Commit ready for merge.
...
- Legacy-Id: 8852
2015-01-08 21:42:32 +00:00
Robert Sparks
4c9db8f250
This is the first step towards using Role to represent Area directors. It
...
- Migrates the information captured in GroupInfo.ad to Role objects.
- Renames GroupInfo.ad to GroupInfo._ad (retaining the current column name) to prepare for deletion of that field.
- Provides ad property accessor and setter methods implemented using the group's role_set (so that the existing view code continues to work with minimal changes)
- Improved selection in many querysets that assumed only groups of type 'area' would have area directors.
Related to #1557 and #1555 .
Commit ready to merge.
- Legacy-Id: 8851
2015-01-08 20:22:23 +00:00
Robert Sparks
6f8f1956de
Change the permission guards on edit_notify to reflect the policy that #1517 tried to establish. Fixes #1517 and #1575 . Commit ready for merge.
...
- Legacy-Id: 8850
2015-01-08 16:25:17 +00:00
Ryan Cross
e934aa8e73
fix several issues with IPR references in iesg templates. Commit ready for merge.
...
- Legacy-Id: 8849
2015-01-08 01:35:39 +00:00
Robert Sparks
fd9649abf2
Don't add the group's ad to the list of people who need to be at a meeting if the group doesn't have an ad. Protects the field formatter from occurances of None in passed in lists. Patch applied to production. Commit ready for merge.
...
- Legacy-Id: 8848
2015-01-07 21:24:42 +00:00
Ryan Cross
c957f3383b
allow editing of legacy disclosures which don't have required fields (set required=False). Commit ready for merge.
...
- Legacy-Id: 8845
2015-01-06 23:32:23 +00:00
Ryan Cross
1d92f940ce
Fixes #1570 . Fixes document search result row and IESG agenda documents row links to IPR. Commit ready for merge.
...
- Legacy-Id: 8842
2015-01-06 19:42:32 +00:00
Ryan Cross
8130d244d8
Fixes #1569 . Fixes link to IPR search from doc page. Commit ready for merge.
...
- Legacy-Id: 8841
2015-01-05 23:48:48 +00:00
Henrik Levkowetz
30b5d6f229
Added admin support for meeting.models.ResourceAssociation.
...
- Legacy-Id: 8834
2014-12-22 20:11:54 +00:00
Henrik Levkowetz
82fd20bfa2
Fixed a typo.
...
- Legacy-Id: 8833
2014-12-22 19:43:26 +00:00
Henrik Levkowetz
90b4794c3b
Fix django 1.7 incompatibilities: The role_required() decorator isn’t signature-preserving — which now breaks reverse().
...
- Legacy-Id: 8832
2014-12-22 17:59:24 +00:00
Henrik Levkowetz
ee2892ecf4
Bugfix: don't assign FK to Email to an EmailField (which expects just an email string).
...
- Legacy-Id: 8831
2014-12-22 17:57:31 +00:00
Henrik Levkowetz
f4ce5e033c
Fix django 1.7 incompatibilities: Remove get_fieldsets() methods which don't work any more because of Django's move from using its own SortedDict to python's OrderedDict (which always is available in python 2.7 and later). The get_fieldsets() method on Form wasn't available in early versions of django, but since it's provided now, we don't need own code for this method.
...
- Legacy-Id: 8830
2014-12-22 17:54:32 +00:00
Henrik Levkowetz
731744cce9
Fix django 1.7 incompatibilities: Upgrade wsgi.py according to https://docs.djangoproject.com/en/1.7/releases/1.7/#wsgi-scripts
...
- Legacy-Id: 8829
2014-12-22 17:48:28 +00:00
Henrik Levkowetz
43dbe3bfd1
Fix django 1.7 deprecation warnings: Always set fields= or exclude= in Meta for ModelForm subclasses.
...
- Legacy-Id: 8828
2014-12-22 17:46:29 +00:00
Henrik Levkowetz
b5dad67b05
Fix django 1.7 deprecation warnings: get_query_set() --> get_queryset().
...
- Legacy-Id: 8827
2014-12-22 17:38:49 +00:00
Henrik Levkowetz
971a631ea3
Fix django 1.7 deprecation warnings: quote arguments to the 'cycle' template tag.
...
- Legacy-Id: 8826
2014-12-22 17:36:09 +00:00
Henrik Levkowetz
25eb00c925
New django-1.7 initial migrations. Circular references exist, requiring explicit --fake migration for doc, dbtemplate and community apps.
...
- Legacy-Id: 8823
2014-12-22 17:07:38 +00:00
Henrik Levkowetz
76881655d3
Removed south from INSTALLED_APPS.
...
- Legacy-Id: 8822
2014-12-22 16:52:28 +00:00
Henrik Levkowetz
39389bf163
Added a migrations directory for secr/proceedings, needed for the django 1.7 makemigrations command to run properly, because there is a subclass of meeting.models.Meeting in proceedings ...
...
- Legacy-Id: 8821
2014-12-22 16:48:54 +00:00
Henrik Levkowetz
dd15785936
Removing south migrations as part of the django 1.7 changeover to builtin migrations.
...
- Legacy-Id: 8820
2014-12-22 16:44:35 +00:00
Henrik Levkowetz
413e926b2b
Set version info and settings back to development mode
...
- Legacy-Id: 8813
2014-12-21 21:34:03 +00:00
Henrik Levkowetz
f90e802dc5
Set version info to release version 5.10.0 before branching.
...
- Legacy-Id: 8811
2014-12-21 21:33:56 +00:00
Henrik Levkowetz
5183042d58
Merged in branch/amsl/iprtool/5.7.4@8734 from rcross@amsl.com, providing new IPR models, refactored code, and improved list, search, and management interfaces.
...
- Legacy-Id: 8808
2014-12-21 19:26:33 +00:00
Henrik Levkowetz
04164ad157
Set version info and settings back to development mode
...
- Legacy-Id: 8805
2014-12-18 21:29:50 +00:00
Henrik Levkowetz
813bf0c025
Set version info to release version 5.9.0 before branching.
...
- Legacy-Id: 8803
2014-12-18 21:29:46 +00:00
Robert Sparks
601575a3d5
Verify that add_state_change_event returned something before trying to use attributes of the return value. Fixes bug #1566 . Commit ready for merge.
...
- Legacy-Id: 8801
2014-12-18 20:23:57 +00:00
Henrik Levkowetz
5133e59c9b
Merged in [8711] from rjsparks@nostrum.com:\n Added functionality for management of group materials,
...
focusing on groups of type 'team'.
* Simplifies managing the Abstract for uploaded group materials.
Displays the abstract on the groups materials page
* Provides SessionPresentation: a binding between
Document and Session objects, that tracks doc version.
* Adds helpers for finding upcoming sessions, and the
most recent SessionPresentations whose sessions have passed
* Generalizes the snippet concept (as a templatetage) used
in the history tab for use on other pages
* Adds a variant of the snippet that can be styled as an edit link
* Provides several ways to address sessions, using sequence,
dates, group acronyms, and day of week
* Adds a 'Materials Manager' Role
- Legacy-Id: 8765
Note: SVN reference [8711] has been migrated to Git commit b4448a8faa
2014-12-18 18:47:14 +00:00
Henrik Levkowetz
da9419ae64
Set version info and settings back to development mode
...
- Legacy-Id: 8763
2014-12-18 18:40:22 +00:00
Henrik Levkowetz
f15295863a
Set version info to release version 5.8.1 before branching.
...
- Legacy-Id: 8761
2014-12-18 18:40:18 +00:00
Henrik Levkowetz
a9b91deead
Added a file which was missed in the 5.8.0 release.
...
- Legacy-Id: 8759
2014-12-18 18:37:53 +00:00
Henrik Levkowetz
f403aa9886
Set version info and settings back to development mode
...
- Legacy-Id: 8757
2014-12-18 16:06:12 +00:00
Henrik Levkowetz
b878bfa9eb
Set version info to release version 5.8.0 before branching.
...
- Legacy-Id: 8755
2014-12-18 16:06:08 +00:00
Henrik Levkowetz
00e4818ceb
Alternative DRY definition of the REST api top URL; this time in ietf/urls.py. This in itself is nicer, but I'm not so sure about the use of reverse() everywhere else, instead of referring to settings.
...
- Legacy-Id: 8752
2014-12-17 21:26:32 +00:00
Henrik Levkowetz
3cb39d462e
Define the REST api top url in settings.py, rather than having literals in multiple places in the code.
...
- Legacy-Id: 8751
2014-12-17 21:06:05 +00:00
Henrik Levkowetz
7d2c934699
Cleanup.
...
- Legacy-Id: 8750
2014-12-17 20:25:18 +00:00
Henrik Levkowetz
48e0c33aff
Don't list REST API endpoints which don't provide access to any tables.
...
- Legacy-Id: 8749
2014-12-17 20:18:27 +00:00
Henrik Levkowetz
9cb2f17f0f
Added a refinement to the pyflakes management command, to make it clearer where exceptions while running pyflakes originate.
...
- Legacy-Id: 8747
2014-12-14 20:35:35 +00:00
Henrik Levkowetz
ed2458feac
Tests for the restapi.
...
- Legacy-Id: 8745
2014-12-14 20:34:03 +00:00
Henrik Levkowetz
770b36d575
Added generated (and sometimes manually tweaked) resources.py files.
...
- Legacy-Id: 8744
2014-12-14 20:33:25 +00:00
Henrik Levkowetz
147cc96a51
Added a management command to generate (and update) resource files for tastypie, in order to have to manually maintain the resource files needed by tastypie when models are added (model changes will have to be handled manually, or by removing the old class from the resources and auto-generate it again).
...
- Legacy-Id: 8743
2014-12-14 20:32:12 +00:00
Henrik Levkowetz
9883b8de78
Added a module with autodiscovery support for API resource files, and the necessary support for TimedeltaField to be used with tastypie. ALso a top-level resource list generated from settings.INSTALLED_APPS, in order to not have to maintain the top level manually in ietf/urls.py.
...
- Legacy-Id: 8741
2014-12-14 20:27:51 +00:00
Ole Laursen
373644edf4
Port liaison submission/editing to Bootstrap, revamp the select related widget to use select2 rather than the longish popup table
...
- Legacy-Id: 8738
2014-12-12 17:59:57 +00:00
Ole Laursen
74313edc67
Summary: Move datepicker CSS to lib/
...
- Legacy-Id: 8736
2014-12-12 17:33:57 +00:00
Ole Laursen
70ad4d1742
Add liaisons migration to fix the few old statements that do not have a title (add an empty initial migration to make South happy)
...
- Legacy-Id: 8735
2014-12-12 17:30:55 +00:00
Ole Laursen
7f1683f093
Summary: Fix old bug in liaison tool - WG discussion lists where being
...
CC'ed with their list_subscribe rather than list_email address, and
the former is usually a URL, not an email address so cause a
validation error when submitting the statement
- Legacy-Id: 8733
2014-12-12 17:06:05 +00:00
Ole Laursen
1d51a43be4
Summary: Fix the yyyymmdd to strftime format converter to use a single
...
pass through the format so that it actually works correctly
- Legacy-Id: 8732
2014-12-12 11:24:15 +00:00
Ole Laursen
b7f6be4603
Summary: Port reset charter milestones to Bootstrap
...
- Legacy-Id: 8731
2014-12-11 17:30:09 +00:00
Ole Laursen
e4e4d4c8f8
Summary: Port group workflow customizations to Bootstrap
...
- Legacy-Id: 8730
2014-12-11 17:15:34 +00:00
Ole Laursen
0eb1df5f4a
Summary: Move bootstrap_messages call into content
...
- Legacy-Id: 8729
2014-12-11 17:14:24 +00:00
Robert Sparks
f5325272f8
Send mail to the secretariat when a Person is created with the same name as some other Person objects in case its a duplicate that needs to be merged. Fixes ticket #1553 . Commit ready to merge.
...
- Legacy-Id: 8726
2014-12-04 03:51:48 +00:00
Ryan Cross
9cf30a07d1
Fixes ticket #1469 , trying to add duplicate name in Rolodex causes 500 error. Commit ready for merge
...
- Legacy-Id: 8723
2014-12-02 18:30:35 +00:00
Ole Laursen
7f286c12ee
Summary: Port 401/404/500 pages to bootstrap
...
- Legacy-Id: 8722
2014-12-02 10:43:55 +00:00
Ole Laursen
a3399b0bcd
Summary: Port remaining parts of nomcom to bootstrap, fix some bugs,
...
let the private/public feedback pages share the same template, remove
the edit NomCom chair thing - there's no link to it and the
Secretariat can instead use the ordinary group management tool they
have available
- Legacy-Id: 8721
2014-12-02 10:43:20 +00:00
Ole Laursen
027a976da4
Summary: Fix problem with confirm checkbox for potentially dangerous
...
acronym choices on group edit/creation page, fixes the last remaining
facelift test failure
- Legacy-Id: 8720
2014-11-30 14:53:54 +00:00
Ole Laursen
8e4459ad59
Summary: Add helper for inserting a value after another value in an
...
OrderedDict (or Django's SortedDict)
- Legacy-Id: 8719
2014-11-30 14:47:17 +00:00
Robert Sparks
1d7d5dd32e
Copy the secretariat on the message sent to the RFC Editor and IANA when a draft is pulled from the RFC Editor queue. Fixes ticket #1549 . Commit ready for merge.
...
- Legacy-Id: 8718
2014-11-26 20:57:47 +00:00
Robert Sparks
134ae9928f
Highlight need for milestone review and approval in messages to leadership when a milestone edit requires approval. Don't bother the group when the only changes are those needing approval. Fixes ticket #1501 . Commit ready for merge.
...
- Legacy-Id: 8716
2014-11-26 18:56:51 +00:00
Ole Laursen
cebc979282
Summary: Resolve person/email/document multiselect issue by importing
...
select2 and switching the widgets over to using that. Port the
milestones editing page to Bootstrap.
- Legacy-Id: 8713
2014-11-25 16:47:48 +00:00
Ole Laursen
c7342d2f30
Summary: Add specialized DateField for triggering Bootstrap datepicker
...
- Legacy-Id: 8712
2014-11-25 16:43:50 +00:00
Robert Sparks
b4448a8faa
Added functionality for management of group materials,
...
focusing on groups of type 'team'.
* Simplifies managing the Abstract for uploaded group materials.
Displays the abstract on the groups materials page
* Provides SessionPresentation: a binding between
Document and Session objects, that tracks doc version.
* Adds helpers for finding upcoming sessions, and the
most recent SessionPresentations whose sessions have passed
* Generalizes the snippet concept (as a templatetage) used
in the history tab for use on other pages
* Adds a variant of the snippet that can be styled as an edit link
* Provides several ways to address sessions, using sequence,
dates, group acronyms, and day of week
* Adds a 'Materials Manager' Role
Commit ready for merge.
- Legacy-Id: 8711
2014-11-25 00:09:05 +00:00
Robert Sparks
8a8da7a397
cleaned out boilerplate migration imports that arent actually used
...
- Legacy-Id: 8709
2014-11-24 21:51:51 +00:00
Robert Sparks
e5e6b1337d
Added a materials manager (matman) Role, and populated it for the edu team
...
- Legacy-Id: 8708
2014-11-24 21:40:49 +00:00
Robert Sparks
986768bf73
Cleaned up issues with date and weekday variants of the session views
...
- Legacy-Id: 8707
2014-11-24 21:06:58 +00:00
Robert Sparks
2d0eb1e011
Reworked URLs to explicitly invoke edit. Build list of possible sessions using group acronym and sequence variant of urls, not just sequence alone
...
- Legacy-Id: 8706
2014-11-24 20:53:36 +00:00
Robert Sparks
5f1663530c
Added comment docevents when changing SessionPresentation objects. Reworked group materials page to be more helpful when there are multiple SessionPresentations withing a given Meeting
...
- Legacy-Id: 8705
2014-11-24 19:54:25 +00:00
Ole Laursen
6a7f3d981d
Summary: Update Secretariat jQuery version to the same as the rest of
...
the site (1.11.1) to make the people selection widget work
- Legacy-Id: 8704
2014-11-24 15:33:55 +00:00
Ole Laursen
4bb48ac831
Cherrypick r8381 from /branch/iola/submit-replacement/ to get the document widget in, in preparation for fixing the autocomplete problems
...
- Legacy-Id: 8703
2014-11-21 15:32:04 +00:00
Ole Laursen
0f81e1c027
Merge in changes from Russ (/personal/housley/facelift-r8510) tweaking the development mode appearance, with some minor modifications
...
- Legacy-Id: 8695
2014-11-17 22:01:50 +00:00
Henrik Levkowetz
6596a858af
Fixed a problem with the admin interface for the ietf.doc.DocHistory class.
...
- Legacy-Id: 8693
2014-11-14 00:21:54 +00:00
Henrik Levkowetz
50cb5f0762
Set version info and settings back to development mode
...
- Legacy-Id: 8656
2014-11-13 03:37:17 +00:00
Henrik Levkowetz
8bdd8deafd
Set version info to release version 5.7.4 before branching.
...
- Legacy-Id: 8654
2014-11-13 03:37:13 +00:00
Henrik Levkowetz
8675c1e5ad
Added a setting for the temporary bluesheets directory used during testing.
...
- Legacy-Id: 8648
2014-11-12 01:49:55 +00:00
Henrik Levkowetz
c462e63adb
Added settings for the PhantomJS ghostdriver.log and the temporary meeting materials directory used during testing, so that it's possible to place them in other places than the working copy.
...
- Legacy-Id: 8646
2014-11-12 01:45:58 +00:00
Henrik Levkowetz
184662f5e0
Merged in [8641] from rcross@amsl.com:
...
Fixed the check_permissions() decorator to handle not authenticated users.
- Legacy-Id: 8645
Note: SVN reference [8641] has been migrated to Git commit 0ad5828b0f42abc2b0af0564f7b01935d0c326f5
2014-11-11 22:29:50 +00:00
Henrik Levkowetz
72247628a2
Removed an errant print debug statement.
...
- Legacy-Id: 8644
2014-11-11 22:24:02 +00:00
Henrik Levkowetz
9bcdf342fb
Merged in [8634] from rcross@amsl.com:\n Remove none-selected option from licensing options of new IPR form.
...
- Legacy-Id: 8638
Note: SVN reference [8634] has been migrated to Git commit 5016baeb30
2014-11-11 02:05:35 +00:00
Henrik Levkowetz
bb8359f80d
Merged in [8624] from rcross@amsl.com:\n Remove secauth middleware. Replace with role_required decorators.
...
- Legacy-Id: 8637
Note: SVN reference [8624] has been migrated to Git commit 097b936ca8
2014-11-11 02:00:35 +00:00
Henrik Levkowetz
2d1d95e03b
Merged in [8623] from suresh.krishnan@ericsson.com:\n Advising IESG Secretary of personnel changes in WGs. Fixing issue #1357 .
...
- Legacy-Id: 8636
Note: SVN reference [8623] has been migrated to Git commit b6ff986ffd
2014-11-11 01:41:24 +00:00
Henrik Levkowetz
ea341466ca
Merged in [8609] from tterriberry@mozilla.com, with minor changes:
...
Allow changing the title of a charter document.
Fixes #1334
- Legacy-Id: 8635
Note: SVN reference [8609] has been migrated to Git commit 63d919eb52
2014-11-11 01:34:04 +00:00
Ryan Cross
5016baeb30
Remove none-selected option from licensing options of new IPR form. Commit ready for merge
...
- Legacy-Id: 8634
2014-11-11 01:10:52 +00:00
Henrik Levkowetz
f2d3d4213a
Reworked the generation of draft aliases and WG aliases, after trying out the output of the previous version for real. This code seems to work better, based on tests on ietfa.
...
- Legacy-Id: 8633
2014-11-11 01:09:30 +00:00
Russ Housley
cecaf3da00
Correct navbar typo.
...
- Legacy-Id: 8630
2014-11-09 05:39:43 +00:00
Russ Housley
d0e968ec9e
Correct navbar typo.
...
- Legacy-Id: 8629
2014-11-09 05:18:32 +00:00
Henrik Levkowetz
69a7668d2e
Merged in [8622] from harald@alvestrand.no:
...
Adding a missing column header to search result.
- Legacy-Id: 8628
Note: SVN reference [8622] has been migrated to Git commit de8dd26b59
2014-11-09 04:27:52 +00:00
Henrik Levkowetz
b6fc0586b8
Merged in [8617] from liudapeng@chinamobile.com:
...
Add RG in the search popup. Change to use Django Q object. Fixes issue #1355 .
- Legacy-Id: 8625
Note: SVN reference [8617] has been migrated to Git commit 136bce88b4
2014-11-09 03:38:40 +00:00
Ryan Cross
097b936ca8
Remove secauth middleware. Replace with role_required decorators. Commit ready for merge
...
- Legacy-Id: 8624
2014-11-09 02:32:41 +00:00
Suresh Krishnan
b6ff986ffd
Advising IESG Secretary of personnel changes in WGs. Fixing issue #1357 . Commit ready for merge.
...
- Legacy-Id: 8623
2014-11-09 02:29:09 +00:00
Harald T. Alvestrand
de8dd26b59
Adding a missing column header to search result. Commit ready for merge.
...
- Legacy-Id: 8622
2014-11-09 02:22:55 +00:00
Henrik Levkowetz
334d11837a
Merged in [8614] from harald@alvestrand.no:
...
Second try on #1425 . Returns to agenda and uses message.
Builds on [8604]. Fixes issue #1425 , agenda view save-as.
- Legacy-Id: 8621
Note: SVN reference [8604] has been migrated to Git commit c0c608ae1c
Note: SVN reference [8614] has been migrated to Git commit 502dede548
2014-11-09 02:15:18 +00:00
Henrik Levkowetz
52d4ae5617
Merged in [8611] from rjsparks@nostrum.com:\n Allow chairs to edit the notification field. Fixes bug #1517 .
...
- Legacy-Id: 8620
Note: SVN reference [8611] has been migrated to Git commit 4ab6e03729
2014-11-09 01:58:29 +00:00
Dapeng Liu
136bce88b4
Add RG in the search popup. Change to use Django Q object. fixed issue #1355 . Commit ready for merge
...
- Legacy-Id: 8617
2014-11-09 01:54:21 +00:00
Henrik Levkowetz
0f4ae8fe85
Merged in [8608] from rjsparks@nostrum.com:\n Allow chosing the initial state when beginning WG processing of a draft. Fixes bug #1406 .
...
- Legacy-Id: 8615
Note: SVN reference [8608] has been migrated to Git commit 696e93254a
2014-11-09 01:32:41 +00:00
Harald T. Alvestrand
502dede548
Second try on #1425 . Returns to agenda and uses message. Commit ready for merge.
...
- Legacy-Id: 8614
2014-11-09 01:21:16 +00:00
Henrik Levkowetz
8b93881485
Merged in [8602] from suresh.krishnan@ericsson.com:\n Fixes issue #1295 .
...
Synchronize the currently set tags when document state is edited
- Legacy-Id: 8613
Note: SVN reference [8602] has been migrated to Git commit 16c5e24782
2014-11-09 01:12:37 +00:00
Henrik Levkowetz
338848ab9d
Merged in [8585] from rjsparks@nostrum.com:\n Tests that a message is set when a shepherd is not changed. Related to #1508 and r8504.
...
- Legacy-Id: 8612
Note: SVN reference [8585] has been migrated to Git commit de94d49665
2014-11-09 01:01:14 +00:00
Robert Sparks
4ab6e03729
Allow chairs to edit the notification field. Fixes bug #1517 . Commit ready for merge.
...
- Legacy-Id: 8611
2014-11-09 00:57:31 +00:00
Henrik Levkowetz
cfa211f1bf
Merged in [8584] from rjsparks@nostrum.com:
...
Reworked smtp error warning and logging to not use hard-to-read context_managers. Fixes bug #1390 .
- Legacy-Id: 8610
Note: SVN reference [8584] has been migrated to Git commit 5ca9581072
2014-11-09 00:54:03 +00:00
Timothy B. Terriberry
63d919eb52
Allow changing the title of a charter document
...
Fixes #1334
Commit ready for merge
- Legacy-Id: 8609
2014-11-09 00:46:28 +00:00
Robert Sparks
696e93254a
Allow chosing the initial state when beginning WG processing of a draft. Fixes bug #1406 . Commit ready for merge.
...
- Legacy-Id: 8608
2014-11-09 00:37:47 +00:00
Russ Housley
fffdef11c7
Use traditional IETF logo. Make navbar red in development mode.
...
- Legacy-Id: 8607
2014-11-09 00:30:50 +00:00
Dapeng Liu
f5a0cd00da
add RG in the search popup. fixed issue #1355 . Commit ready for merge
...
- Legacy-Id: 8605
2014-11-09 00:00:50 +00:00
Harald T. Alvestrand
c0c608ae1c
Fixed agenda view save-as. Fixes #1425 . Commit ready for merge.
...
- Legacy-Id: 8604
2014-11-08 23:11:03 +00:00
Henrik Levkowetz
cb85e419b3
Merged in [8573] from rcross@amsl.com:
...
fix role_required to permit access to proposed RGs.
- Legacy-Id: 8603
Note: SVN reference [8573] has been migrated to Git commit 882e0af92e
2014-11-08 22:52:08 +00:00
Suresh Krishnan
16c5e24782
Synchronize the currently set tags when document state is edited
...
- Legacy-Id: 8602
2014-11-08 22:46:40 +00:00
Henrik Levkowetz
6cca7f9472
Added some missing admin views.
...
- Legacy-Id: 8594
2014-11-08 19:50:38 +00:00
Henrik Levkowetz
bd6d0775e1
Require posting confirmation for some particular draft name prefixes.
...
- Legacy-Id: 8591
2014-11-08 03:15:20 +00:00
Robert Sparks
b7d8ed8491
add missing templates
...
- Legacy-Id: 8590
2014-11-05 21:49:44 +00:00
Robert Sparks
c436607039
merged forward. Adjusted new proceedings code to new models. Found bug in earlier work on proceedings code exposing places that tests are not covering.
...
- Legacy-Id: 8589
2014-11-05 21:19:09 +00:00
Ole Laursen
460f1319a2
Fix problem in test of editing status change relations
...
- Legacy-Id: 8587
2014-11-05 12:42:23 +00:00
Ole Laursen
3b239fa0ff
Add JS functionality to edit the relations of a status change document
...
- Legacy-Id: 8586
2014-11-05 11:31:33 +00:00
Robert Sparks
de94d49665
Tests that a message is set when a shepherd is not changed. Related to #1508 and r8504. Commit ready for merge.
...
- Legacy-Id: 8585
2014-11-04 21:15:11 +00:00
Robert Sparks
5ca9581072
Reworked smtp error warning and logging to not use hard-to-read context_managers. Fixes bug #1390 . Commit ready to merge.
...
- Legacy-Id: 8584
2014-11-04 19:49:22 +00:00
Ryan Cross
882e0af92e
fix role_required to permit access to proposed RGs. Commit ready for merge
...
- Legacy-Id: 8573
2014-11-03 19:11:45 +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
Ole Laursen
279eab24f6
Revert removal of http:// from IDTRACKER_BASE_URL - this old and
...
perhaps misnamed setting is used as prefix for links in outgoing email
where protocol + server name is needed. It should perhaps be renamed
and set to https but this seems unrelated to the facelift work and for
the rename likely to be a interesting source of conflicts so is
probably better done closer to trunk.
- Legacy-Id: 8570
2014-11-03 15:13:37 +00:00
Henrik Levkowetz
b74d4e7795
Set version info and settings back to development mode
...
- Legacy-Id: 8538
2014-11-01 23:16:37 +00:00