Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/wger-project/wger
Self hosted FLOSS fitness/workout, nutrition and weight tracker
https://github.com/wger-project/wger
This is more consistent with the DRY principle. Also, use 'pk' instead of
'id' in the workout vi...
This is basically security thorugh obscurity, and as such doesn't provide for
any meaningful pro...
ecc9ea1b4150ba9e82a82001fe2fe2774f7948d4 authored about 10 years ago by Roland Geider <[email protected]>
This change makes the WgerAuthenticationMiddleware more constrained, as it only
creates guest us...
46f166aba3530abb4d5a987e7a73b16d73f00354 authored about 10 years ago by Roland Geider <[email protected]>
This can be used in the different views to check that the owner user has allowed
external access...
b4c2c430b329b26ce36ab63feaf042e22c222d48 authored about 10 years ago by Roland Geider <[email protected]>
This is the "upstream" class so we don't have to mantain our own forward-ported
one from bootstr...
See #102
1623b3af431bb61fdc2f3525cc214ef72457e7f3 authored about 10 years ago by Roland Geider <[email protected]>
This is more in line to django suggestion to write code for python 3 and add
python 2 as a backw...
See #100
4bce9ec87415e9a7871c206f1adc7297e230e257 authored about 10 years ago by Roland Geider <[email protected]>See #108
ac1ca12c8a992c0f95560bea4e64d0d9fd1ee68e authored about 10 years ago by Roland Geider <[email protected]>(E.g. 'Use sucessfully deleted')
383bbe3c8b8cdee4f6822737e2c18728a6418207 authored about 10 years ago by Roland Geider <[email protected]>Ordered equipment alphabetically (fixes #100)
1db049b0329a8227fa68978458a520b63311ff19 authored about 10 years ago by Roland Geider <[email protected]>
I made an attempt to solve issue #100.
After the changes in code, the software seems to be worki...
I made an attempt to solve issue #100.
After the changes in code, the software seems to be worki...
Fixed redirect after user logout (Fixes #108)
1cbd169a40bff8b323f794e0b5a4cf7ffb43da45 authored about 10 years ago by Roland Geider <[email protected]>81787b5da3e4a151c37b8db78ebea4d9afe8e460 authored about 10 years ago by Helen Sherwood-Taylor <[email protected]>
This commit adds a cache to both the HTML and the log lists needed to render
the calendar view. ...
Also, test the activity of a schedule directly on the objects passed to the
context. Testing the...
2222c9f7ee2da29b86364b09fa7c6dfacff01a5f authored about 10 years ago by Roland Geider <[email protected]>
a241c2eb9315ec5d620cb1211d9379dec027050d authored about 10 years ago by Roland Geider <[email protected]>
3eab5076182d4fccdd88fb4ed1c03f97b9ed10e0 authored about 10 years ago by Roland Geider <[email protected]>
18cd8ba92d921e94f621e43c8e939c7e81d7055a authored about 10 years ago by Roland Geider <[email protected]>
3e8004d0a61a94ae284dbf4f6c18f66ef2d10155 authored about 10 years ago by Roland Geider <[email protected]>
b92a4a94544f0fe574d0cdf82b79e3811ede61db authored about 10 years ago by Roland Geider <[email protected]>
7cd8c9db05ecfd9520725b06631ae5ed5df09986 authored about 10 years ago by Roland Geider <[email protected]>
4ffef94aaf363691a2a2b9ef808f4be3f3ed1aa6 authored about 10 years ago by Roland Geider <[email protected]>
If a log has an impression, the day is coloured accordingly (greed for
good, etc.). Additionally...
In django 1.7 creating ModelForms without either a 'fields' or 'exclude'
raises a deprecation wa...
This better groups different settings together and as a nice side effect,
makes the 1_6.W001 war...
This moves clears the old south migrations and replaces them with (one) intial
django migration....
Thanks to oneuser_
0c5c4fa80e2bef3bc764eaaae283f12cb556e55e authored about 10 years ago by Roland Geider <[email protected]>8cc70dfd7d7f678e81a19ab75092f3dac533ed86 authored about 10 years ago by Roland Geider <[email protected]>
b11d901f4851e8c60f76aa2c5a7aa301b4282f5c authored about 10 years ago by Roland Geider <[email protected]>
bf3237f8b4f83f07ed114b806d7d1b2069ead8ca authored about 10 years ago by Roland Geider <[email protected]>
c8f11469712493121e3527adac029459221e4dc8 authored about 10 years ago by Roland Geider <[email protected]>
29cb9957023614d0f522445c4b06a4f86c09cd7f authored about 10 years ago by Roland Geider <[email protected]>
This reduces duplication of requirements
16f9caf1889c5f4d5da12d5b801a038516498b88 authored about 10 years ago by Roland Geider <[email protected]>This is not necessary anymore.
b6e9e8ccf8899032bcc5de068b3ae5e6b595415c authored about 10 years ago by Roland Geider <[email protected]>
Add all files by default and only exclude what doesn't need to be included in
the package.
The admin user is no longer a django super admin, but a regular user that
belongs to the differe...
The same file is also in config/fixtures (where it belongs)
fd257f5e124f3604254ea9a595375f0eeae1c650 authored about 10 years ago by Roland Geider <[email protected]>14a15c1e9be17fb34cf37508ad3bfa6750a753d0 authored about 10 years ago by Roland Geider <[email protected]>
Also, commit incomplete languages as well
5c0d279d1b3e1383b6af965d09cc763052cfb227 authored about 10 years ago by Roland Geider <[email protected]>
With this change, new visitors that arrive at the landing page get a very
clean page, with no di...
6dfc3bdf6ad1ff96cced547f8f69665f7f4ee8cc authored about 10 years ago by Roland Geider <[email protected]>
0317c5494b9dcf3956a17a3de66cf5fb3afdb821 authored about 10 years ago by Roland Geider <[email protected]>
While this is not actually needed, it makes the admin user in new installations
more useful.
Gym managers can edit their own gym only, general gym managers
can edit all gyms
Originally, the gym models resided in the core app but where moved to their own
'gym' app later.
8a89a89bf74b1450ed22a16abca71e68effeaaa3 authored about 10 years ago by Roland Geider <[email protected]>
50a42d4c288705085cfcddc93bb0de26c9e6d293 authored about 10 years ago by Roland Geider <[email protected]>
This change corrects the proportions on long or wide images
a496f20b7a61e032c9c11144127b91e73a89dfae authored about 10 years ago by Roland Geider <[email protected]>
* Reduce the width of main content for feature page
* 'center' introduction text by offsetting g...
97d13b96da9cf015e2f6d92634b5c0d7b1cd7a59 authored about 10 years ago by Roland Geider <[email protected]>
Fix typo
f6f60511818fa9c7248641c68902c95ea45df277 authored about 10 years ago by Roland Geider <[email protected]>bf612cd5cdc9972dcb0898cee34927bf5a799bd8 authored about 10 years ago by Sean Hussey <[email protected]>
Fixes #96
54f14b8a4c6352c7384b09c326e2be1f4fd47e07 authored about 10 years ago by Roland Geider <[email protected]>
This is necessary on mobile, otherwise the button clashes with the following
dropdown options.
e46c2044f95b8c429f4fbb0018046aaa240e5722 authored about 10 years ago by Roland Geider <[email protected]>
ff753ecda4764f33c039c7990858a04efb24efe1 authored about 10 years ago by Roland Geider <[email protected]>
a19f34a02f6a2bbe6799f069c91bfe62b3f11aa1 authored about 10 years ago by Roland Geider <[email protected]>
f02d35c9f4807390104cb06a1c809e7489305bfd authored about 10 years ago by Roland Geider <[email protected]>
86e5eb8df5b4eb304c2aa6505b92420f0da95be3 authored about 10 years ago by Roland Geider <[email protected]>
It's clear what the settings does
6a775cc490e8155317e4007d0af3c36980ce4d68 authored about 10 years ago by Roland Geider <[email protected]>7c7addc066e04823aebe33bfcb5ece3aa2572e64 authored about 10 years ago by Roland Geider <[email protected]>
6748496ee28e41cf2447ff7e2d2e2d102c75b7de authored about 10 years ago by Roland Geider <[email protected]>
931d5fa4c29b73279c9868d50c979de78d513988 authored about 10 years ago by Roland Geider <[email protected]>
This makes the links not show the underline when hovering over them
6c018e7b60955d9c526e8c27552ae56635d45908 authored about 10 years ago by Roland Geider <[email protected]>4a2028699182852bb945baa47dbc9dd7798ddbd6 authored about 10 years ago by Roland Geider <[email protected]>
597bac6251f2727a577316a5b9e763b02865be44 authored about 10 years ago by Roland Geider <[email protected]>
Also, translate the units as necessary
0158129360ac58b1c98cd37686819189668ae263 authored about 10 years ago by Roland Geider <[email protected]>2ccca1ab682f2f8d1dd336286e7c7aba0db75d32 authored about 10 years ago by Roland Geider <[email protected]>
60f34281409b876e0475ad00d9064b281eecebb9 authored about 10 years ago by Roland Geider <[email protected]>
Mention support for imperial units
79a9dc12cf28eef6a99b7d9dafcd1a1bdc0d0f65 authored about 10 years ago by Roland Geider <[email protected]>Add support for imperial weight units
57641fa3dd88f8fa51509a9dcd51939df454904a authored about 10 years ago by Roland Geider <[email protected]>This is now created when registering or changing the global default gym.
4cccc9f498d2edcff40956d67ff3190a22dcc0d7 authored about 10 years ago by Roland Geider <[email protected]>a5a731a9f8509820f9a09edc89554905f0ae85d6 authored about 10 years ago by Roland Geider <[email protected]>
25bcaaf3bc520a037a5797bbb4dd7b31bc0e2f6f authored about 10 years ago by Roland Geider <[email protected]>
e34fe73f062739bb22c9dcfe94e1109e4458715b authored about 10 years ago by Roland Geider <[email protected]>
Needed to correctly render the user's weight unit. Since tags have no access to
the global conte...
Ounces (or liquid ounces) are now an available option for all English ingredients.
7b6deeed958fce1d3441e6dd8968d14607c885e1 authored about 10 years ago by Roland Geider <[email protected]>484b8a0456d7a91fb4b11816790d94cb66d15a3c authored about 10 years ago by Roland Geider <[email protected]>
Backporting since these should be in the release and the routine generator
doesn't seem to be re...
87beb9ff3e002b8c9704bb28d9ce3b6fa6ed2dfd authored about 10 years ago by Roland Geider <[email protected]>
5712bf748ad0a8f9eb7f8f9325890fbe5b52629e authored about 10 years ago by Roland Geider <[email protected]>
670f94ed21fd8fcf6beb7ece68a9454777d5c8f4 authored about 10 years ago by Roland Geider <[email protected]>
805ceb2026394c7a5f7050041632d185321dc1aa authored about 10 years ago by Roland Geider <[email protected]>
4d5c799d7ab416e1f4881782f640666d07012d11 authored about 10 years ago by Roland Geider <[email protected]>
184486cf1ccc681a8ac7eb569c8607aa61d538e1 authored about 10 years ago by Roland Geider <[email protected]>
079fdfe8c94d0520239f016b6c3cbdef2de8309b authored about 10 years ago by Roland Geider <[email protected]>
a2077646e84a63e2ccc11cd4a0af43b54b82ec2e authored about 10 years ago by Roland Geider <[email protected]>
f172cb107f0e329728e84665a7642d38a2b12ce4 authored about 10 years ago by Roland Geider <[email protected]>
96ca6a9ed391a4ed90d598b8c08a69b14404b305 authored about 10 years ago by Roland Geider <[email protected]>
aa216d1e376ad4ad0880e6bbc90e71b28d8144b5 authored about 10 years ago by Roland Geider <[email protected]>
General managers can edit all gyms in the application instance (since they can
create them and s...
9e1629f1e2ffe56dbf5040308a70c82e9c7cc1ad authored about 10 years ago by Roland Geider <[email protected]>
In this case, metric units are used
83a29fb2b4e339a7daf174cdf60bdd8b0dfe02d8 authored about 10 years ago by Roland Geider <[email protected]>1d47ba43e2aaa5fef0cf12abccba373dbb8eb7c3 authored about 10 years ago by Roland Geider <[email protected]>