Henrik Levkowetz
681395ff8e
Added a column to the debug view of sql queries which indicate whether a query originated in view code or template rendering.
...
- Legacy-Id: 12217
2016-10-26 18:49:58 +00:00
Henrik Levkowetz
6a905897f8
Fixed a bad link to uploaded session agendas.
...
- Legacy-Id: 12214
2016-10-25 21:38:46 +00:00
Henrik Levkowetz
a2c8fa0178
Added a Document.pub_date() method which returns the RFC publication datetime or other documents' new-revision datetime. Changed the generated bibtex entries to use pub_date(). Added tests for bibtext entries. Added 'bibtexparser' to requirements.txt. Fixes issue #2032 .
...
- Legacy-Id: 12212
2016-10-25 18:07:48 +00:00
Henrik Levkowetz
cae4ab0024
Added caching of Document.href() values.
...
- Legacy-Id: 12210
2016-10-25 00:14:21 +00:00
Henrik Levkowetz
0656d0daa5
Changed the agenda template to provide links to video recordings on youtube if available, instead of pointing at meetecho's archive.
...
- Legacy-Id: 12209
2016-10-25 00:13:03 +00:00
Henrik Levkowetz
17bf44af3c
To minimize what seems to be an increased risk of segfaults when using virtualenv with system packages, this commit introduces an alternative, which does away with the general system package availability, but adds symlinks to two svn related system packages when running checks.
...
- Legacy-Id: 12208
2016-10-25 00:11:31 +00:00
Henrik Levkowetz
669627b53e
Set version info and settings back to development mode
...
- Legacy-Id: 12203
2016-10-21 15:15:06 +00:00
Henrik Levkowetz
3e4bb71dba
Set version info to release version 6.36.0 before branching.
...
- Legacy-Id: 12201
2016-10-21 15:14:59 +00:00
Henrik Levkowetz
2bb65e7d1b
Changed svn:ignore
...
- Legacy-Id: 12198
2016-10-21 14:48:16 +00:00
Henrik Levkowetz
5b6ffbcbd5
Fixed a bug in the API cache key construction which could make the key longer than necessary.
...
- Legacy-Id: 12196
2016-10-21 14:27:18 +00:00
Henrik Levkowetz
8e2259ebac
Added a test for meeting/agenda-utc.
...
- Legacy-Id: 12195
2016-10-21 14:02:49 +00:00
Henrik Levkowetz
a6db502108
Removed some dead code.
...
- Legacy-Id: 12194
2016-10-21 13:58:36 +00:00
Henrik Levkowetz
38245c6323
Fixed the javascript code in the floor-plan template that adds room links. It didn't handle rooms without assinged floor-plans well.
...
- Legacy-Id: 12192
2016-10-20 21:44:47 +00:00
Henrik Levkowetz
27cd21155c
Fixed a bug in testing for directory existence in the test setup.
...
- Legacy-Id: 12185
2016-10-19 22:38:28 +00:00
Henrik Levkowetz
e1f0477ec8
Make sure that the svn component is enabled, even if we can't find the Trac inherit-from settings file.
...
- Legacy-Id: 12184
2016-10-19 22:36:42 +00:00
Henrik Levkowetz
c22842a7c4
Made the wiki glue test skippable, in case the python subversion bindings are unavailable. Added creation of temporary directories also for the svn repositores created for wikis during testing.
...
- Legacy-Id: 12183
2016-10-19 21:14:20 +00:00
Henrik Levkowetz
ba5c17ecfd
Merged in a management command which provides glue code for creation and maintenance of Trac issue tracker and wiki installations per group. New groups of type wg, rg, and area will autmatically receive a Trac instance.
...
- Legacy-Id: 12182
2016-10-19 18:08:05 +00:00
Henrik Levkowetz
f9b4955880
Tweaked the settings a bit, to avoid problems if changing TRAC_WIKI_DIR_ROOT after TRAC_WIKI_DIR_PATTERN has been set. Added a --wiki-dir-pattern switch to the management command.
...
- Legacy-Id: 12181
2016-10-19 14:56:57 +00:00
Henrik Levkowetz
d400b88239
Added a test for the create_group_wikis management command.
...
- Legacy-Id: 12180
2016-10-19 14:53:58 +00:00
Henrik Levkowetz
41945d5525
Reverted unintended commit
...
- Legacy-Id: 12179
2016-10-19 14:47:17 +00:00
Henrik Levkowetz
b2aae7dc35
Ignore the virtualenv-created directories under env/
...
- Legacy-Id: 12178
2016-10-19 14:44:44 +00:00
Henrik Levkowetz
ef9bf2f175
Added a system check to ensure that the svn bindings are available when running in production mode.
...
- Legacy-Id: 12177
2016-10-19 14:44:05 +00:00
Henrik Levkowetz
887455c1d5
Make sure to not include draft name in the title extracted from draft text.
...
- Legacy-Id: 12176
2016-10-19 12:18:59 +00:00
Henrik Levkowetz
f33eab6770
Install custom wiki pages before default pages, as we refuse to overwrite an existing page.
...
- Legacy-Id: 12174
2016-10-18 19:32:19 +00:00
Henrik Levkowetz
f0a730856b
Added a pip config file to support virtualenvs created with option --system-site-packages. The recommended way of creating a virtualenv for the datatracker is now '$ virtualenv --system-site-packages env', placing the virtualenv libs and binaries under env/bin/ and env/lib/. Also updated the ietf/wsgi.py file to use this.
...
- Legacy-Id: 12172
2016-10-18 19:11:28 +00:00
Henrik Levkowetz
5c562abec2
Set version info and settings back to development mode
...
- Legacy-Id: 12159
2016-10-17 18:18:00 +00:00
Henrik Levkowetz
4d5da73b3e
Set version info to release version 6.35.0 before branching.
...
- Legacy-Id: 12157
2016-10-17 18:17:52 +00:00
Henrik Levkowetz
31c9defd0e
New version of pytz, new choices for the meeting timezone form.
...
- Legacy-Id: 12154
2016-10-17 18:05:55 +00:00
Henrik Levkowetz
80e52ef0a1
Modified a test in upcoming_ical() to not break if a group does not have a parent.
...
- Legacy-Id: 12153
2016-10-17 17:33:01 +00:00
Henrik Levkowetz
1a92efb77e
Merged in ^/branch/proceedings/6.33.1.dev0@12141 from rcross@amsl.com:
...
Added meeting proceedings introduction pages: Progress Report and Attendees. Added a data migration to provide proceedings introduction information for IETF 95 and 96.
- Legacy-Id: 12150
2016-10-14 15:48:10 +00:00
Henrik Levkowetz
4cd3c484be
New management command create_group_wikis. Work in progress.
...
- Legacy-Id: 12149
2016-10-14 15:03:13 +00:00
Henrik Levkowetz
ca59bdac77
Templates for ietf-specific wiki pages
...
- Legacy-Id: 12148
2016-10-14 14:59:49 +00:00
Ryan Cross
68e11fc823
Add missing proceedings attendee migration. Commit ready for merge.
...
- Legacy-Id: 12141
2016-10-13 23:32:54 +00:00
Ryan Cross
743ec4d7ff
Refactor Proceedings Introduction pages tests and implementation. Commit ready for merge
...
- Legacy-Id: 12140
2016-10-13 23:31:03 +00:00
Henrik Levkowetz
dbfea9097b
Merged in [12132] from rcross@amsl.com:
...
Extended Liaison to_contacts field to 2000 characters. Fixes #2024 .
- Legacy-Id: 12139
Note: SVN reference [12132] has been migrated to Git commit 4634b2dd73
2016-10-13 20:03:37 +00:00
Henrik Levkowetz
20c9bc9e62
Reverted one instance of caching, as it seems schedules can change owners.
...
- Legacy-Id: 12138
2016-10-13 19:51:10 +00:00
Henrik Levkowetz
d27fdb976b
Fixed a schedule save-as redirect which could not match any URL, leading to a 500 error.
...
- Legacy-Id: 12134
2016-10-13 18:42:18 +00:00
Henrik Levkowetz
de82a244fa
Added some caching to methods which are called very often when showing the meeting schedule edit view.
...
- Legacy-Id: 12133
2016-10-13 18:40:26 +00:00
Ryan Cross
4634b2dd73
Extended Liaison to_contacts field to 2000 characters. Fixes #2024 . Commit ready for merge.
...
- Legacy-Id: 12132
2016-10-13 18:31:18 +00:00
Henrik Levkowetz
99b22efc96
Merged in [12104] from rjsparks@nostrum.com:
...
Don't show the request publication button for ise,irtf, and iab drafts after publication has already been requested. Fixes #2019 .
- Legacy-Id: 12122
Note: SVN reference [12104] has been migrated to Git commit 933134f4cc
2016-10-12 18:39:22 +00:00
Henrik Levkowetz
05c26ba4c9
The db api prefers resource URIs ending in slash -- make it so in json_agenda().
...
- Legacy-Id: 12121
2016-10-12 18:09:18 +00:00
Henrik Levkowetz
c6a633885c
Changed another class name that might trigger adblock. Related to issues #2016 and #2027 .
...
- Legacy-Id: 12120
2016-10-12 15:39:19 +00:00
Henrik Levkowetz
679c5d3f5f
Changed an unfortunate html class name 'adname' (Area Director name) which triggered adblock. Fixes issues #2016 and #2027 .
...
- Legacy-Id: 12119
2016-10-12 15:31:11 +00:00
Henrik Levkowetz
23532102f8
Fixed room_name() to not fail when a timeslog has no location. Fixes a server 500 for agenda.json
...
- Legacy-Id: 12118
2016-10-12 14:17:22 +00:00
Henrik Levkowetz
e7b76917ae
Added a missing string format parmameter.
...
- Legacy-Id: 12116
2016-10-11 12:53:14 +00:00
Ryan Cross
61945fd11b
Fix pyflakes errors. Commit ready for merge
...
- Legacy-Id: 12112
2016-10-10 22:32:24 +00:00
Ryan Cross
c3d4cc1aea
Add meeting proceedings introduction pages: Progress Report and Attendees. Commit ready for merge.
...
- Legacy-Id: 12111
2016-10-10 21:21:02 +00:00
Henrik Levkowetz
06c10ff258
Changed the default setting for the htpasswd binary path.
...
- Legacy-Id: 12110
2016-10-08 20:34:10 +00:00
Robert Sparks
933134f4cc
Don't show the request publication button for ise,irtf, and iab drafts after publication has already been requested. Fixes #2019 . Commit ready for merge.
...
- Legacy-Id: 12104
2016-10-07 17:29:05 +00:00
Henrik Levkowetz
269226a486
Merged in [12099] from rjsparks@nostrum.com:
...
Changes interim announcements and interim cancellation announcements to use mailtriggers. Adds irtf-announce to announcements for IRTF groups. Fixes #2018 .
- Legacy-Id: 12100
Note: SVN reference [12099] has been migrated to Git commit 5b32cc2da7
2016-10-07 15:30:43 +00:00