Henrik Levkowetz
b5ac288167
Removed a test with duplicated name. Invoked timeslot method as method, to align with removed @property decorator.
...
- Legacy-Id: 6443
2013-10-13 21:14:46 +00:00
Henrik Levkowetz
036f31a397
Removed the agenda=83.txt test for real this time.
...
- Legacy-Id: 6442
2013-10-13 21:13:14 +00:00
Henrik Levkowetz
6d28eb180e
Replaced the handcoded agenda-83.txt test with one using the testurl
...
framework, moving the known-good master to a name matching the others
mentioned in testurl.list.
- Legacy-Id: 6438
2013-10-13 20:41:12 +00:00
Henrik Levkowetz
e516dc7925
Reinstated the release 4.72 get_agenda_info() as legacy_get_agenda_info(),
...
and tweaked it to work with the new Timeslot model's sessions field.
Reverted the html agenda view code to use legacy_get_agenda_info(), based
on the release 4.72 code. This is a fix to display the html agenda for
now, and will need more cleanup, but this should be done without introducing
scheduledsession instances to the template.
- Legacy-Id: 6437
2013-10-13 17:59:42 +00:00
Henrik Levkowetz
9be2f712b8
Added a property method to return what the 'session' field used to return,
...
but based on the 'sessions' m2m field filtered with the meeting agenda.
This is right for the main meeting agenda, but not for personal schedule
layouts, so this isn't a final fix.
- Legacy-Id: 6436
2013-10-13 17:54:59 +00:00
Henrik Levkowetz
256e033be3
Add known-good files for agenda.html and agenda-utc.html, and update
...
testurl.list to do comparisons against those. Some tweaks are still
needed to filter out versions strings, etc.
- Legacy-Id: 6434
2013-10-13 17:47:52 +00:00
Henrik Levkowetz
bb148003b5
Fixed the plenary display code for the text agenda to use the non-proxy plenary information to identify the plenaries, matching other previous changes from the agenda branch.
...
- Legacy-Id: 6383
2013-10-08 06:42:53 +00:00
Henrik Levkowetz
dbc17624f8
Added a break_info() model on Timeslot. Fixes the missing breaks on the
...
text agenda.
- Legacy-Id: 6376
2013-10-04 21:49:52 +00:00
Henrik Levkowetz
f95b2795fe
Putting a place a known-good text version of the agenda for meeting 83. This
...
is the way it should look. If something else is produced, it's not right.
The order of sessions on this agenda is sorted first on area on then on
acronym. This is the known good agenda.
- Legacy-Id: 6375
2013-10-04 21:18:47 +00:00
Henrik Levkowetz
8561e9c2d8
Removed unwanted Http403 exception.
...
- Legacy-Id: 6374
2013-10-04 20:46:08 +00:00
Henrik Levkowetz
799c8c8f69
Fixed the agenda-utc test to be insensitive to the release number.
...
- Legacy-Id: 6373
2013-10-04 20:43:46 +00:00
Henrik Levkowetz
da1cf81bf7
Fixed the return value assigment from agenda_info() in cvs_agenda()
...
- Legacy-Id: 6372
2013-10-04 20:41:02 +00:00
Henrik Levkowetz
e2134a67a2
Rename agendaREDESIGN.ics -> agenda.ics. The old agenda.ics file isn't in use
...
any more.
- Legacy-Id: 6370
2013-10-04 18:47:20 +00:00
Henrik Levkowetz
83cab39be7
Added a RoomAdmin to the admin site.
...
- Legacy-Id: 6369
2013-10-04 18:08:09 +00:00
Henrik Levkowetz
03a79d4736
Merged [6363] from mcr@sandelman.ca: Don't include timeslots marked
...
'unavailable' in the agenda.
- Legacy-Id: 6365
Note: SVN reference [6363] has been migrated to Git commit 8de0d8a0c8814059b153e96929220bed6cb46e2c
2013-10-04 14:07:13 +00:00
Henrik Levkowetz
e87ba2d869
Added ordering ('-date') to the Meeting model
...
- Legacy-Id: 6364
2013-10-04 14:03:12 +00:00
Henrik Levkowetz
807ea25e3c
Removed some debug statements.
...
- Legacy-Id: 6350
2013-10-03 14:20:14 +00:00
Henrik Levkowetz
a3c8adfdf6
Merged in the contents of commit [6337] from mcr@sandelman.ca, with some changes to take out dead code that inadvertently came back in.
...
- Legacy-Id: 6344
Note: SVN reference [6337] has been migrated to Git commit d0d1d949a9328da6c4e30d8f5e0d14ffb204e678
2013-10-02 21:53:28 +00:00
Henrik Levkowetz
fada6fdfc9
Provide the site_base_url to the template without a trailing slash, for easier use in javascript.
...
- Legacy-Id: 6339
2013-10-02 14:11:30 +00:00
Henrik Levkowetz
983785d63c
Fixed a typo.
...
- Legacy-Id: 6326
2013-09-30 21:00:12 +00:00
Henrik Levkowetz
87898cb006
Updated the text agenda comparison copy to match the ADs present in the fixtures.
...
- Legacy-Id: 6325
2013-09-30 20:50:32 +00:00
Henrik Levkowetz
c6739bbb4f
Modified testurl.list for meetings; there were some URLs that could not succeed with the current database content (the URL tests are running against database content taken from the production database, so this is not a case of missing fixtures).
...
- Legacy-Id: 6322
2013-09-30 20:40:02 +00:00
Henrik Levkowetz
e4f4467725
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
...
- Legacy-Id: 6320
2013-09-30 20:36:20 +00:00
Henrik Levkowetz
4395949b85
Fixed up to use perma_fixtures instead of fixtures. Changed diff of html-agenda so it disregards the changing datatracker version information embedded in the html file. Changed dumping of agenda page results to file to not use a code constant, but instead happen if the test fails. Added an announcement of this to the test exception string.
...
- Legacy-Id: 6319
2013-09-30 20:29:11 +00:00
Henrik Levkowetz
083f60dd93
Renamed model .url() methods to .json_url() or .base_url(), depending on function. Replaced the use of custom django method request.get_host_protocol() with standard request.build_absolute_uri(). Removed an uncaught Http403 exception. Fixed a typo /venus_addr/venue_addr/. Removed relurl() methods; no longer needed. Removed some debug functions.
...
- Legacy-Id: 6309
2013-09-29 21:14:07 +00:00
Henrik Levkowetz
127deda3c7
The supposedly known-good agenda-utc.html file was filled with '****** SOMETHING WENT WRONG ******', which is clearly wrong. This one is a bit better.
...
- Legacy-Id: 6308
2013-09-29 20:57:46 +00:00
Henrik Levkowetz
92b9da1d4f
Moved read_agenda_file() and session_draft_list() back to views.py. The move almost masked a code change in trunk during the merge.
...
- Legacy-Id: 6294
2013-09-28 05:42:49 +00:00
Henrik Levkowetz
26688aa2ec
Changed back to standard TestCase to ensure confidence in tests. Removed duplicate tests. Adapted tests to new json_url() method signature. Corrected the /people/ urls to /person/.
...
- Legacy-Id: 6293
2013-09-28 05:35:17 +00:00
Henrik Levkowetz
72a19e2ab2
Fixed the on-and-off failing test_agenda83txt(), which gave inconsistent results because the datetime object given to the template to render had no timezone setting. Added a PRODUCTION_TIMEZONE setting, and used it to provide a consistent timezone to the agenda.txt template.
...
- Legacy-Id: 6292
2013-09-27 20:07:42 +00:00
Henrik Levkowetz
7876340a44
Undid gratuitous whitespace changes.
...
- Legacy-Id: 6283
2013-09-26 21:27:21 +00:00
Henrik Levkowetz
ea9d075801
Undid gratuitous whitespace changes.
...
- Legacy-Id: 6282
2013-09-26 21:26:56 +00:00
Henrik Levkowetz
2f1edc3d68
Undid gratuitous whitespace changes.
...
- Legacy-Id: 6281
2013-09-26 21:20:41 +00:00
Henrik Levkowetz
321744b0b9
Undid gratuitous whitespace and quoting changes. This code is taken verbatim from an external source, as indicated at the beginning of the file, and should not be messed with unless we fix bugs.
...
- Legacy-Id: 6280
2013-09-26 21:10:41 +00:00
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
f85881dc61
Make agenda views with timezone information work also for earlier meetings without timezone data set.
...
- Legacy-Id: 5568
2013-03-14 14:56:28 +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
Henrik Levkowetz
274812c5b9
Modified the set of permissible parents for session groups, in order to permit an IAB-sponsored BoF to appear on the agenda.
...
- Legacy-Id: 5451
2013-02-24 20:11:29 +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
9d042badf2
Merged [4904] from adam@nostrum.com:
...
Fixing conflict list; adding AD column.
- Legacy-Id: 4961
Note: SVN reference [4904] has been migrated to Git commit 3cb42b7b0c
2012-10-30 12:06:53 +00:00