..
management
Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
2017-02-11 14:43:01 +00:00
migrations
Added a utility model to hold information on when a given database dump has been done.
2015-11-14 22:59:14 +00:00
templatetags
Added a 'htmlfilters' tag library containing 'removetags'
2017-02-12 17:05:55 +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
bootstrap.py
Changed some instances of error strings from ascii to unicode in order to avoid problems with unicode error messages, such as the file size indications generated by django.template.defaultfilters.filesizeformat().
2016-05-22 14:40:37 +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
decorators.py
Refactored the code to skip coverage testing a bit, and added skipping of template and url coverage.
2016-06-24 15:39:59 +00:00
draft.py
Tweaked the company name extraction code in class Draft.
2017-02-15 14:09:54 +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
Fixed some pyflakes and form initialization issues with the upgrade to DurationField.
2016-12-21 17:03:39 +00:00
history.py
Fixed a bug in find-history-replacement-active-at() where multiple history entries with the same timestamp would be unordered. This led to the wrong historic group info being shown in some cases (e.g., meeting/86/agenda would show dmmnew instead of dmm, leading to wrong agenda links)
2016-06-19 12:52:36 +00:00
html.py
Merged in Django-1.10 upgrade work from ^/personal/henrik/6.43.1-django-1.10
2017-02-19 18:18:00 +00:00
log.py
Created a special function log.unreachable() to mark code unreachable, and changed a function name from log.affirm() to log.assertion().
2017-02-28 20:16:52 +00:00
mail.py
Added explicit charset setting and consistent encoding to several email paths through the datatracker. After introducing support for non-ascii names in email addresses, using role.formatted_email() to insert names into email content doesn't work any more, since uncode names will now be rfc2047-encoded in formatted_email(). Added another method role.name_and_email() for this case. Replaced another case of '%s <%s>' name-and-email formatting with formataddr(). Fixed some tests which did not send unicode email bodies to the email functions. Fixes issue #2017 .
2017-02-21 19:17:10 +00:00
markup_txt.py
Change how we display review text to follow the tecnique used with other large blocks of pasted or imported text (shepherds writeups for instance). Fixes #2104 . Commit ready for merge.
2016-12-19 20:38:51 +00:00
models.py
Added a utility model to hold information on when a given database dump has been done.
2015-11-14 22:59:14 +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
Added a missing string format parmameter.
2016-10-11 12:53:14 +00:00
resources.py
Change the cache key construction to deal with query arguments containing spaces. Fixes 500 errors which would otherwise occur.
2016-09-25 13:53:22 +00:00
serialize.py
Dump redacted events in DeletedEvent table
2012-11-07 14:59:17 +00:00
storage.py
Added a pylint rc-file, and fixed or silenced a number of issues found by pylint using the settings .pylintrc (which enable only error checking).
2016-09-08 14:48:59 +00:00
test_data.py
Merged in [12950] from rcross@amsl.com:
2017-03-02 21:21:07 +00:00
test_runner.py
Added svn symlink check and creation to test setup. Forced test settings to use an empty INTERNAL_IPS list for consistency in code coverage figures.
2017-02-28 18:02:30 +00:00
test_smtpserver.py
Refactored draft submission checks so that new checkers can be slotted in through a configuration in settings.py. Refactored the calling of idnits to use the new API, and added a pyang validation check.
2016-03-04 20:08:29 +00:00
test_utils.py
Tweaked an import to make Python 2to3 able to handle it.
2017-02-26 10:54:33 +00:00
tests.py
Added explicit charset setting and consistent encoding to several email paths through the datatracker. After introducing support for non-ascii names in email addresses, using role.formatted_email() to insert names into email content doesn't work any more, since uncode names will now be rfc2047-encoded in formatted_email(). Added another method role.name_and_email() for this case. Replaced another case of '%s <%s>' name-and-email formatting with formataddr(). Fixed some tests which did not send unicode email bodies to the email functions. Fixes issue #2017 .
2017-02-21 19:17:10 +00:00
tests_restapi.py
Changed to using TestCase from ietf.utils, and turned off coverage checking when loading templates in TemplateChecksTestCase.
2016-12-07 11:31:31 +00:00
text.py
Reworked the email address handling in order to be able to support non-ascii names as part of email address fields. Reworked the generation of user names in the test suite to generate names from multiple non-ascii locales. Fixes issue #2080 .
2017-02-18 21:50:18 +00:00
textupload.py
Implement completing a review with tests. One can currently
2016-06-14 11:28:53 +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
urls.py
Cleaned up the remaining explicit url names, using dotted-paths to view
2017-02-26 23:21:49 +00:00
validators.py
Added a validator to Document.title to prevent control chars in the title (complementing a recent cleanup of more than 120 instances of document titles containing vertical tabs)
2017-02-20 20:47:37 +00:00