datatracker/ietf/utils
Lars Eggert 8bc7fde027 More fixes.
- Legacy-Id: 19828
2022-01-11 07:02:39 +00:00
..
management Create management command base class that sends emails on exceptions. Fixes #3356 and #3357. Commit ready for merge. 2021-10-29 01:58:21 +00:00
migrations Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
templatetags More fixes. 2022-01-11 07:02:39 +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 Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
admin.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
aliases.py Log Unicode exception instead of printing them to the console when they occur building the email alias files. 2021-03-09 21:19:11 +00:00
bootstrap.py More fixes. 2022-01-06 12:26:10 +00:00
crawlurls.txt Remove ietf/templates/iesg/scribe_template.html and related, which is 2021-11-29 17:27:06 +00:00
db.py Add a new Django field, IETFJSONField 2021-10-07 19:30:51 +00:00
decorators.py Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
draft.py Tune text draft reference extractor. Fixes #3404. Commit ready for merge. 2021-09-14 16:44:30 +00:00
draft_search.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
fields.py More test fixes 2022-01-05 11:25:25 +00:00
history.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
html.py Changed the subclass of lxml.html.clean.Cleaner() to adapt to changes in the superclass in v4.5.2 2020-07-11 20:20:50 +00:00
jstest.py fix: selenium 3.x webdriver start parameter 2021-11-04 00:46:17 +00:00
log.py Updated log.assertion() to provide an exception object (under Py3, it seems that logging.Logger instances ignore the traceback if there isn't also an exception object). Added a check for unset draft-iesg state to Document.set_state(). 2020-09-18 14:15:02 +00:00
mail.py More select2 and test fixes. 2021-12-14 18:19:12 +00:00
markup_txt.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
mime.py Merged in ^/trunk@17617. 2020-04-14 17:11:51 +00:00
models.py Added a utility function to convert objects to dictionaries (for comparison, for instance) 2020-03-19 22:42:43 +00:00
ordereddict.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
patch.py Made the patch utility return information to distinguish already patched files from successful patch application, and modified our checks extensions to signal when patches have been applied and a ccommand needs to be re-run. 2020-08-20 11:36:46 +00:00
pdf.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
pipe.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
resources.py Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3 2019-07-15 15:40:51 +00:00
response.py Converted many cases of plain-text 403 messages to use a properly styled page instead, with a login link when appropriate. Also changed some API endpoint 400 responses to a more correct 403. 2020-08-06 10:59:52 +00:00
serialize.py Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +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 Allow configuration of group conflict types used for each meeting Fixes #2770. Commit ready for merge. 2021-07-30 17:50:24 +00:00
test_runner.py Use live_server_url as IDTRACKER_BASE_URL in IetfLiveServerTestCase. Fixes #3203. Commit ready for merge. 2021-09-07 18:18:13 +00:00
test_smtpserver.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
test_textupload.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
test_utils.py Fix more things 2021-12-09 06:41:00 +00:00
tests.py Remove djangobwr and other bower-related things. 2021-11-09 11:29:53 +00:00
tests_restapi.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
texescape.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
text.py Parse RFC2047 formatted text properly in submission form. Fixes #2465. Commit ready for merge. 2021-06-14 10:46:35 +00:00
textupload.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
timezone.py Reverted merge of timezone-aware migration efforts. 2021-01-12 16:54:20 +00:00
urls.py Removed all __future__ imports. 2020-03-05 23:53:42 +00:00
validators.py Snapshot of dev work to add session purpose annotation 2021-10-12 17:08:58 +00:00