Commit graph

50 commits

Author SHA1 Message Date
Henrik Levkowetz 7c46b9b61b Change the wgchairs.ManageWriteupTestCase to not expect the writeup page to be restricted. This adapts the test to the change made in [4218] to make writeups readable by all.
- Legacy-Id: 4300
Note: SVN reference [4218] has been migrated to Git commit 0e3de35834
2012-04-22 15:37:56 +00:00
Suresh Krishnan 19dbc6c9bb Making doc writeup available as read-only text to regular users who are not shepherd/AD/Secretariat etc.
Adding a link for viewing a writeup to the main datatracker page.
 - Legacy-Id: 4213
2012-03-24 15:03:11 +00:00
Ole Laursen 679fd4f502 Fix bug in is_area_director_for_group
- Legacy-Id: 4017
2012-03-01 18:45:14 +00:00
Ole Laursen d43159cd90 Add support for incoming ADs with a new "pre-ad" role
- Legacy-Id: 3900
2012-02-03 16:22:31 +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 fc88964298 Go through the code and replace uses of Person.name with Person.plain_name()
- Legacy-Id: 3849
2012-01-23 20:22:45 +00:00
Ole Laursen 31aef86164 Merge charter branch with the UI hooks disabled for the time being
- Legacy-Id: 3800
2012-01-11 15:04:13 +00:00
Ole Laursen 498dc38507 Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3
- Legacy-Id: 3773
2011-12-15 14:13:54 +00:00
Ole Laursen 8153a1c130 Patch up to pass request object to send mail in the instances where
it's possible (i.e. when not run in cron) in preparation for better
mail test handling
 - Legacy-Id: 3711
2011-11-25 18:24:14 +00:00
Ole Laursen 1a1476fa01 Remove unused import
- Legacy-Id: 3710
2011-11-25 15:47:22 +00:00
Ole Laursen 227a426bfd Fix merge-related bug
- Legacy-Id: 3684
2011-11-22 18:59:56 +00:00
Ole Laursen 5a4c23ea92 Merge with trunk
- Legacy-Id: 3676
2011-11-21 16:41:21 +00:00
Ole Laursen 5d291f222c Remove .state and .*_state on Document in favour of generic states
mapping, port the codebase to use these states
 - Legacy-Id: 3660
2011-11-16 18:18:06 +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 3c2293d4e8 Port ietfworkflows and wgchairs to new schema, fix missing state
setting in I-D submission, add tests
 - Legacy-Id: 3618
2011-11-14 19:40:49 +00:00
Henrik Levkowetz 941d22e3d5 Merged /branch/yaco/wgchairs.r3120:r3154-3558 from esanchez@yaco.es. This adds support for alternate streams document tracking, similar to the WG chairs tracking functionality.
- Legacy-Id: 3559
2011-11-02 15:47:44 +00:00
Martin Qvist 8d3ea2f131 Bug in wgchairs
- Legacy-Id: 3431
2011-09-20 06:38:58 +00:00
Ole Laursen 5c5d534104 Add person foreign key on Role to link the role and person directly instead of through Email, this will allow us to use non-personal emails on roles
- Legacy-Id: 3418
2011-09-14 14:01:17 +00:00
Ole Laursen 7e3b621a05 Port shepherd management, adding tests
- Legacy-Id: 3401
2011-08-30 11:33:47 +00:00
Ole Laursen 0769a07756 Port add delegate, add test, fix bug with first form in delegate
adding not checking whether found persons have a login
 - Legacy-Id: 3393
2011-08-29 14:08:27 +00:00
Ole Laursen d6c01d7a48 Port one branch of delegate adding and add test for it
- Legacy-Id: 3388
2011-08-26 18:40:36 +00:00
Ole Laursen 646e8b8615 Port WG Delegate deletion with new test
- Legacy-Id: 3383
2011-08-26 17:37:44 +00:00
Ole Laursen 4fd243d746 Port wgchairs auth to new schema
- Legacy-Id: 3378
2011-08-25 18:24:04 +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 413bcdabbd Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with.
- Legacy-Id: 3205
2011-07-23 12:49:56 +00:00
Henrik Levkowetz 9a6f0e410b Get person without limiting it to iesglogins. WG Chairs will have logins but not IESG logins ...
- Legacy-Id: 3201
2011-07-23 12:15:21 +00:00
Emilio A. Sánchez López 8f196b450d Extend the query that search for allowed to login users. Fixes #681
- Legacy-Id: 3192
2011-06-30 09:44:40 +00:00
Henrik Levkowetz 3ece259476 Set svn:ignore *.pyc in new directories.
- Legacy-Id: 3124
2011-05-12 14:29:37 +00:00
Emilio A. Sánchez López c9241edf7b Changed the "no user with this email" warning when adding delegates/shepherds.
- Legacy-Id: 3016
2011-03-30 19:07:45 +00:00
Emilio A. Sánchez López e4f9bbe1ff Added state definitions in workflow edit form.
Re-order states in workflow edit form.
See #644
 - Legacy-Id: 3014
2011-03-30 18:56:35 +00:00
Emilio A. Sánchez López 8527cdaf6b Freeze global WG states. See #644
- Legacy-Id: 3013
2011-03-30 18:24:33 +00:00
Emilio A. Sánchez López e681c5e3c9 Insert change shepherd and change writeup links in document view.
Insert document view link in shepherd document list.
Allow secretariat to manage shepherds and writeups.
Fixes #643
 - Legacy-Id: 3012
2011-03-30 17:05:10 +00:00
Emilio A. Sánchez López 7e8d51e405 Included MAX_WG_DELEGATES into settings.py
Some minor textual changes in templates.
Fixes #605
 - Legacy-Id: 2874
2011-03-03 11:35:10 +00:00
Emilio A. Sánchez López 256dd73dd4 Detailed stream info view. Fixes #573
- Legacy-Id: 2758
2011-01-23 10:23:45 +00:00
Emilio A. Sánchez López 049b649eb7 Notify shepherd (and wg chairs and delegates) by email if 'Doc Shepherd Follow-up Underway' is updated. Fixes #561
- Legacy-Id: 2748
2011-01-17 19:49:00 +00:00
Emilio A. Sánchez López 242796253e Form to edit or upload a protocol write-up. See #561
- Legacy-Id: 2745
2011-01-17 18:20:06 +00:00
Emilio A. Sánchez López d0e9d95150 Add protocol writeup model. See #561
- Legacy-Id: 2744
2011-01-17 18:18:59 +00:00
Emilio A. Sánchez López 6729180833 Do not allow access to other wg documents. Fixes #558
- Legacy-Id: 2735
2010-12-24 13:50:09 +00:00
Emilio A. Sánchez López 61697ed096 Improve shepherd assignation by email.
Check if multiple persons have the same email.
  If person exist assign him/her directly.
  If person doesn't exists inform by email: person, wg chairs and secretariat.
  Inform the user what's going on in each step.
See #558
 - Legacy-Id: 2734
2010-12-24 13:38:34 +00:00
Emilio A. Sánchez López 204a4dd72b Allow to edit the workflow used in a wg. Fixes #559
- Legacy-Id: 2733
2010-12-24 10:37:01 +00:00
Emilio A. Sánchez López c5dd835e41 Reorder general shepherd view. See #558
- Legacy-Id: 2732
2010-12-24 10:32:15 +00:00
Emilio A. Sánchez López 1e5f2df379 Restrict access to sheperd document list. See #564
- Legacy-Id: 2710
2010-12-09 14:37:44 +00:00
Emilio A. Sánchez López a0b7992169 Move shepherd list of documents view into wgchais application. See #564
- Legacy-Id: 2709
2010-12-09 13:22:03 +00:00
Emilio A. Sánchez López ebaf7ae436 Moved shepherd management into wgchairs application. See #563
- Legacy-Id: 2708
2010-12-09 13:00:43 +00:00
Emilio A. Sánchez López 3bc02edcac Removed initial migration cause we work over a database in wich this application already exists. Fixes #562
- Legacy-Id: 2702
2010-12-09 12:29:44 +00:00
Emilio A. Sánchez López 90a048eb44 Added the diferent emails when a delegate does not have a system user/password. Fixes #557
- Legacy-Id: 2692
2010-11-29 18:34:19 +00:00
Emilio A. Sánchez López 34cbc464cb Manage delegates views. See #557
- Legacy-Id: 2690
2010-11-29 09:15:52 +00:00
Emilio A. Sánchez López e32255576b Some permission related funcions. See #557
- Legacy-Id: 2689
2010-11-29 09:09:46 +00:00
Emilio A. Sánchez López d48a1ce378 Initial migration. See #557
- Legacy-Id: 2688
2010-11-29 09:08:22 +00:00
Emilio A. Sánchez López 6520954005 Model for managing WG delegates. See #557
- Legacy-Id: 2687
2010-11-29 09:07:07 +00:00