Christopher C. Wells
3135d1d9d0
Use settings override for rolling session refresh test
2020-06-28 05:31:34 -07:00
Christopher C. Wells
3407afbf1b
Move default database file to a directory ( #145 )
2020-06-21 08:21:16 -07:00
Christopher C. Wells
a9787f6743
Move default `DATABASES` config to babybuddy.settings.base
2020-06-09 07:11:25 -07:00
Christopher C. Wells
a09ceadc40
Ensure naps are captured for both start and end time
2020-06-09 07:02:28 -07:00
Peter Hardy
2806d0a22f
The rest of the middleware commit
2020-05-17 20:11:08 +10:00
Peter Hardy
1d9a7d4215
Adds rolling session refresh middleware ( #130 )
2020-05-17 16:57:00 +10:00
MaximilianKindshofer
85777d0b9a
fix(Docker): Fixed Docker-Compose-Example
...
The docker-compose example now runs out of the box. Migrations are
applied at startup and cachetable is created.
Closes #141
2020-04-18 18:28:51 +02:00
Christopher C. Wells
5c0ab940b0
Bump version (v1.4.0)
2020-02-19 09:17:30 -08:00
Christopher C. Wells
d0b33c2b1b
Use user first and last name, when available, in UI
2020-02-18 14:41:33 -08:00
Christopher C. Wells
192d8d9b09
Change Django backend name to "Database Admin"
...
This is primarily done to make the documentation for import/export a little easier to understand.
2020-02-18 14:41:33 -08:00
Christopher C. Wells
8c64dd8cae
Configure support for imports
2020-02-18 14:41:33 -08:00
Christopher C. Wells
014b373a78
Add initial basic admin import/export support
2020-02-18 14:41:33 -08:00
Christopher C. Wells
a751b0b2e0
Add random notes to faker
2020-02-16 15:09:57 -08:00
Christopher C. Wells
e3c2f0c0b9
Implement example notes handling in Diaper Change list
2020-02-16 15:09:57 -08:00
Christopher C. Wells
c05ce176fc
Persist user timezone setting with middleware
2020-02-14 12:45:24 -08:00
Christopher C. Wells
8735655f23
Add user timezone setting support to datetime form fields
2020-02-14 12:07:43 -08:00
Christopher C. Wells
7727e254c3
Add specific test for timezone setting via form
2020-02-14 10:56:13 -08:00
Christopher C. Wells
93207d88fe
Add user timezone setting to test fixtures
...
Without this change, some tests will fail because the default setting value
for the timezone will override (UTC) when "US/Eastern" is expected.
2020-02-14 10:56:13 -08:00
Christopher C. Wells
b54b0facb3
Account for timezone field in existing forms tests
2020-02-14 10:56:13 -08:00
Christopher C. Wells
6433b52bec
Use "common_timezones" instead of "all_timezones"
2020-02-14 10:56:13 -08:00
Christopher C. Wells
1514e77f8c
Add user configurable timezone setting
2020-02-14 10:56:13 -08:00
Christopher C. Wells
ea6476f9ca
Bump version (v1.3.4)
2020-02-08 20:34:07 -08:00
Christopher C. Wells
2bde57cc32
Bump version (v1.3.3)
2020-02-08 15:23:59 -08:00
Christopher C. Wells
7c0b8c0071
Bump version (v1.3.2)
...
Static assets relevant to the new Pull to Refresh feature were missed in v1.3.1 ):
2020-02-07 12:28:48 -08:00
Christopher C. Wells
724848827c
Bump version (v1.3.1)
2020-02-07 11:56:57 -08:00
Christopher C. Wells
86f0c2f04b
Update references to old repo address
2020-02-06 22:16:57 -08:00
Christopher C. Wells
127c3d5cb0
Add ability to delete all inactive Timers ( #108 )
2020-02-06 21:15:36 -08:00
Christopher C. Wells
8e5364d891
Ensure that empty environment values get defaults
...
The `os.environ.get` default is _not_ used if the environment variable is set to an empty value. This can lead to confusion if, for example, the `TIME_ZONE` environment variable is set to empty. The expected behavior is a fallback on "Etc/UTC".
2020-02-04 11:28:16 -08:00
Christopher C. Wells
682ebb34ca
Implement pull-to-refresh ( #107 )
2020-02-04 10:58:26 -08:00
Christopher C. Wells
a0a6c88a19
Fix linting issue
2020-01-31 12:05:40 -08:00
Christopher C. Wells
17ed16bc8b
Hide Child from Timer detail in one child use cases
2020-01-31 12:01:17 -08:00
Christopher C. Wells
b5dc34e388
Bump version
2020-01-31 09:10:40 -08:00
Christopher C. Wells
6662d1036d
Clear cache during `reset` operation
2020-01-31 09:09:01 -08:00
Christopher C. Wells
f4f7b8f5af
Don't run `createcachetables` during `reset`
...
The `reset` command can only be run after initial app setup, which will include cache tables creation so running it again won't ever do anything since the table will already exist.
2020-01-31 09:09:01 -08:00
Christopher C. Wells
c720f0b581
Add cache table support (WIP)
2020-01-31 09:09:01 -08:00
Christopher C. Wells
e168babd86
Style datetime picker inputs
2020-01-31 08:47:03 -08:00
Christopher C. Wells
e587ddeccd
Use large inputs for datetime picker
2020-01-31 08:47:03 -08:00
Christopher C. Wells
475b7abf78
Apply custom style to `.datetimepicker-input`
2020-01-31 08:47:03 -08:00
Christopher C. Wells
f725dd12f6
Prevent double import of global styles
2020-01-31 08:47:03 -08:00
Christopher C. Wells
87a38f4e87
Add close button to datetime picker widget
2020-01-27 14:59:40 -08:00
Christopher C. Wells
26b54b114e
Add wrapper for datetime picker widget
2020-01-27 14:56:37 -08:00
Christopher C. Wells
c51e755c0f
Add Diaper Change "amount" field data to API
2020-01-26 14:30:00 -08:00
Christopher C. Wells
7f258f972d
Add Diaper Change amounts to fake data generation
2020-01-26 13:32:02 -08:00
Christopher C. Wells
4194d833d2
Remove `vendor.css` reference (see 7030258
)
2020-01-26 13:31:29 -08:00
Christopher C. Wells
4c9a4fe420
Improve contrast in datetime picker widget ( #96 )
2020-01-26 09:26:54 -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
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
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
609784dc10
Add missed language update migrations
...
This migration should have been included in `2627b1c`.
2020-01-20 15:50:35 -08:00