Henrik Levkowetz
cbd958e16a
Added the zxcvbn bower component, for use in client-side password strength estimation.
...
- Legacy-Id: 12795
2017-02-09 16:50:51 +00:00
Henrik Levkowetz
6c3a4015c5
Tweaked the IPR Details page to show the possible a), b), and c) choices under section 'V' when licensing declaration to be provided later has been chosen.
...
- Legacy-Id: 12793
2017-02-08 18:04:34 +00:00
Henrik Levkowetz
db1cc15f1f
Undid last commit
...
- Legacy-Id: 12792
2017-02-08 18:03:29 +00:00
Henrik Levkowetz
15628c698f
Tweaked the IPR Details page to show the possible a), b), and c) choices under section 'V' when licensing declaration to be provided later has been chosen.
...
- Legacy-Id: 12791
2017-02-08 18:02:03 +00:00
Henrik Levkowetz
ffb029300f
Added a guard to prevent trying to get a document path for a meeting document when the document is not associated with a meeting session.
...
- Legacy-Id: 12790
2017-02-08 17:00:12 +00:00
Henrik Levkowetz
49a899fe66
Added support for management of trac wikis for explicitly named groups, such as the IESG and IAOC. Tweaked the dummy-run handling of the create_group_wikis management command.
...
- Legacy-Id: 12789
2017-02-08 16:37:31 +00:00
Henrik Levkowetz
8a8283f537
Fixed a pyflakes issue.
...
- Legacy-Id: 12788
2017-02-07 17:50:06 +00:00
Henrik Levkowetz
ee7ac81351
Updated bower-managed static web assets.
...
- Legacy-Id: 12783
2017-02-02 18:15:17 +00:00
Henrik Levkowetz
0948c4a0f3
Applying format_html() in simple_tag-registered tags as per the suggestions for Django-1.9 upgrade wasn't straightforward. Reverting to earlier code for ballot-icond link.
...
- Legacy-Id: 12782
2017-02-02 14:24:36 +00:00
Henrik Levkowetz
dca5c9c4d4
Fixed a bug in a queryset argument in all_id_text(); __in was not used, but the value given was a multi-row queryset.
...
- Legacy-Id: 12780
2017-02-02 12:24:27 +00:00
Henrik Levkowetz
e94129641d
@register.simple_tag now (in Django 1.9) needs explicit mark_safe() (or format_html() which invokes mark_safe()). Fixed one case which needed this.
...
- Legacy-Id: 12779
2017-02-01 20:46:51 +00:00
Henrik Levkowetz
2d02ec9237
Set version info and settings back to development mode
...
- Legacy-Id: 12775
2017-02-01 18:12:27 +00:00
Henrik Levkowetz
900964824c
Set version info to release version 6.42.0 before branching.
...
- Legacy-Id: 12773
2017-02-01 18:12:19 +00:00
Henrik Levkowetz
30b2abeaf1
New migration for django 1.9 country- and time_zone choices.
...
- Legacy-Id: 12769
2017-02-01 17:01:50 +00:00
Henrik Levkowetz
de3976bec0
Merged in Django 1.9 upgrade work from ^/personal/henrik/6.41.1-django-1.9
...
- Legacy-Id: 12764
2017-01-31 15:13:01 +00:00
Henrik Levkowetz
70d4ef3e36
Set version info and settings back to development mode
...
- Legacy-Id: 12762
2017-01-31 14:09:11 +00:00
Henrik Levkowetz
ade8ea25b7
Set version info to release version 6.41.1 before branching.
...
- Legacy-Id: 12760
2017-01-31 14:09:04 +00:00
Henrik Levkowetz
55b430b525
Merged in [12748] from rcross@amsl.com:
...
Fixes #2172 . Add Requested Resources and People who must be there, to email notifications of session requests.
- Legacy-Id: 12757
Note: SVN reference [12748] has been migrated to Git commit eeb35e997d
2017-01-30 23:22:45 +00:00
Henrik Levkowetz
40e8380751
Merged django 1.9 work forward to copy of trunk @6.41.0
...
- Legacy-Id: 12756
2017-01-30 23:13:02 +00:00
Ryan Cross
eeb35e997d
Fixes #2172 . Add Requested Resources and People who must be there, to email notifications of session requests. Commit ready for merge.
...
- Legacy-Id: 12748
2017-01-27 23:32:52 +00:00
Henrik Levkowetz
fa47517fed
Added our own copy of the old django admin css, to keep the admin look-and-feel (the new admin lacks table cell borders and is much harder on the eyes -- also takes up more space).
...
- Legacy-Id: 12747
2017-01-27 18:14:00 +00:00
Henrik Levkowetz
ccfbde8d33
Fixed an issue with building links from URLs which are already part of a link. Fixes issue #2175 .
...
- Legacy-Id: 12742
2017-01-26 20:11:46 +00:00
Henrik Levkowetz
0481d97650
Fixed a place where missing queryargument data could cause a 500 error.
...
- Legacy-Id: 12741
2017-01-26 19:24:34 +00:00
Henrik Levkowetz
2cd7ebd636
Set version info and settings back to development mode
...
- Legacy-Id: 12737
2017-01-26 12:19:34 +00:00
Henrik Levkowetz
be8e50c7ec
Set version info to release version 6.41.0 before branching.
...
- Legacy-Id: 12735
2017-01-26 12:19:26 +00:00
Henrik Levkowetz
08058d5270
Changed the title of Section 7 of the IESG agenda as requested. Fixes issue #2167 .
...
- Legacy-Id: 12732
2017-01-25 21:49:29 +00:00
Henrik Levkowetz
c86c6e5d4e
Fixed up the div tree to bring back the section navigation on the IESG agenda, and fixed the div level and width for the footer.
...
- Legacy-Id: 12731
2017-01-25 21:41:03 +00:00
Henrik Levkowetz
1d7b081dd9
Fixed a migration reference issue.
...
- Legacy-Id: 12728
2017-01-24 22:02:00 +00:00
Henrik Levkowetz
419c7f2ad9
Fixed a migration number collision.
...
- Legacy-Id: 12727
2017-01-24 22:00:25 +00:00
Henrik Levkowetz
e9f2357ae3
Merged in [12724] from rcross@amsl.com:
...
Fixes #2141 . Resolve issue with merge_person_records caused by Django 1.8 upgrade.
- Legacy-Id: 12726
Note: SVN reference [12724] has been migrated to Git commit 68bd38d22d
2017-01-24 21:57:18 +00:00
Henrik Levkowetz
2ab4caa90f
Merged in [12722] from rjsparks@nostrum.com:
...
Added programs to the datatracker. Added use of restructuredtext for group about pages. Generalized several places where code handles different group types. Improved testing of group about.
- Legacy-Id: 12725
Note: SVN reference [12722] has been migrated to Git commit e0ea8b0f57
2017-01-24 21:30:10 +00:00
Ryan Cross
68bd38d22d
Fixes #2141 . Resolve issue with merge_person_records caused by Django 1.8 upgrade. Commit ready for merge.
...
- Legacy-Id: 12724
2017-01-24 20:47:41 +00:00
Henrik Levkowetz
79c44d25ea
Changed settings_sqlitetest so that local developer additions to context processors and middleware classes are avoided.
...
- Legacy-Id: 12723
2017-01-24 20:42:51 +00:00
Robert Sparks
e0ea8b0f57
Added programs to the datatracker. Added use of restructuredtext for group about pages. Generalized several places where code handles different group types. Improved testing of group about. Commit ready for merge.
...
- Legacy-Id: 12722
2017-01-24 19:55:49 +00:00
Henrik Levkowetz
6f5c0fdd23
Added a trac-admin role name, for help in assigning trac-admin rights to trac instances. Extended the create_group_wikis management command to create and update wikis for groups of type 'team','ag' and 'dir', in addition to 'wg','rg' and 'area'; and also add people with role trac-admin in the group or in the secretariat to those given TRAC_ADMIN permissions in a Trac instance.
...
- Legacy-Id: 12721
2017-01-24 17:21:11 +00:00
Henrik Levkowetz
1fef6fb1d3
Deprecation fix: removed additional cases of using instance_context in render*()
...
- Legacy-Id: 12720
2017-01-23 22:56:34 +00:00
Henrik Levkowetz
e2640f358b
Changed semantics for can_manage_group() to include chairs etc, and changed calls with the old semantics to use can_manage_group_type(). Rewrote can_manage_group() in terms of can_manage_group_type() and additional checks. Fixes issue #2155 .
...
- Legacy-Id: 12719
2017-01-23 22:54:36 +00:00
Henrik Levkowetz
5a5bb1f03f
Removed useless code.
...
- Legacy-Id: 12718
2017-01-23 21:29:36 +00:00
Henrik Levkowetz
435b109673
Added needed fixtures to RedirectsTests
...
- Legacy-Id: 12717
2017-01-23 20:10:36 +00:00
Henrik Levkowetz
a5d1aca525
Save database object before using it.
...
- Legacy-Id: 12716
2017-01-23 19:42:03 +00:00
Henrik Levkowetz
650ffe3c15
Fixed some additional cases of template if statements not using '=='.
...
- Legacy-Id: 12715
2017-01-23 18:56:44 +00:00
Henrik Levkowetz
613f0c8233
Pyflakes fixes.
...
- Legacy-Id: 12714
2017-01-23 18:35:58 +00:00
Henrik Levkowetz
bdbddc8efd
Rewrote a test to provide on-disk files instead of StringIO files to argparse (it seems optparse could handle this, but argparse can't).
...
- Legacy-Id: 12713
2017-01-23 18:23:05 +00:00
Henrik Levkowetz
ef1b404fe3
Removed an extraneous request parameter.
...
- Legacy-Id: 12712
2017-01-23 18:21:15 +00:00
Henrik Levkowetz
6de7be6953
Specified strip=False for another bunch of CharField form fields with Textarea widgets.
...
- Legacy-Id: 12711
2017-01-23 17:38:56 +00:00
Henrik Levkowetz
823dd980f1
Merged in [12706] from rjsparks@nostrum.com:
...
Restrict editing ReviewSettings.skip_next to team secretaries and the secretariat. Improve validation of skip_next value. Fixes #2149 .
- Legacy-Id: 12710
Note: SVN reference [12706] has been migrated to Git commit 518f7a1d65
2017-01-23 17:32:37 +00:00
Henrik Levkowetz
67c5ccd1f8
Changed executable mode
...
- Legacy-Id: 12709
2017-01-20 20:59:48 +00:00
Henrik Levkowetz
fa60671148
Fixed another instance of '=' being used for comparison in a template.
...
- Legacy-Id: 12708
2017-01-19 21:21:10 +00:00
Henrik Levkowetz
450c39af23
Changed the failure leeway of the code coverage test percentage from 0.005% back to 0.02%.
...
- Legacy-Id: 12707
2017-01-19 20:01:19 +00:00
Robert Sparks
518f7a1d65
Restrict editing ReviewSettings.skip_next to team secretaries and the secretariat. Improve validation of skip_next value. Fixes #2149 . Commit ready for merge.
...
- Legacy-Id: 12706
2017-01-19 19:17:29 +00:00