stef
|
6a043f4a7d
|
more readable imports
|
2016-09-05 01:30:37 +02:00 |
|
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 |
|
Chase Sterling
|
ed0ac58e6f
|
Update search module hooks to use new WikiPage methods
|
2016-07-08 02:11:57 -04:00 |
|
Alvin Chow
|
4e4cdf6348
|
Get delete page feature working
|
2015-09-28 00:06:49 -07:00 |
|
Alvin Chow
|
4ef08cc988
|
Add delete wiki page feature, delete wiki page after rename
|
2015-09-28 00:04:21 -07: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
|
13d4be8937
|
search pass two
|
2014-11-11 17:06:28 -06:00 |
|
scragg
|
312c61ef61
|
search module, wip
|
2014-11-10 10:54:46 -06:00 |
|