Henrik Levkowetz
|
794bbad413
|
Refine the splitting of flat names into constituent parts. Fixes #769.
- Legacy-Id: 4065
|
2012-03-07 10:34:45 +00:00 |
|
Henrik Levkowetz
|
e9864d7cc2
|
Add Ole as admin, so he'll get tracebacks.
- Legacy-Id: 4064
|
2012-03-07 10:32:11 +00:00 |
|
Henrik Levkowetz
|
9a6ee2219d
|
Only consider active plenary agenda documents for display in meeting agenda. Look for 'technical' in document name, rather than title, as title could be empty. Fixes #793.
- Legacy-Id: 4063
|
2012-03-07 10:28:05 +00:00 |
|
Henrik Levkowetz
|
1af6a03cf0
|
Tweak TimeSlot and Session admin pages with more filter and search fields.
- Legacy-Id: 4062
|
2012-03-07 10:19:35 +00:00 |
|
Henrik Levkowetz
|
c1ef2d2361
|
We want to disallow all robot access to development servers, but for the production server we want indexing from search engines. Fix robots.txt accordingly.
- Legacy-Id: 4061
|
2012-03-07 10:18:12 +00:00 |
|
Henrik Levkowetz
|
6740179f8e
|
Only show 'concluded' for specific status_id values, not as the inverse of 'proposed' and 'active'. Related to #786.
- Legacy-Id: 4060
|
2012-03-07 10:17:00 +00:00 |
|
Henrik Levkowetz
|
fd7c95fd28
|
Guard against blowup when displaying std_level if it hasn't been set.
- Legacy-Id: 4059
|
2012-03-07 10:13:35 +00:00 |
|
Henrik Levkowetz
|
3301bfba0e
|
Show 'plain name' in Person list view in admin. Related to #769.
- Legacy-Id: 4058
|
2012-03-07 10:10:09 +00:00 |
|
Henrik Levkowetz
|
b513bb4fe8
|
Remove inline reference in all_ids.txt to url which is gone with the deployment of datatracker 4.00.
- Legacy-Id: 4057
|
2012-03-07 10:07:47 +00:00 |
|
Henrik Levkowetz
|
9ea97b8674
|
Show doc author inline in DocumentAdmin.
- Legacy-Id: 4056
|
2012-03-07 10:06:27 +00:00 |
|
Henrik Levkowetz
|
14e2af19bf
|
Committing patch from #767, to make splitting of comma-separated multiset-ballot draft-names more robust. Related to #767
- Legacy-Id: 4055
|
2012-03-07 10:04:35 +00:00 |
|
Henrik Levkowetz
|
00111065ea
|
Guard against trying to use .is_authenticated() on a plain string. The error condition can occur when an exception has been triggered before the auth middleware has run. Related to #767 and #768.
- Legacy-Id: 4054
|
2012-03-07 10:00:31 +00:00 |
|
Henrik Levkowetz
|
8c9404e15e
|
Guard against trying to use .is_authenticated() on a plain string. The error condition can occur when an exception has been triggered before the auth middleware has run. Related to #767 and #768.
- Legacy-Id: 4053
|
2012-03-07 09:59:59 +00:00 |
|
Henrik Levkowetz
|
e6c42e76e9
|
Guard against trying to use .is_authenticated() on a plain string. The error condition can occur when an exception has been triggered before the auth middleware has run. Related to #767 and #768.
- Legacy-Id: 4052
|
2012-03-07 09:57:56 +00:00 |
|
Henrik Levkowetz
|
0736dec160
|
Only display intended std level names in use in the document edit form. Fixes #792.
- Legacy-Id: 4051
|
2012-03-07 09:54:21 +00:00 |
|
Ole Laursen
|
d6baa38fe5
|
Fix problem with reading agenda files, generate it from the actual
agenda document rather than trying various combinations of extensions
and upper/lower case
- Legacy-Id: 4046
|
2012-03-06 20:36:14 +00:00 |
|
Ole Laursen
|
140e4bef3f
|
Fix bug in URL, week-view didn't work for /meeting/[somenumber]/agenda/ URLs
- Legacy-Id: 4045
|
2012-03-06 19:52:06 +00:00 |
|
Henrik Levkowetz
|
523c2ace54
|
Set version to 4.00.
- Legacy-Id: 4042
|
2012-03-06 18:30:42 +00:00 |
|
Henrik Levkowetz
|
1b75e4a878
|
Show links to mailing list archives on WG pages also if the URL starts with 'https:'.
- Legacy-Id: 4041
|
2012-03-06 18:13:06 +00:00 |
|
Ole Laursen
|
4633df8053
|
Clarify WG chair approval text based on feedback from Stephanie McCammon
- Legacy-Id: 4038
|
2012-03-06 16:53:16 +00:00 |
|
Ole Laursen
|
b13b2f890e
|
Consider BOFs to be proposed groups in the proxy when comparing with status_id
- Legacy-Id: 4037
|
2012-03-06 16:35:53 +00:00 |
|
Ole Laursen
|
f1c9c7a8dc
|
Return "irtf" as area for the IRTF group to mimic old system better
- Legacy-Id: 4036
|
2012-03-05 20:12:25 +00:00 |
|
Ole Laursen
|
3127cd0928
|
Clear the discuss text if the position isn't discuss as we may get
some unintended text submitted from the browser if the previous
position was discuss. Fixes #788.
- Legacy-Id: 4035
|
2012-03-05 19:49:16 +00:00 |
|
Ole Laursen
|
2d640721a5
|
Refine meeting time proxy to skip session time slots with no session attached. Fixes #785.
- Legacy-Id: 4034
|
2012-03-05 19:28:12 +00:00 |
|
Ole Laursen
|
52a94ef54a
|
Fix bug in __str__ on MeetingTimeProxy, probably harmless
- Legacy-Id: 4032
|
2012-03-05 18:47:25 +00:00 |
|
Ole Laursen
|
09281df150
|
Improve IETFWG proxy to take "bof" groups into account when querying for active groups and map "bof" to IETFWG.ACTIVE. Fixes 784.
- Legacy-Id: 4029
|
2012-03-05 17:36:06 +00:00 |
|
Ole Laursen
|
22cd30d8b1
|
Don't email people about soon-to-expire and expired drafts in IESG state
"Dead", also fix obscure __order__gte= query on states. Fixes #787.
- Legacy-Id: 4028
|
2012-03-05 16:39:41 +00:00 |
|
Ole Laursen
|
6668404eb1
|
Set IESG state to RFC published if it was In RFC queue when syncing
with RFC Editor, and make sure we save a history object.
- Legacy-Id: 4023
|
2012-03-02 17:58:42 +00:00 |
|
Ole Laursen
|
7747e3a836
|
Only trim ballot discusses/comments on the right side, not the left,
since some ADs are using the left-side for formatting, fixes #782.
- Legacy-Id: 4022
|
2012-03-02 13:38:20 +00:00 |
|
Ole Laursen
|
d8c6b6bd8e
|
Turn id field into an AutoField (by relying on the implicit primary
key definition in Django)
- Legacy-Id: 4021
|
2012-03-02 13:14:42 +00:00 |
|
Ole Laursen
|
4806a52de9
|
Improve Position proxy to return proxied ADs (with a functioning is_current_ad), fixes #782.
- Legacy-Id: 4018
|
2012-03-01 19:19:48 +00:00 |
|
Ole Laursen
|
679fd4f502
|
Fix bug in is_area_director_for_group
- Legacy-Id: 4017
|
2012-03-01 18:45:14 +00:00 |
|
Ole Laursen
|
8bfcced00f
|
Add some more roles for use in the Secretariat tools (requested by
Ryan Cross)
- Legacy-Id: 4016
|
2012-03-01 18:21:43 +00:00 |
|
Ole Laursen
|
117eac031a
|
Be a bit more careful with handling the submitter info as well as it
turns out there are some (although apparently all old) entries with
author_order = 0
- Legacy-Id: 4015
|
2012-03-01 18:06:38 +00:00 |
|
Ole Laursen
|
3ebee25c2a
|
Handle users without a profile gracefully
- Legacy-Id: 4014
|
2012-03-01 17:47:02 +00:00 |
|
Ole Laursen
|
08a3ec7687
|
Work around problems if a document has two authors connected who's the
same person (fix the data issue rather than throwing an exception)
- Legacy-Id: 4013
|
2012-03-01 17:18:37 +00:00 |
|
Ole Laursen
|
562773a081
|
Turn Group acronym into a SlugField, make the admin prepopulate the acronym
- Legacy-Id: 4012
|
2012-03-01 13:07:47 +00:00 |
|
Ole Laursen
|
e784dc5786
|
Add blank=True to unused_states and unused_tags since they don't have
to be filled in
- Legacy-Id: 4003
|
2012-02-29 16:06:37 +00:00 |
|
Ole Laursen
|
58c3c4fd6a
|
Fix two (old) bugs in the HTML, doesn't appear to have had an effect
on the rendering, but nevertheless
- Legacy-Id: 4001
|
2012-02-28 19:36:01 +00:00 |
|
Ole Laursen
|
85d00e2a06
|
Fix missing __unicode__ in IRTF proxy, it meant that the __unicode__
from Group was called instead
- Legacy-Id: 3998
|
2012-02-28 19:32:41 +00:00 |
|
Ole Laursen
|
124b398729
|
Guard against None coming out of the draft parser, we need to convert
that into an empty string, fixes #775.
- Legacy-Id: 3997
|
2012-02-28 18:37:22 +00:00 |
|
Ole Laursen
|
8723e7f60d
|
Use Person.plain_name as token holder names in proxy, and also in the WGAction form, fixes #776.
- Legacy-Id: 3996
|
2012-02-28 18:11:57 +00:00 |
|
Ole Laursen
|
dbf5e6ab84
|
Remove a bunch of old admin files, fix a couple of issues with the new ones, add admin for meeting
- Legacy-Id: 3995
|
2012-02-28 17:29:52 +00:00 |
|
Ole Laursen
|
65d3b28707
|
Make sure unique ids are unique by outputting the time slot ids rather
than "session + number of session in this meeting"
- Legacy-Id: 3994
|
2012-02-28 14:38:01 +00:00 |
|
Ole Laursen
|
4b41139491
|
Turn user field on person into a raw field
- Legacy-Id: 3993
|
2012-02-28 14:36:37 +00:00 |
|
Ole Laursen
|
6afceb835e
|
Port idindex to new schema, fixes #770.
- Legacy-Id: 3985
|
2012-02-27 18:46:27 +00:00 |
|
Ole Laursen
|
95fc209f6b
|
Catch Ph.D. as suffix in name parser, fixes "Dr. Bernard D. Aboba Ph.D."
- Legacy-Id: 3984
|
2012-02-27 17:59:23 +00:00 |
|
Ole Laursen
|
0b3c475432
|
Fix bugfix to match the IRTF type in the new database
- Legacy-Id: 3983
|
2012-02-27 17:09:08 +00:00 |
|
Ole Laursen
|
f46e96c7a1
|
Fix from Henrik to let RGs show up properly in the agenda
- Legacy-Id: 3982
|
2012-02-27 16:55:55 +00:00 |
|
Ole Laursen
|
6ee6b4bd9a
|
Add missing "
- Legacy-Id: 3981
|
2012-02-26 21:51:16 +00:00 |
|