##// END OF EJS Templates
fixed password refill in login form when wrong password was given...
fixed password refill in login form when wrong password was given It's better to not refill the passwords on wrong credentials given. Standard behaviour on all pages are making the password blank

File last commit:

r3960:5293d4bb merge default
r4095:b59568e9 default
Show More
.hgignore
26 lines | 291 B | text/plain | TextLexer
Lukasz Balcerzak
Small hgignore update
r848 syntax: glob
*.pyc
*.swp
ignore sqlite files
r1971 *.sqlite
ignore tox stuff
r2555 *.tox
added egg-info,and .egg in hgignore
r1236 *.egg-info
*.egg
Marcin Kuzminski
initial commit.
r0
syntax: regexp
ignore rcextensions
r2106 ^rcextensions
Lukasz Balcerzak
Small hgignore update
r848 ^build
^docs/build/
^docs/_build/
Marcin Kuzminski
added hgignore
r9 ^data$
ignore sql_dumps for testing schema migrations
r3908 ^sql_dumps/
Marcin Kuzminski
added hgignore
r9 ^\.settings$
^\.project$
Marcin Kuzminski
ignore db file
r72 ^\.pydevproject$
ignore coverage and my local dev.ini file
r1893 ^\.coverage$
renamed hg_app to rhodecode
r548 ^rhodecode\.db$
ignore test db
r460 ^test\.db$
Lukasz Balcerzak
Small hgignore update
r848 ^RhodeCode\.egg-info$
fixed ignore of dev .ini files
r3051 ^rc.*\.ini$
Added VCS into rhodecode core for faster and easier deployments of new versions
r2007 ^fabfile.py
created rhodecode-api binary script for working with api via cli...
r2379 ^\.rhodecode$
Updated hgignore to skip .idea config files
r3831 ^\.idea$