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
|
7487a65314
|
Merge branch 'master' into history_optimization
# Conflicts:
# realms/modules/search/commands.py
|
2016-07-13 20:48:28 -04:00 |
|
Chase Sterling
|
192177ba2d
|
Fix search rebuild_index command
|
2016-07-12 00:27:39 -04:00 |
|
Chase Sterling
|
57e98cdd9d
|
Fix CLI registration for module command groups
|
2016-07-10 17:47:43 -04:00 |
|
Chase Sterling
|
0bcfaba807
|
Remove WikiPage.info refs #148
|
2016-07-07 18:07:21 -04:00 |
|
Chase Sterling
|
d50cf54072
|
Create WikiPage class to encapsulate wiki page functions
|
2016-07-04 22:22:12 -04:00 |
|
Chase Sterling
|
af6a577b15
|
Fix rebuild_index to use full path of page when indexing. fix #88
|
2015-12-11 00:25:43 -05:00 |
|
Alvin Chow
|
1cf9295c78
|
Don't die if some non-MD files are found in the wiki repo during rebuild_index()
|
2015-09-25 16:35:16 -07:00 |
|
Matthew Scragg
|
bd41eaac4e
|
use app context aware cli, fixes #65
|
2015-07-22 12:01:59 -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 |
|