Commit graph

1896 commits

Author SHA1 Message Date
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
Emilio A. Sánchez López 8635333293 Retrieve title of the draft. See #588
- Legacy-Id: 2826
2011-02-08 15:17:22 +00:00
Emilio A. Sánchez López ea57dcbcf6 Initial draft.py. See #588
- Legacy-Id: 2822
2011-02-08 12:53:16 +00:00
Emilio A. Sánchez López da78082080 Extract metadata from plain ascii file. Fixes #586
- Legacy-Id: 2821
2011-02-08 10:55:37 +00:00
Jacobo Tarragón 020e7f89ff merging author parsing in plain parser. Closes #585.
- Legacy-Id: 2820
2011-02-08 10:42:09 +00:00
Emilio A. Sánchez López c0f0d2c237 Two levels of parsing. Fixes #584
- Legacy-Id: 2819
2011-02-08 08:26:12 +00:00
Jacobo Tarragón c0e1084a20 fixing cutoff logic on submission. Closes #583.
- Legacy-Id: 2817
2011-02-07 17:08:33 +00:00
Henrik Levkowetz 6080c7ec02 Don't permit just any characters in the document name; limit this to characters we currently permit in the names, or which has occurred in posted documents. Fixes a problem where non-ascii characters were propagated to the database search and caused collation sequence exceptions, instead of giving 404 errors.
- Legacy-Id: 2813
2011-02-04 12:20:10 +00:00
Henrik Levkowetz 7e6134496b Remove the To/From/Subject headers from extra headers to prevent duplicate headers.
- Legacy-Id: 2812
2011-02-04 12:13:46 +00:00
Emilio A. Sánchez López 4bc95f6436 Cutoff dates and basic checkings over the plain file. See #580
- Legacy-Id: 2806
2011-02-03 11:46:04 +00:00
Henrik Levkowetz 860c28ddf2 Set version info and settings back to development mode
- Legacy-Id: 2805
2011-02-02 17:35:44 +00:00
Henrik Levkowetz b0d2ba45d9 Set version info to release version 3.12 before branching.
- Legacy-Id: 2803
2011-02-02 17:35:21 +00:00
Henrik Levkowetz fe40fc6b6b Changelog entry for 3.12
- Legacy-Id: 2802
2011-02-02 17:35:09 +00:00
Henrik Levkowetz 07c1eea5c2 Merged in changes from esanchez@yaco.es, changesets 2790-2791. Refined handling of the To: and From: address lists when the Liaison Manager is also a WG Chair or AD.
- Legacy-Id: 2801
2011-02-02 17:31:02 +00:00
Henrik Levkowetz 63bc9cff6d Changes from esanchez@yaco.es, changesets 2783-2789. Lets the secretariat send liaisons on behalf of others, corrected powers to liaison managers, and other fixes.
- Legacy-Id: 2800
2011-02-02 16:04:42 +00:00
Henrik Levkowetz 5aa801181d Changes for 3.12
- Legacy-Id: 2799
2011-02-02 15:43:14 +00:00
Henrik Levkowetz 1837b38bc8 Rename 'LiaisonDetail.taken_care' field to 'action_taken'. Miscellaneous associated fixes. Enhanced liaison-related admin pages.
- Legacy-Id: 2798
2011-02-02 15:35:21 +00:00
Henrik Levkowetz b9b25dae37 Merged [2782] from esanchez@yaco.es: Retrieve the person from the legacy tables of non IESG logins. Fixes #576.
- Legacy-Id: 2797
Note: SVN reference [2782] has been migrated to Git commit f0772cf415
2011-02-02 15:31:04 +00:00
Henrik Levkowetz 6a5e06a773 Tweak the admin site email address list using admin_link().
- Legacy-Id: 2796
2011-02-02 15:23:11 +00:00
Henrik Levkowetz 985dd2138f Provide a utility function admin_link() for use in admin list pages.
- Legacy-Id: 2795
2011-02-02 15:21:32 +00:00
Henrik Levkowetz 3686b73dcd Add a clean_whitespace filter in some places to get rid of any newlines embedded in document titles.
- Legacy-Id: 2794
2011-02-02 15:19:27 +00:00
Henrik Levkowetz f341c5de0e Add a clean_whitespace filter in some places to get rid of any newlines embedded in document titles.
- Legacy-Id: 2793
2011-02-02 15:17:30 +00:00
Henrik Levkowetz 8d259d6c4c Add a clean_whitespace filter in some places to get rid of any newlines embedded in document titles.
- Legacy-Id: 2792
2011-02-02 15:09:03 +00:00
Emilio A. Sánchez López 4dc753329f Do nothing special if we have no detailed info that filters the To field trough the From field. Fixes #577
- Legacy-Id: 2791
2011-02-02 14:53:49 +00:00
Emilio A. Sánchez López fb7b3d2152 Allow to filter the to field when a Liaison Manager changes de from field. Fixes #577
- Legacy-Id: 2790
2011-02-02 14:46:01 +00:00
Emilio A. Sánchez López d77970d860 Fix js bug. Fixes #578
- Legacy-Id: 2789
2011-02-01 19:10:04 +00:00