datatracker/ietf/utils
Henrik Levkowetz fb66c1856f Merged in [9669] from olau@iola.dk:
Summary: Make the meeting agenda code use the historic info available
for groups. In the process, added some select_related/prefetch_related
code to cut the number of database queries in the agenda down from
4000-5000 to about 50. Rewritten agenda CSV code to use Python arrays
rather than a template for improved readability/reuse. Rewritten week
view to assemble its data in Python. Plus a few other minor cleanups,
e.g. lame_description is now gone.
Fixes #1088. Branch
 - Legacy-Id: 10005
Note: SVN reference [9669] has been migrated to Git commit acda84208d
2015-08-10 19:46:11 +00:00
..
management Changed the storage format for code coverage in *coverage.json, in order to be able to calculate code coverage percentages for a subset of tested files. 2015-08-01 15:07:21 +00:00
templatetags Added support for an 'origin' template tag which will insert the name of the template file (within a html comment) into the page content when TEMPLATE_DEBUG is True; with the purpose of more easily being able to identify the templates from which page content comes. 2015-04-24 20:38:36 +00:00
.gitignore * Moved utility functions into utils/ directory, and started breaking out 2007-05-11 15:48:45 +00:00
__init__.py Cleaned out some (arbitrary) submodule name imports into ietf.utils, and made the corresponding import statements import the names directly from the correct submodules. 2014-03-16 07:09:38 +00:00
accesstoken.py Rename unique key to random key as it is not really unique, add function for generating an access token from the key 2013-11-15 16:07:10 +00:00
admin.py Provide a utility function admin_link() for use in admin list pages. 2011-02-02 15:21:32 +00:00
aliases.py Reworked the generation of draft aliases and WG aliases, after trying out the output of the previous version for real. This code seems to work better, based on tests on ietfa. 2014-11-11 01:09:30 +00:00
bower_storage.py Cleaned up bower_storage a bit. 2015-08-01 15:03:40 +00:00
crawlurls.txt Put a proper command-line interface on the test crawler, spit out number of errors (if any), also add wrapper script for running the test-crawler and idindex generation scripts, in the future other (safe, non-mutating) scripts operating on real data can be added too 2014-01-12 16:55:42 +00:00
draft.py Improved regex for the Dr.-Ing. honorific fix. 2014-10-29 06:53:34 +00:00
draft_search.py Merged r840 from branch/2.00 to trunk, and updated version information in ietf/__init__.py 2007-07-04 21:17:57 +00:00
fields.py Summary: Add a placeholder for datepicker fields 2015-01-26 12:53:43 +00:00
history.py Summary: Make the meeting agenda code use the historic info available 2015-06-17 13:37:16 +00:00
html.py Removed local copy of html5lib, added html5lib to requirements.txt, and updated utils/html.py to work with htm5lib 0.999. 2015-04-24 18:07:26 +00:00
log.py Merged in [7138] from rjsparks@nostrum.com: 2014-02-17 18:55:37 +00:00
mail.py Show leadership when and where mail was sent at the time it is sent. Commit ready for merge. 2015-05-07 16:29:17 +00:00
markup_txt.py Move markup_txt.py from idrfc/ to utils/ 2013-08-13 14:33:22 +00:00
ordereddict.py Summary: Fix comment on insert_after_in_ordered_dict 2015-01-22 17:42:52 +00:00
pdf.py Summary: Make the meeting agenda code use the historic info available 2015-06-17 13:37:16 +00:00
pipe.py Changed the 'pipe' utility to work with commands taking input 2013-10-23 20:45:07 +00:00
resources.py Added a very simple html version of the json API, to make it easier to explore the api manually. 2015-08-09 16:28:55 +00:00
serialize.py Dump redacted events in DeletedEvent table 2012-11-07 14:59:17 +00:00
test_data.py Check that email is sent to chairs of both replaced and replacing document 2015-07-18 16:07:26 +00:00
test_runner.py Changed the storage format for code coverage in *coverage.json, in order to be able to calculate code coverage percentages for a subset of tested files. 2015-08-01 15:07:21 +00:00
test_smtpserver.py Merged in [7591] from rjsparks@nostrum.com: 2014-04-16 19:40:57 +00:00
test_utils.py Fixed a bug in TestCase.assertValidHtml(). 2015-04-26 20:10:48 +00:00
tests.py Misc stuff. 2015-08-01 15:07:49 +00:00
tests_restapi.py Alternative DRY definition of the REST api top URL; this time in ietf/urls.py. This in itself is nicer, but I'm not so sure about the use of reverse() everywhere else, instead of referring to settings. 2014-12-17 21:26:32 +00:00
textupload.py Made the code which uses the 'magic' module to determine file type and encoding work with both the old and new interface to python-magic. 2013-07-25 14:45:01 +00:00
timezone.py Add time zone helpers for converting between local IETF db time and UTC 2012-09-17 15:51:33 +00:00
unaccent.py Move unaccent helpers 2011-09-16 11:32:33 +00:00