- 03 Nov, 2014 4 commits
-
-
Luke Plant committed
-
Luke Plant committed
-
Luke Plant committed
-
Luke Plant committed
-
- 28 Oct, 2014 4 commits
-
-
benjaoming committed
-
benjaoming committed
-
benjaoming committed
-
benjaoming committed
-
- 27 Oct, 2014 2 commits
-
-
benjaoming committed
-
benjaoming committed
-
- 26 Oct, 2014 13 commits
-
-
benjaoming committed
-
Preliminary Finnish translation
benjaoming committed -
Fix requirements
benjaoming committed -
Jaakko Luttinen committed
-
add traceback to reveal why errors in the testing framework occurs
Jaakko Luttinen committed -
benjaoming committed
-
Jaakko Luttinen committed
-
setup.py printed out requirements which was just for testing purposes. It is removed now.
Jaakko Luttinen committed -
Jaakko Luttinen committed
-
Dependencies are now specified in setup.py. This is good practice and allows using dynamic specs depending on Django and Python versions. Thus, requirements.txt can be used for installation specific requirements. Also, .travis/requirements.txt became unnecessary and was removed. In addition, .travis.yml became simpler because version-dependent requirements are already handled in setup.py, thus it is necessary to only specify Django and Python versions.
Jaakko Luttinen committed -
South dependency is specified in setup.py, thus it must be removed from requirements.txt where it was accidentally added.
Jaakko Luttinen committed -
Markdown does not support Python 2.6 since version 2.5.0. Thus, use Markdown<2.5.0 in Travis tests for Python 2.6.
Jaakko Luttinen committed -
Requirements that are shared for normal installations and Travis tests are in .travis/requirements.txt. Other requirements are specified in requirements.txt for normal installations and .travis.yml for Travis tests.
Jaakko Luttinen committed
-
- 25 Oct, 2014 2 commits
-
-
Fix Travis CI requirements to use django-mptt==0.6.0
benjaoming committed -
django-mptt 0.6.1 is broken, thus force version to 0.6.0 in Travis CI requirements too. This had been done in normal requirements.txt already.
Jaakko Luttinen committed
-
- 24 Oct, 2014 2 commits
-
-
Fix Travis-CI URL in README
benjaoming committed -
Jaakko Luttinen committed
-
- 23 Oct, 2014 4 commits
-
-
fix css class name
benjaoming committed -
Norbert Kwizera committed
-
Change empty markdown config to {} instead of Nonebenjaoming committed -
Markdown does not accept None as empty configs. See: https://github.com/waylan/Python-Markdown/issues/357 Thus, the default value for configs keyword argument should be {} instead of None.
Jaakko Luttinen committed
-
- 16 Oct, 2014 2 commits
-
-
Fixed problem with auth.user in the south migrations for plugin 'images'...
benjaoming committed -
Jan De Bleser committed
-
- 15 Oct, 2014 2 commits
-
-
Fixed problem with auth.user in the south migrations. Further continuati...
benjaoming committed -
Fixed problem with auth.user in the south migrations. Further continuation of e506c094.
Jan De Bleser committed
-
- 06 Oct, 2014 1 commit
-
-
Python 3 compatibility (or at least correct syntax) for mediawikimport c...
benjaoming committed
-
- 01 Oct, 2014 1 commit
-
-
Luke Plant committed
-
- 19 Sep, 2014 2 commits
-
-
Update installation.rst
benjaoming committed -
Fixed `INSTALLED_APPS.append('south') AttributeError: 'tuple' object has no attribute 'append' `Thanh Lê committed
-
- 10 Sep, 2014 1 commit
-
-
Update .travis.yml
benjaoming committed
-