view .hgignore @ 4254:493ccf3e22e6

user edit: always define c.EXTERN_TYPE_INTERNAL (issue 3) It is needed by user_edit_profile.html when user_edit.html includes it because .active='profile'. Some non-obvious code paths could lead to that - such as editing other user's password. Instead, set the value it in the controller initialization.
author Mads Kiilerich <madski@unity3d.com>
date Mon, 14 Jul 2014 21:12:23 +0200
parents 24c0d584ba86
children 03bbd33bc084
line wrap: on
line source

syntax: glob
*.pyc
*.swp
*.sqlite
*.tox
*.egg-info
*.egg

syntax: regexp
^rcextensions
^build
^dist/
^docs/build/
^docs/_build/
^data$
^sql_dumps/
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^kallithea\.db$
^test\.db$
^Kallithea\.egg-info$
^rc.*\.ini$
^fabfile.py
^\.idea$