mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
No description
237ca095a6
Summary: Fixes T3069. Ref T3516. For a long time, LDAP import added trailing whitespace to real names when importing them (for example, `"John Smith"` would be imported as `"John Smith "`). We no longer do this, but should clean up the database since it seems highly unlikely that any user wants trailing whitespace in their real name. Test Plan: $ ./bin/storage upgrade -f --apply phabricator:20130711.trimrealnames.php Applying patch 'phabricator:20130711.trimrealnames.php'... Trimming trailing whitespace from user real names... Trimming user 1 from 'Evan Priestley ' to 'Evan Priestley'. User 4 is already trim. User 5 is already trim. User 6 is already trim. User 7 is already trim. User 8 is already trim. User 9 is already trim. User 10 is already trim. User 11 is already trim. User 12 is already trim. User 13 is already trim. User 14 is already trim. User 15 is already trim. User 21 is already trim. User 22 is already trim. User 26 is already trim. User 28 is already trim. User 29 is already trim. User 32 is already trim. User 33 is already trim. User 35 is already trim. User 39 is already trim. User 51 is already trim. User 53 is already trim. User 54 is already trim. User 55 is already trim. Done. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T3069, T3516 Differential Revision: https://secure.phabricator.com/D6426 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
Phabricator is an open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted.