Commit Graph

3442 Commits

Author SHA1 Message Date
Ryan Marvin
4bdca8b44a Merge branch 'ft-add-fitbit-support-137599137' of https://github.com/RyanSept/wger_stark into ft-add-fitbit-support-137599137 2017-02-12 20:56:34 +03:00
Ryan Marvin
9bf7c372ce Fix move client ID and secret to settings ref=[#137599137] 2017-02-12 20:52:59 +03:00
Ryan Marvin
7de9270639 Fix pep8 errors [ref= #137599137] 2017-02-12 20:51:38 +03:00
Ryan Marvin
92c7b1d33d Fix pep8 errors [ref= #137599137] 2017-02-06 20:51:54 +03:00
Ryan Marvin
661e0c5754 Add pulling of user weight data from fitbit ref=[#137599123] 2017-02-06 18:29:36 +03:00
Ryan Marvin
4ccce43518 Add fitbit authorization page and token retrieval [ref= #137599137] 2017-01-30 10:25:13 +03:00
Roland Geider
e85134cce0 Fix spacing
This caused a de-facto duplicate entry in the PO file, one for "Repetitions"
and one for "Repetitions " (with the space at the end)
2016-09-30 13:17:35 +02:00
Roland Geider
181e450a70 Merge branch 'master' of ssh://thoe.intevation.de:/home/roland/Projekte/misc/wger 2016-09-29 23:40:57 +02:00
Roland Geider
397be55f7f Add bottom margin
This is is necessary in mobile displays, so that the options button row has
space and is not directly on top of e.g. the breadcrumbs.
2016-09-29 11:54:05 +02:00
Roland Geider
f967725056 Set the nofollow flag to the demo button
Robots should not access the dashboard or any of the other pages for registered
users.
2016-09-28 22:23:28 +02:00
Roland Geider
b4ffbd781a Add bottom margin
This is is necessary in mobile displays, so that the options button row has
space and is not directly on top of e.g. the breadcrumbs.
2016-09-28 21:18:49 +02:00
Roland Geider
3b3dd0a08e Make fields in workout form optional
Fixes #334
2016-09-28 18:03:36 +02:00
Roland Geider
eae4fb2c9c Install sqlite3 in development image 2016-09-28 17:01:07 +02:00
Roland Geider
b518c00db7 Add requests to dependency list 2016-09-28 16:31:02 +02:00
Roland Geider
d94af357bf Move the "add" button to options block
This makes the position consistent and makes the top right corner the place
where "page-wide" options and links are located.
2016-09-25 16:28:33 +02:00
Roland Geider
ce6f18d626 Show the add entry button only to owners
While guest users that arrived at the page over a shared link wouldn't be able
to add any weight entries, it is nonetheless ugly to have non-working options.
2016-09-25 12:30:15 +02:00
Roland Geider
e4885689fc Bump version to 1.8alpha3 2016-09-25 11:56:10 +02:00
Roland Geider
5d52d12913 Add margin to buttons in feature page
This is necessary in mobile so that the buttons are not directly stacked on top
of each other.
2016-09-25 11:38:33 +02:00
Roland Geider
2cb385ab85 Add coding for python 2.7 compatibility 2016-09-21 22:03:34 +02:00
Roland Geider
a43b013e84 Exercise names are now capitalized
This is a purely visual change to make them more consistent, fixes #232
2016-09-21 21:12:51 +02:00
Roland Geider
da0711ae34 Further changes to features page
The descriptions for the features is now shorter, making it (hopefully) easier
to scan at a glace. Also a new point mentioning the calendar was added.
2016-09-21 19:46:17 +02:00
Roland Geider
b4af0d8710 Remove browserID as alternative login option
The service as provided by mozilla is being discontinued and will cease to work
on the 30th of November 2016. Users using this will need to use the regular
login form. Since persona was based on emails, this is a viable option. Fixes #331
2016-09-21 00:05:19 +02:00
Roland Geider
e07e797de0 Fix HTML, header tags didn't match 2016-09-20 23:42:13 +02:00
Roland Geider
038c388441 Rename email templates, they are not HTML 2016-09-20 23:29:57 +02:00
Roland Geider
86ee621e46 Remove hard coded references to wger.de in emails
See #291
2016-09-20 23:28:11 +02:00
Roland Geider
0a8caec376 Allow administrators to deactivate the guest users
This can be interesting in instances where the administrator has to create the
user accounts. Fixes #330
2016-09-20 22:58:14 +02:00
Roland Geider
de3628cebd Also show local path to JS linter
Since the documentation does not install the node modules globally, just doing
a `gulp lint-js` would not work.
2016-09-18 20:24:58 +02:00
Roland Geider
9c9b8af666 Customize the user agent
This cosmetic change just makes it easier to see if calls to the REST API come
from our own scripts
2016-09-18 20:03:37 +02:00
Roland Geider
8e2278d50a Make it more obvious where to install the node moules 2016-09-18 20:02:56 +02:00
Roland Geider
352916f173 Fix typo 2016-09-18 19:48:41 +02:00
Roland Geider
50fc3cc83a Add missing backslash 2016-09-18 16:38:21 +02:00
Roland Geider
0c56eba6c7 Activate virtualenv before downloading exercise images 2016-09-18 15:47:28 +02:00
Roland Geider
f614de7301 Update management commands
The old *args and **options syntax was generating deprecation errors
2016-09-18 15:21:53 +02:00
Roland Geider
9ebf3bbe07 Download the sortable library via bower 2016-09-18 15:21:14 +02:00
Roland Geider
801f50718b Install nodejs linting modules
Since these are development images, they should be configured with everything
needed
2016-09-18 15:17:19 +02:00
Roland Geider
7a27ba560d It's not necessary anymore to install to wger folder 2016-09-18 14:01:10 +02:00
Roland Geider
431785baea Download exercise images in the docker images 2016-09-18 13:56:35 +02:00
Roland Geider
c68071a3e7 Change the way user uploaded files are handled 2016-09-18 11:46:34 +02:00
Roland Geider
849fba1754 Path of node modules folder changed 2016-09-18 11:45:41 +02:00
Roland Geider
7d492ea40a Use project URL for cloning the repository 2016-09-18 11:44:29 +02:00
Roland Geider
ca744767ec Improve landing page
This fixes #307
2016-09-05 22:16:52 +02:00
Roland Geider
581c543397 Merge branch 'new-featurepage' of https://github.com/DeveloperMal/wger 2016-09-05 22:07:53 +02:00
Roland Geider
f75c391836 Update changelog 2016-09-05 22:01:33 +02:00
Roland Geider
81254483f3 Merge pull request #323 from petervanderdoes/bugfix/autocomplete
Fix problem with ingredient autocompleter
2016-09-05 22:00:19 +02:00
Roland Geider
07b8109668 Update changelog 2016-09-05 11:13:50 +02:00
Peter van der Does
71c11e99e6 Tests fail due to change in response 2016-09-04 18:14:43 -04:00
Peter van der Does
7319d56160 Tests fail due to change in response 2016-09-04 18:14:42 -04:00
Peter van der Does
7cc07cf417 No need to transform the AJAX response 2016-09-04 18:14:41 -04:00
Peter van der Does
d682133c34 No need to transform the AJAX response 2016-09-04 18:14:40 -04:00
Peter van der Does
5a7f038fe9 Rename the function 2016-09-04 18:14:39 -04:00