Umair Khan
|
08fbd57245
|
[i18n] Make error messages translatable.
Make all strings passing through `json_error` and `JsonableError`
translatable.
Fixes #727
|
2016-05-31 07:40:42 -07:00 |
Tim Abbott
|
960144a49e
|
Desupport using uninstantiated REQ with has_request_variables.
This makes life difficult for doing static type annotations, and
didn't make the code look that much better anyway.
|
2016-05-31 07:31:15 -07:00 |
Ashish
|
dac4e58b91
|
Changes REST API backend route for /json/change_enter_sends.
|
2016-04-11 21:11:51 -07:00 |
Tim Abbott
|
5bacda3662
|
python3: Fix usage of .keys()/.values() to handle iterators.
This fixes the places where we use the result of .keys(), .items(),
and .values() that wouldn't work with an iterator to wrap them with
list().
|
2016-01-26 21:11:25 -08:00 |
Tim Abbott
|
8526d02370
|
Move settings views into their own file.
|
2015-11-24 05:20:37 -08:00 |