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

Fix dockerfile for apache deployment

Also, change the order of the installation commands so they are the same as for
the devel image....

712b71ad142932dd5d65e798c94987bd455107f3 authored almost 9 years ago
Move tasks.py back to the source folder

This was causing many problems with the installation and was only needed for
the packaged versio...

d0813d24295fd88d714cc197521c4840febe7641 authored almost 9 years ago
fixing pep remarks

692477e5427d89626d400483b80ce0b7b00cb71d authored almost 9 years ago
fixing unit test for new canonical representation

22cf061daee163c6605ca05a2aeabb63b516634a authored almost 9 years ago
Remove left padding for columns in formset

This gives us a little more space in the form, which we need in small screens.
Otherwise the con...

2ec13792277203b9569bcb8626b898aec6012ab0 authored almost 9 years ago
Update changelog

2250b686adf7c233026ff216d5d3113fa1aed3ec authored almost 9 years ago
Some fixes to PR #275

The PR changed the initial migration, which this commit reverses. In its place,
a new migration ...

fbe14100713fcd30d67b873547ce6477d1a1cbb3 authored almost 9 years ago
Merge pull request #276 from azend/275-out-of-bounds-weight-error-for-the-morbidly-obese

275 out of bounds weight error for the morbidly obese

9666625f0d8ec770275e5511c583dc3f297d25ae authored almost 9 years ago
display secondary muscle on workout page

594abbd2fb62605e56fcbb83df153f1b18b1177a authored almost 9 years ago
add package install instruction for fedora 23

7058422cc38c87515d0254a1c68e20d05f4919a5 authored almost 9 years ago
Merge pull request #280 from ywecur/patch-1

Add git to necessary packages list for Dev version

18b18056d69c013ee07c1e652f26960764ccde12 authored almost 9 years ago
Add git to necessary packages list for Dev version

3d226db50e69f96152f2b22c5dccd8c4c8b4e932 authored almost 9 years ago
Change installation instructions for developmen

Since we are mucking with the system path in the tasks.py, there are problems
with the invoke co...

bb439e47fb2c821a142516a79996ef636d3ebed0 authored almost 9 years ago
Use correct path for sudoers file

a1ae61b7cb78bbebbda41439f09739dc0984ab1e authored almost 9 years ago
Set initial value for weight units

409868f94d0973b863d098ff6eff10ed86770122 authored almost 9 years ago
Updated max weight bound in migration

720afcfa57cb1e2d9690d4118caabaf7c78c9330 authored almost 9 years ago
Update models.py

011cc4925946ccb0aa52494fe0d3879462516279 authored almost 9 years ago
Overwrite the log and setting repetitions

If the user selected "Until Failure", only 1 "repetition" is saved, everything
else doesn't make...

d3e091ce20638175c51a1901f6597814c9b60ede authored almost 9 years ago
Change numbering for sets

This change uses an explicit "Nr. x" since now there is enough space to do it.

a82e590cddabc1897b75c1184852e9a4b422e196 authored almost 9 years ago
Add link to log overview from add form

dba7286838e7e349977b87d5c0bdfbe1b0943aad authored almost 9 years ago
Improve alignment of exercise name

37b66397abd97b9ed628386a224b7a11c948a672 authored almost 9 years ago
Use the workout's get_absolute_url in breadcrumbs

This consolidates the workout's logic in the model, in case it needs to be
changed in the future.

76cb5ae797c194a10c9fb987ca3a7860fec0fcbe authored almost 9 years ago
Use breadcrumb for navigation in log add view

02b246fb46daa710b253c1d254fcf48bc0238efc authored almost 9 years ago
Make the repetition and weight unit fields optional

This is necessary to be able to use the workout log form at all, otherwise all
fields need to be...

87478e9e44e46a5c01b6182c04f9675df51fc756 authored almost 9 years ago
Improve set form template

With the addition of the repetition and weight units, the form for adding sets
to a day needed m...

6d5790c10e979958521bce8eee645f7607783a2b authored almost 9 years ago
Small refactoring of workout representation

This consolidates some parts of the logic in small helper functions. Also, the
unit "Until Failu...

3c564c91f31ea22b3a746c9e3b178a94d696a42e authored almost 9 years ago
Add data migration for settings and logs

783165571d6fe5b0e655e8c2a4cf7a77e74b3ea1 authored almost 9 years ago
Specify the PK for the unit data migration

This is a bit more robust as there are some 'special' PKs that are hard coded
in the application

4b8582e119f78d40154d085e8e56e036a805c83d authored almost 9 years ago
Protext repetition unit 2 "until failure"

This repetition should also not be deletable, since its ID will be hard coded
in some places of ...

b2848203269c0b84d6cff4ba5a422c39da613582 authored almost 9 years ago
Remove unused javascript code

The muscles can now be edited via the muscle overview list, there is no need
for additional JS c...

38983d36fd5ca9371a18d8322f43c3fe33521808 authored almost 9 years ago
Check for correct permission

This checks for the correct permission for each link, not just a general
"perms.exercises" which...

0270b653ab637144fb4ac5a18a96e68ddf38fea3 authored almost 9 years ago
Fix pep8

a84b91ab278a38133255598a761ca8fefe1ed25e authored almost 9 years ago
Replace tabs with spaces

eab98b43b1b29f46db1838c06e7527ea34d171f3 authored almost 9 years ago
Fix bug in language selection for exercise search

If a user changed the applicacion't language to something other than the
browser's default (e.g....

5bafdc7efb42e9da15c87efc61591a2511c160df authored almost 9 years ago
Simplify helper functions for cache keys

ad18024f818c1b25dfcd9b10429bcf39a81d3090 authored almost 9 years ago
Remove template cache from exercise detail page

The cache provided only negligible speed improvemts and required a lot of
testing and logic thro...

d771bc87674dd7dc79f248111cce45772285a95a authored almost 9 years ago
Fix representation test for weight units

60671f6d7c56443b1cf50d1ee3a556b6acfac380 authored almost 9 years ago
Add weightunit permissions to admin group

b7695f8668d889aaeee34f3f56b337407a68d208 authored almost 9 years ago
Use correct resource name

3b0b251e8bc60a6f38ca8892813096dce64995b8 authored almost 9 years ago
Fix some of the tests

They were still using the old unit field name

7ba33e542e4bf26b5297d8c96e6cec20bf7acf7d authored almost 9 years ago
Add weight unit to workout canonical form

c2423bf446ad76fafa53b32aded25795274bc7c4 authored almost 9 years ago
By popular demand, add pronunciation of 'wger'

97fb466f8da3ab2b994c3975790a041071ed5e41 authored almost 9 years ago
Add data migration for weight and rep units

Otherwise the upgrade path is very cumbersome, with manual steps to load the
fixtures, etc.

901e31e7391be9c614e171b6bf20160fe749b737 authored almost 9 years ago
Add rep and weight units to log tables

Also, update some of the templates and helper methods as as needed

b858a0bb716182b392a2f6e79cb221ff3d698604 authored almost 9 years ago
Add second unit for settings: Weight Units

Weight units describe the actual weight unit used for a specific setting, such
as 'kg', 'lb', bu...

aa12014813abdc42ae6ff1e111703dc6a66bb20b authored almost 9 years ago
Rename SettingUnit to RepetitionUnit

The unit doesn't refer to the whole setting entry, but only to the "repetition"
(which is itself...

d3824556dfd1d72e62d7a40b00250acda7baa322 authored almost 9 years ago
Move link to documentation

The link to the online documentation belongs thematically with the
installation instructions, no...

86ca209242cc1cbb685eb8866f4c03a7df5db8ab authored almost 9 years ago
Make requirements slightly more flexible

There are point-releases that don't break compatiblilty and which we want to
use

9a9641952f4241ab3259772c085fd65562a06ead authored almost 9 years ago
Remote widgets file in exercises, not used anymore

The translated widgets are not in utils/widgets.py so they can be used
everywhere, even if the t...

828610cdf1efacdd3bd3f38be150784de2a1c049 authored almost 9 years ago
Fix comment

474699208f64d449fdb2436106094995363af098 authored almost 9 years ago
Properly check the class with isinstance

6819aebd7d06f382f13e38900572b5fcf5cb0621 authored almost 9 years ago
Make the translated checkbox widgets work again

Fixes #258

b8b189d51c8cb95a5764a581cc40168130710473 authored almost 9 years ago
Merge branch 'master' of github.com:rolandgeider/wger

61bc31a2097066266ac9a579c5dbbbf18e8d4f0e authored almost 9 years ago
Merge branch 'master' of github.com:rolandgeider/wger

98f65f1e6d7555b3580e89fc3d29eb65bf93520d authored almost 9 years ago
Explain why there is a different form for mobile

6aba0667cb98f9f3bda1869e3dac88433b015f15 authored almost 9 years ago
Add CC-BY license

The Creative Commons Attribution license is now also an available option

3cba2b451d0fb58d8f3f316676699632a320f7bf authored almost 9 years ago
Remove hard coded CC license

The exercise and ingredient license is dynamic and is not a hard coded CC
license anymore.

Fixe...

6ec08a5a5eb264882b8f78a93f6dd1e7ea414845 authored almost 9 years ago
Set universal flag in setup.cfg

This is a pure python package and was being packaged (e.g. to pypi) like this
anyway.

241685499630aa2ca2baf9f554b86dffa090fa6d authored almost 9 years ago
Merge branch 'master' into rep-options

33f70bfa007828727ad98dd7fbf29808ba21e053 authored almost 9 years ago
Bump version to 1.8a1

fe0c4a47f8e7bfbbdfbc395ed62e62564b64cd66 authored almost 9 years ago
Bump version to 1.7 final

ea8246ad0e32b78901deb2cbf0462c8d19c11107 authored almost 9 years ago
Set date of 1.7 release

ec9c7d65be25cea0b68566448e4ddef013b9910d authored almost 9 years ago
Small improvement to documentation

dc06710d60402d1c8ab05daf4b435bfa579faca2 authored almost 9 years ago
Fix system path in manage.py

The tasks.py file changes it due to some packaging problems. Since some of its
helper functions ...

47797245bf8cc183e48b6465f1b8f3ca470e334a authored almost 9 years ago
Fix typo in invoke command

427ba8ae4442529524296ed05e17577fcfa03e96 authored almost 9 years ago
Update changelog

3e43408151b82b44a9c3f3f06fce619c0c34c758 authored almost 9 years ago
Update exercise fixtures with data from upstream

08ec294b7fcf8e3b0accce742e52e5e8380cd14b authored almost 9 years ago
Make reporting a bug more inviting

The text and spirit was copied from rust's CONTRIBUTING file

f3a5b0517741469dda7cb13c7c7ff4227b845502 authored almost 9 years ago
Move images to exercise description

Also remove the 'header' for the images. This makes the images and pictures a
part of the exerci...

c50ee54847a0a9514ffec4f3489f00726a3fa519 authored almost 9 years ago
Remove some asserts from test

Testing what the produced HTML contains is something that is practically not
done anywhere and o...

06524900e51fb49b56babef7ad709dffb8bee538 authored almost 9 years ago
Merge branch 'gui-consistency'

5d4f940e374315ae876cca550e1ef022ce26c052 authored almost 9 years ago
Remove loading of d3 library

This is done in the main template and has now a different path since the
library itself is downl...

f24b09796a9695f5d967884feda296bb4348ef2c authored almost 9 years ago
Improvements to the exercise template

This basically brings visual structure so something that looked and felt like a
half empty page ...

7b084710659f62cae5d21f6b5c259f0cc6618497 authored almost 9 years ago
Make ingredient page GUI more consistent

As with other recent commits:
- Use a button dropdown for edit/delete operations
- Use a button ...

c4c91a66659ff3b6f0316371040be66b60eaeac7 authored almost 9 years ago
Remove the 'wger-list-group-item' class

The other overviews don't use this anymore

fb86ff3edea009bf7e4141fdff7a5cbe53c70e9b authored almost 9 years ago
Remove template file, was apparently not used

dac042593c328c419c6ea392e8bdb5f09915a73e authored almost 9 years ago
Render ingredient unit overview with list groups

73ed54b2771cf2ebe415748bc7cc8f4e2a45f8e7 authored almost 9 years ago
Rename weight overview template

It is clear from the application it is in, which overview is meant

f6a96a994f442069c324921560029ffdc6a90ff5 authored almost 9 years ago
Render add link as a green button

This is done for consistency with the other overview pages

0c2aca589965ae8b2154880ca83c112d6bba9871 authored almost 9 years ago
Pull translations from transifex and compile them

809a65eb4820c9ff8093d41e372816c57bac0b7d authored almost 9 years ago
Use root parameter when calling invoke

c7d771969d44badb95079e8f900a06e5d33043da authored almost 9 years ago
Remove debug output

4660f913a9212060574985a7b73f9d22c4d6fb0b authored almost 9 years ago
Bump version to 1.7b1

21cb34137c3e70c3972ea2384850954ceced90e4 authored almost 9 years ago
Add symlink to Italian and Portuguese translation

This was done in 2 steps to avoid conflicts

ec968db0e0c85be87a61ecbbe157919cdb77fb4f authored almost 9 years ago
Remove the 'pt' and 'it' locale folders

The only locale in transifex are pt_BR and it_IT

f0accfc84834e579f87021b1a0c2eafaafe24ab0 authored almost 9 years ago
Move tasks file to wger folder

This is really just needed so as to more easily make the packaged (pypi)
version work. The 'invo...

e5e0a288891c0ba7a23031343522974750c3906a authored almost 9 years ago
Fix tests, categories have own admin list

ced628a2a8ae709aa59491837548e87021101ff2 authored almost 9 years ago
Fix schedule test, the HTML is now slightly different

63c79f0b5b1a6ba698f3f3149db0a66394d3f253 authored almost 9 years ago
Fix success URL, there's now an admin overview

e814305335ba0a94d717514fd85528b585fccf35 authored almost 9 years ago
Add muscle overview list

As with the commit before, this is mainly for consistency and to reduce the
complexity of the ex...

ff205acdc30cc76eb3bd33ede8e3aac41f7fe1b8 authored almost 9 years ago
Add muscle overview list

This behaviour is more consistent to how other "system" items are presented
and edited, such as ...

9ccfa6b680e9f9bd18667ea05f9a43ab1e4126f5 authored almost 9 years ago
Check for fail user truthiness

Otherwise the rest of the code tries to log in as a user and tests fail

f860dc1d7628daa1e93025d08ac4b7c2d80794d0 authored almost 9 years ago
Fix link HTML

2737feabe274900641c324fd71f938b732657845 authored almost 9 years ago
Further work on GUI consistency

60dd1d9a64340ec3c12c6715b7552a93bdc78218 authored almost 9 years ago
Render nutrition overview with list groups

This also allows us to use one template for the desktop and the mobile
version

d8e35bf043b65dcabd52703687b22ce7617cbc72 authored almost 9 years ago
Fix link HTML

073b237335bde23ed7769940b573d33d4ac504ed authored almost 9 years ago
Render language overview with list groups

3362d6e553856f6a7409e379dfe51f641fa5ddc2 authored almost 9 years ago
Render license overview with list groups

b876dd1e32d321ccee155abaf2aa96c022a40cbf authored almost 9 years ago
Make 'add new log' a button, for GUI consistency

4f8b70febb425e14c0871f8f90000f8bd83e3305 authored almost 9 years ago
Use list groups to render equipment list

b83337b5206da22f5316647c386c148df4eb3315 authored almost 9 years ago