Commit Graph

852 Commits

Author SHA1 Message Date
Christopher C. Wells 7030258f94 Remove vendor CSS file separation 2020-01-26 09:30:43 -08:00
Christopher C. Wells 4c9a4fe420 Improve contrast in datetime picker widget (#96) 2020-01-26 09:26:54 -08:00
Christopher Charbonneau Wells 49156c1d80
Update to Node 10 minimum version for development (#97)
Updates Travis CI configuration to support Node 10 directly with the `generic` language for supported Python versions.
2020-01-24 21:24:43 -08:00
Christopher C. Wells 69798ff490 Add YYYY-MM-DD support to frontend library 2020-01-23 20:33:36 -08:00
Christopher C. Wells 85ad08b30f Update example French translations 2020-01-23 20:22:41 -08:00
Christopher C. Wells 746526d4ed Add "trimmed" key to `blocktrans` tags and update formatting 2020-01-23 20:00:32 -08:00
Christopher C. Wells b3fd5378d6 Fix missing user name in Timer info string 2020-01-23 19:20:55 -08:00
Christopher C. Wells e1d17759de Do not use imports in custom formats file
Using imports here apparently does not work as all the formats have to get
loaded before the new ones can be added, which means that the newly added
formats do not get recognized until the application restarts.

Fixes #90, again.
2020-01-21 07:22:30 -08:00
Christopher C. Wells d9280d4887 Use `LOCALE` in Timer form 2020-01-20 15:50:35 -08:00
Christopher C. Wells cc0eef33a8 Add support for additional datetime input formats
The frontend library uses an datetime strong format for it's base language (US English)
that is not supported by Python's datetime. This commit adds custom formats to
support the frontend strings.
2020-01-20 15:50:35 -08:00
Christopher C. Wells a93070c5ba Add locale support for datetime picker 2020-01-20 15:50:35 -08:00
Christopher C. Wells 5fb2627c19 Move Plotly locales in to `graph.js` 2020-01-20 15:50:35 -08:00
Christopher C. Wells 609784dc10 Add missed language update migrations
This migration should have been included in `2627b1c`.
2020-01-20 15:50:35 -08:00
Christopher C. Wells 1a31a27974 Remove hardcoded time formats in list views (#93) 2020-01-19 13:29:49 -08:00
Christopher C. Wells 094908f8bc Update documentation throughout 2020-01-19 08:49:45 -08:00
Christopher C. Wells f68483f742 Move gitter link and license info to main README 2020-01-19 06:50:29 -08:00
Christopher C. Wells 06dec22713 Update static files for new translations 2020-01-16 19:44:35 -08:00
Christopher C. Wells 2627b1cbfd Add Turkish translations 2020-01-16 19:42:49 -08:00
Christopher C. Wells f6b5126dfd Add Spanish translations 2020-01-16 19:33:03 -08:00
Christopher C. Wells f0fdbaca42 Update Heroku Python version 2020-01-04 08:40:08 -08:00
Christopher C. Wells fb4d1c9de0 Bump version 2020-01-04 08:11:29 -08:00
Christopher C. Wells d68410cdae Use cookie for language setting
Django 4.0 will deprecate the use of session for language setting.
2020-01-04 08:09:28 -08:00
Christopher C. Wells a11524a47d Update Python dependencies (Django 3.x) 2020-01-04 06:37:42 -08:00
Christopher C. Wells faecb631dc Update NPM dependencies 2020-01-04 06:21:12 -08:00
Christopher C. Wells fc820eb242 Add active timers to children dashboard (#73) 2020-01-04 06:14:40 -08:00
Christopher C. Wells 1798707271 Update and recompile translation files 2019-12-14 13:21:50 -08:00
Ben Nelson 1cbd78193c Spelling corrections for 'not enough information to generate this report' message 2019-12-14 13:10:16 -08:00
Christopher C. Wells d961a6c5c4 Update manual install instructions for local pipenv venv 2019-12-14 13:09:43 -08:00
Christopher C. Wells 1f67380047 Update minimum Python version (for Pandas dependency) 2019-12-14 07:11:13 -08:00
Christopher C. Wells 4e1b22cccf Update Django version lock 2019-12-04 19:30:13 -08:00
Christopher C. Wells f984fb0e1d Update manual install instructions 2019-12-04 19:23:11 -08:00
Christopher C. Wells eceece0db2 Update tests for Diaper Change attribute verbose names 2019-11-09 16:42:51 -08:00
Christopher C. Wells d5509bdb52 Fix linting issues 2019-11-09 16:42:51 -08:00
Christopher C. Wells 482f7242c2 Update example French translations 2019-11-09 16:42:51 -08:00
Christopher C. Wells 9da0f2a1d5 Add locale support to Plotly graphs 2019-11-09 16:42:51 -08:00
Christopher C. Wells b6733650dc Use get_FOO_display for choices fields in templates 2019-11-09 16:42:51 -08:00
Christopher C. Wells cce4855b52 Add translation support to CoreDeleteView 2019-11-09 16:42:51 -08:00
Christopher C. Wells 2eaeaed364 Update example French translations 2019-11-09 16:42:51 -08:00
Christopher C. Wells 4f84482803 Add translation support to `duration_string` utility 2019-11-09 16:42:51 -08:00
Christopher C. Wells 298621bec8 Update Python dependencies 2019-11-09 06:46:26 -08:00
Christopher C. Wells a0e70b61f0 Replace abandoned sass-lint with styelint 2019-11-09 06:37:31 -08:00
Christopher C. Wells 1cfb852e87 Update NPM dependencies and static files 2019-11-09 05:46:40 -08:00
Irmela 9a18458dfb Improve german tummy time translation 2019-10-28 19:01:31 -07:00
Paul Calabro 24da8ad941 Update docker-compose.yml 2019-10-05 06:37:03 -07:00
Paul Calabro ab0a5deb45 Update docker-compose.yml 2019-10-05 06:37:03 -07:00
Paul Calabro 38720d7ca0 Update docker-compose.yml 2019-10-05 06:37:03 -07:00
Paul Calabro 61f1aec883 Update docker-compose.yml
Updated the Compose version number to 3.7.
2019-10-05 06:37:03 -07:00
Paul Calabro 9b19448317 A couple minor changes
- Added support for persisting static content using the advice from https://github.com/cdubz/babybuddy/issues/46#issuecomment-394020997. Thanks @djmwj !
- Fixed a couple yamllint warning messages.
- Set some values explicitly to match `docker-compose config`.
2019-10-05 06:37:03 -07:00
Paul Calabro 326a6f448c Update dashboard.html
Centered the child photo within the card
2019-10-04 19:59:34 -07:00
Christopher C. Wells 74f089fcec Refactor usee of removd Visibility API library. 2019-08-22 20:35:52 -07:00