Henrik Levkowetz
24a2339b99
Added more text to the about page.
...
- Legacy-Id: 9412
2015-04-05 20:00:41 +00:00
Henrik Levkowetz
7488adef5b
Fixed a bug in /help/state/ (bad links). Linked additional state labels in the document pages to the state descriptions under /help/state. Renamed a template file to better match its function.
...
- Legacy-Id: 9410
2015-04-05 19:35:31 +00:00
Henrik Levkowetz
4ff9868f1c
Added pages About and ToDo under /release/.
...
- Legacy-Id: 9407
2015-04-05 17:05:06 +00:00
Henrik Levkowetz
acabb32480
Added <link/> to PT fonts. Tweaked the page footer.
...
- Legacy-Id: 9406
2015-04-05 10:00:38 +00:00
Henrik Levkowetz
b81c169e7d
Reorganized the frontpage a bit, to display better and more consistently on various-size devices.
...
- Legacy-Id: 9403
2015-04-04 19:49:33 +00:00
Henrik Levkowetz
e762740200
Changed background colour for some table headers by changing class from 'waring' to 'info'.
...
- Legacy-Id: 9401
2015-04-04 19:43:29 +00:00
Henrik Levkowetz
3d2517dc1f
Fixed a very confusing template variable naming.
...
- Legacy-Id: 9400
2015-04-04 16:43:52 +00:00
Henrik Levkowetz
11d841df32
Added written branding in the top menubar.
...
- Legacy-Id: 9397
2015-04-04 13:36:49 +00:00
Henrik Levkowetz
139ebd4d27
Updated a css class name.
...
- Legacy-Id: 9395
2015-04-04 08:59:19 +00:00
Henrik Levkowetz
97d0d7cc98
Reverted to refering to font-awesome.min.css after debugging. Removed an unused css class, and instead added an id='content' on the content-holding div, for use as a selector in tests. Reverted to scheme-less script src for jquery from ajax.googleapis.com.
...
- Legacy-Id: 9393
2015-04-04 08:54:49 +00:00
Henrik Levkowetz
20bfe9d39e
Additional menu sidebar vs main content tweaks.
...
- Legacy-Id: 9392
2015-04-04 07:22:04 +00:00
Henrik Levkowetz
8dfd3cfb58
Changed the visibility handling of the lefthand navbar for better consistency, and got rid of js hack for the same.
...
- Legacy-Id: 9390
2015-04-04 00:37:14 +00:00
Henrik Levkowetz
328527d530
Tweaked the pop-up wg menus in the lefthand navbar to have the same visibility breakpoint as the navbar.
...
- Legacy-Id: 9389
2015-04-04 00:35:13 +00:00
Henrik Levkowetz
11071d9ce9
Minor css refactoring.
...
- Legacy-Id: 9387
2015-04-03 23:32:51 +00:00
Henrik Levkowetz
384e3652db
Prevent the left-hand navbar from becoming wider and wider for very wide viewports.
...
- Legacy-Id: 9386
2015-04-03 23:26:00 +00:00
Henrik Levkowetz
1ae609f30d
Adjusted ietf.html to handle the footer better on small devices.
...
- Legacy-Id: 9385
2015-04-03 22:48:16 +00:00
Henrik Levkowetz
b2b13d608f
Added a comment in ietf.html about the performance hit incurred by the |amp|smartypants filter, to explain its removal.
...
- Legacy-Id: 9382
2015-04-03 21:31:33 +00:00
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
9bf8082b6c
Reverted some unwanted changes to the release list page.
...
- Legacy-Id: 9378
2015-04-03 21:16:41 +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
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
625347cd2f
Merged trunk@9354 to facelift copy
...
- Legacy-Id: 9357
2015-04-02 06:51:34 +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
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
Robert Sparks
02d807581a
Restores add-to-community-list functionality to several pages. Fixes #1601 . Commit ready for merge.
...
- Legacy-Id: 9242
2015-03-17 20:24:42 +00:00
Henrik Levkowetz
0b971f635d
Added test coverage data to the release pages if available for the release. Added saving of html pages for the code coverage to a directory in the static files area. If a code coverage report is available, a link to it will be shown on the release page of the current release. Renamed some setting variables related to test coverage to be more explicit and precise.
...
- Legacy-Id: 9201
2015-03-14 19:08:37 +00:00
Henrik Levkowetz
c37bf9a6a7
Clarified the meaning of checked/unchecked boxes in front of the email addresses on the account profile management page.
...
- Legacy-Id: 9153
2015-03-04 19:42:24 +00:00
Robert Sparks
c307b1f734
Avoid creating blank line before headers on IPR notification email. Fixes #1609 . Commit ready for merge.
...
- Legacy-Id: 9142
2015-03-02 20:38:55 +00:00
Ole Laursen
a23d80ea40
Commit patch from Lars Eggert to update the JS/CSS libraries
...
- Legacy-Id: 9116
2015-02-24 10:25:20 +00:00
Henrik Levkowetz
e7007a6c3c
Merged in [9070] from rjsparks@nostrum.com:
...
Adds pages to view the draft and group email aliases, either as a whole, or per document or group.
- Legacy-Id: 9105
Note: SVN reference [9070] has been migrated to Git commit 79dda88337
2015-02-20 22:38:20 +00:00
Ole Laursen
a589115ff4
Summary: Reindent all HTML files to follow the previous convention (no
...
tabs) and kill the scripts block in favour of just using a js block with
a script tag (which is easier to understand for context-sensitive
modes such as web-mode in Emacs). Also fix a couple of details, e.g.
missing semicolons in JS snippets.
- Legacy-Id: 9096
2015-02-17 18:01:04 +00:00
Ole Laursen
c72d465438
Summary: Insert anchor-target hack to try to alleviate the problem of
...
the top menu covering the anchor target, also increase the width at
which content navigation menus disappear
- Legacy-Id: 9093
2015-02-17 15:17:05 +00:00
Ole Laursen
3fa51363e4
Remove unused IPR base template which somehow managed to survive the trunk merges
...
- Legacy-Id: 9092
2015-02-17 11:46:52 +00:00
Ole Laursen
13f970e46d
Summary: Move user submenu to right-hand side in top menu to prevent
...
things jumping around when logging in
- Legacy-Id: 9091
2015-02-17 11:05:55 +00:00
Ole Laursen
1e8647d409
Summary: Move submit button on diff form up so it's next to the diff
...
format option
- Legacy-Id: 9090
2015-02-17 10:57:08 +00:00
Ole Laursen
93ee2e669c
Summary: Simplify HTML a bit for document errata label, fixes odd
...
rendering problem spotted by Warren Kumari
- Legacy-Id: 9089
2015-02-17 09:20:24 +00:00
Henrik Levkowetz
5cafa08542
Added a missing table column to the WG document page for the case when the user isn't logged in. Addresses issue #1601 (but add links in the column are still missing).
...
- Legacy-Id: 9081
2015-02-12 16:31:41 +00:00
Ole Laursen
048a3b732b
Merge fix from facelift-r9069 branch
...
- Legacy-Id: 9080
2015-02-12 16:10:09 +00:00
Ole Laursen
eda5eed791
Summary: Don't crash if timeslots with show_location = True don't have
...
a location
- Legacy-Id: 9079
2015-02-12 16:08:39 +00:00
Ole Laursen
9760cd9c8e
Summary: Load the groups in the group menu with AJAX and delete the
...
jump to group modal. This cuts page rendering speed in more than half
for simple pages and similarly shrinks them by a factor 3-4, while
keeping the user experience the same. Fallbacks are in place for
non-JS clients.
There's still some overhead in the menu generation compared to just
rendering the page content, but the group menu was definitely a major
culprit.
- Legacy-Id: 9077
2015-02-12 16:01:05 +00:00
Ole Laursen
04219b9d94
Fix two cycle calls that slipped past the merge, and delete file that somehow survived the merge
...
- Legacy-Id: 9073
2015-02-12 10:51:57 +00:00
Ole Laursen
a225fd5069
Make new branch from trunk and merge facelift-r9007 into it, fixing a few merge conflicts
...
- Legacy-Id: 9072
2015-02-12 10:43:52 +00:00
Robert Sparks
79dda88337
Adds pages to view the draft and group email aliases, either as a whole, or per document or group. Commit ready for merge.
...
- Legacy-Id: 9070
2015-02-11 21:50:34 +00:00
Henrik Levkowetz
73e920739a
Added title annotations to major release entries in the changelog back to 2010, and changelog parsing and release page support for the same.
...
- Legacy-Id: 9067
2015-02-10 10:59:55 +00:00
Henrik Levkowetz
7ecfac6308
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
...
- Legacy-Id: 9028
2015-02-08 21:16:44 +00:00
Henrik Levkowetz
028b7e315a
Reverted to [9025] because commit [9026] failed (it was incomplete with a broken working dir).
...
- Legacy-Id: 9027
Note: SVN reference [9026] has been migrated to Git commit 4a3749a66b
2015-02-08 20:03:16 +00:00
Henrik Levkowetz
4a3749a66b
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
...
- Legacy-Id: 9026
2015-02-08 19:16:46 +00:00