Roland Geider
1c59eb0236
Leave user wger as owner for db folder
...
The apache process still has the group permissions to write the sqlite file
2020-10-15 22:58:06 +02:00
Rasmus Storm
c626b77341
Spelling/grammar fixes in text docs/comments
...
Fixed typos and grammatical errors in comments and text documents. No code outside of comments has been altered.
2020-10-14 11:37:38 +02:00
Roland Geider
6735e3808e
update changelog
2020-10-09 21:49:18 +02:00
Roland Geider
d40821cdeb
Fix issue with development mode
...
Fixes #516
2020-09-22 00:35:22 +02:00
Roland Geider
a427a255b5
Correctly set the form action
...
Otherwise this does not work on a modal dialog
Fixes #522
2020-09-21 21:05:12 +02:00
Roland Geider
6f9fa034cd
Update changelog
2020-09-20 14:14:31 +02:00
Roland Geider
c4c4f51041
Add links to discord server
2020-09-15 10:44:47 +02:00
Roland Geider
6193aca71a
Correctly set form CSS class
...
Fixes #511
2020-09-12 21:46:47 +02:00
Roland Geider
96b1f50274
Cleanup requirements files
...
And add requirements file for production
2020-09-12 21:35:02 +02:00
Roland Geider
3e309b3a5d
Remove the 'u' from strings, everything is unicode
2020-09-08 00:19:21 +02:00
Roland Geider
cf68e5bda5
Update generator to create nutrition diary entries
2020-09-04 13:53:31 +02:00
Roland Geider
f439258bef
Update changelog
2020-09-04 12:39:44 +02:00
Roland Geider
fead6278ab
Simplify command to compile the SASS files
2020-09-03 18:16:04 +02:00
Roland Geider
5cc7f57b1c
Simplify create-settings tasks and others
...
Create settings now uses the current path per default, which simplifies the
initial project setup
2020-09-02 12:58:13 +02:00
Roland Geider
99905118be
Small refactoring of nutritional values cache logic
2020-08-31 23:43:12 +02:00
Roland Geider
b81064d961
Set form helper for user creation for gyms
...
Fixes #504
2020-08-30 18:39:59 +02:00
Roland Geider
695daf0ab7
Fix exercise edit/create form
...
The original description field was not visible due to the tinyMCE javascript
and chrome was complaining that it could not focus on it.
Fixes #505
2020-08-30 18:30:01 +02:00
Roland Geider
c4476bc68c
Bump invoke
...
This has the effect, that the commands don't have an underscore anymore, but a
dash (as had the parameters), which does look nicer
Closes #482
2020-08-26 00:07:26 +02:00
Roland Geider
98034d0b29
Don't open the change password form in a modal window
...
The form actio is not set and the values are sent to the preferences one instead
Fixes #499
2020-08-25 22:21:20 +02:00
Roland Geider
6c67dbfe6d
Update changelog
2020-08-25 21:06:06 +02:00
Roland Geider
e59fdae0a6
Update changelog
2020-08-24 23:06:22 +02:00
Roland Geider
af231b4ca6
Use new twitter handle
2020-08-20 23:09:49 +02:00
Roland Geider
5be8c8d159
Update the documentation to describe usage of sass
2020-08-19 16:04:29 +02:00
Roland Geider
7b333ebbb6
Update changelog.rst
2020-08-13 22:27:57 +02:00
Roland Geider
8bb38f4b7b
Merge branch 'feature/mobile-templates'
...
# Conflicts:
# requirements.txt
2020-08-11 15:11:08 +02:00
Roland Geider
13c4aaf4a2
Update gitattributes file, always use LF
2020-08-10 00:25:16 +02:00
Roland Geider
7ebdb0b4f0
noqa all the files to be skipped
...
Github's super linter seems to call each file individually. So instead of
flake --config foo . it does flake --config foo /path/to/file1.py and this
ignores the exclude values in the config.
2020-08-09 23:17:32 +02:00
Roland Geider
c8889abf3d
Use yarn to manage JS/CSS libraries
...
Bower is deprecated and was also making some trouble under certain circumstances
such as Docker, where sometimes it would download the files to the wrong folder.
Hopefully this results in less headaches.
2020-07-29 13:49:34 +02:00
Roland Geider
bacbce7d37
Merge branch 'master' into feature/mobile-templates
2020-07-28 20:57:47 +02:00
Roland Geider
319e2633c3
Update changelog.rst
2020-07-28 19:46:32 +02:00
Roland Geider
cf32611d2a
Update changelog.rst
2020-07-28 15:07:43 +02:00
Roland Geider
ea7e4611ea
Add new structure for the changelog
2020-07-28 15:06:10 +02:00
Roland Geider
bf84f9ffed
Add new structure for the changelog
2020-07-22 22:49:32 +02:00
Roland Geider
254e49bab7
Ùpdate font awesome to 5.13
2020-07-14 19:58:55 +02:00
Roland Geider
6d5e56e1d3
Some updates to docs
2020-07-14 02:18:25 +02:00
Roland
a9030dc8c0
Bump version to 2.0 alpha 1
2020-07-14 02:14:15 +02:00
Roland
4dbe40417c
Bump version to 2.0 alpha 1
2020-06-29 21:59:41 +02:00
Roland
fb7d0a76ac
Update changelog with entry for new 2.0 release
2020-06-29 21:49:29 +02:00
Roland
473c2caae5
Bump version to 1.9 final
2020-06-29 20:01:43 +02:00
Roland
82cb8c2258
Bump version
2020-06-28 21:00:48 +02:00
Roland
07a72263f4
Optimizations/fixes for PyPI packaging
2020-06-28 18:46:24 +02:00
Roland
933452d5f3
Small documentation polishing
2020-06-25 15:47:24 +02:00
Scott Peshak
298eac8959
Update changelog
2020-06-13 09:13:11 -05:00
Roland Geider
14af473c96
Update AUTHORS.rst
2020-06-10 21:09:03 +02:00
Roland Geider
13c56e3a6e
Make code installable and runnable under Ubuntu 20.04
...
Yes, this is very much only a first step
2020-06-10 20:44:02 +02:00
Roland Geider
cd2083ae4f
Replace slack with gitter
2018-02-21 19:42:08 +01:00
Roland Geider
b7c720bc4f
Add slack channel to docs
...
This replaces the IRC channel that wasn't being used anymore
2018-02-21 16:05:28 +01:00
fb076c366d
`Merge branch 'master' of https://github.com/wger-project/wger
...
Conflicts:
docs/changelog.rst
2017-10-12 22:47:19 +02:00
Peter van der Does
f4d025ef7d
Update with change
2017-05-03 17:42:10 -04:00
Roland Geider
bbe961545e
Update changelog
2017-05-03 21:57:22 +02:00