Find a file
Henrik Levkowetz aaeaae6b1e Added django-typogrify to the requrements.
- Legacy-Id: 9497
2015-04-15 10:16:30 +00:00
bin 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. 2015-03-25 20:06:12 +00:00
bootstrap Aligned the position colours on the ballot pop-over with the ballot grid colours. 2015-04-12 21:10:23 +00:00
buildbot/masters/datatracker Separated out schedulers for trunk, personal/* and branch/*. 2015-03-28 19:51:48 +00:00
django 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. 2015-02-08 21:16:44 +00:00
etc Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
form_utils Merged in branch/amsl/trunkmerge@5449 from rcross@amsl.com, with some tweaks. This provides the secretariat apps. 2013-03-05 22:43:31 +00:00
html5lib Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
ietf Shaved off some more vertical space in the document tables. Builds on [9494], addresses #1660, #1663, #1665. 2015-04-14 19:03:52 +00:00
notes Datatracker development notes. 2014-04-06 14:50:03 +00:00
redesign Merged in fixes to the migration from olau@iola.dk. Merged in charter branch from olau@iola.dk. Added various fixes and correction of merge errors. 2012-05-02 19:35:32 +00:00
static Tweaked the document meta-information column widths. 2015-04-14 17:48:08 +00:00
tastypie Added exception handling in tastypie for a case which can occur if one tries to filter by reges on a FK. 2015-03-04 15:06:10 +00:00
test Port test/ from django.core.management.setup_environ to DJANGO_SETTINGS_MODULE 2013-12-18 15:51:29 +00:00
timedelta Added a slightly tweaked version of timedelta, in order to support handling of TimedeltaFields. 2015-02-23 12:27:18 +00:00
typogrify Upgrade to typogrify 2.0.7 and add this version to the repository 2015-02-05 14:00:13 +00:00
vzic Newly generated .ics files, from http://www.ietf.org/timezones/tzdata-latest.tar.gz. This updates the .ics files to use timezone information current as of 13 Feb 2015. 2015-02-13 15:25:30 +00:00
.gitignore Updated svn:ignore on . 2015-03-10 20:29:42 +00:00
changelog Replaced google-served fonts with self-hosted ones. 2015-04-14 00:06:12 +00:00
changelog.py Added title annotations to major release entries in the changelog back to 2010, and changelog parsing and release page support for the same. 2015-02-10 10:59:55 +00:00
control Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
debug.py Tweaked the traceback() debug function. 2014-04-28 16:30:49 +00:00
hold-for-merge Merged in [9306] from rjsparks@nostrum.com: 2015-03-21 20:47:24 +00:00
INSTALL With the secretariat now using the secr/ code deployed with the datatracker, there is no concern any more about divergence between production secretariat and datatracker secretariat code, and no need to have two different patch numbering systems for secretariat patches and other patches. Removing the secretariat-specific patch section. 2013-11-06 22:16:09 +00:00
LICENSE Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
LICENSE.django Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
README Merge branch 'lars/5.6.3-facelift' into lars/5.6.4-facelift 2014-10-14 11:48:57 +00:00
ready-for-merge Merged in [9316] from willem@nlnetlabs.nl: 2015-03-22 16:57:14 +00:00
release-coverage.json Code coverage data for release 6.0.0 2015-04-13 20:31:43 +00:00
requirements.txt Added django-typogrify to the requrements. 2015-04-15 10:16:30 +00:00
TODO Merge branch 'lars/5.6.3-facelift' into lars/5.6.4-facelift 2014-10-14 11:48:57 +00:00
tzparse.py Made tzparse pyflakes-clean. 2014-03-16 08:08:25 +00:00

This is the "facelift" datatracker branch that uses Twitter Bootstrap for
the UI.

You need to install a few new django extensions:
	https://pypi.python.org/pypi/django-widget-tweaks
	https://pypi.python.org/pypi/django-bootstrap3
	https://pypi.python.org/pypi/django-typogrify

The meta goal of this effort is: *** NO CHANGES TO THE PYTHON CODE ***

Whenever changes to the python code are made, they can only fix HTML bugs,
or add comments (tagged with "FACELIFT") about functionality that can be
removed once the facelift templates become default. Or they need to add
functionality that is only called from the new facelift templates.

Javascript that is only used on one template goes into that template.
Javascript that is used by more than one template goes into ietf.js.

CSS that is only used on one template goes into that template.
CSS that is used by more than one template goes into ietf.css. No CSS in the
templates or - god forbid - style tags! (And no CSS or HTML styling in
python code!!)

Templates that use jquery or bootstrap plugins include the css in the pagehead
block, and the js in the js block.