Summary of changes from January 15, 2016 to January 23, 2016.
| Codebase | Repository | {icon lock} | HEAD | Activity |
|----------|------------|--|------|----------|
| Phabricator | rP | | rP0b67e89 | 66 commits |
| Arcanist | rARC | | rARCb871383 | 0 commits |
| libphutil | rPHU | | rPHUf43291e | 2 commits |
| Instances (SAAS) | rSAAS | {icon lock} | rSAAS91e43ac | 1 commit |
| Services (SAAS) | rSERVICES | {icon lock} | rSERVICESd79ec54 | 1 commit |
| Core (SAAS) | rCORE | {icon lock} | rCOREc94010a | 7 commits |
- These changes have been promoted to `stable`.
- See also [[ /phame/post/view/760/development_notes_2016_week_4/ | Development Notes (2016 Week 4) ]].
General
=======
- You can now autocomplete usernames in comments by typing `@`, and project names by typing `#`. For more details, see [[ /phame/post/view/759/autocompleting_usernames_and_project_hashtags/ | Autocompleting Usernames and Project Hashtags ]].
- Projects have new "profile menus", which are configurable. You can read more about them in then [[ https://secure.phabricator.com/book/phabricator/article/profile_menu/ | Profile Menu User Guide ]] and [[ https://secure.phabricator.com/book/phabricator/article/projects/ | Projects User Guide ]].
Security
========
- No notes in this period.
Migrations
==========
| Migration | Risk | Duration | Notes |
|----|----|----|----|
| 20160119.project.1.silence.sql | | 124ms | Converts "unsubscribe" edges to "disable mail" edges.
| 20160122.project.1.boarddefault.php | | 1,355ms | Migrates old menu settings to similar new settings.
//"Duration" is the duration for this install, and may not be representative.//
Upgrading/Compatibility
=======================
- No notes in this period.
Projects
========
- Some of the behavior around project members/watchers/subscrbibers has changed. Notably, any user may now watch any project. See T10180 for details.
- Project colors can now be relabeled.
- Fixed an issue where values in "Additional Hashtags" when editing projects could get smushed.
- Improved handling of invalid project tags (generally, legacy tags).
- Project watchers can now be removed, like project members.
- Projects now have a Herald adapter.
Minor
=====
- **(stable; rPba221598)** Fixed two parsing problems with repository callsigns.
- We now attempt to emit errors that better distinguish between bad MySQL credentials (usually, wrong username or password) and problems with permissions.
- Ponder search queries now respect the "Projects" field.
- Older revisions no longer show "no test coverage" when they mean "no coverage information".
- Fixed an issue where `diffusion.rawfilequery` would fail for files larger than the chunk threshold (usually 8MB).
- Fixed an issue with paging queries that were ordered by a reversed column.