Commit Graph

105 Commits

Author SHA1 Message Date
Roland Geider
3b3dd0a08e Make fields in workout form optional
Fixes #334
2016-09-28 18:03:36 +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
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
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
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
7a27ba560d It's not necessary anymore to install to wger folder 2016-09-18 14:01:10 +02:00
Roland Geider
849fba1754 Path of node modules folder changed 2016-09-18 11:45:41 +02:00
Roland Geider
ca744767ec Improve landing page
This fixes #307
2016-09-05 22:16:52 +02:00
Roland Geider
f75c391836 Update changelog 2016-09-05 22:01:33 +02:00
Roland Geider
07b8109668 Update changelog 2016-09-05 11:13:50 +02:00
Roland Geider
104286ec07 Update changelog 2016-09-03 18:27:28 +02:00
Peter van der Does
8607d464f7 Rewrite the development documentation. 2016-09-02 15:09:09 -04:00
Peter van der Does
7e9a10d3dc Link to Coding Style Guide 2016-09-02 14:14:39 -04:00
Peter van der Does
6486a73588 Merge updated upstream version. 2016-08-22 21:18:29 -04:00
Peter van der Does
585c53b1a1 Add coding style document 2016-08-21 22:32:00 -04:00
Roland Geider
0261dbd919 Update changelog 2016-08-20 17:45:04 +02:00
Roland Geider
268066303c Update changelog 2016-08-19 21:35:21 +02:00
Roland Geider
072ea5ba82 Update Authors list and Changelog 2016-08-16 23:22:58 +02:00
Roland Geider
c5aaf4bb51 Don't pin D3js version anymore
metrics-graphics, which had an incompatibility with D3 4.x now supports it

Fixes #302 and #311
2016-08-16 00:12:29 +02:00
Roland Geider
e35f880b10 Use promises when updating exercise formsets
This fixes #25
2016-07-22 12:03:30 +02:00
Roland Geider
6d36a08b54 Update changelog 2016-07-20 12:48:40 +02:00
Roland Geider
f90f0204a8 Remove bower components path from settings file
This is already defined in the bowerrc file

Fixes #263
2016-07-19 23:38:13 +02:00
Roland Geider
dc49cc6f32 Give feedback if autocompleter didn't return results
Fixes #293
2016-07-18 22:50:26 +02:00
Roland Geider
7ddcf62941 Merge branch 'master' of docker01:/home/roland/misc/wger
Conflicts:
	docs/changelog.rst
2016-07-12 15:02:56 +02:00
Roland Geider
080b8f42f4 Update changelog, part of issue 201 was solved 2016-07-12 14:31:25 +02:00
Roland Geider
bb99c40c34 Update Changelog, issue #79 was already fixed 2016-07-12 14:27:46 +02:00
Roland Geider
bc1ce6eeb6 Move language views to core application
The tests as well as the model was there already, there was no reason to keep
them in config.

Fixes #303
2016-07-12 14:08:12 +02:00
Roland Geider
2903a5e60d Some improvements to the installation documentation
Among some general improvents, it should be more clear now how to proceed when
pulling in new changes from upstream or how to troubleshoot bower installation
problems.
2016-07-12 11:25:16 +02:00
Roland Geider
b18faf36bd Add Norwegian translation
Fixes #304
2016-07-11 23:14:38 +02:00
Roland Geider
4d7114cb84 Remove python 3.3 support
Django 1.9 is not compatible with python 3.3 anymore
2016-07-09 11:12:15 +02:00
Roland Geider
09c42da5d2 Use django's permission checking mixins
Fixes #243
2016-07-09 10:12:51 +02:00
Roland Geider
da40f9e1e8 Make steps to add new languages more clear 2016-07-07 11:57:58 +02:00
Roland Geider
c3de8fc769 Bump required version of django
Fixes #297
2016-07-06 15:15:45 +02:00
Roland Geider
3ebf9b4685 Merge branch 'master' of github.com:wger-project/wger 2016-07-02 12:06:50 +02:00
Jacob Stoebel
187aab3ab7 add clarification on where to install Bower
Bower should be installed in wger/wger not in the project's root directory
2016-07-01 09:10:16 -04:00
Roland Geider
c4d1fd7cba Add bower step in upgrade instructions
At least metrics-graphics is a new package and needs to be manually
installed when upgrading.
2016-06-24 22:31:11 +02:00
Roland Geider
21fe06152e Fix link to Issue 2016-06-24 22:28:45 +02:00
Roland Geider
73f79d1dfa Merge branch 'master' of github.com:wger-project/wger 2016-06-17 13:10:07 +02:00
Roland Geider
622d967994 Replace jqueryUIs sortable
This further reduces the amount of JS and CSS needed for the application.
Finally fixes #78
2016-06-16 15:53:37 +02:00
Roland Geider
a5c892f0d2 Replace jquery UIs with smaller library
See #78
2016-06-14 16:13:58 +02:00
Roland Geider
fd50fec2e4 Make the twitter name in header configurable
See #291
2016-06-13 16:23:21 +02:00
Roland Geider
fa054da756 Correctly select checkboxes for translated content
Fixes #296
2016-06-13 15:55:53 +02:00
Roland Geider
daf6f5c6cc Some changes to the apache configuration
With this directives, it is possible to have different virtualhosts.
2016-06-12 18:27:53 +02:00
Roland Geider
1dae323814 Update changelog 2016-06-07 20:02:42 +02:00
Roland Geider
9e888d6ca9 Bump version for sphinx docs as well 2016-05-27 11:05:05 +02:00
Roland Geider
a8dacd0eed Move changelog to documentation
This and other changes proposed in #291 are intended to extract information
that is only relevant for developers and move it to the sphinx documentation.
2016-05-27 10:53:05 +02:00
Roland Geider
d0a4ac1342 Change github project URL
The code was moved to an organisation, the URLs were changed to reflect this
change.
2016-05-24 23:54:32 +02:00
Roland Geider
d0813d2429 Move tasks.py back to the source folder
This was causing many problems with the installation and was only needed for
the packaged version in pypi.

See #277 for more details
2016-04-26 18:42:42 +02:00