mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-18 10:41:08 +01:00
No description
0ea95d41a6
Summary: This commit adds a keydown listener to <input> elements to activate a flag when Ctrl (and other keys) are pressed, which causes forms to be submitted to a new tab. This commit also modifies the click event listener for buttons to ignore synthetic clicks from the browser, which is important as they clobber the "new_tab" flag otherwise. Closes T15914 Test Plan: Open the Advanced Search form, and do Ctrl+Return inside one of the text boxes to ensure that the result is opened in a new tab. Also do a plain Return, plain click on "Search", and Ctrl+Click on Search to check for regressions. Reviewers: O1 Blessed Committers, valerio.bozzolan, aklapper Reviewed By: O1 Blessed Committers, valerio.bozzolan, aklapper Subscribers: aklapper, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15914 Differential Revision: https://we.phorge.it/D25773 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Phorge is a collection of web applications which help software companies build better software.
Phorge is a community-maintained fork of Phabricator.
Phorge includes applications for:
- reviewing and auditing source code;
- hosting and browsing repositories;
- tracking bugs;
- managing projects;
- conversing with team members;
- assembling a party to venture forth;
- writing stuff down and reading it later;
- hiding stuff from coworkers; and
- also some other things.
Phorge is developed and maintained by The Phorge Team.
LICENSE
Phorge is released under the Apache 2.0 license except as otherwise noted.