Robert Sparks
3697180cc1
Reverted merge of timezone-aware migration efforts.
...
- Legacy-Id: 18792
2021-01-12 16:54:20 +00:00
Henrik Levkowetz
774e752a54
Snapshot of timezone-aware datatracker code. Tests pass, and the test-crawler shows only expected differences. Trunk changes merged in up to r18768.
...
- Legacy-Id: 18770
2020-12-16 23:53:37 +00:00
Henrik Levkowetz
e815b87750
Refined the template used by the person-link template tag to do better for document authors without an email address.
...
- Legacy-Id: 18613
2020-10-12 17:02:07 +00:00
Henrik Levkowetz
86f495b246
Changed the template for the person_link templatetag to use email address instead of name, to work correctly for for different persons having the same name.
...
- Legacy-Id: 18595
2020-10-11 15:02:13 +00:00
Henrik Levkowetz
4128a769a8
Added RFC and active drafts counts to the personal profile page.
...
- Legacy-Id: 18548
2020-10-02 12:32:48 +00:00
Robert Sparks
53f7bc3ce6
migrated forward
...
- Legacy-Id: 18144
2020-07-09 21:07:05 +00:00
Henrik Levkowetz
93e07f8650
Changed deprecated 'load staticfiles' to recommended 'load static'
...
- Legacy-Id: 18080
2020-06-27 13:51:19 +00:00
Robert Sparks
b7f45dba05
added ways to see and edit PersonExtResources.
...
- Legacy-Id: 17869
2020-05-21 20:10:04 +00:00
Henrik Levkowetz
6d7c5b52ee
Django 2.0 conversion. Test suite passes, except for javascript tests.
...
- Legacy-Id: 17762
2020-05-08 13:07:07 +00:00
Henrik Levkowetz
7084e6e662
Merged in [17557] from fenton@bluepopcorn.net:
...
Provide more consistent links to people pages. Fixes #2918 .
- Legacy-Id: 17561
Note: SVN reference [17557] has been migrated to Git commit b9c5152714
2020-03-30 20:07:25 +00:00
Henrik Levkowetz
acaca62195
Merged in [17179] from housley@vigilsec.com:
...
Add references and referened-by buttons to each RFC listed on the peron profile page. In addition, changed the buttons on the document references and document referenced-by pages to match the buttons on the main document page (the buttons with the long arrows). Fixes #2854 , although it does not include the number of references in the button.
- Legacy-Id: 17191
Note: SVN reference [17179] has been migrated to Git commit 3460f9242f
2020-01-07 15:29:40 +00:00
Russ Housley
3460f9242f
Add references and referened-by buttons to each RFC listed on the peron profile page. In addition, changed the buttons on the document references and document referenced-by pages to match the buttons on the main document page (the buttons with the long arrows). Fixes #2854 , although it does not include the number of references in the button.
...
- Legacy-Id: 17179
2020-01-05 17:47:17 +00:00
Jean Mahoney
6421ebc1de
Changed wording since it is not an error for there to be two people with the same name. Fixes issue #2616 . Commit ready to merge.
...
- Legacy-Id: 15689
2018-11-03 05:59:53 +00:00
Henrik Levkowetz
a66639299d
Removed all references to the removed Person.affiliation field.
...
- Legacy-Id: 15129
2018-05-05 12:47:55 +00:00
Ryan Cross
85f4861f9f
Add view for merge person records. Commit ready for merge.
...
- Legacy-Id: 14862
2018-03-18 18:01:56 +00:00
Henrik Levkowetz
28536bb293
Fixed a typo. Fixes issue #2466 .
...
- Legacy-Id: 14735
2018-03-05 21:37:22 +00:00
Henrik Levkowetz
152261a869
Added new infrastructure for personal API keys, to generate, view, and delete them.
...
- Legacy-Id: 14423
2017-12-14 14:30:59 +00:00
Henrik Levkowetz
d7618ce26b
An improved handling of the 'no active roles' message.
...
- Legacy-Id: 14207
2017-10-13 12:05:44 +00:00
Henrik Levkowetz
c1fa95f6a5
No code change. Whitespace fix and svn property change.
...
- Legacy-Id: 14204
2017-10-13 10:46:52 +00:00
Henrik Levkowetz
06b383858e
Added a 'no active roles' annotation in the roles section of personal profile pages if there are none.
...
- Legacy-Id: 14203
2017-10-13 10:45:49 +00:00
Henrik Levkowetz
dfaceb6e22
Point at the datatracker's document pages, instead of directly at the document in question, for documents on a person's profile page. This reverts to the functionality as originally designed, but uses the correct doc.get_absolute_url instead of doc.href() (which incorrectly did the same as get_absolute_url until recently). Fixes issue #2340 .
...
- Legacy-Id: 13989
2017-07-27 15:31:05 +00:00
Henrik Levkowetz
b3fe24d76b
Merged in [13503] from rjsparks@nostrum.com:
...
Add usernames to the email sent to the secretariat when a possible duplicate person has been detected. Fixes #2307 .
- Legacy-Id: 13521
Note: SVN reference [13503] has been migrated to Git commit d330b8ded453b61eabc59589d44785d4fc09c767
2017-06-04 21:49:43 +00:00
Lars Eggert
76a3c8bdc0
Update vnu.jar and fix various HTML5 nits it found during a test crawl.
...
Commit ready for merge.
- Legacy-Id: 13118
2017-03-25 20:21:14 +00:00
Henrik Levkowetz
363764f872
Fixed a header display issue
...
- Legacy-Id: 12935
2017-02-28 20:42:46 +00:00
Henrik Levkowetz
089f23f011
Added ordering to Role, and a roles section at the top of the personal profile page.
...
- Legacy-Id: 12931
2017-02-28 19:33:28 +00:00
Henrik Levkowetz
2f44e9a97b
Personal profile pages already show the primary (unicode) name of a person. Added the asciified name in parentheses, if different from the primary name, in the page header.
...
- Legacy-Id: 12915
2017-02-24 20:06:19 +00:00
Henrik Levkowetz
486e394cbf
Added more document information to the personal profile pages at /person/<full name>, after a suggestion from Benoit Claise. Fixes issue #2066 .
...
- Legacy-Id: 12447
2016-12-05 13:00:01 +00:00
Henrik Levkowetz
f726f5c785
Moved default column chart settings to settings.py. Split chart config and data into separate ajax urls to permit drawing base chart details before having data. Added a 'Loading...' notification while loading chart data. Added more test cases. Changed chart settings to eliminate empty data points from data transfer.
...
- Legacy-Id: 11930
2016-09-07 13:06:30 +00:00
Henrik Levkowetz
03d5b07e51
Added document information and submission timeline to profile pages. Refactored the chart data generation.
...
- Legacy-Id: 11928
2016-09-06 19:25:51 +00:00
Henrik Levkowetz
5d46febe03
Fixed an incorrect path to the default 'no photo available' image.
...
- Legacy-Id: 11348
2016-06-13 15:05:48 +00:00
Henrik Levkowetz
8ba02dfd2c
Added fixes for various profile page problems found by the test crawler.
...
- Legacy-Id: 11321
2016-06-11 21:54:14 +00:00
Henrik Levkowetz
511e500960
Show default no-photo-available image on bio if no photo is available.
...
- Legacy-Id: 11298
2016-06-09 21:49:44 +00:00
Henrik Levkowetz
9e382bb711
Added support for reStructuredText markup in bios.
...
- Legacy-Id: 11284
2016-06-06 16:29:25 +00:00
Henrik Levkowetz
c4b59f0363
Added personal photo+bio pages.
...
- Legacy-Id: 11278
2016-06-05 20:14:50 +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
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