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

Show planned calories on nutrition plan baseline

3599f0ecf102908038d8bb63ecf857522767968f authored over 8 years ago
Load metricsgraphics on main template

With this library there will be hopefully more charts in the application so it
makes sense to lo...

b235cdbc44102fc6db9725b4315264a282fefb55 authored over 8 years ago
Load metricsgraphics on main template

With this library there will be hopefully more charts in the application so it
makes sense to lo...

c49b26d204576cb5515ad61441c1e826632b9f12 authored over 8 years ago
Add a graph with planned v actual calories

9f41d0a7f0381814c05e7dc754827892f3a4c45d authored over 8 years ago
Filter by current user

14843da2ded8a167f32caa0b360907493909ae0e authored over 8 years ago
Only return the date, not the date

The datetime and the timezone are not necessary, since this is already a
calculated value for th...

bfc9cd71e71f9a3fd840dc81ed01f0caac1941c0 authored over 8 years ago
Use a list in get_log_overview

This makes it easier to serialize the result and chart the result.

d792e5c43a2b7f58c3b13600f7df26f664ca4ed8 authored over 8 years ago
Update changelog

1dae323814dd77ccaffa768d88b0dcfd6bd439fd authored over 8 years ago
Merge branch 'master' into nutrition-diary

507181bf6e602e3cc93a02ba80e0178a76ef0b75 authored over 8 years ago
Merge branch 'master' of github.com:wger-project/wger

f630bae236fc0715ac1c4fbbd77c94c3e64edef6 authored over 8 years ago
Merge branch 'master' into nutrition-diary

f46220c0a3d0e70509ff8fb4fbcf4faa9bbac269 authored over 8 years ago
Merge branch 'metrics-graphics'

98ca6c61191fe20939954851fe8e2c842ece2d3a authored over 8 years ago
Update screenshots with new metrics graphics charts

714c5f1339445c251affe348d392f1dc701d060c authored over 8 years ago
Remove debug output

ed2744b8a6ab056c51f7621a938220584f26918a authored over 8 years ago
Remove hard coded references to the wger.de domain

See #291

6a4685bca3640b899f161413736bf0263ea1c077 authored over 8 years ago
Use convenience method to load the current site

0eed3ae5aadd392bd5ea28fc38e95e0a6cda49c8 authored over 8 years ago
Remove ubuntu unity JS file, this was never used

44c8baa9c7140d7bafa55f198bb30e9fc1b0dc48 authored over 8 years ago
Merge branch 'master' into nutrition-diary

4437bf48d01d276d4abcd54b9b7acff797cb5922 authored over 8 years ago
Don't show the word 'reps' on exercise charts

This takes a lot of horizontal space (specially on some translations) and
doesn't add much infor...

6a476b7ae91cd18a5aa3d7e758e8cfe40a0cd143 authored over 8 years ago
Further tweaking and polishing

d98b756fbd5105f3e5f9b2acaa960219d66737d0 authored over 8 years ago
Filter duplicate entries from chart data

Duplicate entries were cauing a slightly ugly bug when displaying the exercise
charts. Also, som...

b05e27f714ac4a2a4b1ef4043adf5e445b66f265 authored over 8 years ago
Use colours from the Tango palette for charts

a1e0783658017feff9ad50ccce066703ccdb0ebe authored over 8 years ago
Small corrections to chart's padding values

8850b0f73cd92a7d4ac78161a0b78b17f5825b09 authored over 8 years ago
Don't hard code colours in the custom CSS file

Instead, use the graph API to set the colours. This reduces errors and makes
sure the styling is...

3be25ddd5e80b156d1d6574fa802f6bc81be9872 authored over 8 years ago
Always show the log table under the charts

b5e3e0679cfda2b9d7d25c405dc1c7e77ec595be authored over 8 years ago
It's no longer possible to edit entries by clicking

This is actually a regression, but it's better to find a different solution
than trying to re-im...

105b96ad9ad2f1a52be45a8750fe2678d49689e0 authored over 8 years ago
Make some improvements to log overview

The exercises and charts are rendered next to each other. The blue warning
boxes are gone, since...

751c6aa3925f753c6b4e2b10cbfc235061a0dcf9 authored over 8 years ago
Render the weight chart on top of the table

1440e4c151c338d7f8d1be18b6be363d72ca9958 authored over 8 years ago
Improvements to exercise charts

The top margin was decreased and the y-axes now doesn't start at 0 but at the
minimum value (wei...

40df0067e33e57dcb072725aef0b6931f48f40df authored over 8 years ago
First step in using metricsgraphics for exercise charts

This immensly reduces both the amount as well as the complexity of the JS code
needed to plot th...

14cf2ee84af88eba31b7de665d112db45ae817c2 authored over 8 years ago
Rename core JS libraries

a0de6d68b855391189d2bf1a8e57263db17f4d98 authored over 8 years ago
Don't start y-axes for weight chart with 0

Instead, use an appropriate minimum value from the weight data itself.

Fixes #137 (if this is s...

68952dc03da6a9b40b07e6b7279b6060c85f8e3f authored over 8 years ago
Move JS weight functions to own file

This reduces the amount of inline JS and makes doing changes easier.

9527911ca6bba4ba7e90ffdc5b07115082e72b03 authored over 8 years ago
Add filter buttons for weight chart

This is easier to use than the brushing plugin used before (and which looked
like it was having ...

cbeb93fab73f3f9bfe7a71d89a5a5a2137a36a81 authored over 8 years ago
Bump version for sphinx docs as well

9e888d6ca9c066a0a4d81bd3adf9817c211e1249 authored over 8 years ago
Move changelog to documentation

This and other changes proposed in #291 are intended to extract information
that is only relevan...

a8dacd0eed44bb58cc35753287bc4796d812fd88 authored over 8 years ago
Simplify JS used for metrics graphics for weight chart

bf64bcb77dffc8e85aa5455ebd1d1f43517c6855 authored over 8 years ago
Merge branch 'master' into metrics-graphics

5ab6d5b6bebe0be632ee82b97512d45e7aa7f2bd authored over 8 years ago
Don't allow to import null weight entries

While there is a validator on the models checking for a maximum and minimum
weight, they are byp...

9e2bdb7f5b7dae5481dd552375c13737bf73af22 authored over 8 years ago
Change github project URL

The code was moved to an organisation, the URLs were changed to reflect this
change.

d0a4ac134263e610be2c8bd589432e76014bf619 authored over 8 years ago
Don't indent translatable text

Even if it doesn't look nice, it's better to not format the texts within
blocktrans, when the st...

fb3114213b8618e492dd3fe1af9c98b6730ecc19 authored over 8 years ago
Update changelog

476cc1a02211d8c68ee3f9de676fcdfd4f2ea715 authored over 8 years ago
Add Alelevinas to list of authors

87b02b77ec24f4f0acf181ab10f71bb31b8cd35c authored over 8 years ago
Merge pull request #290 from alelevinas/schedules-pdf

Extended Schedules pdf generator for issue #272

dda7df1cecacaf5cfdf552fb1bde5c2bcb44f9d8 authored over 8 years ago
Somewhat improve the design for the diary in plan page

64365cf0700557073e73fc066732c455fc60c580 authored over 8 years ago
Add icon marking external links

This makes the behaviour of link in the navigation less surprising.

40d42eda0c25612fb93f298cf72ff50997547770 authored over 8 years ago
Remove page with source code

This was getting less and less content while the most up-to-date documentation,
instructions for...

5e88fcb3c9a40e01d419889ea0d4522fcc7afa56 authored over 8 years ago
Fix table HTML for nutrition plan

The tr-Tag was not properly closed.

c3576d2a9373e32df2fb92c216e118d7d5993f89 authored over 8 years ago
Pep8 fix.

f17c9ce771b017c30401334c7f68b745b1c88cca authored over 8 years ago
Mobile view now working.

23f09f3c4f84df353a9449795d0d71cfa453b48a authored over 8 years ago
PEP8 changes

4b27df9504c1edb26d283bb48c0b3a9eb3a2d7a1 authored over 8 years ago
Show last diary entries in nutrition page view

f38663b2dae541209b8fc47ad8e2c1b8d2771516 authored over 8 years ago
Show the difference between planned and logged calories

7ff49d7bc3278f1e1f0f2be975e2162f9c6de787 authored over 8 years ago
Pass ownership information to the template

5821ac94771fa1febf1de8e98da52678115d0042 authored over 8 years ago
Add views to delete nutrition log entries

09fa3687bb732bc95c9f334ab09bc87bdbbf7443 authored over 8 years ago
Show info when no diary entries are present

f218ed87986bccb926b26f230312d4c199fc4f9b authored over 8 years ago
Show time of individual diary entries

This allows the user to better see when the entries happened and whether they
where outside of r...

55e6269aa591024b17282f11633545e28d5950ad authored over 8 years ago
Order diary entries by datetime

This makes the most sense when they are shown to the user

322c5e1f17fac34ddfc5c06ad8d417c867a93ec8 authored over 8 years ago
Simplify query used for checking for schedule steps

86698d09b8b405ecc91b2aea3d75660747db6a74 authored over 8 years ago
Remove test runner from config, not needed since django 1.8

8939f8b3a1e614c234fca91d98bf02830b0bcf52 authored over 8 years ago
Use an ordered dictionary for log result

This makes sure the chronological order of the entries is preserved, which is
important e.g. in ...

7d7b7478ce76226a2323915c501be9e3b0ca1158 authored over 8 years ago
Add REST endpoint for the diary log summary

bb3c3cef03b4befdf33497100dd777a6370e3f52 authored over 8 years ago
Small changes to the URL patterns for diaries

This unclutters the URLs a bit, removing unecessary "overview" and "detail"
words from it. A cle...

65b7d58a39214abb81a2138afa2bc225e9aefbcd authored over 8 years ago
Refactor some nutrition diary for plans

This allows to get the specific diary entries for a plan for a specific day and
makes the method...

f2bf7a5829c401a0417befeebfce0848b19fe2aa authored over 8 years ago
Some test refactoring and table pdf tests added

56c628cbd34ff8b090fe486f7017d25fc09f6496 authored over 8 years ago
Added tests for comments and images

a11b6c3ca88f232bab06e0ab8b8a8c8e373d2ddc authored over 8 years ago
All tests passing

b885f7f263db4a28efc7821b43216ce9fabb305b authored over 8 years ago
Add access checks for nutrition diary

Also, write the corresponding tests

d226c3e9b6078f637c2eaa11aa4e2fc928a987c8 authored over 8 years ago
Function to create table pdfs and it's urls.

64581dbf539e770e8a2a919a9a1cbbfd975873b4 authored over 8 years ago
Added pdf pop-up for schedules and it's JS function to get parameters and redirect.

2a52c358d0a8701d4b901f0a61c110825962efe9 authored over 8 years ago
Split overview and detail views for diary entries

272d84d7b6fc084b026bb52ba984a8b8d2d1df1e authored over 8 years ago
Add simple test for diary calculator

3f8f86c621489aafac750a92218fd61bba3afb08 authored over 8 years ago
Cleanup

724c6aacdc19248c7ac1c6e320e354fc534ac802 authored over 8 years ago
Filter diary entries by date

The code was just adding all existing entries for the current plan before

24fb6b391bc1a55cb7132eab16064e4a02aff377 authored over 8 years ago
Only write the JSON file if there are any entries

6e8206036a2de574f42feb3b0ba75366e3c67219 authored over 8 years ago
Add a very simple nutrition diary overview for a day

79003d9be710cb020c6a046e784b7c2c8cc7619b authored over 8 years ago
Add first draft for model for nutrition diary

See #284

e9fefead4e79b2dc708c874eb9b3bc48cdcc28d4 authored over 8 years ago
Add fedora based devel images

Also, make more obvious what the other docker images do and what they are
based on.

3fe67e9a38eed71e0209dc159d2d0ef1e6986cd5 authored almost 9 years ago
Set language for recaptcha used in registration

Manually set the language to 'en', otherwise the language used seems to
randomly one of the appl...

f10e274e4a1f2f94dbed062e5c6a8508809cd7c3 authored almost 9 years ago
Add Alois to list of authors

7f049fe7114f17b9a4560a3f2d30dc83eb69a401 authored almost 9 years ago
Update changelog

975b72304a9dd799dea4627771ad1833dd3eaa3d authored almost 9 years ago
Merge branch 'master' of https://github.com/alokhan/wger

051337e1b78cdc73a7eb70c6aae2a6961b97180d authored almost 9 years ago
remove debug line + fix add a muscle as primary and secondary

ce5c0e9cc926a987b7630a60b2e58446e0094084 authored almost 9 years ago
Update database schema files

The repetition and weight units are new

56835720d25ba730c5829a4df0fd62bce0fbeb19 authored almost 9 years ago
Don't allow editing permissions of non-gym members

Fixes #279 (not really because I could not reproduce it, but probably hides the
cause)

f928cd438da2b22c750d73e82b7a0fc55d99bec0 authored almost 9 years ago
Bump version to 1.8.0 alpha 2

e464e8c053a1043d79fc0e0bf41a45e01fcaca9f authored almost 9 years ago
Update changelog

f8ac1fa32f0c722b02168d6de370a34cf2f3dab0 authored almost 9 years ago
Merge branch 'rep-options'

e9eeab337346f5f427daa58aa86ef847222907bb authored almost 9 years ago
Increase allowed maximum value for repetitions

With the units, this could be e.g. an amount of seconds where such numbers
should be allowed.

c22a7b5023b5c65fc8aa45d563d5ee55a21dc23d authored almost 9 years ago
Fix double repetition unit in canonical representation

2b253e5aa62e5bc31e7acc5a944e19cc2bdf7452 authored almost 9 years ago
Change domain of readthedocs

The official domain for user documentation was changed recently

64cb39290f0e5cb0e9bb0ba8497fc3ae8995dc0a authored almost 9 years ago
Show the repetition unit in the calendar log

022f8661a5076de0c28af256125e5736c29b08a7 authored almost 9 years ago
Filter out non-weight units as well as non-repetitions.

e9f90209ac2eae7083d561c0029abe5ea9d69f3c authored almost 9 years ago
Use the REST API to save logs

This is more efficient as the server does not return a complete rendered page
that is never used...

41c5cd427636772954095426c5af16ee9814ffc5 authored almost 9 years ago
Allow selecting units in timer page

94fc94de0205342415b33787f0d3eb16701f0a1f authored almost 9 years ago
Merge branch 'master' into rep-options

fe802bae3ab92986561c5e1be227c0aa4ac0d836 authored almost 9 years ago
Small improvemt to READMEs for better readability

c92811a50978e18ce13e1158f46e90e2a7ec396a authored almost 9 years ago
Also install tmux in development docker image

This and vim are useful (almost required!) for development

19886c0e3361b459e5ba12d7db3c4c4cc5cd95d7 authored almost 9 years ago
Add README files for docker

This makes is clearer what to do when building own docker images and make sure
that this descrip...

64cb100428c37681edaa8b61163c1d52570627ab authored almost 9 years ago
Add additional changedir function

This is only necessary when running the application in production, where the
static files are se...

5a6f80de677bea357f1b896b8ac9ec17f5c1415e authored almost 9 years ago