Henrik Levkowetz
4cb1d30bf1
Modified the styling of the datatracker bootstrap facelift by editing the source .less variables and changing the top navbar to use navbar-inverse with our primary palette colour.
...
- Legacy-Id: 9381
2015-04-03 21:22:17 +00:00
Henrik Levkowetz
1c92a4737a
Added a readme file which explains a bit about the bootstrap dir.
...
- Legacy-Id: 9380
2015-04-03 21:18:34 +00:00
Henrik Levkowetz
7db631ff00
Reverted a change in settings.py which broke the django admin site styling.
...
- Legacy-Id: 9379
2015-04-03 21:17:30 +00:00
Henrik Levkowetz
9bf8082b6c
Reverted some unwanted changes to the release list page.
...
- Legacy-Id: 9378
2015-04-03 21:16:41 +00:00
Henrik Levkowetz
2b1faeb39c
Removed bootstrap-provided files in preparation for calling them in as externals from /bootstrap/dist/.
...
- Legacy-Id: 9376
2015-04-03 21:09:02 +00:00
Henrik Levkowetz
868ab0e2d4
Bootstrap source v3.3.4, minus the docs directory. From https://github.com/twbs/bootstrap/archive/v3.3.4.zip
...
- Legacy-Id: 9374
2015-04-03 20:06:57 +00:00
Henrik Levkowetz
0301056c9f
Added django-bootstrap3 to requirements.txt; removed local copy of django-bootstrap3.
...
- Legacy-Id: 9372
2015-04-03 17:36:00 +00:00
Henrik Levkowetz
70b4ecf7b8
Reverted the shortcut icon. Revised the apple touch icon. Changed top menubar colour to match current look. Added top menubar logotype to match current look.
...
- Legacy-Id: 9371
2015-04-03 13:35:33 +00:00
Henrik Levkowetz
3f33c7033d
Added a missing <td/> and removed dead template code.
...
- Legacy-Id: 9370
2015-04-03 13:32:49 +00:00
Henrik Levkowetz
5eda3f9238
Adjusted the 'full doc text' button text
...
- Legacy-Id: 9369
2015-04-03 13:31:46 +00:00
Henrik Levkowetz
04e1da6148
Display of email addresses other than very short ones at the top of the lefthand menubar will fold the email address. Using 'Account' instead.
...
- Legacy-Id: 9368
2015-04-03 13:30:11 +00:00
Henrik Levkowetz
d9e07c7585
Added support for correct tracked document display on group document list pages.
...
- Legacy-Id: 9367
2015-04-03 13:28:30 +00:00
Henrik Levkowetz
b1662da4f6
Factored out the doc_is_tracked logic, for use on group document list pages.
...
- Legacy-Id: 9366
2015-04-03 13:27:29 +00:00
Henrik Levkowetz
f1af264210
Changed 2 remaining instances of inheritance from base.html to instead inherit from ietf.html. More changes may be needed, and when that's done ietf.html should be renamed back to base.html
...
- Legacy-Id: 9365
2015-04-02 20:28:04 +00:00
Henrik Levkowetz
3740c036c2
Fixed a merge error in community_tags.
...
- Legacy-Id: 9364
2015-04-02 19:52:04 +00:00
Henrik Levkowetz
9fe5976b33
Changed the cookie test suite to use PyQuery instead of regex matches against page content, which broke with the facelift changes.
...
- Legacy-Id: 9363
2015-04-02 19:51:16 +00:00
Henrik Levkowetz
2c4785adf6
Updated an IPR test to account for facelift changes.
...
- Legacy-Id: 9362
2015-04-02 19:50:00 +00:00
Henrik Levkowetz
85f9eee27b
Updated a set of nomcom tests to account for new facelift DOM attributes.
...
- Legacy-Id: 9361
2015-04-02 19:49:11 +00:00
Henrik Levkowetz
ca728d9b48
Updated a set of doc tests to account for changed 'show full text' wording in the facelift document page.
...
- Legacy-Id: 9360
2015-04-02 19:47:55 +00:00
Henrik Levkowetz
f0dad527ee
Updated a group test to match the facelift DOM.
...
- Legacy-Id: 9359
2015-04-02 19:46:43 +00:00
Henrik Levkowetz
c321413ba1
Updated release coverage to account for new templates.
...
- Legacy-Id: 9358
2015-04-02 19:45:51 +00:00
Henrik Levkowetz
625347cd2f
Merged trunk@9354 to facelift copy
...
- Legacy-Id: 9357
2015-04-02 06:51:34 +00:00
Henrik Levkowetz
95f7139e8c
Removed local copy /docutils/, added docutils to requirements.txt
...
- Legacy-Id: 9354
2015-04-01 17:59:28 +00:00
Henrik Levkowetz
caee795ddd
The styling specified here conflicted with the general .errorlist styling,
...
and resulted in red text on red background, with no padding. Zapping parts.
- Legacy-Id: 9352
2015-04-01 16:53:36 +00:00
buildbot
3ef2c16774
Separated out schedulers for trunk, personal/* and branch/*.
...
Corrected regex patterns which extract unittest details.
Added a first tentative email notifier.
Added ForceSchedulers, in order to be able to force builds.
- Legacy-Id: 9350
2015-03-28 19:51:48 +00:00
Henrik Levkowetz
2f54511763
Changed all explicitly set HttpResponse content_types to specify charset.
...
Django sets charset if you don't specify a content_type; if you specify
one you also must add a charset specification (if you want one).
Fixes issue #1647 .
- Legacy-Id: 9348
2015-03-26 21:35:21 +00:00
Henrik Levkowetz
73664a484b
Reverted to [9345], the fixed fix of a typo in sort key generation for sort on ipr count in document search results.
...
- Legacy-Id: 9347
Note: SVN reference [9345] has been migrated to Git commit 249bcf6e33
2015-03-26 19:35:14 +00:00
Henrik Levkowetz
d7a28fe146
Alternative fix from rcross@amsl.com for a typo in sort key generation for sort on ipr count in document search results.
...
- Legacy-Id: 9346
2015-03-26 17:56:40 +00:00
Henrik Levkowetz
249bcf6e33
Fixed the fix of a typo in sort key generation for sort on ipr count in document search results.
...
- Legacy-Id: 9345
2015-03-26 17:39:38 +00:00
Henrik Levkowetz
c36fc19663
Fixed typo in sort key generation for sort on ipr count in document search results.
...
- Legacy-Id: 9344
2015-03-26 17:38:00 +00:00
Henrik Levkowetz
1570e91df6
In active_wg(), don't be upset if group.ad_role() returns None, as it can do when the secretariat replaces outgoing ADs with incoming.
...
- Legacy-Id: 9343
2015-03-26 01:32:50 +00:00
Henrik Levkowetz
dbf00fcc57
Updated dev rev
...
- Legacy-Id: 9341
2015-03-25 23:54:14 +00:00
Henrik Levkowetz
04558234cb
Updated release data and mkrelease support, which calculates the release coverage snapshot without invoking tests that developers won't ordinarily be able to run on their laptops/work machines.
...
- Legacy-Id: 9339
2015-03-25 20:06:12 +00:00
Henrik Levkowetz
01b0ca8efb
Set version info and settings back to development mode
...
- Legacy-Id: 9337
2015-03-25 19:07:27 +00:00
Henrik Levkowetz
1014fcaefd
Set version info to release version 5.13.0 before branching.
...
- Legacy-Id: 9335
2015-03-25 19:07:20 +00:00
Henrik Levkowetz
dcad67267a
Changelog entry for 5.13.0
...
- Legacy-Id: 9334
2015-03-25 19:07:16 +00:00
Henrik Levkowetz
d21fe2dc9c
Code coverage data for release 5.13.0
...
- Legacy-Id: 9333
2015-03-25 19:07:12 +00:00
Henrik Levkowetz
10f32d850b
Merged in [9330] from rcross@amsl.com:
...
Fixes Ticket #1626 . Cleanup legacy IPR models.
- Legacy-Id: 9332
Note: SVN reference [9330] has been migrated to Git commit 415d0ad7c7
2015-03-25 17:34:55 +00:00
Henrik Levkowetz
469d69362c
Merged in [9326] from rjsparks@nostrum.com:
...
Test coverage improvement for group material management.
- Legacy-Id: 9331
Note: SVN reference [9326] has been migrated to Git commit effa1e2b68
2015-03-25 17:25:42 +00:00
Ryan Cross
415d0ad7c7
Fixes Ticket #1626 . Cleanup legacy IPR models. Commit ready for merge.
...
- Legacy-Id: 9330
2015-03-25 16:17:45 +00:00
Henrik Levkowetz
edb7a5cb3a
Fixed a problem in Document.meeting_related(), and fixed a number of tests which broke when slide objects started to return True to meeting_related() without being related to a session.
...
- Legacy-Id: 9329
2015-03-25 16:04:57 +00:00
Henrik Levkowetz
f833518a03
Workaround for incomplete transition from labelling regular meeting materials as 'active' to labelling as 'sessonly'.
...
- Legacy-Id: 9328
2015-03-24 21:05:38 +00:00
Robert Sparks
effa1e2b68
Test coverage improvement for group material management. Commit ready for merge.
...
- Legacy-Id: 9326
2015-03-23 17:56:42 +00:00
Henrik Levkowetz
ba90fe03ef
Merged in [9319] from kivinen@iki.fi:
...
Added test cases for cookie code. This will test all the cookie setting code, and also adds test for draft for include_text and full_draft cookie checking.
- Legacy-Id: 9325
Note: SVN reference [9319] has been migrated to Git commit 79b4688f8e
2015-03-22 19:35:04 +00:00
Henrik Levkowetz
e58efbb2c2
Merged in [9316] from willem@nlnetlabs.nl:
...
Test fetching of wg and rg dependency graphs
- Legacy-Id: 9324
Note: SVN reference [9316] has been migrated to Git commit 5980a35e6c
2015-03-22 18:46:18 +00:00
Henrik Levkowetz
02c8fe1dda
Changed the MEDIA_URL to use https instead of http, to be in line with other efforts to move to https in general.
...
- Legacy-Id: 9323
2015-03-22 17:28:06 +00:00
Henrik Levkowetz
7b94d6086a
Merged in [9316] from willem@nlnetlabs.nl:
...
Test fetching of wg and rg document dependency graphs.
Also added conditional running of these tests, as they depend on the
availability of the dot, unflatten and ps2pdf binaries, which may not
be available on all developers' systems.
- Legacy-Id: 9322
Note: SVN reference [9316] has been migrated to Git commit 5980a35e6c
2015-03-22 16:57:14 +00:00
Henrik Levkowetz
286ca37ebc
Provide full paths to the *coverage.json files.
...
- Legacy-Id: 9321
2015-03-22 14:54:06 +00:00
Henrik Levkowetz
66bbc97679
Normalized the new filter expression to limit the wg state in the wg selection in community_tags.py
...
- Legacy-Id: 9320
2015-03-22 14:53:16 +00:00
Tero Kivinen
79b4688f8e
Added test cases for cookie code. This will test all the cookie setting code, and also adds test for draft for include_text and full_draft cookie checking. Commit ready for merge.
...
- Legacy-Id: 9319
2015-03-21 23:06:13 +00:00