Commit graph

2125 commits

Author SHA1 Message Date
Henrik Levkowetz dec608bc1c Handle email to contributors differently, to avoid problems when the list is empty
- Legacy-Id: 3528
2011-10-26 14:02:59 +00:00
Henrik Levkowetz 0da2f6b919 Set version info and settings back to development mode
- Legacy-Id: 3527
2011-10-26 13:55:40 +00:00
Henrik Levkowetz 02dcb7c066 Set version info to release version 3.62 before branching.
- Legacy-Id: 3525
2011-10-26 13:55:27 +00:00
Henrik Levkowetz 48e94dffa7 Changelog entry for 3.62
- Legacy-Id: 3524
2011-10-26 13:55:22 +00:00
Henrik Levkowetz 989b27f96b Don't send error reports both to issue tracker and secretariat issue queue.
- Legacy-Id: 3523
2011-10-26 13:49:40 +00:00
Henrik Levkowetz 5351319a9d Change the signatures of ietf.utils.mail functions using toUser to reflect that it's used as a boolean, not something else.
- Legacy-Id: 3522
2011-10-26 13:30:20 +00:00
Henrik Levkowetz eae680f3ac Revert part of the change to this view -- there was a reason for catching the IOException, but it caught much more than was good...
- Legacy-Id: 3517
2011-10-25 16:12:48 +00:00
Henrik Levkowetz 5f90e377a1 Provide a more helpful text on the 500 server error page.
- Legacy-Id: 3516
2011-10-25 16:07:48 +00:00
Henrik Levkowetz 750f5e4ff0 Tweaked various message strings. Also made the cut-off messages use the actual hour defined in settings, rather than a hardcoded string saying '5 PM (PT)' ...
- Legacy-Id: 3515
2011-10-25 15:00:08 +00:00
Henrik Levkowetz f3d31f0e97 Don't hide exceptions by returning a blank form when something goes wrong -- there's been temporary upload failures for some time, which have been difficult to trace and debug because the error condition has been hidden.
- Legacy-Id: 3514
2011-10-25 14:57:35 +00:00
Henrik Levkowetz 0787ef485a Clean up the display of 'Sign In' and version number when rendering the base template without context (which is the case for the 500 server error template).
- Legacy-Id: 3513
2011-10-25 14:51:49 +00:00
Henrik Levkowetz c89f9207b9 Fix a wrong settings variable (introduced when merging code from the yaco idsubmit branch for v3.61). Refine the error report for failures to move files from staging to repository.
- Legacy-Id: 3511
2011-10-25 14:22:51 +00:00
Henrik Levkowetz ed49393773 Refine the admin list page for submission details a bit.
- Legacy-Id: 3510
2011-10-25 14:20:26 +00:00
Henrik Levkowetz fbbd111395 Change the 'Sign In' link to be https. Add a 'Report a bug' link in the lefthand column, below the version indication. Tweak the alignment of version and bug report links.
- Legacy-Id: 3509
2011-10-25 14:18:14 +00:00
Henrik Levkowetz 4742defe92 The cutoff hour setting is in UTC, not PST or PDT. Adjusted accordingly.
- Legacy-Id: 3508
2011-10-25 14:03:24 +00:00
Henrik Levkowetz 3d23e924cc Use the right module name for the json module.
- Legacy-Id: 3507
2011-10-25 14:02:01 +00:00
Henrik Levkowetz a3ea476430 Revert to the original code now that the broken data in the upload tables have been fixed.
- Legacy-Id: 3506
2011-10-25 14:00:55 +00:00
Henrik Levkowetz f46f893de9 Don't try to output draft metadata (in standalone mode) for a file if the extraction failed.
- Legacy-Id: 3505
2011-10-25 13:58:55 +00:00
Henrik Levkowetz 8a551936c9 Set version info and settings back to development mode
- Legacy-Id: 3453
2011-10-19 13:47:01 +00:00
Henrik Levkowetz 811a597a1b Set version info to release version 3.61 before branching.
- Legacy-Id: 3451
2011-10-19 13:46:47 +00:00
Henrik Levkowetz 8273981e5a Changelog entry for 3.61
- Legacy-Id: 3450
2011-10-19 13:46:32 +00:00
Henrik Levkowetz 92a2a2ef9d Add some columns to the admin interface for WgProceedingsActivities. Fix breakage in the feeds code caused by table entries for this model containing meeting FKs which don't have an associated meeting entry. The base problem of broken table entries remain, though.
- Legacy-Id: 3449
2011-10-19 13:38:16 +00:00
Henrik Levkowetz 34dfae8d23 Merged [3380] from esanchez@yaco.es:
Check for missed files on staging area. Fixes #707
 - Legacy-Id: 3447
Note: SVN reference [3380] has been migrated to Git commit 0d241bd7c0abf8942d5c121aa9dda5ee34cf75ae
2011-10-13 15:38:50 +00:00
Henrik Levkowetz 1e27d3b619 Merged [3379] from esanchez@yaco.es:
Validate title extraction. Fixes #706
 - Legacy-Id: 3446
Note: SVN reference [3379] has been migrated to Git commit ac8dff7b56440d730d0e18ff61007ebb7d87ef68
2011-10-13 15:35:31 +00:00
Henrik Levkowetz 43f1d5da93 Improved extraction of draft title during submission. Fixed a problem where the scan for an author's email address was prematurely terminated because another author's affiliation also was part of this author's address information.
- Legacy-Id: 3445
2011-10-13 14:36:26 +00:00
Henrik Levkowetz 8c3b7def5b Change the length of the username field from 30 to 64 characters.
- Legacy-Id: 3444
2011-10-12 15:42:51 +00:00
Henrik Levkowetz 7f8eea3b9d * Speeded up things and increased reliability by looking for a
recognizable author's address section, and not searching for
    author names earlier in the document if found.  Fixes a known
    bad case where the author name occurred in the middle of a draft.

  * Added handling for the case where an author name is followed by 
    parentheses which are not closed on the same line.

  * Some refactoring.
 - Legacy-Id: 3417
2011-09-14 12:31:48 +00:00
Henrik Levkowetz e7cb665eaa Set version info and settings back to development mode
- Legacy-Id: 3392
2011-08-26 19:44:49 +00:00
Henrik Levkowetz 1afa714480 Set version info to release version 3.60 before branching.
- Legacy-Id: 3390
2011-08-26 19:44:30 +00:00
Henrik Levkowetz e5682ed917 Changelog entry for 3.60
- Legacy-Id: 3389
2011-08-26 19:43:54 +00:00
Henrik Levkowetz 6c93e2553b Add htpasswd management functionality.
- Legacy-Id: 3386
2011-08-26 18:06:12 +00:00
Henrik Levkowetz f47ca8710c Correct stevey's email address.
- Legacy-Id: 3385
2011-08-26 18:04:43 +00:00
Henrik Levkowetz 5d6eede993 New templates for password management functionality.
- Legacy-Id: 3384
2011-08-26 18:03:34 +00:00
Henrik Levkowetz 13c87fbca4 Set version info and settings back to development mode
- Legacy-Id: 3339
2011-08-18 22:11:31 +00:00
Henrik Levkowetz 9c3553bc6f Set version info to release version 3.59 before branching.
- Legacy-Id: 3337
2011-08-18 22:11:13 +00:00
Henrik Levkowetz 8d3d6de060 Changelog entry for 3.59
- Legacy-Id: 3336
2011-08-18 22:11:06 +00:00
Henrik Levkowetz cbe73e20ab Make the 'Field help' link point to the local site, not datatracker.ietf.org explicitly.
- Legacy-Id: 3335
2011-08-18 22:06:27 +00:00
Henrik Levkowetz c41c6b1812 Merged [3331] from rjsparks@nostrum.com:
Make it more likely to issue a ballot when it makes sense to do so. Fixes bug 703.
 - Legacy-Id: 3334
Note: SVN reference [3331] has been migrated to Git commit 5cc5375580
2011-08-18 21:53:50 +00:00
Henrik Levkowetz 4c7d5d41b3 Remove debug print statement
- Legacy-Id: 3333
2011-08-18 21:42:21 +00:00
Robert Sparks 5cc5375580 Make it more likely to issue a ballot when it makes sense to do so. Fixes bug 703.
- Legacy-Id: 3331
2011-08-18 21:20:25 +00:00
Henrik Levkowetz 5c8c9a2be5 From smccammon@amsl.com: Updated field help for liaison statements, to match the current form.
- Legacy-Id: 3320
2011-08-16 12:48:59 +00:00
Henrik Levkowetz 17d52b71a5 Set version info and settings back to development mode
- Legacy-Id: 3316
2011-08-12 20:43:03 +00:00
Henrik Levkowetz 2472bdd6b0 Set version info to release version 3.58 before branching.
- Legacy-Id: 3314
2011-08-12 20:42:39 +00:00
Henrik Levkowetz b362885cce Changelog entry for 3.58
- Legacy-Id: 3313
2011-08-12 20:42:24 +00:00
Henrik Levkowetz 3e628d2726 Merged [3272] from rjsparks@nostrum.com: Fixed errors with the edit state link, the new ability to set an initial state when adding a document, the status date on the edit state form, and brought several tests up to date. Fixes bug 695, 696, 697, and 698.
- Legacy-Id: 3312
Note: SVN reference [3272] has been migrated to Git commit 0389ebf3bd
2011-08-12 20:40:36 +00:00
Robert Sparks 0389ebf3bd Fixed errors with the edit state link, the new ability to set an initial state when adding a document, the status date on the edit state form, and brought several tests up to date.
Fixes bug 695, bug 696, bug 697, and bug 698.
 - Legacy-Id: 3272
2011-07-31 16:43:31 +00:00
Henrik Levkowetz 47e8f76973 Add steve to releae notification list.
- Legacy-Id: 3270
2011-07-28 17:09:24 +00:00
Henrik Levkowetz 675fcef9a7 Set version info and settings back to development mode
- Legacy-Id: 3269
2011-07-27 21:14:43 +00:00
Henrik Levkowetz 5ef96c680c Set version info to release version 3.57 before branching.
- Legacy-Id: 3267
2011-07-27 21:14:13 +00:00
Henrik Levkowetz 80030a9eef Changelog entry for 3.57
- Legacy-Id: 3266
2011-07-27 21:13:52 +00:00