The branch "master" has been updated. The following is a summary of the commits.
from: 93cab52730e3eb256fb4d0603c88f79647c99ba3 6d6406e Revert "[mms] Use more efficient date sorting algorithm as the default choice." 935c114 Default sort should be sequence sort, since it is the least expensive sorting algorithm 51a2e3b More accurate description of sequence sort f93b4be Bug #12139: Correct usage of arrival vs. sequence for sorting ----------------------------------------------------------------------- commit 6d6406e52ae6eafb347fcc1e096e0868c16bd938 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 16:40:36 2013 -0600 Revert "[mms] Use more efficient date sorting algorithm as the default choice." This reverts commit 4c184a38944a62e3cbd892fe384eb3b80e0b3a42. Conflicts: imp/docs/CHANGES imp/package.xml On further reflection: this is not a valid change. Sequence sort is the order in which messages were processed by the IMAP server. It is not directly related to when a message was received on the server. imp/config/prefs.php | 4 ++-- imp/docs/CHANGES | 1 - imp/lib/LoginTasks/SystemTask/Upgrade.php | 19 +------------------ imp/lib/Prefs/Sort/Sortpref.php | 2 +- imp/package.xml | 2 -- imp/rss.php | 2 +- 6 files changed, 5 insertions(+), 25 deletions(-) http://git.horde.org/horde-git/-/commit/6d6406e52ae6eafb347fcc1e096e0868c16bd938 ----------------------------------------------------------------------- commit 935c114631e1aed633d39fb25f9ccf3de3948871 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 16:43:54 2013 -0600 Default sort should be sequence sort, since it is the least expensive sorting algorithm imp/lib/Prefs/Sort/Sortpref.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/935c114631e1aed633d39fb25f9ccf3de3948871 ----------------------------------------------------------------------- commit 51a2e3b3c26ab3d74c77787edab1095510327a9f Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 16:46:30 2013 -0600 More accurate description of sequence sort imp/config/prefs.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/51a2e3b3c26ab3d74c77787edab1095510327a9f ----------------------------------------------------------------------- commit f93b4be4374ec426f8dcdec41273384d4c9c7e42 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 26 16:54:17 2013 -0600 Bug #12139: Correct usage of arrival vs. sequence for sorting imp/js/dimpbase.js | 2 +- imp/lib/Dynamic/Mailbox.php | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/f93b4be4374ec426f8dcdec41273384d4c9c7e42 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
