Commit Graph

915 Commits

Author SHA1 Message Date
= 187d2226e0 Fixed duplicate data/form-submit from double click 2020-10-28 14:35:22 -07:00
Christopher C. Wells 95a2cdf06d Use day precision for child age (#167) 2020-10-25 20:06:21 -07:00
Christopher C. Wells 19c91822e0 Update Piplock 2020-10-25 18:58:15 -07:00
Christopher C. Wells af482c70e6 Migrate timezones data 2020-10-25 18:58:09 -07:00
Christopher C. Wells b014dd29fb Fix tests for Python 3.6 support (#170) 2020-10-25 09:32:39 -07:00
Christopher Charbonneau Wells 9fb49876f4
Use correct Python versions in Travis CI (#169)
* Set python executable explicitly with pipenv command

* Move to travis-ci.com

* Remove Pipfile for older Python versions
2020-10-23 23:22:25 -07:00
Christopher Charbonneau Wells 9d261efc36 Update django.po (POEditor.com) 2020-10-23 20:39:43 -07:00
Christopher Charbonneau Wells 0a0d0dcc19 Update django.mo (POEditor.com) 2020-10-23 20:39:41 -07:00
Christopher Charbonneau Wells 750721bf51 Update django.po (POEditor.com) 2020-10-23 20:39:39 -07:00
Christopher Charbonneau Wells 9ab32c47d7 Update django.mo (POEditor.com) 2020-10-23 20:39:38 -07:00
Christopher Charbonneau Wells bd8ed871b1 Update django.po (POEditor.com) 2020-10-23 20:39:36 -07:00
Christopher Charbonneau Wells 82c50dddb4 Update django.mo (POEditor.com) 2020-10-23 20:39:34 -07:00
Christopher Charbonneau Wells b8dd889e14 Update django.po (POEditor.com) 2020-10-23 20:39:32 -07:00
Christopher Charbonneau Wells 9d706e4fd9 Update django.mo (POEditor.com) 2020-10-23 20:39:31 -07:00
Christopher Charbonneau Wells f7e551737d Update django.po (POEditor.com) 2020-10-23 20:39:29 -07:00
Christopher Charbonneau Wells e0b66b1143 Update django.mo (POEditor.com) 2020-10-23 20:39:27 -07:00
Christopher Charbonneau Wells 22d36c6642 Update django.po (POEditor.com) 2020-10-23 20:39:25 -07:00
Christopher Charbonneau Wells 86434fdbd4 Update django.mo (POEditor.com) 2020-10-23 20:39:24 -07:00
Christopher C. Wells 2b6605d2fd Update Python dependencies 2020-10-23 20:35:59 -07:00
Christopher C. Wells 4639cfb9b0 Update Node dependencies 2020-10-23 20:35:59 -07:00
Christopher Charbonneau Wells 35c825f223
Add a GitHub Sponsors file 2020-08-27 05:06:38 -07:00
Christopher C. Wells 234a7a134e Compile messages for German language 2020-08-23 05:24:07 -07:00
Christopher Charbonneau Wells 71432cf1e6
Merge pull request #160 from dettmering/master
German spelling corrections
2020-08-23 05:14:53 -07:00
Till Dettmering 4b6dbb1967 More spelling corrections 2020-08-22 11:09:42 +02:00
Till Dettmering a4597cc5a6 Corrected German spelling 2020-08-22 11:02:43 +02:00
Christopher C. Wells 0fd8f1a3a7 Support parallel tests in coverage 2020-08-16 14:03:50 -07:00
Christopher C. Wells f60c7884fe Revert "Update Python versions tested in TravisCI"
This reverts commit 6859d120
2020-08-12 20:14:30 -07:00
Christopher C. Wells 993437938d Run coverage tests in parallel 2020-08-12 20:12:20 -07:00
Christopher C. Wells 6859d120d9 Update Python versions tested in TravisCI 2020-08-12 20:11:22 -07:00
Christopher C. Wells 8a9dd9c04d Run non-isolated tests in parallel 2020-08-12 20:00:03 -07:00
Christopher C. Wells 426378c3e1 Disable system checks for `gulp reset` command 2020-08-12 19:58:53 -07:00
Christopher C. Wells 3f0694dc9d Make datetime editable for Note model
Closes #151
2020-08-12 19:47:58 -07:00
Christopher C. Wells 7a2eab0173 Ensure `data` directory exists
Closes #156
2020-08-12 19:33:35 -07:00
Christopher C. Wells 634b1dafd1 Add Finnish to list of translations in README 2020-07-29 19:51:32 -07:00
Christopher C. Wells a99efe587b Add Moment to locale contributing guidelines 2020-07-29 19:48:23 -07:00
Christopher C. Wells 9641a2369c Add Finnish locale files front frontend libraries 2020-07-29 19:44:31 -07:00
Christopher Charbonneau Wells 701825e281
Merge pull request #152 from haiksu/add-finnish-language
Add Finnish language
2020-07-29 13:09:24 -07:00
Mikko Haikonen 308f0f4c57 Revert development.py 2020-07-29 16:42:04 +03:00
Mikko Haikonen dfdadea5ba Add Finnish language 2020-07-29 16:40:18 +03:00
Christopher C. Wells 37baabccde Bump version (late -- oops!) 2020-07-26 21:21:29 -07:00
Christopher C. Wells 292ffadff4 Prevent Heroku from using Pipenv
Heroku uses an outdated Pipenv that has started to fail hash checks.
2020-07-26 21:16:53 -07:00
Christopher C. Wells aed0c681d0 Update Heroku Python runtime to 3.8.5 2020-07-26 20:51:26 -07:00
Christopher Charbonneau Wells dda1cd4750
Merge pull request #150 from babybuddy/148-24h-time
Add support for 24 hour time override (#148)
2020-07-26 20:09:46 -07:00
Christopher C. Wells 3005fe3976 Add support for "isolated" tests (#148) 2020-07-26 20:02:51 -07:00
Christopher C. Wells 7abe7b2a5f Add test for USE_24_HOUR_TIME_FORMAT (#148)
Note: this new test has been tagged "isolate" and excluded from regular tests
because the locale behavior being tested involves Django internals that must
be handled at initialization and cannot be changed during runtime (i.e. this
new test with PASS when run alone, but FAIL when run with other tests).

A future commit or set of commits should come up with a way to execute all
tests tagged "isolate" in isolated test environments as part of the full test
suite. For now, this test simply does not run until it is run manually.
2020-07-22 21:56:29 -07:00
Christopher C. Wells 23ac4ade91 Add specific failing string detail to datetime format test (#148) 2020-07-22 21:14:34 -07:00
Christopher C. Wells d138558158 Concatenate (not append) DATETIME_INPUT_FORMATS (#148) 2020-07-22 21:13:56 -07:00
Christopher C. Wells 1eb02f436b Correct minute directive in DATETIME_INPUT_FORMATS (#148) 2020-07-22 20:27:44 -07:00
Christopher C. Wells 8f3f8e5104 Add tests for template tag (#148) 2020-07-22 20:16:23 -07:00
Christopher C. Wells 6f7ec903cc Add missing commas in list definition (#148) 2020-07-22 20:14:07 -07:00