stef
2731531768
systematic use of from __future__ import absolute_import
. it eliminates import NAME
confusion with very common names (eg. import ldap
is very ambiguous: can be a ldap module from realms-wiki, a ldap module from flask-ldap-login, or python-ldap
module.
...
also cleant up a bit the import towards PEP8: builtin modules first, then 3rd party python packages, then local packages
2016-09-05 01:29:29 +02:00
Matthew Scragg
e565a0a77a
fix path bugs
2015-12-10 21:51:36 -06:00
Chase Sterling
6d62d6b8b4
Tweak the rules for to_canonical to better handle subdirs.
2015-12-09 22:03:43 -05:00
Matthew Scragg
93df0e081a
fix some issues with path names
2015-12-09 17:41:15 -06:00
Chase Sterling
9108f82149
Preliminary subdirectory support. refs #50
2015-12-08 21:38:09 -05:00
Matthew Scragg
d24d8720db
strip leading underscores in cname
2015-12-08 17:16:33 -06:00
Matthew Scragg
e3508e365f
allow utf8 in page names
2015-12-08 17:15:11 -06:00
Matthew Scragg
0b1c55f6a5
fallback to default avatar if email is not set
...
auth submodules are registered with initialized
check if auth.local is loaded before accessing registration route
check DB_URI before attempt to create db
2015-11-06 17:44:48 -06:00
Lars Immisch
a8e4ec69bf
Fix gravatar URL and one possible redirect loop
2015-09-22 13:33:26 +02:00
Matthew Scragg
f59e46c7df
Disable sendfile when running dev from vagrant.
...
Upgrade gunicorn.
Add BS3 classes to rendered markdown tables. Fixes #72
2015-08-30 19:17:51 -05:00
Matthew Scragg
ceec6b6789
allow uppercase in canonical names fixes #53
2015-07-15 09:34:36 -05:00
Matthew Scragg
6c7095ec5a
updated dockerfile, spacing adjustments
2014-11-17 11:25:26 -06:00
Matthew Scragg
08a4c71c10
search pass three
2014-11-12 17:06:56 -06:00
Matthew Scragg
84a5b51662
fix upstart script func
2014-10-22 16:45:37 -05:00
Matthew Scragg
38e5ef85c0
use application factory, WIP
2014-10-21 16:06:27 -05:00
Matthew Scragg
2e38c6a34c
fix some cli bugs, update manifest, Fix #29
2014-10-17 12:03:38 -05:00
Matthew Scragg
07852bdd98
cli and setuptools wip
2014-10-16 16:54:45 -05:00
Matthew Scragg
eb12c84e9a
Added RDBMS info
...
Canonical names to forced to lowercase
Made user model compatible to other DBs
CSS adjustments
Basic Firepad support (no presence info)
Cleaned up JS a bit
Added ability to remove draft from localstorage
Added support for drafts on multiple pages
Alert user if page changes, issue #1
2014-10-03 13:49:18 -05:00
Matthew Scragg
b8531a0347
add config option to disable registration
...
add command to create user
2014-09-13 22:47:17 -05:00
Matthew Scragg
86f0549e44
WIP
2014-08-30 10:06:12 -05:00
Matthew Scragg
b02d3db684
WIP
2014-08-20 10:28:25 -05:00
Matthew Scragg
98c753aba6
yolo
2014-01-13 17:07:13 -06:00
Matthew Scragg
db70df22a2
many things have occured
2013-12-03 14:09:57 -06:00
Matthew Scragg
36cf728862
reorg
2013-11-08 12:20:40 -06:00