##// END OF EJS Templates
Implemented hooks system,...
Implemented hooks system, Added repo size hook, and active flag on ui settings in the database to able to toggle them.

File last commit:

r0:564e4082 default
r392:b27d32cb default
Show More
SOURCES.txt
32 lines | 948 B | text/plain | TextLexer
MANIFEST.in
README.txt
setup.cfg
setup.py
pylons_app/__init__.py
pylons_app/websetup.py
pylons_app.egg-info/PKG-INFO
pylons_app.egg-info/SOURCES.txt
pylons_app.egg-info/dependency_links.txt
pylons_app.egg-info/entry_points.txt
pylons_app.egg-info/not-zip-safe
pylons_app.egg-info/paster_plugins.txt
pylons_app.egg-info/requires.txt
pylons_app.egg-info/top_level.txt
pylons_app/config/__init__.py
pylons_app/config/deployment.ini_tmpl
pylons_app/config/environment.py
pylons_app/config/middleware.py
pylons_app/config/routing.py
pylons_app/controllers/__init__.py
pylons_app/controllers/error.py
pylons_app/lib/__init__.py
pylons_app/lib/app_globals.py
pylons_app/lib/base.py
pylons_app/lib/helpers.py
pylons_app/model/__init__.py
pylons_app/public/bg.png
pylons_app/public/favicon.ico
pylons_app/public/index.html
pylons_app/public/pylons-logo.gif
pylons_app/tests/__init__.py
pylons_app/tests/test_models.py
pylons_app/tests/functional/__init__.py