Commit graph

9742 commits

Author SHA1 Message Date
Henrik Levkowetz 3d5e72ee15 Code coverage data for release 6.72.3
- Legacy-Id: 14678
2018-02-22 18:32:51 +00:00
Henrik Levkowetz 89cf68b7f1 Catch IOError exceptions when trying to apply patches
- Legacy-Id: 14677
2018-02-22 18:08:56 +00:00
Henrik Levkowetz 0b46cbb52d Added 2 new patch files
- Legacy-Id: 14676
2018-02-22 15:16:41 +00:00
Henrik Levkowetz 28d64fe593 Removed unused imports
- Legacy-Id: 14675
2018-02-22 00:14:03 +00:00
Henrik Levkowetz 71a9ffafc5 Changed allow_lazy to the @keep_lazy decorator.
- Legacy-Id: 14674
2018-02-22 00:13:32 +00:00
Henrik Levkowetz 8b6a71c804 Updated requirements.txt
- Legacy-Id: 14673
2018-02-22 00:12:38 +00:00
Henrik Levkowetz 1c265b5618 Added two new warning ignore statements and two new patches.
- Legacy-Id: 14672
2018-02-22 00:12:09 +00:00
Henrik Levkowetz c3fb6450f7 Updated the mechanism to disable iteration trough all migrations when setting up test databases.
- Legacy-Id: 14671
2018-02-22 00:10:39 +00:00
Henrik Levkowetz e859a556f7 Removed unused imports
- Legacy-Id: 14670
2018-02-22 00:06:24 +00:00
Henrik Levkowetz 19980de327 Fixed a bug in the queryset argument of a form field declaration.
- Legacy-Id: 14669
2018-02-22 00:05:46 +00:00
Henrik Levkowetz dc90fa3940 Changed user.is_authenticated and .is_anonymous from method calls to attribute access.
- Legacy-Id: 14668
2018-02-22 00:03:30 +00:00
Henrik Levkowetz 6184170828 Changed import path from a deprecated path to the kosher one.
- Legacy-Id: 14667
2018-02-22 00:01:01 +00:00
Henrik Levkowetz 26bf387356 Replaced direct assignment to m2m fields with .clear() and .set()
- Legacy-Id: 14666
2018-02-21 23:58:25 +00:00
Henrik Levkowetz 36b5e2ef8e Changed name from .rel to .remote_field for remote accessors.
- Legacy-Id: 14665
2018-02-21 23:56:36 +00:00
Henrik Levkowetz a4768bb514 Removed unused imports. Added some explicit orderings to avoid pagination issues.
- Legacy-Id: 14664
2018-02-21 23:54:31 +00:00
Henrik Levkowetz a7085715f5 Added some new patches, including a patch to patch.py to let us report when patching has happened.
- Legacy-Id: 14663
2018-02-21 23:47:57 +00:00
Henrik Levkowetz 06362ec046 Got rid of old migrations and created new initial migrations.
- Legacy-Id: 14662
2018-02-21 23:46:22 +00:00
Henrik Levkowetz 5638cf3da3 Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models.
- Legacy-Id: 14661
2018-02-20 15:36:05 +00:00
Henrik Levkowetz c760792339 Added proxy ForeignKey and OneToOneField classes which set the now required on_delete parameter on the fields to the legacy value.
- Legacy-Id: 14660
2018-02-20 15:33:20 +00:00
Henrik Levkowetz f5cf9a2854 Changed requirements to Django 1.11
- Legacy-Id: 14659
2018-02-20 15:28:46 +00:00
Henrik Levkowetz 4c2d8d007a Removed a license file not needed any more, after we started using virtualenv and local Django installations.
- Legacy-Id: 14658
2018-02-20 13:35:39 +00:00
Henrik Levkowetz cdc295bab8 Merged in [14655] from housley@vigilsec.com:
Strip the HTML tags around the new values in the mail produced by email_iesg_processing_document. Also, provide the previously missing URL at the end of the message. Fixes 2455.
 - Legacy-Id: 14657
Note: SVN reference [14655] has been migrated to Git commit 6ea0881a89
2018-02-19 17:36:09 +00:00
Henrik Levkowetz 885532dd2a Updated version requirement for bibtexparser.
- Legacy-Id: 14656
2018-02-19 17:07:09 +00:00
Russ Housley 6ea0881a89 Strip the HTML tags around the new values in the mail produced by email_iesg_processing_document. Also, provide the previously missing URL at the end of the message. Fixes 2455.
- Legacy-Id: 14655
2018-02-18 20:40:49 +00:00
Henrik Levkowetz 6baf6e990d Set version info and settings back to development mode
- Legacy-Id: 14653
2018-02-16 14:47:16 +00:00
Henrik Levkowetz 559e126814 Set version info to release version 6.72.2 before branching.
- Legacy-Id: 14651
2018-02-16 14:46:59 +00:00
Henrik Levkowetz 285f0d05bb Changelog entry for 6.72.2
- Legacy-Id: 14650
2018-02-16 14:46:48 +00:00
Henrik Levkowetz cae605cb1e Code coverage data for release 6.72.2
- Legacy-Id: 14649
2018-02-16 14:46:30 +00:00
Henrik Levkowetz 21ddb22f26 bibtexparser v1.0 doesn't work under python 2.7. Bug filed: https://github.com/sciunto-org/python-bibtexparser/issues/191. Disallowing version 1.0 in requirements.txt.
- Legacy-Id: 14648
2018-02-16 14:19:08 +00:00
Henrik Levkowetz 293f1967a2 Updated bower-managed static web assets
- Legacy-Id: 14647
2018-02-16 13:19:29 +00:00
Henrik Levkowetz aff1a383b3 - Legacy-Id: 14646 2018-02-16 13:14:37 +00:00
Henrik Levkowetz 85db75739a Added a patch for a faker problem with locale ro_RO names (default first_names from a region without first_names explicitly declared are returned as str instead of unicode under python 2.7, https://github.com/joke2k/faker/issues/684)
- Legacy-Id: 14645
2018-02-16 13:13:40 +00:00
Henrik Levkowetz 838ad9cf44 Added page counts for open review requests on the reviewer assignment drop-downs of /group/*/reviews/manage/unassigned/. Fixes issue #2449.
- Legacy-Id: 14644
2018-02-15 18:39:39 +00:00
Henrik Levkowetz 671ad54cc7 Work around mixed return types for get_meeting_schedule()
- Legacy-Id: 14643
2018-02-15 17:20:57 +00:00
Henrik Levkowetz 1825406695 Added a presence check before removing a list element. Addresses a 500 in unassigned review form POST.
- Legacy-Id: 14642
2018-02-14 14:32:33 +00:00
Henrik Levkowetz ba8a173a5c Updated svn:ignore
- Legacy-Id: 14641
2018-02-14 14:30:46 +00:00
Henrik Levkowetz d07411c62f Fixed an issue which could arise when updating IPR declarations with no value for patent_info.
- Legacy-Id: 14638
2018-02-10 22:37:16 +00:00
Henrik Levkowetz 534b8898e9 The IPR disclosure form field for statement is too small to hold some of the existing statements. Incresed from 255 to 2000.
- Legacy-Id: 14637
2018-02-10 22:35:58 +00:00
Henrik Levkowetz 4f4e26a602 Added a missing indirect dependency on PyOpenSSL (via urllib3) to requirements.txt, to work around a broken dependency chain.
- Legacy-Id: 14636
2018-02-10 14:25:17 +00:00
Henrik Levkowetz 47e45c532b Merged in [14634] from rjsparks@nostrum.com:
Simplified the view that lets the secretariat see and change timeslot types. Fixes #2313.
 - Legacy-Id: 14635
Note: SVN reference [14634] has been migrated to Git commit 012d51b63c
2018-02-09 18:15:01 +00:00
Robert Sparks 012d51b63c Simplified the view that lets the secretariat see and change timeslot types. Fixes #2313. Commit ready for merge.
- Legacy-Id: 14634
2018-02-09 17:05:11 +00:00
Henrik Levkowetz 0563666584 Updated the LICENSE file to used the wording from https://opensource.org/licenses/BSD-3-Clause
- Legacy-Id: 14633
2018-02-09 16:31:03 +00:00
Henrik Levkowetz b342051ba6 Set version info and settings back to development mode
- Legacy-Id: 14631
2018-02-09 10:13:23 +00:00
Henrik Levkowetz 3c24dee900 Set version info to release version 6.72.1 before branching.
- Legacy-Id: 14629
2018-02-09 10:13:15 +00:00
Henrik Levkowetz 2c6b56ed5f Changelog entry for 6.72.1
- Legacy-Id: 14628
2018-02-09 10:13:09 +00:00
Henrik Levkowetz a88dc49e8a Code coverage data for release 6.72.1
- Legacy-Id: 14627
2018-02-09 10:13:00 +00:00
Henrik Levkowetz ce5064b889 Merged in [14624] from rjsparks@nostrum.com:
Allow those people who could upload bluesheets for an interim to upload revised bluesheets. Fixes #2442.
 - Legacy-Id: 14626
Note: SVN reference [14624] has been migrated to Git commit 0306f0ad57
2018-02-08 13:30:45 +00:00
Henrik Levkowetz a509ef00f1 Merged in [14623] from rjsparks@nostrum.com:
Take a different approach to avoiding the crash when a team secretary uses the bulk assignment form to unassign a request. Reverts r14570. Fixes #2443.
 - Legacy-Id: 14625
Note: SVN reference [14623] has been migrated to Git commit 7b89db153e
2018-02-08 02:08:14 +00:00
Robert Sparks 0306f0ad57 Allow those people who could upload bluesheets for an interim to upload revised bluesheets. Fixes #2442. Commit ready for merge.
- Legacy-Id: 14624
2018-02-07 18:38:24 +00:00
Robert Sparks 7b89db153e Take a different approach to avoiding the crash when a team secretary uses the bulk assignment form to unassign a request. Reverts r14570. Fixes #2443. Commit ready for merge.
- Legacy-Id: 14623
2018-02-07 17:58:27 +00:00