Commit graph

2125 commits

Author SHA1 Message Date
Henrik Levkowetz 14edf23ac1 Set version info and settings back to development mode
- Legacy-Id: 3058
2011-04-18 10:28:46 +00:00
Henrik Levkowetz b05ce812a7 Set version info to release version 3.52 before branching.
- Legacy-Id: 3056
2011-04-18 10:28:24 +00:00
Henrik Levkowetz fe99b314e9 Changelog entry for 3.52
- Legacy-Id: 3055
2011-04-18 10:27:38 +00:00
Henrik Levkowetz 53d0d195e2 Merged in fix from esanchez@yaco.es to fix Liaison Cc field editability and secretariat ability to post liaisons for others.
- Legacy-Id: 3054
2011-04-18 09:42:09 +00:00
Henrik Levkowetz 899b737685 Merged in fix from esanchez@yaco.es to fix Liaison Cc field editability and secretariat ability to post liaisons for others.
- Legacy-Id: 3053
2011-04-18 09:40:19 +00:00
Henrik Levkowetz 1d15f722e1 Add Stephanie to release announce mail.
- Legacy-Id: 3052
2011-04-18 09:38:36 +00:00
Henrik Levkowetz 6ed47ed982 Set version info and settings back to development mode
- Legacy-Id: 3050
2011-04-13 14:21:50 +00:00
Henrik Levkowetz 5fa26d3c76 Set version info to release version 3.51 before branching.
- Legacy-Id: 3048
2011-04-13 14:21:15 +00:00
Henrik Levkowetz 1f6be44b06 Changelog entry for 3.51
- Legacy-Id: 3047
2011-04-13 14:20:39 +00:00
Henrik Levkowetz 5497fa4b8e Fix to permit secretariat staff to post liaisons on behalf of liaison managers, assuming the permissions of the person they post on behalf of for this purpose.
- Legacy-Id: 3046
2011-04-13 13:02:21 +00:00
Henrik Levkowetz 73ebccb645 Set version info and settings back to development mode
- Legacy-Id: 3045
2011-04-12 16:25:07 +00:00
Henrik Levkowetz 929b62d9e2 Set version info to release version 3.50 before branching.
- Legacy-Id: 3043
2011-04-12 16:24:38 +00:00
Henrik Levkowetz 9279e0bcbb Changelog entry for 3.50
- Legacy-Id: 3042
2011-04-12 16:24:09 +00:00
Henrik Levkowetz d78f5f651f Ignore *.pyc files under ietf/submit, as elsewhere.
- Legacy-Id: 3041
2011-04-12 15:57:35 +00:00
Emilio A. Sánchez López 471d3952da Check permissions using the impersonated user. Fixes #648
- Legacy-Id: 3040
2011-04-11 09:32:07 +00:00
Henrik Levkowetz e860e74705 Corrected date for changelog entry.
- Legacy-Id: 3039
2011-04-09 22:32:25 +00:00
Henrik Levkowetz d3c4b08d6f Changelog entry for 3.17
- Legacy-Id: 3038
2011-04-09 22:29:26 +00:00
Henrik Levkowetz fe10dfd20c Tweaked a number of setting value names and adjusted one value.
- Legacy-Id: 3037
2011-04-09 22:13:45 +00:00
Henrik Levkowetz 842b8f428f Merged branch/yaco/idsubmit@2903 from esanches@yaco.es to trunk: The Rewritten I-D Submission Tool.
- Legacy-Id: 3036
2011-04-07 20:29:45 +00:00
Henrik Levkowetz 69a7a73388 Set version info and settings back to development mode
- Legacy-Id: 3035
2011-04-07 15:16:45 +00:00
Henrik Levkowetz 443bb54b2b Set version info to release version 3.16 before branching.
- Legacy-Id: 3033
2011-04-07 15:16:18 +00:00
Henrik Levkowetz e5e897a53c Changelog entry for 3.16
- Legacy-Id: 3032
2011-04-07 15:15:56 +00:00
Henrik Levkowetz a52e902860 Merged in [3029] from esanchez@yaco.es. Make the Cc: field of new liaisons editable.
- Legacy-Id: 3031
Note: SVN reference [3029] has been migrated to Git commit 199e469f87
2011-04-07 14:09:10 +00:00
Henrik Levkowetz 29c7211c77 Set the 'person' field of the LegacyLiaisonUser in the admin interface to be handled as a raw id field with search button, rather than as a choice list.
- Legacy-Id: 3030
2011-04-07 14:04:07 +00:00
Emilio A. Sánchez López 199e469f87 Convert the Cc: field into an editable textarea. Fixes #647
- Legacy-Id: 3029
2011-04-07 12:01:35 +00:00
Henrik Levkowetz e9ec0c8a26 New fix for empty query strings. The QUERY_STRING in request.META is not set the same way under the builtin server as under Apache; under apache there will be a QUERY_STRING entry wich is explicitly Null. Handle this.
- Legacy-Id: 3028
2011-04-07 09:06:38 +00:00
Henrik Levkowetz fcaec522dc A javascript change not previsously merged in from branch/yaco/liaison/.
- Legacy-Id: 3027
2011-04-07 08:41:51 +00:00
Emilio A. Sánchez López 56bd4e0ead Fix function declaration. A parameter was missing so the ajax call trying to request the cc fields fails. See #577
- Legacy-Id: 3025
2011-04-06 14:21:24 +00:00
Henrik Levkowetz 400fe65726 Set version info and settings back to development mode
- Legacy-Id: 3024
2011-04-06 13:19:28 +00:00
Henrik Levkowetz fac8c287e2 Set version info to release version 3.15 before branching.
- Legacy-Id: 3022
2011-04-06 13:18:34 +00:00
Henrik Levkowetz 964989683c Changelog entry for 3.15
- Legacy-Id: 3021
2011-04-06 13:17:38 +00:00
Henrik Levkowetz 3a0841cb32 A quick fix for weekday-dependent plenary information in the materials list.
- Legacy-Id: 3020
2011-04-06 12:38:20 +00:00
Emilio A. Sánchez López 39c3f6d75f Fixes for state management by secretariat. Fixes #646
- Legacy-Id: 3019
2011-04-04 11:06:21 +00:00
Henrik Levkowetz 91c2f6f2a7 Only accept wgnames which adhere to the constraints currently practiced. (Before this change, the URL patterns would match wg names containing non-ascii characters, which later would bomb due to mix of collations when accessing the database. Might as well return a 404 at once instead).
- Legacy-Id: 3018
2011-03-31 12:31:50 +00:00
Henrik Levkowetz 2fc4b1bc3c Don't return 500 if given a URL with no query part.
- Legacy-Id: 3017
2011-03-31 12:25:24 +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 e80062394c Add a link to the default Working Group I-D State Diagram. Fixes #644
- Legacy-Id: 3015
2011-03-30 19:00:40 +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 280cbbd707 Handle draft without stream so WG chairs/delegates could raise call for adoptions. Fixes #642
- Legacy-Id: 3007
2011-03-30 15:57:38 +00:00
Henrik Levkowetz 5b418aee82 Get rid of a print statement used during testing.
- Legacy-Id: 3003
2011-03-29 16:51:50 +00:00
Henrik Levkowetz 8a265a0051 Merged [3000] from adam@nostrum.com: Fix for wrong mimetype of .pdf format agendas.
- Legacy-Id: 3002
Note: SVN reference [3000] has been migrated to Git commit 7125fd7a9975056e4571c739ee0344eb9b99a7e7
2011-03-29 16:14:28 +00:00
Henrik Levkowetz f08da46457 Fix from Brandon (updated somewhat) for a bad reverse() argument.
- Legacy-Id: 3001
2011-03-29 15:53:05 +00:00
Henrik Levkowetz abab86db1a Fix a couple of places where we have to handle potential exceptions from the URL reverse() call, because not all old draft names adhere to the current rules. For RFC 1356 the draft name was draft-ietf-iplpdn-x25_isdn (notice the underscore) for which reverse() will fail.
- Legacy-Id: 2998
2011-03-29 07:34:44 +00:00
Henrik Levkowetz 4d22f601d8 Set version info and settings back to development mode
- Legacy-Id: 2997
2011-03-28 17:44:29 +00:00
Henrik Levkowetz a4804c3d1d Set version info to release version 3.14 before branching.
- Legacy-Id: 2995
2011-03-28 17:43:54 +00:00
Henrik Levkowetz 10d16285d2 Changelog entry for 3.14
- Legacy-Id: 2994
2011-03-28 17:43:44 +00:00
Henrik Levkowetz cabddc90ca Merged [2990] from adam@nostrum.com:
In response to early feedback, changed 'close' metaphor from 'click anywhere' to 'click on the red "x" icon.'
 - Legacy-Id: 2993
Note: SVN reference [2990] has been migrated to Git commit 04289ed0e3dd56899a7c3cfa6ee43cdcd9eb68f5
2011-03-28 17:42:56 +00:00
Henrik Levkowetz 3edf194da5 Changelog entry for 3.14
- Legacy-Id: 2992
2011-03-28 17:03:59 +00:00