Henrik Levkowetz
1ed8e967e7
Merged in ^/personal/henrik/6.72.1-django-1.11@14676: Upgrade to Django 1.11
...
- Legacy-Id: 14695
2018-02-25 19:55:16 +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
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
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
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
46472401ad
Changed the IPR disclosure page for IPR disclosure updates to show both the previous and current disclosure details side-by-side. Fixes issue #2414 .
...
- Legacy-Id: 14581
2018-01-27 21:34:52 +00:00
Henrik Levkowetz
717868cae2
Rewrote text_to_dict() and dict_to_text() to support unicode without RFC2822 encoding issues. Added initial values in IPR update forms, from the original disclosure, in order to make updates easier. Addresses issue #2413 .
...
- Legacy-Id: 14531
2018-01-17 00:21:34 +00:00
Henrik Levkowetz
d7e1d258e5
Added a new section for IPR disclosures on related documents to the IPR document search result page. Fixes issue #2412 .
...
- Legacy-Id: 14514
2018-01-11 18:03:29 +00:00
Henrik Levkowetz
5a1f3eaf36
Changed the patent information text fields to individual fields for patent number, inventor, title, date and notes, with validation. Fixes issue #2411 .
...
- Legacy-Id: 14499
2018-01-10 14:22:10 +00:00
Henrik Levkowetz
f8581f7fc7
Merged in [14062] from housley@vigilsec.com:
...
Show which RFC was in force when the IPR disclosure was submitted. Fixes #2309 .
- Legacy-Id: 14070
Note: SVN reference [14062] has been migrated to Git commit 6d616855bc
2017-08-24 09:41:37 +00:00
Russ Housley
6d616855bc
Show which RFC was in force when the IPR disclosure was submitted. Fixes #2309 .
...
- Legacy-Id: 14062
2017-08-21 14:30:20 +00:00
Henrik Levkowetz
4dad8cdf9a
Added a test to check for missing admin models, and added the admin models that were currently missing.
...
- Legacy-Id: 14021
2017-08-01 14:00:29 +00:00
Ole Laursen
5b677dc6ba
Merge author stats branch into new branch from trunk
...
- Legacy-Id: 13159
2017-03-28 14:36:40 +00:00
Henrik Levkowetz
d2c2d80341
Merged in [13112] from lars@netapp.com:
...
Fix various \'RemovedInDjango20Warning\' warnings.
- Legacy-Id: 13141
Note: SVN reference [13112] has been migrated to Git commit 8a70e9773d
2017-03-26 22:06:47 +00:00
Lars Eggert
8a70e9773d
Fix various "RemovedInDjango20Warning" warnings. Commit ready for merge.
...
- Legacy-Id: 13112
2017-03-25 19:16:45 +00:00
Henrik Levkowetz
5f053ad21a
Cleaned up the remaining explicit url names, using dotted-paths to view
...
functions instead. In all almost 700 changes.
- Legacy-Id: 12923
2017-02-26 23:21:49 +00:00
Henrik Levkowetz
876d4c93a4
Removed another explicit url() name which blocked a dotted-path reverse, causing 500 for ipr// urls.
...
- Legacy-Id: 12882
2017-02-19 19:52:56 +00:00
Henrik Levkowetz
aa5e61d958
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
...
in order to autogenerate dotted path url pattern names. Updated a number
of url reverses to use dotted path, and removed explicit url pattern names
as needed.
Changed some imports to prevent import of ietf.urls before django
initialization was complete.
Changed 3 cases of form classes being curried to functions; django 1.10
didn't accept that.
Started converting old-style middleware classes to new-style middleware
functions (incomplete).
Tweaked a nomcom decorator to preserve function names and attributes, like
a good decorator should.
Replaced the removed django templatetag 'removetags' with our own version
which uses bleach, and does sanitizing in addition to removing explicitly
mentionied html tags.
Rewrote the filename argument handling in a management command which had
broken with the upgrade.
- Legacy-Id: 12818
2017-02-11 14:43:01 +00:00
Henrik Levkowetz
19d585255a
Django 1.10 does not permit the view argument to url() to be a string any more. Changed all cases view arguments to url() which were strings to instead reference the actual imported function.
...
- Legacy-Id: 12815
2017-02-10 14:49:16 +00:00
Henrik Levkowetz
7dea44e626
Added a change password page, and linked to it from the account profile page and user menu. Added zxcvbn-based browser-side password strength estimation on the various password setting, re-setting, and changing forms. Added a change password test. Changed ietfauth/urls.py to not use the deprecated string form for views in urlpatterns.
...
- Legacy-Id: 12798
2017-02-09 17:03:44 +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
Ole Laursen
9308948195
Add person, affiliation and country (through django-countries) to
...
DocumentAuthor, rename author field to email and make it optional (for
modeling old email-less submissions), remove the authors many to many
referencing field from Document as it is not really pointing the right
place.
Update the Secretariat tools to show affiliation and country.
Add migration for getting rid of the fake email addresses that the
migration script created some years ago (just set the author email
field to null).
- Legacy-Id: 12739
2017-01-26 17:10:08 +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
6eec4c2648
Converted all management commands which set up additional command-line switches to use the argparse approach instead of the deprecated optparse approach.
...
- Legacy-Id: 12645
2017-01-11 18:42:38 +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
19ec458668
Added migrations for the model changes done for the Django 1.8 upgrade.
...
- Legacy-Id: 12478
2016-12-07 19:41:48 +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
ec684e1b4e
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
...
- Legacy-Id: 11941
2016-09-08 14:48:59 +00:00
Henrik Levkowetz
4b0a9360f0
Merged in ^/branch/iola/event-saving-refactor-r10291, which refactors document saving to always use doc.save_with_history(events), and requires accompanying events. This branch also provides refactoring of recurring regexes in url patterns into a dictionary. As part of the merge, also refactored new code which didn't use the save_with_history() method.
...
- Legacy-Id: 11840
2016-08-23 10:52:08 +00:00
Henrik Levkowetz
df28afe72c
Added a migration to go with the model changes in [11668]
...
- Legacy-Id: 11724
Note: SVN reference [11668] has been migrated to Git commit 0d044399e5
2016-07-20 09:24:08 +00:00
Suresh Krishnan
0d044399e5
Fixed validation of submitter name and email when they are same as the holder's info. Fixes issue #1971 . Commit ready for merge.
...
- Legacy-Id: 11668
2016-07-16 12:35:22 +00:00
Henrik Levkowetz
658a5cecbb
Add support for legacy IPR search arguments, for compatibility with old ipr search URLs.
...
- Legacy-Id: 11108
2016-04-07 18:00:08 +00:00
Henrik Levkowetz
eabc7b2c76
Merged in [11070] from housley@vigilsec.com:
...
Only the Secretariat can see the history for parked IPR statements. Fixes #1922 .
- Legacy-Id: 11086
Note: SVN reference [11070] has been migrated to Git commit 570107dbf1
2016-04-03 13:35:45 +00:00
Henrik Levkowetz
6e6a8baa13
Fixed a typo.
...
- Legacy-Id: 10931
2016-03-15 23:15:44 +00:00
Henrik Levkowetz
adb8625635
Introduced caching for the api resources.
...
- Legacy-Id: 10929
2016-03-15 23:12:04 +00:00
Henrik Levkowetz
846a02c3f9
Fixed pyflakes complaints introduced with pyflakes 1.1.0
...
- Legacy-Id: 10896
2016-03-04 21:24:26 +00:00
Henrik Levkowetz
9d0f377242
Merged in [10624] from rcross@amsl.com:
...
Fixes #1873 . ValueError at /ipr/new-specific.
- Legacy-Id: 10651
Note: SVN reference [10624] has been migrated to Git commit 57f3acb69c
2016-01-12 17:34:36 +00:00
Ryan Cross
57f3acb69c
Fixes #1873 . ValueError at /ipr/new-specific. Commit ready for merge
...
- Legacy-Id: 10624
2015-12-22 21:00:28 +00:00
Henrik Levkowetz
cf7d794b09
Modified the test data to use some AD and WG chair names that contain non-ascii characters, and fixed test issues found.
...
- Legacy-Id: 10418
2015-11-04 07:34:56 +00:00
Ole Laursen
86c3a430d1
Merge in ^/branch/iola/event-saving-refactor-r10076, fixing a few problems
...
- Legacy-Id: 10298
2015-10-27 10:37:06 +00:00
Henrik Levkowetz
9ff8d77798
Merged in [10265] from rcross@amsl.com:
...
Fix IPR notice addresses formatting.
- Legacy-Id: 10276
Note: SVN reference [10265] has been migrated to Git commit 68ce2cd299
2015-10-23 19:32:44 +00:00
Henrik Levkowetz
f1a08564d1
Added a new machine-readable list of IPR declarations per draft, which also searches through related documents. Extended make_test_data() with a replaced document for the test draft.
...
- Legacy-Id: 10272
2015-10-23 16:34:44 +00:00
Ryan Cross
68ce2cd299
Fix IPR notice addresses formatting. Commit ready for merge
...
- Legacy-Id: 10265
2015-10-22 18:37:57 +00:00
Henrik Levkowetz
bd4cf3319a
Merged in [10111] from olau@iola.dk:
...
This fixes Javascript widgets working with DocAliases, such as the
replaces field in draft submission, to work better with Javascript
disabled. It also makes sense from a modelling perspective as the name
really is a unique key for the alias.
The actual transformation requires a series of migrations taking a
couple of minutes to complete. The actual switch to the key is done at
the end.
- Legacy-Id: 10251
Note: SVN reference [10111] has been migrated to Git commit 8bca1b4b33
2015-10-19 20:06:13 +00:00
Robert Sparks
f0f5a51eb6
(Rocky) merge forward.
...
- Legacy-Id: 10157
2015-10-09 03:16:24 +00:00
Henrik Levkowetz
1a519f26ed
In [10079], the inline template was inadvertently changed from unicode to ascii, which breaks a number of pages. Fixed this.
...
- Legacy-Id: 10119
Note: SVN reference [10079] has been migrated to Git commit 104878a622
2015-10-01 20:51:26 +00:00
Ole Laursen
8bca1b4b33
Summary: Make name the primary key for DocAlias.
...
This fixes Javascript widgets working with DocAliases, such as the
replaces field in draft submission, to work better with Javascript
disabled. It also makes sense from a modelling perspective as the name
really is a unique key for the alias.
The actual transformation requires a series of migrations taking a
couple of minutes to complete. The actual switch to the key is done at
the end.
Branch ready for merge.
- Legacy-Id: 10111
2015-09-30 13:47:33 +00:00
Ole Laursen
fd87b22030
Summary: Fix missing u in front of a format string (causes Unicode woes)
...
- Legacy-Id: 10104
2015-09-29 08:51:42 +00:00
Robert Sparks
f5b6465e81
mailtoken becomes mailtrigger
...
- Legacy-Id: 10090
2015-09-17 20:03:45 +00:00
Henrik Levkowetz
2486d70ab6
Merged in [10079] from rcross@amsl.com:
...
Fix message formatting in IPR event history.
- Legacy-Id: 10087
Note: SVN reference [10079] has been migrated to Git commit 104878a622
2015-09-17 18:10:06 +00:00
Henrik Levkowetz
9e30b410c1
Merged in [10078] from rcross@amsl.com:
...
Resolved issue where partially entered IPR related document info causes 500 error.
- Legacy-Id: 10086
Note: SVN reference [10078] has been migrated to Git commit 6c0f4b3b4d
2015-09-17 17:53:04 +00:00
Ryan Cross
104878a622
Fix message formatting in IPR event history. Commit ready for merge
...
- Legacy-Id: 10079
2015-09-14 23:26:15 +00:00
Ryan Cross
6c0f4b3b4d
Resolved issue where partially entered IPR related document info causes 500 error. Commit ready for merge.
...
- Legacy-Id: 10078
2015-09-14 21:22:53 +00:00
Robert Sparks
90c3426e2f
updated mailtoken utilities to match the model refactor. Morphed all the code using the utilities to match. Added paths to get Cc through as needed. Next up: Recipient selection form for the iesg save-and-send-email workflow
...
- Legacy-Id: 10040
2015-08-23 18:15:06 +00:00
Robert Sparks
8a74604a1b
Done with the second pass focusing on test coverage. Lots of test tweaks, some new tests, a couple of bugs fixed. The session request code views need to be redone to allow testing.
...
- Legacy-Id: 10035
2015-08-21 16:39:00 +00:00
Robert Sparks
5db9e0d6a8
checkpoint
...
- Legacy-Id: 10029
2015-08-19 19:53:09 +00:00
Robert Sparks
093ff52eac
Small things before second run at reworking IPR addressing
...
- Legacy-Id: 10028
2015-08-18 20:47:35 +00:00
Robert Sparks
23a2ada5f9
checkpoint
...
- Legacy-Id: 10027
2015-08-18 18:52:22 +00:00
Henrik Levkowetz
2fe8dcb4c2
Added a very simple html version of the json API, to make it easier to explore the api manually.
...
- Legacy-Id: 9991
2015-08-09 16:28:55 +00:00
Henrik Levkowetz
4966e17158
Added 5 migrations for changes in model field help-text strings which changed in the facelift. Also fixed the expression of the help text for NomCom.reminder_interval so the text itself doesn't contain quite as much whitespace.
...
- Legacy-Id: 9589
2015-04-30 16:18:25 +00:00
Henrik Levkowetz
2c4785adf6
Updated an IPR test to account for facelift changes.
...
- Legacy-Id: 9362
2015-04-02 19:50:00 +00:00
Henrik Levkowetz
625347cd2f
Merged trunk@9354 to facelift copy
...
- Legacy-Id: 9357
2015-04-02 06:51:34 +00:00
Henrik Levkowetz
2f54511763
Changed all explicitly set HttpResponse content_types to specify charset.
...
Django sets charset if you don't specify a content_type; if you specify
one you also must add a charset specification (if you want one).
Fixes issue #1647 .
- Legacy-Id: 9348
2015-03-26 21:35:21 +00:00
Ryan Cross
415d0ad7c7
Fixes Ticket #1626 . Cleanup legacy IPR models. Commit ready for merge.
...
- Legacy-Id: 9330
2015-03-25 16:17:45 +00:00
Robert Sparks
c307b1f734
Avoid creating blank line before headers on IPR notification email. Fixes #1609 . Commit ready for merge.
...
- Legacy-Id: 9142
2015-03-02 20:38:55 +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
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
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
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
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
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
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
86b97c7573
Summary: Facelift IPR add comment page
...
- Legacy-Id: 8915
2015-01-26 11:37:14 +00:00
Ole Laursen
34dae91ab2
Summary: Facelift IPR change state page
...
- Legacy-Id: 8911
2015-01-26 11:11:03 +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
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
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
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
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
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
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
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
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
770b36d575
Added generated (and sometimes manually tweaked) resources.py files.
...
- Legacy-Id: 8744
2014-12-14 20:33:25 +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
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
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
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
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
Lars Eggert
a4daf2630c
Merge branch 'lars/5.6.3-facelift' into lars/5.6.4-facelift
...
Conflicts:
ietf/doc/templatetags/ietf_filters.py
ietf/doc/views_charter.py
ietf/templates/doc/charter/edit_notify.html
ietf/templates/doc/charter/edit_telechat_date.html
ietf/templates/doc/document_ballot_content.html
ietf/templates/doc/document_history.html
ietf/templates/doc/edit_notify.html
ietf/templates/doc/edit_telechat_date.html
ietf/templates/doc/notify.html
ietf/templates/group/concluded_groups.html
- Legacy-Id: 8429
2014-10-14 11:48:57 +00:00
Henrik Levkowetz
cbb5b84652
Merged in [8209] from rjsparks@nostrum.com:\n Fixed several places where files were not being closed.
...
- Legacy-Id: 8315
Note: SVN reference [8209] has been migrated to Git commit 4aae3ff6785ca2649e54a212bd669369950f4b86
2014-09-16 19:48:30 +00:00
Ryan Cross
373865076c
allow no IPR license selection on update. Commit ready for merge
...
- Legacy-Id: 7924
2014-06-18 16:47:10 +00:00
Henrik Levkowetz
02031a01b9
Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules.
...
- Legacy-Id: 7495
2014-03-16 07:09:38 +00:00
Henrik Levkowetz
3ed711336d
Made ietf/ipr pyflakes-clean
...
- Legacy-Id: 7470
2014-03-15 17:54:37 +00:00
Henrik Levkowetz
6e97c2c8da
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
...
- Legacy-Id: 7152
2014-01-18 21:02:40 +00:00
Ole Laursen
3db6ae14a9
Add missing test of IPR details page, as found by coverage check
...
- Legacy-Id: 7083
2014-01-08 18:07:43 +00:00
Ole Laursen
2cc2323b06
Speed up IPR list by adding a prefetch_related() call
...
- Legacy-Id: 7017
2013-12-19 11:53:41 +00:00
Henrik Levkowetz
ecb5cd6526
Merged in branch/iola/shimfree@6856. This pretty much completes the shim removal. Next step is upgrading Django to 1.6, and then doing some final polishing.
...
- Legacy-Id: 6966
2013-12-17 21:29:05 +00:00
Ole Laursen
84a9f49053
mimetype -> content_type (mimetype is deprecated)
...
- Legacy-Id: 6945
2013-12-16 16:53:47 +00:00
Ole Laursen
e6b12350d2
Port IPR and liaisons feed setup to new feed API too
...
- Legacy-Id: 6943
2013-12-16 16:33:18 +00:00
Ole Laursen
a2c13b70d1
Make sure all BooleanFields have an explicit default value (with
...
Django < 1.6 it used to be False implicitly)
- Legacy-Id: 6908
2013-12-13 13:30:07 +00:00
Ole Laursen
d1e60e533c
Fix a couple of problems in previous URL conversion commit
...
- Legacy-Id: 6887
2013-12-11 17:13:49 +00:00
Ole Laursen
b3b7154890
Port ipr/feeds.py to django.core.urlresolvers.reverse_lazy
...
- Legacy-Id: 6884
2013-12-11 17:06:41 +00:00
Ole Laursen
c15063f3c2
Adjust the import path for feeds
...
- Legacy-Id: 6879
2013-12-11 16:40:49 +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
26ec475d89
Fix spelling mistake in comments
...
- Legacy-Id: 6781
2013-12-03 18:53:04 +00:00
Ole Laursen
bb2d070679
Redo tests for IPR to cover all views, fix some bugs and add some
...
finishing touches
- Legacy-Id: 6779
2013-12-03 18:33:07 +00:00
Ole Laursen
7852e092fa
Remove unused IprLicensing and IprSelecttype classes from IPR models
...
- Legacy-Id: 6778
2013-12-03 09:56:18 +00:00
Ole Laursen
19da33d8ff
Make the search for specific draft name in IPR support both drafts and RFCs, clean up some related cruft
...
- Legacy-Id: 6775
2013-12-02 17:29:17 +00:00
Ole Laursen
e9638cb1c2
Port IPR module to new schema, remove some cruft
...
- Legacy-Id: 6774
2013-12-02 16:34:00 +00:00
Ole Laursen
f7bed5d0aa
Remove Django 0.x support from ipr/feeds.py
...
- Legacy-Id: 6773
2013-11-29 11:48:47 +00:00
Robert Sparks
ac799a9874
removed requirement to enter a phone number in various places on an IPR disclosure entry form
...
Fixes bug #1176
- Legacy-Id: 6672
2013-11-06 21:33:04 +00:00
Robert Sparks
a593fec06e
* Made reporting IPR consistant across document searches, IPR searches, AD document queues, last calls, and agendas. All these points now report on the document(s) being directly queried, and the documents those transitively replace or obsolete.
...
* Brought search results against WGs and document titles into consistency with results from searching for individual documents
* Added the IPR count to the link on the documents main page (when not zero)
* Built on Henrik's reimplementation of all_related_*, making the *_related_* functions return DocAlias lists consistently, and added corresponding _relations_ functions to get lists of actual RelatedDocument objects.
* Added getting the DocAlias with the same name to Document
* Added getting related IPR disclosures (as described in the first bullet) to Document
* Simplified ipr/related.py
* Removed the use of DraftLikeDocAlias and IETFWG from ipr/search.py. Retooled the various search functions and templates to use DocAlias and IprDocAlias directly.
* Removed dead code from ipr/search.py
* Removed the special handling of WG 2000 from ipr/search.py
Fixes bug 1071
- Legacy-Id: 6042
2013-08-12 21:41:57 +00:00
Ole Laursen
374a2da694
Delete some dead idtracker. imports
...
- Legacy-Id: 5644
2013-04-11 14:28:56 +00:00
Ole Laursen
2497b53ea3
Add name for IPR search URL
...
- Legacy-Id: 5608
2013-04-04 13:23:18 +00:00
Ole Laursen
9f4db554c9
Delete some of the dead code in IPR models
...
- Legacy-Id: 5607
2013-04-04 13:22:58 +00:00
Henrik Levkowetz
af9a442ca2
Made the IPR country field wider to accomodate IPR disclosures referencing many patent instances in many countries.
...
- Legacy-Id: 5089
2012-12-03 13:19:02 +00:00
Henrik Levkowetz
233aef46d5
Comment out NewIprTestCase as it writes to the production database.
...
- Legacy-Id: 4301
2012-04-22 16:33:44 +00:00
Ole Laursen
d8c6b6bd8e
Turn id field into an AutoField (by relying on the implicit primary
...
key definition in Django)
- Legacy-Id: 4021
2012-03-02 13:14:42 +00:00
Ole Laursen
dbf5e6ab84
Remove a bunch of old admin files, fix a couple of issues with the new ones, add admin for meeting
...
- Legacy-Id: 3995
2012-02-28 17:29:52 +00:00
Ole Laursen
99386413af
Change TYPE_CHOICES to be integers to match the actual model type
...
- Legacy-Id: 3890
2012-02-01 19:14:45 +00:00
Ole Laursen
13aed82a0e
More import path fixes from Henrik
...
- Legacy-Id: 3877
2012-01-30 19:05:27 +00:00
Ole Laursen
980d4e6444
Move new schema models from redesign/ to ietf/
...
- Legacy-Id: 3855
2012-01-24 17:17:24 +00:00
Ole Laursen
5e39ea2e63
Fix bug with IPR search select box
...
- Legacy-Id: 3826
2012-01-19 13:20:45 +00:00
Ole Laursen
612c6db6cd
Fix bug in SELECT_CHOICES relying on Django not actually converting the database data to integers
...
- Legacy-Id: 3787
2011-12-23 16:47:38 +00:00
Ole Laursen
0dabaf96fb
Split database into current and legacy, adding importer to copy reused
...
tables from legacy to new through Django (with minimal cleaning to
have the import go through) and removing migrations from submit and
liaisons as they interfere with the clean slate of the new database,
adjusting IPR model to add null=True on fields with nulls in the
database
- Legacy-Id: 3778
2011-12-22 18:34:19 +00:00
Ole Laursen
ca2168cbce
Fix bug in test
...
- Legacy-Id: 3695
2011-11-24 10:50:34 +00:00
Ole Laursen
ce74be89ef
Use the test mode in the mail code when running automated tests instead of
...
reinventing the wheel in test_runner
- Legacy-Id: 3620
2011-11-15 11:24:33 +00:00
Ole Laursen
217dbeb3dc
Fix bug __unicode__ on IprDocAlias (spotted by Ryan Cross)
...
- Legacy-Id: 3613
2011-11-14 17:32:39 +00:00
Ole Laursen
67e317d535
Merged in changes from conversion branch fixing a couple of problems
...
- Legacy-Id: 3285
2011-08-04 15:09:54 +00:00
Henrik Levkowetz
818499b494
Fix a bug where the wrong text was shown for IPR declarations which specified that licensing terms would be announced later (option d).
...
- Legacy-Id: 3265
2011-07-27 16:44:10 +00:00
Henrik Levkowetz
9766ab39e5
Some IPR admin tweaks. Provide a __unicode__ method and show a contact even if multiple have been set for an IPR declaration.
...
- Legacy-Id: 3197
2011-07-23 12:01:36 +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
0ccff982bb
Merged [2948] from bmheight@gmail.com:
...
Addresses issue #628 , using reverse() and the newly created helper function
reverse_lazy() (found in ietf/utils/lazy.py) to DRY out the code a bit by
decoupling the urls from being hardcoded.
With this commit idrfc, and ipr modules have been modified to take advantage
of the reverse() and reverse_lazy() functions.
- Legacy-Id: 2956
Note: SVN reference [2948] has been migrated to Git commit 9399a2e0e8bbfe5c5a16781fd784776cfa31fbac
2011-03-26 14:36:10 +00:00
Henrik Levkowetz
6571b50aae
Only try to open a legacy url if it leads to a file; not if it leads to a directory.
...
- Legacy-Id: 2770
2011-01-28 09:52:14 +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
fa77ac30d5
Merged r840 from branch/2.00 to trunk, and updated version information in ietf/__init__.py
...
- Legacy-Id: 841
2007-07-04 21:17:57 +00:00
Henrik Levkowetz
1c2bcbf356
Merged r736 from branch/2.00 to trunk
...
- Legacy-Id: 737
2007-06-28 08:13:09 +00:00
Henrik Levkowetz
4443ba8f83
Fix pyflakes nit
...
- Legacy-Id: 724
2007-06-28 00:07:33 +00:00
Henrik Levkowetz
d159cae75c
Adding a test case for /ipr/update/<num>/
...
- Legacy-Id: 723
2007-06-28 00:04:49 +00:00
Henrik Levkowetz
24c320f763
Restrict all found IPRs to status 1 and 3. Only show links to, and display details of, IPRs with status 1.
...
- Legacy-Id: 720
2007-06-27 22:24:24 +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
1163bcb2b9
When updating a 3rd-party disclosure, the updater is the ietf participant,
...
otherwise the updater is the submitter.
- Legacy-Id: 708
2007-06-27 17:42:35 +00:00
Bill Fenner
cccf7a9ca4
* Skip 'ipr' and 'contact_type' fields in BaseContactForm
...
* Move update() to new.py
* Get the update submitter in update() and overwrite the ipr submitter with it when updating.
* Remove ? from trailing slash in about - the addslashes middleware will get there first anyway, and the ? confuses reverse()
- Legacy-Id: 705
2007-06-27 17:11:38 +00:00
Henrik Levkowetz
188a562114
IPR title search with test cases and acceptable diffs
...
- Legacy-Id: 697
2007-06-27 14:12:54 +00:00
Bill Fenner
760c1190e7
Send email on new/update submission.
...
Render "ipr/submitted.html" instead of redirecting to the IPR directly.
- Legacy-Id: 696
2007-06-27 13:45:30 +00:00
Henrik Levkowetz
b030e37f77
* Added IPR patent info search
...
* Added IPR patent info search term error pages
* Fixed empty holder search template error
* Some refactoring to have one ipr->doc relation instead of both ->drafts and -> rfcs
- Legacy-Id: 687
2007-06-27 11:29:43 +00:00
Henrik Levkowetz
2bb88100d0
* Added IPR search on document title
...
* Added test cases for this and for addtional empty test results
* Some refactoring of IPR search code
* Fixed bugs in multiple templates for the empty test result case
- Legacy-Id: 685
2007-06-27 09:25:14 +00:00
Bill Fenner
e5610d3f6c
* Explicitly truncate a long title so that the database truncation doesn't cause problems
...
* Use RequestContext
* Remove a couple of debugging prints that I left in
* Fix parenthesis location in get_ipr_summary() which was causing it to try to concatenate a list and a string
- Legacy-Id: 684
2007-06-27 04:31:38 +00:00
Bill Fenner
2fa81f4940
Initial work on allowing updates:
...
* Allow update to pass in an object to be updated.
* Pass initial values to rfclist, draftlist, 3 ContactForms and IprForm if we have an update.
* Pass **kwargs through ipr_detail_form_callback to get the initial values.
* Add a row in IprUpdate if updating
Cleanups in that apply to both new and update:
* Validate licensing_option in the clean function to allow it to be conditionally required.
* Use a regular character field for date_applied, since it is a prose date in the database.
* Fix typo in title setting: s/general/generic/
* Fix typo in 3rd-party title setting: s/submitter/ietf_name/
* Fix IprRfc object creation
* Log the complete set of field errors
* Move the validation of "one of the document fields must be filled in" to the form clean, since clean_data["draftlist"] isn't available in clean_rfclist()
* Render non_field_errors since now we could have one.
* Move the setting of the summary and title to after the form is cleaned, and use the clean version of the document names.
- Legacy-Id: 683
2007-06-27 04:07:01 +00:00
Henrik Levkowetz
0ed0d375ee
Adding a footer line with version info and webmaster link, and a context processor to transfer information to it and variables in ietf/__init__.py to hold the information.
...
- Legacy-Id: 652
2007-06-26 17:30:25 +00:00
Henrik Levkowetz
9074e9555c
Additional IPR searches: WG search and holder (legal name) search.
...
- Legacy-Id: 644
2007-06-25 21:03:34 +00:00
Henrik Levkowetz
23802f4987
Fixed order of query arguments, for redirect test
...
- Legacy-Id: 582
2007-06-21 15:12:00 +00:00
Henrik Levkowetz
3ba8f23dfe
Added IPR search for IPR holder name
...
- Legacy-Id: 580
2007-06-21 14:56:05 +00:00
Henrik Levkowetz
a6c5f1b805
Fixes to IPR templates, view and model, and acceptable diffs.
...
- Legacy-Id: 485
2007-06-17 23:19:21 +00:00
Henrik Levkowetz
7d33c372d1
Template and code changes for the third-party IPR disclosure page, and an acceptable diff file.
...
- Legacy-Id: 483
2007-06-17 21:08:36 +00:00
Henrik Levkowetz
e4deb27623
Changed query argument order in testurls to agree with the order produced by the redirects. Accompanying new acceptable diff file.
...
- Legacy-Id: 481
2007-06-17 21:05:29 +00:00
Henrik Levkowetz
f051f64977
Fixing some renaming breakage.
...
- Legacy-Id: 479
2007-06-17 16:13:14 +00:00
Henrik Levkowetz
7075fe65a0
Code reorganization. Splitting up ipr search code into separate files, and renaming the ipr.view_new module to ipr.new.
...
- Legacy-Id: 478
2007-06-17 16:10:20 +00:00
Henrik Levkowetz
6829830b59
Name changes for IprDetail model fields.
...
- Legacy-Id: 477
2007-06-17 15:53:39 +00:00
Henrik Levkowetz
92968fa04e
Somewhat reorganized IPR search code. Renamed IprDetails model field. New IPR search templates.
...
- Legacy-Id: 476
2007-06-17 15:21:48 +00:00
Henrik Levkowetz
6d46a27d6b
More testurls and one more IPR redirect
...
- Legacy-Id: 434
2007-06-16 16:05:46 +00:00
Henrik Levkowetz
855e4b0398
Updated IPR test URLs
...
- Legacy-Id: 422
2007-06-15 19:49:15 +00:00
Henrik Levkowetz
6a2c3ab85f
Added IPR search by RFC number.
...
- Legacy-Id: 400
2007-06-15 11:52:26 +00:00
Henrik Levkowetz
1a9fa6fda6
Fixing accidental breakage of /ipr/ list
...
- Legacy-Id: 393
2007-06-15 00:05:54 +00:00
Henrik Levkowetz
c8c15b7809
Search support for search-by-draft-name and for presenting the final search result. Also test URLS for the new pages.
...
- Legacy-Id: 392
2007-06-14 23:49:55 +00:00
Henrik Levkowetz
d17dc96f3c
Backing out the previous change so I can commit it with proper comments...(2)
...
- Legacy-Id: 388
2007-06-14 23:44:30 +00:00
Henrik Levkowetz
c1ea7e35ae
Backing out the previous change so I can commit it with proper comments...
...
- Legacy-Id: 387
2007-06-14 23:43:06 +00:00
Henrik Levkowetz
d989d0aa21
A little filter to add a space to strings like 'RFC1234' to get 'RFC 1234'
...
- Legacy-Id: 386
2007-06-14 23:38:51 +00:00
Henrik Levkowetz
90a414fb10
IPR search form. Search results not implemented yet.
...
- Legacy-Id: 383
2007-06-14 14:06:26 +00:00
Henrik Levkowetz
5fae7d56b2
Fixing some template changes needed after the model surgery in changeset [186], and extending the attribute alignment to IprRfc and IprDraft models.
...
- Legacy-Id: 363
Note: SVN reference [186] has been migrated to Git commit 5f4d99a36a
2007-06-13 14:05:26 +00:00
Henrik Levkowetz
e1e375e269
IPR presentation tweaks
...
- Legacy-Id: 352
2007-06-12 22:46:54 +00:00
Henrik Levkowetz
44b76b7b4f
IPR test-URLs
...
- Legacy-Id: 350
2007-06-12 21:58:38 +00:00
Henrik Levkowetz
aa3924e102
Testing a specific IPR declaration
...
- Legacy-Id: 281
2007-06-10 11:33:24 +00:00
Henrik Levkowetz
03c18bd33d
Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny.
...
- Legacy-Id: 235
2007-06-05 16:58:58 +00:00
Henrik Levkowetz
eedd6a8e8c
Made URL check code accept comment lines and empty lines in URL file.
...
Commented out broken URLs in the testurl.list
Fixed a missing import in ipr/views.py
- Legacy-Id: 219
2007-06-03 23:39:02 +00:00
Henrik Levkowetz
c7230247b1
Making the url test more verbose. Adding an initial list of urls to test.
...
- Legacy-Id: 217
2007-06-03 21:21:29 +00:00
Henrik Levkowetz
0f64cde6c6
More minor cleanup based on pyflakes feedback
...
- Legacy-Id: 189
2007-05-31 09:46:56 +00:00
Henrik Levkowetz
186f3f3043
Minor tweak: Make the links produced by the top index page end in '/'.
...
- Legacy-Id: 187
2007-05-31 09:14:49 +00:00
Henrik Levkowetz
fb5013e849
IPR disclosure form submission now works.
...
Closing the ipr_generic.cgi ticket, but leaving ipr.cgi and notify.cgi open
till further testing has been done. Also adding a new task for the IPR
update form.
There may still be some dead code to clean out, but I'm committing what
I have now since it provides working form submission :-)
- Legacy-Id: 158
2007-05-23 20:11:34 +00:00
Henrik Levkowetz
65f15c77bf
Reverting to revision [151] -- committed way too much by mistake
...
- Legacy-Id: 153
Note: SVN reference [151] has been migrated to Git commit fca8b30b51
2007-05-22 22:29:28 +00:00
Henrik Levkowetz
d981d5a617
Template formatting changes, to more easily see what's going on. And sorting on area within the timeslot.
...
- Legacy-Id: 152
2007-05-22 22:15:13 +00:00
Henrik Levkowetz
255e2e5a1a
IPR Form stuff:
...
* Added validation code for RFCs and Drafts.
* Some stylesheet tweaks.
- Legacy-Id: 144
2007-05-21 20:36:21 +00:00
Henrik Levkowetz
d7b47093a7
* Added alternating colours for the entry rows in the form tables
...
* Fixed yes/no radio button layout
* Fixed submitter contact information copying for generic form
- Legacy-Id: 143
2007-05-21 19:07:13 +00:00
Henrik Levkowetz
f9c6c5c7d3
* Added IPR form fields for listing rfcs and drafts
...
* Some style tweaks
- Legacy-Id: 142
2007-05-21 16:49:26 +00:00
Henrik Levkowetz
64dc0f83c6
* Some code reorganization, moving the large new-disclosure functiality
...
into view_new.py
* Added error indication of the top of the page, in case there are any
errors further down.
* Set more fields to required, matching the old perl code
* Various other tweaks.
- Legacy-Id: 140
2007-05-20 23:42:39 +00:00
Henrik Levkowetz
b0f1f5d845
More ipr form stuff.
...
- Legacy-Id: 139
2007-05-18 18:46:55 +00:00
Henrik Levkowetz
8d7053fc5c
* Removed InternationalPhoneNumber class, instead using the form creation
...
callback to provide a RegexpField class.
* Added checkbox for submitter contact information being the same as
IETF contact information; with javascript support and validation
support.
* Cleaned out the old split_form() and mk_formatting_form() functions from
ietf.utils.
- Legacy-Id: 138
2007-05-18 15:50:30 +00:00