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
Henrik Levkowetz
c8b06bcd10
Agenda 69 won't give a stable diff, either. Disabled.
...
- Legacy-Id: 702
2007-06-27 16:19:57 +00:00
Henrik Levkowetz
8f54760bc3
The sort order of the sessions in the current agenda page isn't stable; no stored diff is possible. Disable for now.
...
- Legacy-Id: 700
2007-06-27 14:51:31 +00:00
Michael Lee
db3996cdbb
Add test url for IETF 69 agenda
...
- Legacy-Id: 699
2007-06-27 14:47:34 +00:00
Bill Fenner
245fe215c6
The agenda.txt got changed into a redirect.
...
- Legacy-Id: 638
2007-06-25 17:49:54 +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
Henrik Levkowetz
0e2173a060
Add testing support for selectively ignoring regex patterns. First use case is to ignore datestamps for page creation. Also add ignore:date to the spec. in urltest.list for agenda and meeting pages, and add some ignore date regex patterns.
...
- Legacy-Id: 542
2007-06-19 23:31:02 +00:00
Michael Lee
81ed8b20db
Fix buildbot errors, 28, 29, 30
...
- Legacy-Id: 534
2007-06-19 17:54:09 +00:00
Michael Lee
819d8352c7
meeting/urls.py has been restored with .html and .txt url
...
- Legacy-Id: 502
2007-06-18 19:14:26 +00:00
Michael Lee
48032496a2
Update urls.py of meeting to fix redirect for meeting materials page and agenda page.
...
- Legacy-Id: 498
2007-06-18 18:15:14 +00:00
Henrik Levkowetz
fdbf36f5d3
Seems the datatracker URL was wrong here.
...
- Legacy-Id: 492
2007-06-18 16:12:47 +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
Bill Fenner
1e4320c2a1
Add some tests for the meeting agenda and proceedings
...
- Legacy-Id: 444
2007-06-16 21:12:45 +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
Henrik Levkowetz
600002f1f8
Cleaning out miscellaneous non-functional stuff from ietf/meeting/models.py
...
- Legacy-Id: 223
2007-06-04 00:50:48 +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
e7bd78c02b
not sure why svn is being stupid here..this commit is worthless, and probably will fail
...
- Legacy-Id: 113
2007-05-09 22:04:05 +00:00
Vidyut Luther
384c992a92
removed extraneous .pyc files
...
- Legacy-Id: 112
2007-05-09 21:55:44 +00:00
Vidyut Luther
783ffb713d
- Legacy-Id: 111
2007-05-09 21:05:20 +00:00