Commit graph

2445 commits

Author SHA1 Message Date
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
Ole Laursen de61691dec Fix problem in ballot position regexp noted by Ryan Cross
- Legacy-Id: 3504
2011-10-24 10:30:37 +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
Emilio A. Sánchez López cfe6afce94 Check for an ISE Role. Fix #711
- Legacy-Id: 3448
2011-10-19 09:22:56 +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
Ole Laursen 4619e34765 Fix bug, rewrite active_positions to use new helper
- Legacy-Id: 3438
2011-09-22 12:23:19 +00:00
Emilio A. Sánchez López 6485555bf1 Update the subject and body of the IESG email. Fixes #709
- Legacy-Id: 3437
2011-09-22 10:01:19 +00:00
Ole Laursen 6f10d2f3f7 Port submit to new schema, adding a set of tests and fixing some bugs
- Legacy-Id: 3436
2011-09-21 19:29:50 +00:00
Ole Laursen 95ef2adfcd Fix problem in document import with ballot position document comments
now not having a "by NN" ending
 - Legacy-Id: 3435
2011-09-20 16:00:49 +00:00
Ole Laursen 2682e49076 Use default rather than auto_add_now to fix problem with creating
persons with the id set
 - Legacy-Id: 3429
2011-09-16 16:11:48 +00:00
Ole Laursen 97a6e67490 Remove accidentally committed debug
- Legacy-Id: 3428
2011-09-16 15:15:37 +00:00
Ole Laursen 6d400d6f87 Fix missing role.email -> role.person query
- Legacy-Id: 3427
2011-09-16 15:10:16 +00:00
Ole Laursen 022bc51e23 Move unaccent helpers
- Legacy-Id: 3426
2011-09-16 11:32:33 +00:00
Ole Laursen 8652f287a1 Import full names when importing persons, not just first and last names
- Legacy-Id: 3425
2011-09-16 11:27:38 +00:00
Ole Laursen 9613186f9f Move name parsing to separate file
- Legacy-Id: 3424
2011-09-16 11:25:51 +00:00
Ole Laursen 12b80240ae Fix possible UTF-8 print bug
- Legacy-Id: 3423
2011-09-16 10:09:53 +00:00
Ole Laursen 069b444d73 Another UTF-8 print Python bug fix (kindly provided by Ryan Cross)
- Legacy-Id: 3422
2011-09-16 09:57:36 +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
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
Ole Laursen 7f5fd62a3d Add simple test for ID submission, needs more extensive checking
- Legacy-Id: 3416
2011-09-05 17:14:47 +00:00
Ole Laursen a695aaff2f Change slug of independent stream to ise (Independent Submission
Editor) in accordance with the RFC
 - Legacy-Id: 3415
2011-09-05 17:13:15 +00:00
Ole Laursen 4f98560d2b Fix title copy-pasted from "Note well"
- Legacy-Id: 3414
2011-09-05 13:52:58 +00:00
Martin Qvist 97fd349bc4 Fixed bug in import-roles.py
- Legacy-Id: 3413
2011-09-05 12:51:33 +00:00
Ole Laursen 152dc25e18 Port some utilities of ietfworkflows
- Legacy-Id: 3406
2011-09-01 12:46:57 +00:00
Ole Laursen b4c75748dc Fix spelling mistake in template
- Legacy-Id: 3405
2011-08-31 10:28:46 +00:00
Ole Laursen e28638a8eb Fix incorrect title (seem to be copy-pasted from change shepherd page)
- Legacy-Id: 3404
2011-08-31 10:28:09 +00:00
Ole Laursen 54f9468b1b Fix incorrect title (seem to be copy-pasted from change shepherd page)
- Legacy-Id: 3403
2011-08-31 10:27:33 +00:00
Ole Laursen 147b3004fa Fix spelling mistake in title of template
- Legacy-Id: 3402
2011-08-31 09:41:29 +00:00
Ole Laursen 7e3b621a05 Port shepherd management, adding tests
- Legacy-Id: 3401
2011-08-30 11:33:47 +00:00
Ole Laursen d6590c4b89 Add inline display/editing of aliases
- Legacy-Id: 3400
2011-08-30 11:26:49 +00:00
Ole Laursen d4c4e5ee6f Add default ordering to intended standard level names
- Legacy-Id: 3399
2011-08-30 10:54:40 +00:00
Ole Laursen aefe5ccb52 Fix another bug with not saving event description on status date change
- Legacy-Id: 3398
2011-08-30 10:52:50 +00:00
Ole Laursen 21d797d612 Fix bug with not saving event description properly
- Legacy-Id: 3397
2011-08-30 10:50:58 +00:00
Ole Laursen 486c89f8c8 Fix one more spelling mistake (in the HTML code this time)
- Legacy-Id: 3396
2011-08-29 15:30:19 +00:00
Ole Laursen 16e0497c04 Fix spelling mistake
- Legacy-Id: 3395
2011-08-29 15:28:49 +00:00
Ole Laursen f8300c8ad1 Import document shepherds
- Legacy-Id: 3394
2011-08-29 14:25:30 +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
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
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