##// END OF EJS Templates
user-groups: fix potential problem with group sync of external plugins....
user-groups: fix potential problem with group sync of external plugins. - when using external plugin we used to check for a parameter that set the sync mode. The problem is we only checked if the flag was there. So toggling sync on and off set the value and then left the key still set but with None. This confused the sync and thought the group should be synced !

File last commit:

r1093:662d72d1 default
r2193:20e24a44 stable
Show More
.hgignore
66 lines | 1.1 KiB | text/plain | TextLexer
project: initial commit
r0 syntax: glob
*.egg
*.egg-info
*.idea
*.orig
*.pyc
*.sqlite-journal
*.swp
*.tox
*.DS_Store*
components: reorganize build pipeline to have nice separation of html/js/css
r703 rhodecode/public/js/src/components/**/*.css
project: initial commit
r0
syntax: regexp
#.filename
^\.settings$
^\.project$
^\.pydevproject$
^\.coverage$
^\.cache.*$
^\.rhodecode$
^rcextensions
^_dev
^._dev
^build/
polymer: introduce webcomponents to rhodecode
r689 ^bower_components/
project: initial commit
r0 ^coverage\.xml$
^data$
Martin Bornhold
dev-env: Add .eggs directory to ignore list.
r481 ^\.eggs/
project: initial commit
r0 ^configs/data$
^dev.ini$
^acceptance_tests/dev.*\.ini$
^dist/
^fabfile.py
^htmlcov
^junit\.xml$
^node_modules/
^pylint.log$
^rcextensions/
^result$
^rhodecode/public/css/style.css$
notifications: use rhodecode-toast for notifications instead of toastr jquery plugin
r699 ^rhodecode/public/css/style-polymer.css$
hgignore: Ignore generated webcomponents
r721 ^rhodecode/public/js/rhodecode-components.html$
project: initial commit
r0 ^rhodecode/public/js/scripts.js$
hgignore: skip rhodecode-components.js generated package.
r1093 ^rhodecode/public/js/rhodecode-components.js$
polymer: slim out the styles and change the flow of initialization to avoid race conditions
r714 ^rhodecode/public/js/src/components/root-styles.gen.html$
hgignore: Ignore generated webcomponents
r721 ^rhodecode/public/js/vendors/webcomponentsjs/
project: initial commit
r0 ^rhodecode\.db$
^rhodecode\.log$
^rhodecode_dev\.log$
^test\.db$
# ac-tests
^acceptance_tests/\.cache.*$
^acceptance_tests/externals
^acceptance_tests/ghostdriver.log$
^acceptance_tests/local(_.+)?\.ini$
# docs
^docs/_build$
^docs/result$
^docs-internal/_build$
# Cythonized things
^rhodecode/.*\.(c|so)$