Henrik Levkowetz
6fde32b2f5
Let development and test deployment have a robots.txt which don't permit robots.
...
- Legacy-Id: 3079
2011-05-03 14:05:01 +00:00
Emilio A. Sánchez López
fe699f7062
Fix expected revision for expired drafts. Fixes #656
...
- Legacy-Id: 3078
2011-05-03 07:32:25 +00:00
Emilio A. Sánchez López
ccfd8b5eed
Check if idinternal exists. See #654
...
- Legacy-Id: 3076
2011-05-02 00:21:21 +00:00
Emilio A. Sánchez López
e0f4185c54
Change substate if needed. Fixes #654
...
- Legacy-Id: 3075
2011-05-01 23:49:13 +00:00
Emilio A. Sánchez López
ee52775458
Allow to enter the submission date when sending (or editing) liaisons. Fixes #653
...
- Legacy-Id: 3067
2011-04-27 11:47:55 +00:00
Emilio A. Sánchez López
be0f5e4962
Allow creation dates that are 3 days after or 3 days before the current date. Fixes #652
...
- Legacy-Id: 3065
2011-04-26 15:10:48 +00:00
Emilio A. Sánchez López
fe466900e1
Insert a button to perform the last step of autopost via POST request. Fixes #650
...
- Legacy-Id: 3064
2011-04-26 14:54:16 +00:00
Emilio A. Sánchez López
af039fba02
Do not assume that the two_pages_field field is not None. Fixes #651
...
- Legacy-Id: 3063
2011-04-26 14:43:08 +00:00
Emilio A. Sánchez López
23d0ddf7e4
Ensure that 'get full url', 'approve' and 'force' views are called via POST request. See #650
...
- Legacy-Id: 3062
2011-04-26 14:35:07 +00:00
Emilio A. Sánchez López
8239d6bb80
Do not allow cancel submissions with GET requests. See #650
...
- Legacy-Id: 3061
2011-04-26 14:28:10 +00:00
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
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
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
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
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
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
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
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
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
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
93ef4b1ea4
Fix hardcoded meeting number in the meeting agenda template ...
...
- Legacy-Id: 2991
2011-03-28 16:21:28 +00:00
Henrik Levkowetz
9c567b6906
Merged [2988] from adam@nostrum.com:
...
Adding ability to click on items in the week view to pull up the WG agenda.
- Legacy-Id: 2989
Note: SVN reference [2988] has been migrated to Git commit 002775145990e3316be9765a974d8cb1c0b54f73
2011-03-27 12:43:11 +00:00
Henrik Levkowetz
7cacd75429
Merged [2984] from lars.eggert@nokia.com:
...
Update jQuery to 1.5.1 and jQuery UI to 1.8.11.
- Legacy-Id: 2986
Note: SVN reference [2984] has been migrated to Git commit c7c2a690e98e3541a810e6beb60b1469c4f78dd7
2011-03-26 18:52:52 +00:00
Henrik Levkowetz
6195d0ec8f
Merged [2980] from kivinen@iki.fi:
...
Added cleaning up whitespaces in the title so it cannot contain newlines.
- Legacy-Id: 2982
Note: SVN reference [2980] has been migrated to Git commit 502713dc4a878c6e365dec7d71f66aea9f7b3d44
2011-03-26 18:10:01 +00:00
Henrik Levkowetz
e9078f31e6
Merged [2978] from adam@nostrum.com:
...
Fixing bug #636 -- now only displays groups that are actually meeting.
- Legacy-Id: 2981
Note: SVN reference [2978] has been migrated to Git commit d81eb7635575f8b6f0b960211dcafe4359369209
2011-03-26 18:08:58 +00:00
Henrik Levkowetz
dcd745c496
Merged [2976] from lars.eggert@nokia.com:
...
Remove unused images. Convert GIFs to smaller PNGs.
Optimize all images with http://www.smushit.com/ysmush.it/
- Legacy-Id: 2979
Note: SVN reference [2976] has been migrated to Git commit 92b7e87a963787459fe3e75654b3ff2a0deaf34f
2011-03-26 18:04:48 +00:00
Henrik Levkowetz
dbd45ae924
Merged [2968] from peter.musgrave@magorcorp.com:
...
Ticket 566 Fix typo Fixes #566
- Legacy-Id: 2975
Note: SVN reference [2968] has been migrated to Git commit 7696286cbbcaa8eac5f3e1e682419658dcb74b87
2011-03-26 16:59:45 +00:00
Henrik Levkowetz
4e5ce997e5
Merged [2967] from jelte@nlnetlabs.nl:
...
Make search result table headers clickable; clicking will sort on said column, see trac #484
- Legacy-Id: 2974
Note: SVN reference [2967] has been migrated to Git commit a6ef460f3a3a24b9f32f83bf8dbeffe2fa220958
2011-03-26 16:58:07 +00:00
Henrik Levkowetz
662514fe22
Merged [2965] from peter.musgrave@magorcorp.com:
...
Tracker 550 - Don't show AD/Secretariat links for Last Call etc. if they will 404 Fixes #550
- Legacy-Id: 2973
Note: SVN reference [2965] has been migrated to Git commit e2f01ceb5b494ac3e08d66bca89f61eecc90a201
2011-03-26 16:53:11 +00:00
Henrik Levkowetz
6ac0c83184
Merged [2963] from adam@nostrum.com:
...
Meeting boxes now expand to reveal all text when users hover over them.
Fixes ticket #602 .
- Legacy-Id: 2972
Note: SVN reference [2963] has been migrated to Git commit f95ab9c1a4dc688adeab235f953ffa46f684394a
2011-03-26 16:30:08 +00:00
Henrik Levkowetz
c609c95fce
Change the URL of the wg documents text dump to be more similar to /iesg/agenda/documents/.
...
- Legacy-Id: 2970
2011-03-26 16:05:32 +00:00
Henrik Levkowetz
ee1a49c4be
Merged [2961] from kivinen@iki.fi:
...
Restructured to be cleaner. Implemented text version of the list of working group drafts.
- Legacy-Id: 2969
Note: SVN reference [2961] has been migrated to Git commit 4c59872221f66de1d9d00bdcee9d699751c335a6
2011-03-26 15:59:19 +00:00
Henrik Levkowetz
9416744367
Merged [2958] from shane@time-travellers.org:
...
Updated the JavaScript associated with the search page to
control whether the 'search' button is enabled or not. It is
now enabled if either the main search box has input, or if
any of the sub-options have input, or both.
Note that the Yahoo! widgets we were using did weird things
to the button name, so I disabled that. This changes the
look and feel of the button - that may be a contenious issue.
OTOH, I think that this is probably a good thing, since this
is the only place where we override the user's default
appearance settings.
Another possible issue is the use of JavaScript without
JQuery. The existing code here did not use JQuery, so I
decided to simply extend it.
See the Trac ticket #480 for more.
http://trac.tools.ietf.org/tools/ietfdb/ticket/480
- Legacy-Id: 2966
Note: SVN reference [2958] has been migrated to Git commit fc46dd1c9ebbe14c43a7e8726e194d197544e416
2011-03-26 15:40:20 +00:00
Henrik Levkowetz
fbfee9b1e8
Merged [2959] from rjsparks@nostrum.com:
...
Changed wrapper construction to get the IPR column working.
This refixes #630
- Legacy-Id: 2964
Note: SVN reference [2959] has been migrated to Git commit b1cc77d0ce180524538ecfd03ec9bfb4193b88f8
2011-03-26 15:39:11 +00:00
Henrik Levkowetz
12f344054d
Merged [2949] from rjsparks@nostrum.com:
...
Adds a view of documents currently in IETF Last Call
Fixes bug #630
- Legacy-Id: 2957
Note: SVN reference [2949] has been migrated to Git commit 2cb9e0050a2970e5c5576b46ce75a0b7095532fd
2011-03-26 14:43:24 +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
090be02a16
Merged [2947] from rjsparks@nostrum.com:
...
Changed the way ballot discuss/comment texts are displayed to
put the text from current ADs first, and mark ex-ADs with []
following the convention on the left bar.
This fixes issue #608
- Legacy-Id: 2955
Note: SVN reference [2947] has been migrated to Git commit 3c88c011e48e626e842c027575feb2f2aedde230
2011-03-26 14:35:05 +00:00
Henrik Levkowetz
97b48252b1
Merged [2946] from adam@nostrum.com:
...
Added ical-format agenda (http://trac.tools.ietf.org/tools/ietfdb/ticket/601 )
- Legacy-Id: 2954
Note: SVN reference [2946] has been migrated to Git commit fe3189ba04734ac21d8c18fba99b289abc0bd358
2011-03-26 14:33:51 +00:00
Henrik Levkowetz
f29a8fb2c6
Merged [2945] from peter.musgrave@magorcorp.com:
...
Ticket 552: Add IPR column to IESG Telechat Agenda
- Legacy-Id: 2953
Note: SVN reference [2945] has been migrated to Git commit 109799b334a45053d62251bbb5107350fc5f4c57
2011-03-26 14:32:41 +00:00
Henrik Levkowetz
c3f3fdb79a
Merged [2944] from rjsparks@nostrum.com:
...
Add a defer/undefer button to the edit_position dialog
- Legacy-Id: 2951
Note: SVN reference [2944] has been migrated to Git commit 6b997bca0146b9a93967cd319f617a626304e22e
2011-03-26 14:31:41 +00:00
Henrik Levkowetz
2cd7b18ba2
Merged [2942] from kivinen@iki.fi:
...
Changed cookie settings to be valid for 10 years, they used to be valid
until the end of session.
- Legacy-Id: 2950
Note: SVN reference [2942] has been migrated to Git commit 1287da3cf9c5e51e08ac6ddf704650c8808b8de6
2011-03-26 14:30:40 +00:00
Henrik Levkowetz
2034b5655a
Set version info and settings back to development mode
...
- Legacy-Id: 2926
2011-03-26 08:28:29 +00:00
Henrik Levkowetz
0fa2f24b15
Set version info to release version 3.13 before branching.
...
- Legacy-Id: 2924
2011-03-26 08:27:57 +00:00
Emilio A. Sánchez López
aa7cfebc68
Mix the state and tag edit views into one. Fixes #619
...
- Legacy-Id: 2922
2011-03-25 12:34:02 +00:00
Henrik Levkowetz
fa16a7b0c1
Change ietf/utils/draft.py to provide an alternative method to get author
...
information: draft.get_author_info(). This method returns a list of
(full_name, first_name, middle_part, surname, suffix, email), with
middle_part, suffix and email set to None if none was found.
- Legacy-Id: 2921
2011-03-24 13:25:14 +00:00
Henrik Levkowetz
79a283c3f6
Add the fix for email addresses from [2892].
...
- Legacy-Id: 2920
Note: SVN reference [2892] has been migrated to Git commit db905d3903
2011-03-24 13:09:01 +00:00
Henrik Levkowetz
0b8bcfa81d
Fix a series of issues found during testing. This is the patch provide
...
to Yaco on 2011-03-19, and committed on branch/yaco/idsubmit as [2896].
* Extraction of Title which don't have the draft name on a separate
page fails. See for instance this example:
http://www.ietf.org/staging/draft-ma-cdni-publisher-use-cases-00.txt
The regex should maybe be updated to permit but not require a newline
before the draft filename:
'(?:\n\s*\n\s*)((.+\n){1,2}(.+\n?))(\s+<?draft-\S+\s*\n)\s*\n'
* If there are blank lines before the start of the author list on the
first page, the author extraction will fail. This sometimes happens
when there's junk at the start of a draft, see for instance
http://www.ietf.org/id/draft-ietf-mpls-tp-process-00.txt .
* Sometimes the Authors' Addresses section lists authors with the same
workplace address on the same line: "Sam Spade and Joe Smith". This
needs a fix in the author extraction code.
* Sometimes the order of first name, surname is different on the first
page and in the author list, and sometimes the surname is uppercase
in one place, but not in the other. This also needs a fix in the
author extraction code.
* The header stripping code had a bug, where multiple blank lines could
be replaced by a single blank line in the stripped text, which could
mess up title extraction.
* Title space normalization should be done also for titles from the
'unusual title format' code branch of the title extraction code.
* Company names on the first page are sometimes rendered with different
case than in the Authors' Addresses section.
* Some drafts list the draft filename _before_ the title, rather than
after the title. Permit this too. Covered in the patch.
* Spanish names can be shown as either
<given_name> <fathers_first_surname> <mothers_first_surname>
or less formally as
<given_name> <fathers_first_surname>
If the first form is used in the Authors' Addresses section, but the
second form (with the given name possibly abbreviated to its first
letter) the author extraction will fail.
* Drafts containing tabs will be caught by idnits during I-D submission,
but in case the drafts.py module is used independently from idnits,
convert tabs to spaces in order for the author extraction and other
methods to work as expected. Example: recently submitted draft
draft-bergeron-payload-rtpfec-rs-00.txt.
* Found a draft with a previously unhandled header/footer format:
draft-fang-mpls-tp-oam-toolset-01.txt. Tweak needed for header/footer
stripping.
- Legacy-Id: 2919
Note: SVN reference [2896] has been migrated to Git commit 5a34b70e52
2011-03-24 13:05:48 +00:00
Henrik Levkowetz
61300a9354
Fix title extraction. Patch provided to yaco 2011-03-14, committed to yaco/idsubmit branch as [2887].
...
- Legacy-Id: 2918
Note: SVN reference [2887] has been migrated to Git commit fb7219c6ce
2011-03-24 12:58:33 +00:00
Henrik Levkowetz
9ae7b90b59
Merged in changes from Yaco @2880.
...
- Legacy-Id: 2917
2011-03-24 12:54:31 +00:00
Henrik Levkowetz
265b94c4ca
Bugfix for faulty header/footer stripping, sent to Yaco 2011-03-02.
...
- Legacy-Id: 2916
2011-03-24 12:53:19 +00:00
Henrik Levkowetz
5ab9f020ec
Merged in changes from Yaco @2855.
...
- Legacy-Id: 2915
2011-03-24 12:51:34 +00:00
Henrik Levkowetz
2f1426ed18
Copy ietf/utils/draft.py from the old idsubmit branch.
...
- Legacy-Id: 2914
2011-03-24 12:38:27 +00:00
Henrik Levkowetz
dbe590372a
Provide a full URL to the last call email, rather than just the local url path.
...
- Legacy-Id: 2913
2011-03-24 12:37:45 +00:00
Henrik Levkowetz
5daa6a86c8
Fix typo.
...
- Legacy-Id: 2912
2011-03-24 12:36:31 +00:00
Henrik Levkowetz
1cea818425
Disable the bulk delete action from the admin interface.
...
- Legacy-Id: 2911
2011-03-24 10:12:51 +00:00
Henrik Levkowetz
f0e20e2f30
Tweak the admin interface for WGs and Chairs, adding some useful links to the tabular displays.
...
- Legacy-Id: 2910
2011-03-24 10:11:55 +00:00
Henrik Levkowetz
55a2854690
Tweak model names and admin display to make it easier to manage things (and understand the meaning/content of the different tables).
...
- Legacy-Id: 2909
2011-03-24 10:09:55 +00:00
Henrik Levkowetz
02d0eb698d
Show user levels as more than numbers in the IESG login table. Add utility methods for use in the admin interface.
...
- Legacy-Id: 2908
2011-03-24 10:07:46 +00:00
Henrik Levkowetz
d3468f4ebe
Add some refinements for the admin interface. Show contact link and coloured Login/User links to show broken entries.
...
- Legacy-Id: 2907
2011-03-24 10:05:55 +00:00
Henrik Levkowetz
3418e1045b
Fix call signature.
...
- Legacy-Id: 2906
2011-03-24 10:03:10 +00:00
Henrik Levkowetz
a6b719500e
Wrap the sdo name query in a try clause to avoid server 500 errors.
...
- Legacy-Id: 2905
2011-03-24 10:01:56 +00:00
Henrik Levkowetz
2b50bfdcef
Only try to populate the liaison user/email list from the from_entity if it's set.
...
- Legacy-Id: 2904
2011-03-24 09:59:53 +00:00
Emilio A. Sánchez López
153cdc72fe
Include middle initial and name suffix into authors information if presented.
...
Fix author update when auto posting. Fixes #626
- Legacy-Id: 2903
2011-03-23 18:14:12 +00:00
Emilio A. Sánchez López
1dbe9bf3ed
Add fields to store middle initial and name suffix of incoming authors. See #626
...
- Legacy-Id: 2902
2011-03-23 18:12:49 +00:00
Emilio A. Sánchez López
cdeb47f133
Pathec draft.py for including full name, middle initial and name suffix in authors info. See #626
...
- Legacy-Id: 2901
2011-03-23 18:02:33 +00:00
Emilio A. Sánchez López
6f6d720daa
Get author information from the tuple of draft.py. Do not mark as error if some author has no email. Fixes #626
...
- Legacy-Id: 2900
2011-03-23 09:53:25 +00:00
Emilio A. Sánchez López
15a576b348
Add initial _author_info. See #626
...
- Legacy-Id: 2899
2011-03-23 09:44:20 +00:00
Emilio A. Sánchez López
2a9394025d
Patch draft.py for extracting author information as tuples. See #626
...
- Legacy-Id: 2898
2011-03-23 09:24:03 +00:00
Emilio A. Sánchez López
e2e11b82aa
Place the edit state/stream action into the draft view. Show only actions allowed. Fixes #625
...
- Legacy-Id: 2897
2011-03-21 09:48:35 +00:00
Emilio A. Sánchez López
5a34b70e52
Applied patch to draft.py. Fixes #624
...
- Legacy-Id: 2896
2011-03-21 08:18:17 +00:00
Emilio A. Sánchez López
883ec1d1d1
Do not require approval for individual submissions. Fixes #623
...
- Legacy-Id: 2895
2011-03-17 17:26:29 +00:00
Emilio A. Sánchez López
8db45b0bb9
Fixed grammar nit. Fixes #620
...
- Legacy-Id: 2894
2011-03-17 17:13:35 +00:00
Emilio A. Sánchez López
2c2655a564
Fix form to not crash on invalid author extraction. Fixes #621
...
- Legacy-Id: 2893
2011-03-17 17:11:47 +00:00
Emilio A. Sánchez López
db905d3903
Patched draft.py for extract mails in the form username at domain. See #621
...
- Legacy-Id: 2892
2011-03-17 16:38:27 +00:00
Emilio A. Sánchez López
3bb83a6e23
Fix bug calling a self method. See #618
...
- Legacy-Id: 2891
2011-03-17 14:37:49 +00:00
Emilio A. Sánchez López
917d287182
Button to request the full access url of a submission. Fixes #618
...
- Legacy-Id: 2890
2011-03-17 12:14:53 +00:00
Emilio A. Sánchez López
cc6af53359
Require submission hash in the url to perfom edit/post/cancel actions as a non secretariat user. See #618
...
- Legacy-Id: 2889
2011-03-17 10:38:32 +00:00
Emilio A. Sánchez López
be8fb661d5
Added submission_hash field. See #618
...
- Legacy-Id: 2888
2011-03-17 09:57:23 +00:00
Emilio A. Sánchez López
fb7219c6ce
Patch title extraction. Patch provided by Henrik. Fixes #617
...
- Legacy-Id: 2887
2011-03-14 14:42:08 +00:00
Emilio A. Sánchez López
0dde7786cd
Decorate two pages with revision errors. Fixes #616
...
- Legacy-Id: 2886
2011-03-12 17:26:29 +00:00
Emilio A. Sánchez López
67c6c39002
Same fix for two_pages that for idnits message. See #615
...
- Legacy-Id: 2885
2011-03-12 16:59:07 +00:00
Emilio A. Sánchez López
e20afe45e8
Do not allow to cancel already posted submissions. See #614
...
- Legacy-Id: 2884
2011-03-12 16:35:05 +00:00
Emilio A. Sánchez López
496dfa3b06
Fixed template so hidden content do not take extra space in the page layout. Fixes #615
...
- Legacy-Id: 2883
2011-03-12 16:31:18 +00:00
Emilio A. Sánchez López
d08c515e78
Fixed 'post first-click' bug.
...
Added domain into email with authorization key.
Extend the type of submission that secretariat can cancel or autopost. Fixes #614
- Legacy-Id: 2882
2011-03-12 16:22:44 +00:00
Emilio A. Sánchez López
28da455254
Do not ask for cancel confirmation if the submission has errors. Fixes #613
...
- Legacy-Id: 2881
2011-03-12 14:06:58 +00:00
Emilio A. Sánchez López
ebda871046
Improve abstract cutting by head regular expresion and add look for a previous blank line. Fixes #612
...
- Legacy-Id: 2880
2011-03-12 13:57:42 +00:00
Emilio A. Sánchez López
d95d089bc4
Use the correct filename when calling idnits. Fixes #611
...
- Legacy-Id: 2879
2011-03-12 12:44:08 +00:00
Emilio A. Sánchez López
cf455f5be2
Add a warning when submitting a draft that belongs to a non active WG. Fixes #607
...
- Legacy-Id: 2877
2011-03-03 18:03:47 +00:00
Emilio A. Sánchez López
3bd2097171
Customize mail sent to WG chairs requesting submission approval.
...
Added the domain of the tool to the url.
Save the submitter info.
Fixes #606
- Legacy-Id: 2876
2011-03-03 17:27:06 +00:00
Emilio A. Sánchez López
9acbac7351
The default max number of delegates must be 3. See #605
...
- Legacy-Id: 2875
2011-03-03 11:39:06 +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
c1c37818ea
Patched draft.py with patch for faulty header/footer stripping. Fixes #604
...
- Legacy-Id: 2873
2011-03-02 16:18:30 +00:00
Emilio A. Sánchez López
8756407eaf
Fix the 'no txt file' bug. Fixes #603
...
- Legacy-Id: 2866
2011-03-01 08:34:32 +00:00
Emilio A. Sánchez López
9ef42cfc09
Change button style. See #603
...
- Legacy-Id: 2865
2011-03-01 08:34:02 +00:00
Emilio A. Sánchez López
4cb2f082d5
Link to a previous active submission. See #603
...
- Legacy-Id: 2864
2011-03-01 08:33:40 +00:00
Emilio A. Sánchez López
7181ca75b1
Fix bug if the submission has no idnits message. See #603
...
- Legacy-Id: 2863
2011-03-01 08:33:03 +00:00
Henrik Levkowetz
2ae5776024
Make the document announcement default Cc: somewhat configurable. Remove iab@iab.org (on request).
...
- Legacy-Id: 2861
2011-02-21 12:45:09 +00:00
Henrik Levkowetz
06a0ed4512
Link to the State help page from the 'State:' label.
...
- Legacy-Id: 2859
2011-02-17 18:19:00 +00:00
Emilio A. Sánchez López
617469405a
Show link to files in staging area. Fixes #599
...
- Legacy-Id: 2858
2011-02-14 19:11:44 +00:00
Emilio A. Sánchez López
cd03c2109a
Remove docs when canceling submission. Fixes #598
...
- Legacy-Id: 2857
2011-02-14 18:51:36 +00:00
Emilio A. Sánchez López
dbde6b7116
Fix bug when no txt was sent. Fixes #592
...
- Legacy-Id: 2856
2011-02-14 11:50:16 +00:00
Emilio A. Sánchez López
42a6b53175
Abstract check by indents. Fixes #587
...
- Legacy-Id: 2855
2011-02-14 11:40:03 +00:00
Henrik Levkowetz
995f176eb1
Tweak the admin interface for emailaddress a bit.
...
- Legacy-Id: 2851
2011-02-11 14:24:55 +00:00
Emilio A. Sánchez López
cfaed84ba5
Authenticated post actions. Fixes #597
...
- Legacy-Id: 2850
2011-02-11 13:12:37 +00:00
Emilio A. Sánchez López
3d08afdcf8
Save abstract into a cache attribute. Fixes #587
...
- Legacy-Id: 2849
2011-02-11 12:08:48 +00:00
Jacobo Tarragón
512f179a45
Check for WG approval before posting. Closes #596 .
...
- Legacy-Id: 2848
2011-02-11 11:21:42 +00:00
Emilio A. Sánchez López
3942d63733
Recover confirmation url and fix draft_status template. Fixes #591
...
- Legacy-Id: 2847
2011-02-10 20:01:49 +00:00
Jacobo Tarragón
04c4043e25
allowing submissions to be canceled. Closes #591 .
...
- Legacy-Id: 2846
2011-02-10 19:08:29 +00:00
Emilio A. Sánchez López
7c79a4d707
Edit of metadata and request manual post. See #595
...
- Legacy-Id: 2845
2011-02-10 18:29:37 +00:00
Emilio A. Sánchez López
21bccc85b7
Fixed bug in InternetDraft.save. Fixes #594
...
- Legacy-Id: 2844
2011-02-10 18:25:02 +00:00
Emilio A. Sánchez López
53cfeb2e16
Fix bug in send_mail_text. Fixes #593
...
- Legacy-Id: 2843
2011-02-10 18:21:57 +00:00
Emilio A. Sánchez López
9fe67366dd
Trhow away the first blank lines of an abstract. Fixes #587
...
- Legacy-Id: 2842
2011-02-10 18:20:11 +00:00
Emilio A. Sánchez López
90e349cc22
Draft class already does a good parsing and cleaning of the text so we can retrieve the abstract in a KISS way. Fixes #587
...
- Legacy-Id: 2841
2011-02-10 17:58:43 +00:00
Jacobo Tarragón
ffbea31877
Implement abstract parsing in draft utils. See #587 .
...
- Legacy-Id: 2840
2011-02-10 16:52:37 +00:00
Henrik Levkowetz
ed31b7ef2b
Don't use '<' and '>' in text/plain email text.
...
- Legacy-Id: 2839
2011-02-10 12:40:12 +00:00
Emilio A. Sánchez López
2f68029530
Do not allow 00 revisions if we are in first cut off. Fixes #580
...
- Legacy-Id: 2838
2011-02-09 20:13:14 +00:00
Emilio A. Sánchez López
63d78edc0d
DoS Tresholds. Retrieve WG in a previous stage. Fixes #592
...
- Legacy-Id: 2837
2011-02-09 20:12:12 +00:00
Emilio A. Sánchez López
6aa16f2762
Show state of a previous submission. Fixes #590
...
- Legacy-Id: 2836
2011-02-09 17:14:50 +00:00
Emilio A. Sánchez López
86229aa478
Saving files in staging area.
...
Saving information of upload in database.
Executing idnits.
Fixes #589
- Legacy-Id: 2835
2011-02-09 10:42:37 +00:00
Emilio A. Sánchez López
38da2ad5bf
Extend creation_date retrieving with dates at the begining of a line. See #588
...
- Legacy-Id: 2833
2011-02-08 17:04:18 +00:00
Emilio A. Sánchez López
37458917e0
Make critical parsing explicit. See #584
...
- Legacy-Id: 2828
2011-02-08 15:40:45 +00:00
Jacobo Tarragón
5dd4ef6742
make plain parser pep8 compliant. See #585 .
...
- Legacy-Id: 2827
2011-02-08 15:25:59 +00:00