Kevin Chung
6d9d03e35e
Pages functionality improved ( #267 )
...
* Pages now support Markdown
* Pages now have a preview tab
* Adding a media library to Pages
2017-06-03 14:25:31 -04:00
Kevin Chung
59afacce69
Fixes #261 and generally supports Unicode better in Python 2 ( #263 )
...
* Fixing #261 and improving Unicode in Python2
* Fixing PEP8 issues
2017-05-21 12:43:31 -04:00
Kevin Chung
e16d3a0b6e
General fixes and PEP8 enforcement ( #258 )
...
* Fixing index page links when you deploy on a subdirectory
* Updating travis for pep8
* autopep8 with just formatting changes
2017-05-12 00:34:20 -04:00
Kevin Chung
a3a7d75ae8
Plugins enhanced utils ( #231 )
...
* Updating utils functions to be monkey patchable
* Also fixing a team email update issue
* Adding more tests
2017-03-22 20:00:45 -04:00
Kevin Chung
fa788fe3d0
Latest set of changes ( #190 )
...
* PEP 8 compliance (#183 )
* Group imports: standard library, third party, local
* Remove unnecessary spaces
* Comments should start with a # and a single space
* Adding tests for GETs on user facing pages
* Adding more user facing tests
51% test coverage
* Fixes #182
* Cleaning up Pages
Fixes a bug with CSS updating
2017-01-10 03:35:48 -05:00
Kevin Chung
28d8a02ec6
Starting to write tests
...
test_index
test_register_user
test_user_isnt_admin
2017-01-07 02:44:31 -05:00