Henrik Levkowetz
6154b9922d
This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70.
...
- Legacy-Id: 6273
2013-09-26 19:56:17 +00:00
Henrik Levkowetz
db7106a70c
Fixed legacy document fieldname.
...
- Legacy-Id: 6126
2013-09-09 20:54:56 +00:00
Ole Laursen
023d02feb8
Apparently the session_draft_list fix was missing a .distinct(),
...
rewrite slightly to add that
- Legacy-Id: 6062
2013-08-15 09:51:13 +00:00
Ole Laursen
c8f173f06e
Rewrite reading the draft list from a group agenda to be less weird,
...
fixing problem when agenda file is not found, which turns up when
running the test-crawler on a test instance
- Legacy-Id: 6060
2013-08-15 08:44:29 +00:00
Ole Laursen
c182d4e5e9
Return empty string instead of None in case an agenda file isn't read
...
correctly, fixes annoying problem with the test crawler
- Legacy-Id: 6055
2013-08-14 15:48:17 +00:00
Henrik Levkowetz
bd0c07290a
Merged in branch/iola/milestones, which provides datatracker support for management of WG milestones.
...
- Legacy-Id: 5739
2013-05-15 22:07:23 +00:00
Henrik Levkowetz
ee420423a0
Added a section to the meeting materials page for IAB sessions. Added a link bar at the top to make it easier to find sections like Training and IAB.
...
- Legacy-Id: 5636
2013-04-11 09:21:12 +00:00
Henrik Levkowetz
9ac6cdc581
Fixed refactoring bug.
...
- Legacy-Id: 5485
2013-03-05 23:21:51 +00:00
Henrik Levkowetz
fc369a6e30
Provide html agendas with local and UTC timezone indications.
...
- Legacy-Id: 5484
2013-03-05 22:46:16 +00:00
Ole Laursen
b19f6d8060
Merge in milestones branch
...
- Legacy-Id: 5091
2012-12-03 14:36:30 +00:00
Henrik Levkowetz
cfcce2f03e
Merged [5000] from rjsparks@nostrum.com:
...
Made it more obvious when an intended status or shepherding AD is not set
Removed an unused template
Show reset approval text immediately.
Fixes bug #900
- Legacy-Id: 5015
Note: SVN reference [5000] has been migrated to Git commit 2470ad77dd
2012-11-07 13:01:34 +00:00
Henrik Levkowetz
3a7480520f
Merged [4999] from jmh@joelhalpern.com:
...
Correct test of final shepherd update flag.
- Legacy-Id: 5014
Note: SVN reference [4999] has been migrated to Git commit aba18e8f38364ad17d451d0ed7e33aa01dfbeb52
2012-11-07 12:50:38 +00:00
Adam Roach
ca1ff2fa0c
Implementation of ticket 893
...
- Legacy-Id: 5003
2012-11-03 21:01:40 +00:00
Adam Roach
15ff245c0a
Fixed "%2C" bug introducted (exposed?) by Apple's iCloud handling of URLs
...
- Legacy-Id: 4992
2012-11-03 14:57:55 +00:00
Henrik Levkowetz
5a60a3c3d4
Improved the handling of iCalendar timezone information -- instead of simplified VTIMEZONE information generated from a template, the VTIMEZONE information for a meeting's timezone is read from file (where it presumably has been generated from the Olson timezone database, for instance using vzic.
...
- Legacy-Id: 4956
2012-10-25 21:28:08 +00:00
Henrik Levkowetz
9ff6d889aa
Rewrote the view and template code for the meeting materials list, which was showing nothing. Better to do the rewrite for the new models than trying to dig into why the proxy models doesn't work any more.
...
- Legacy-Id: 4622
2012-07-20 11:33:15 +00:00
Henrik Levkowetz
cddec8fc48
Merged in [4604] from adam@nostrum.com, which fixes problems with the html agenda code related to the schema transition.
...
- Legacy-Id: 4611
Note: SVN reference [4604] has been migrated to Git commit 3e5e16371f2c0319d1c0bb738860a1f793038365
2012-07-10 09:55:34 +00:00
Ole Laursen
419f387bce
Make find_history_active_at return the original object if it is
...
currently active, otherwise we can't see from the return value whether
a given time predates the history set. The downside is that the caller
may now need to check whether it got a history object or the same
object back.
- Legacy-Id: 4560
2012-07-02 18:09:42 +00:00
Henrik Levkowetz
bfaf48b60f
Merged in personal/adam/v4.00 from adam@nostrum.com with fixes [4436], [4438] to the /meeting/*/requests page.
...
- Legacy-Id: 4485
Note: SVN reference [4436] has been migrated to Git commit 9cfdb5afd7f77b161c43b9551ec3fc23575aa255
Note: SVN reference [4438] has been migrated to Git commit 961c6b83d293f465df678a943a7621b731a0acbb
2012-06-21 00:00:03 +00:00
Henrik Levkowetz
37172f3c0b
Don't include interim meetings in those considered for the default meeting number for the '/meeting/' url.
...
- Legacy-Id: 4407
2012-05-07 20:39:51 +00:00
Henrik Levkowetz
8972ef7917
Fix from Adam with a tweak from Henrik for empty .ics files
...
- Legacy-Id: 4337
2012-04-26 21:38:27 +00:00
Henrik Levkowetz
6c27541354
Added a FIXME: for the read_agenda_file() function. Some serious refactoring and generalization is needed here.
...
- Legacy-Id: 4302
2012-04-22 18:09:52 +00:00
Adam Roach
c113bd0588
Migrated HTML agenda to new data model. This has several improvements, as well, such as clearer marking of BOFs.
...
- Legacy-Id: 4265
2012-04-05 19:30:36 +00:00
Adam Roach
740487d69f
Updated agenda.ics to use new data model. Also, tons more efficient. Additionally, the description field now includes links to relevant meeting materials.
...
- Legacy-Id: 4226
2012-03-24 18:33:44 +00:00
Ole Laursen
3e3c8a75bc
Fix agenda retrieval for plenaries
...
- Legacy-Id: 4084
2012-03-14 19:32:10 +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
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
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
980d4e6444
Move new schema models from redesign/ to ietf/
...
- Legacy-Id: 3855
2012-01-24 17:17:24 +00:00
Ole Laursen
2d521ee92b
Fix some bugs in materials page after meeting refactor
...
- Legacy-Id: 3772
2011-12-14 17:28:54 +00:00
Ole Laursen
02809ffbf1
Model non-group-meeting sessions with sessions (by extending it with a
...
name), as a consequence, drop the "other" time slot category and
remove materials on time slots
- Legacy-Id: 3754
2011-12-09 13:45:05 +00:00
Ole Laursen
5a4c23ea92
Merge with trunk
...
- Legacy-Id: 3676
2011-11-21 16:41:21 +00:00
Henrik Levkowetz
d51adcf2b3
Merged [3599] from rjsparks@nostrum.com:
...
Changed the AD status page to group documents by current state.
Fixes bug 742
- Legacy-Id: 3607
Note: SVN reference [3599] has been migrated to Git commit 6b6e51a665
2011-11-12 09:15:13 +00:00
Ole Laursen
ef28ba9dd4
Use PersonHistory to grab old affiliation
...
- Legacy-Id: 3306
2011-08-12 10:28:08 +00:00
Ole Laursen
e831dc3e89
Add generic find_history_active_at(obj, time), refactor to use it
...
- Legacy-Id: 3303
2011-08-12 09:41:50 +00:00
Ole Laursen
ba29fa9c7d
Import IESGHistory as GroupHistory and port meeting views to it
...
- Legacy-Id: 3301
2011-08-11 17:48:42 +00:00
Ole Laursen
12bd2f93d7
Port and proxy remaining meeting views, adjusting the models slightly
...
- Legacy-Id: 3296
2011-08-10 17:09:35 +00:00
Ole Laursen
d2ea0e5088
Import WG agendas, proxy more meeting code
...
- Legacy-Id: 3289
2011-08-08 19:10:49 +00:00
Ole Laursen
974877aafb
Add proxy for meetings, meeting times and sessions, start porting agenda view
...
- Legacy-Id: 3288
2011-08-05 16:55:08 +00:00
Henrik Levkowetz
6bc2cfe6ca
Merged [3246] from adam@nostrum.com:
...
Adding page to allow viewing meeting slot requests as they are made. There's no link
to these yet.
- Legacy-Id: 3255
Note: SVN reference [3246] has been migrated to Git commit 4f9e90dc73
2011-07-23 21:58:47 +00:00
Henrik Levkowetz
ec868172c0
Merged [3240] from adam@nostrum.com:
...
Added csv output format for meeting agenda information, to assist
external applications (e.g., Android app, iPhone app) in harvesting
and displaying meeting agenda info.
- Legacy-Id: 3253
Note: SVN reference [3240] has been migrated to Git commit 1a6f72071e
2011-07-23 21:57:32 +00:00
Adam Roach
4f9e90dc73
Adding page to allow viewing meeting slot requests as they are made. There's no link
...
to these yet.
- Legacy-Id: 3246
2011-07-23 19:24:10 +00:00
Adam Roach
1a6f72071e
Added csv output format for meeting agenda information, to assist
...
external applications (e.g., Android app, iPhone app) in harvesting
and displaying meeting agenda info.
- Legacy-Id: 3240
2011-07-23 15:37:09 +00:00
Adam Roach
ec1516548a
Fix for bug 676
...
- Legacy-Id: 3181
2011-06-27 19:59:38 +00:00
Henrik Levkowetz
4560cd6636
Update a queryset filter to match the changed model for WgMeetingSession.
...
- Legacy-Id: 3146
2011-05-24 20:58:37 +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
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
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
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
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
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
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
d968a0bcac
Merged [2679] from adam@nostrum.com:
...
Added week-at-a-time view to agenda page when viewing selected areas and/or
groups. If no groups are selected, the week view is hidden, leaving the
base-level functionality unchanged.
- Legacy-Id: 2682
Note: SVN reference [2679] has been migrated to Git commit b1b23b60a5fc1b110e969871a0e3c78327b87648
2010-11-11 02:46:33 +00:00
Henrik Levkowetz
3ac5bd3154
Merged [2621] from adam@nostrum.com: Add tarfile and pdf-composite links and functionality to download working group documents from the agenda page. Fixes #539
...
- Legacy-Id: 2627
Note: SVN reference [2621] has been migrated to Git commit 276d13ca2ddef96a11b86cbc31210a057c20a415
2010-11-06 09:00:36 +00:00
Henrik Levkowetz
4fd27d1455
IETF 78 code from Adam Roach: Make the selectable WG agenda feature of the datatracker IETF Agenda less resource intensive by only loading WG agendas when we know they are used in the page.
...
- Legacy-Id: 2444
2010-07-28 12:57:34 +00:00
Henrik Levkowetz
faf8eb31b8
IETF 78 Sprint code from Adam Roach: Make the IETF agenda page view user-modifiable, providing a custom bookmarkable agenda view for each user.
...
- Legacy-Id: 2422
2010-07-26 14:18:14 +00:00
Henrik Levkowetz
fa19632231
Fix bug in handling of case variations of the group acronym of agendas.
...
- Legacy-Id: 2417
2010-07-26 12:01:12 +00:00
Henrik Levkowetz
b9dbf5cd53
Make WG agendas available trough datatracker URLs; this will avoid problems when the text from these pages are incorporated in frames in other datatracker pages.
...
- Legacy-Id: 2416
2010-07-26 11:57:27 +00:00
Henrik Levkowetz
266b7820d0
Merged from log:branch/2.00@2363: Current release branch head to trunk.
...
- Legacy-Id: 2365
2010-07-21 12:48:05 +00:00
Henrik Levkowetz
cd030d3b43
Adding copyright notices to all python files
...
- Legacy-Id: 716
2007-06-27 21:16:34 +00:00
Bill Fenner
8302413637
Redirect requests for agenda.txt to the static version, as discussed
...
on today's call. Relates to #130
- Legacy-Id: 633
2007-06-25 16:52:52 +00:00
Michael Lee
00de9c519c
Resove ticket 136, getting correct last update date from db
...
- Legacy-Id: 562
2007-06-20 20:37:40 +00:00
Michael Lee
56540c3d75
Resove ticket 139, move training session back to bottom of the page
...
- Legacy-Id: 560
2007-06-20 20:11:11 +00:00
Michael Lee
271e7ff6a5
Fix meeting agenda
...
- Legacy-Id: 551
2007-06-20 06:18:39 +00:00
Michael Lee
81ed8b20db
Fix buildbot errors, 28, 29, 30
...
- Legacy-Id: 534
2007-06-19 17:54:09 +00:00
Bill Fenner
fe83e207ae
Use get_object_or_404, instead of just "get".
...
Don't catch DoesNotExist after a filter().
- Legacy-Id: 448
2007-06-16 22:02:16 +00:00
Henrik Levkowetz
03c18bd33d
Fixing a bunch of nits pyflakes were complaining about, in order to get a clean run. There are still at least 2 cases of using undefined values which needs scrutiny.
...
- Legacy-Id: 235
2007-06-05 16:58:58 +00:00
comimom
b73efa811a
Complete Meeting Materials page
...
* Tested with IETF 67 and 68 data.
* For testing, c_sub_cut_off_date should set to future date, otherwise a Closed page will show.
- Legacy-Id: 228
2007-06-04 19:52:52 +00:00
Michael Lee
27edcb2b3e
* Add meeting materials list page
...
* For testing, the page lists meeting materials regardless the submission cut off date.
* Need to add Training sessions, IRTF RGs, and Interim WGs
- Legacy-Id: 203
2007-06-01 04:10:39 +00:00
Michael Lee
1c9bf9b1ca
meeting_agenda_html.cgi porting has been completed.
...
* Add a new method, affiliation to idtracker/models.py, in class PersonOrOrgInfo
* Agenda for the Plenaries should be stored in /home/master-site/proceedings directory to be displayed.
* Bug found in listing ADs at the end of the agenda. An agenda always lists the current IESG instead of the IESG at each meeting. Bug is fixed in the ported tool.
* meeting_agenda_text.cgi was obsolete, but ported anyway in case someone still has it bookmarked.
- Legacy-Id: 182
2007-05-30 13:47:09 +00:00
Michael Lee
959274e048
* Add links to WG charters and agenda files
...
* Add special note
* Need to display combined sessions
- Legacy-Id: 167
2007-05-25 04:12:17 +00:00
Bill Fenner
5528a04cd9
Use get() instead of filter()[0]. This results in a better exception
...
on failure (DoesNotExist instead of IndexError).
Call the database query once and store it in a temp variable instead
of doing the same query twice.
Handle day_id=NULL for the morning beverages/breakfast time.
Use the DoesNotExist exception instead of a generic except: for
the area - except: is likely to hide things that you didn't expect.
- Legacy-Id: 156
2007-05-23 16:56:07 +00:00
Michael Lee
b2f8368971
Need to order WG sessions by area
...
- Legacy-Id: 150
2007-05-22 20:27:36 +00:00
Michael Lee
68970cb597
Two new methods have been added to proceedings/models.py to display meeting dates
...
- Legacy-Id: 141
2007-05-21 15:35:15 +00:00
Henrik Levkowetz
63fb17f4fd
Changeset [133] needs a patched Django to work. Rather than requiring patches
...
to Django, work around this in our code. Sort the session list with Python
code, rather than doing it as part of the query. Since the session list is
very short, there is no problem with memory consumption in doing it this way.
- Legacy-Id: 136
Note: SVN reference [133] has been migrated to Git commit 587d2baafe
2007-05-16 06:32:53 +00:00
Michael Lee
9e5d36c1d1
* Roll back WgMeetingSession.group_acronym_id per Bill
...
* add a method, acronym_name to ResolveAcronym
* Sunday sessions displaying is done
* Need to figure out how to increment date by one day in a template
- Legacy-Id: 135
2007-05-16 04:32:17 +00:00
Michael Lee
587d2baafe
There is a known bug with order_by clause that returns error message when tables are joined with different field name. Please look up http://code.djangoproject.com/ticket/2210 . I downloaded the patch file, replaced the existing -dir/django/db/models/query.py, and order_by in joined tables worked fine.
...
Updated query.py is attached.
- Legacy-Id: 133
2007-05-15 19:47:43 +00:00
Michael Lee
1e1a2bb989
Display Meeting Agenda for Sunday
...
- Legacy-Id: 132
2007-05-15 05:02:03 +00:00
Vidyut Luther
783ffb713d
- Legacy-Id: 111
2007-05-09 21:05:20 +00:00