]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 1361151 - Bugzilla Security groups are periodically synced to Phabricator project...
authorDavid Lawrence <dkl@mozilla.com>
Mon, 22 May 2017 14:47:27 +0000 (14:47 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 22 May 2017 14:47:27 +0000 (14:47 +0000)
commit44cef9cca23e9dd59ded0039efe1fb4454c2eb57
tree93d301c57f82f9b5eacdaf46c47bcd703f5dfabb
parentd7e7c68ec34a994e2b089c5db1986031a6399a9a
Bug 1361151 - Bugzilla Security groups are periodically synced to Phabricator project membership
extensions/PhabBugz/Config.pm [new file with mode: 0644]
extensions/PhabBugz/Extension.pm [new file with mode: 0644]
extensions/PhabBugz/bin/update_project_members.pl [new file with mode: 0755]
extensions/PhabBugz/lib/Config.pm [new file with mode: 0644]
extensions/PhabBugz/template/en/default/admin/params/phabbugz.html.tmpl [new file with mode: 0644]
extensions/PhabBugz/template/en/default/hook/global/code-error-errors.html.tmpl [new file with mode: 0644]
extensions/PhabBugz/template/en/default/hook/global/user-error-errors.html.tmpl [new file with mode: 0644]
t/Support/Files.pm