diff --git a/README.rst b/README.rst index f9759c73c..0adfedfc3 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ Then install the python packages from pypi in the virtualenv:: :: - $ git clone https://github.com/rolandgeider/wger.git + $ git clone https://github.com/wger-project/wger.git $ cd wger $ pip install -r requirements.txt # or requirements_devel.txt to develop $ invoke create_settings \ @@ -164,7 +164,7 @@ file a bug anyway. * **mailing list:** https://groups.google.com/group/wger / wger@googlegroups.com, no registration needed * **IRC:** channel #wger on freenode.net, webchat: http://webchat.freenode.net/?channels=wger -* **issue tracker:** https://github.com/rolandgeider/wger/issues +* **issue tracker:** https://github.com/wger-project/wger/issues Sources @@ -172,7 +172,7 @@ Sources All the code and the content is freely available: -* **Main repository:** https://github.com/rolandgeider/wger +* **Main repository:** https://github.com/wger-project/wger * **Mirror:** https://bitbucket.org/rolandgeider/wger diff --git a/docs/development.rst b/docs/development.rst index bf45203c4..29ad3d98a 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -11,7 +11,7 @@ First, create a virtual environment:: Get the code and start the application. This will create a SQlite database and populate it with data on the first run:: - $ git clone https://github.com/rolandgeider/wger.git + $ git clone https://github.com/wger-project/wger.git $ cd wger $ pip install -r requirements_devel.txt $ invoke create_settings \ diff --git a/docs/index.rst b/docs/index.rst index 6ff26e91b..c3c6f3a34 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,7 @@ etc.). It offers a REST API as well, for easy integration with other projects and tools. It is written with python/django and uses jQuery and some D3js for charts. For more details and a live system, refer to the project's site: -https://github.com/rolandgeider/wger +https://github.com/wger-project/wger This documentation is intended for developers and administrators of the software. @@ -50,14 +50,14 @@ issue tracker). * **mailing list:** https://groups.google.com/group/wger / wger@googlegroups.com, no registration needed * **IRC:** channel #wger on freenode.net, webchat: http://webchat.freenode.net/?channels=wger -* **issue tracker:** https://github.com/rolandgeider/wger/issues +* **issue tracker:** https://github.com/wger-project/wger/issues Sources ------- All the code and the content is freely available and is hosted on github: -https://github.com/rolandgeider/wger +https://github.com/wger-project/wger Licence diff --git a/docs/production.rst b/docs/production.rst index b881d7529..c3db16ceb 100644 --- a/docs/production.rst +++ b/docs/production.rst @@ -108,7 +108,7 @@ be writeable as well:: Get the application:: - git clone https://github.com/rolandgeider/wger.git /home/wger/src + git clone https://github.com/wger-project/wger.git /home/wger/src cd /home/wger/src npm install bower pip install -r requirements.txt diff --git a/extras/docker/apache/Dockerfile b/extras/docker/apache/Dockerfile index 4360a01b0..f8a1f0185 100644 --- a/extras/docker/apache/Dockerfile +++ b/extras/docker/apache/Dockerfile @@ -22,7 +22,7 @@ RUN a2ensite wger # Set up the application USER wger -RUN git clone https://github.com/rolandgeider/wger.git /home/wger/src +RUN git clone https://github.com/wger-project/wger.git /home/wger/src WORKDIR /home/wger/src RUN virtualenv --python python3 /home/wger/venv diff --git a/extras/docker/apache/README.md b/extras/docker/apache/README.md index d1bdae236..651f432f2 100644 --- a/extras/docker/apache/README.md +++ b/extras/docker/apache/README.md @@ -31,14 +31,14 @@ file a bug anyway. * twitter: https://twitter.com/wger_de * mailing list: https://groups.google.com/group/wger / wger@googlegroups.com, no registration needed * IRC: channel #wger on freenode.net, webchat: http://webchat.freenode.net/?channels=wger -* issue tracker: https://github.com/rolandgeider/wger/issues +* issue tracker: https://github.com/wger-project/wger/issues Sources ------- All the code and the content is freely available: -* Main repository: https://github.com/rolandgeider/wger +* Main repository: https://github.com/wger-project/wger * Mirror: https://bitbucket.org/rolandgeider/wger diff --git a/extras/docker/base/README.md b/extras/docker/base/README.md index e9add37e0..94962ad5e 100644 --- a/extras/docker/base/README.md +++ b/extras/docker/base/README.md @@ -17,14 +17,14 @@ file a bug anyway. * twitter: https://twitter.com/wger_de * mailing list: https://groups.google.com/group/wger / wger@googlegroups.com, no registration needed * IRC: channel #wger on freenode.net, webchat: http://webchat.freenode.net/?channels=wger -* issue tracker: https://github.com/rolandgeider/wger/issues +* issue tracker: https://github.com/wger-project/wger/issues Sources ------- All the code and the content is freely available: -* Main repository: https://github.com/rolandgeider/wger +* Main repository: https://github.com/wger-project/wger * Mirror: https://bitbucket.org/rolandgeider/wger Licence diff --git a/extras/docker/development-fedora/Dockerfile b/extras/docker/development-fedora/Dockerfile index cd61e5473..fc0d5779b 100644 --- a/extras/docker/development-fedora/Dockerfile +++ b/extras/docker/development-fedora/Dockerfile @@ -25,7 +25,7 @@ EXPOSE 8000 # Set up the application USER wger -RUN git clone https://github.com/rolandgeider/wger.git /home/wger/src +RUN git clone https://github.com/wger-project/wger.git /home/wger/src WORKDIR /home/wger/src RUN virtualenv --python python3 /home/wger/venv diff --git a/extras/docker/development-fedora/README.md b/extras/docker/development-fedora/README.md index 6ec2476b4..165fe8a3c 100644 --- a/extras/docker/development-fedora/README.md +++ b/extras/docker/development-fedora/README.md @@ -39,14 +39,14 @@ file a bug anyway. * twitter: https://twitter.com/wger_de * mailing list: https://groups.google.com/group/wger / wger@googlegroups.com, no registration needed * IRC: channel #wger on freenode.net, webchat: http://webchat.freenode.net/?channels=wger -* issue tracker: https://github.com/rolandgeider/wger/issues +* issue tracker: https://github.com/wger-project/wger/issues Sources ------- All the code and the content is freely available: -* Main repository: https://github.com/rolandgeider/wger +* Main repository: https://github.com/wger-project/wger * Mirror: https://bitbucket.org/rolandgeider/wger Licence diff --git a/extras/docker/development/README.md b/extras/docker/development/README.md index d39d52e3c..c2ddae739 100644 --- a/extras/docker/development/README.md +++ b/extras/docker/development/README.md @@ -38,14 +38,14 @@ file a bug anyway. * twitter: https://twitter.com/wger_de * mailing list: https://groups.google.com/group/wger / wger@googlegroups.com, no registration needed * IRC: channel #wger on freenode.net, webchat: http://webchat.freenode.net/?channels=wger -* issue tracker: https://github.com/rolandgeider/wger/issues +* issue tracker: https://github.com/wger-project/wger/issues Sources ------- All the code and the content is freely available: -* Main repository: https://github.com/rolandgeider/wger +* Main repository: https://github.com/wger-project/wger * Mirror: https://bitbucket.org/rolandgeider/wger Licence diff --git a/wger/core/templates/manifest.webapp b/wger/core/templates/manifest.webapp index 9cdf28496..71ec3ce67 100644 --- a/wger/core/templates/manifest.webapp +++ b/wger/core/templates/manifest.webapp @@ -16,7 +16,7 @@ }, "developer": { "name": "Roland Geider", - "url": "https://github.com/rolandgeider/wger" + "url": "https://github.com/wger-project/wger" }, "default_locale": "en", "locales": { diff --git a/wger/core/templates/navigation.html b/wger/core/templates/navigation.html index 11dd3f37c..283b20c22 100644 --- a/wger/core/templates/navigation.html +++ b/wger/core/templates/navigation.html @@ -132,7 +132,7 @@
  • {% trans "License" %}
  • {% trans "Changelog" %}
  • - + {% trans "Get the code" %} (Github) diff --git a/wger/core/templates/template.html b/wger/core/templates/template.html index ab1d22e9d..3dd1557e3 100644 --- a/wger/core/templates/template.html +++ b/wger/core/templates/template.html @@ -190,7 +190,7 @@
  • Workout PDF can now print the exercises' images and comments - #261 + #261
  • Allow login with username or email - #164 + #164
  • Correctly use user weight when calculating nutrional plans' calories - #210 + #210
  • Fix problem with datepicker - #192 + #192
  • Order of exercises in supersets is not reverted anymore - #229 + #229
  • Improvements to the gym management: @@ -75,84 +75,84 @@
  • Allow to add contracts to members
  • Vastly reduce the number of database queries in gym member list - #144 + #144
  • Global list of users for installation - #212 + #212
  • Allow administrators to restrict user registration - #220 + #220
  • Visual consistency for lists and actions
  • Refactored and improved code, among others - #208 + #208
  • Allow gym managers to reset a member's password - #186 + #186
  • Better rendering of some form elements - #244 + #244
  • Improved GUI consistencyn - #149 + #149
  • Docker images for easier installation - #181 + #181
  • Use hostname for submitted exercises - #159 + #159
  • Download js libraries with bowerjs - #126 + #126
  • Improved and more flexible management commands - #184 + #184
  • Fixed error when importin weight entries from CSV - #204 + #204
  • Fixed problems when building and installing the application on Windows - #197 + #197
  • Fixed potential Denial Of Service attack - #238 + #238
  • Dummy data generator can not create nutrition plans - #241 + #241
  • Other improvements and bugfixes - #267 - #264 - #256 - #242 - #238 - #236 - #206 - #202 - #195 - #190 - #194 - #185 - #182 - #179 - #150 + #267 + #264 + #256 + #242 + #238 + #236 + #206 + #202 + #195 + #190 + #194 + #185 + #182 + #179 + #150
  • @@ -176,66 +176,66 @@
  • Save planed weight along with the repetitions - #119 + #119
  • Improvements to the workout calendar - #98 + #98
  • Allow external access to workouts and other pages to allow for sharing - #102 - #124 + #102 + #124
  • Email reminder to regularly enter (body) weight entries - #115 + #115
  • Allow users to submit corrections to exercises
  • Add day detail view in workout calendar - #103 + #103
  • Fix bug where the exercises added to a superset did not remain sorted - #89 + #89
  • Reduce size of generated html code - #125 + #125
  • Allow users to copy shared workouts from others - #127 + #127
  • Added breadbrumbs, to make navigation easier - #101 + #101
  • Add option to delete workout sessions and their logs - #156 + #156
  • Improve installation, development and maintenance documentation - #114 + #114
  • Other improvements and bugfixes - #99 - #100 - #106 - #108 - #110 - #117 - #118 - #128 - #131 - #135 - #145 - #155 + #99 + #100 + #106 + #108 + #110 + #117 + #118 + #128 + #131 + #135 + #145 + #155
  • @@ -249,13 +249,13 @@
  • Dutch (many thanks to David Machiels!)
  • Portuguese (many thanks to Jefferson Campos! - website, github) - #97 + #97
  • Add support for gym management - #85 + #85