The branch "master" has been updated. The following is a summary of the commits.
from: 50f8b541fc29d9e8aabea45761a0d42d540ac51e e4167aa More fixes for Bug: 10300 dd19a83 Correct phpdoc. $charset must be provided if $locale is true 899bba6 Bug: 10300 More sorting fixes. cef1f50 Use the formatted field to sort by, since the requester field is the raw key, not the formatted value. ----------------------------------------------------------------------- commit e4167aacee1e039557a69ef9094b1c780f817e5c Author: Michael J Rubinsky <[email protected]> Date: Mon Jul 4 13:14:53 2011 -0400 More fixes for Bug: 10300 Add new array element to hold the formatted requester to avoid having to format the value multiple times. whups/lib/Driver/Sql.php | 1 + whups/templates/view/results.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e4167aacee1e039557a69ef9094b1c780f817e5c ----------------------------------------------------------------------- commit dd19a83b25e1f9ac32d5829e0aeae1528b85c3ba Author: Michael J Rubinsky <[email protected]> Date: Mon Jul 4 13:31:18 2011 -0400 Correct phpdoc. $charset must be provided if $locale is true framework/Util/lib/Horde/String.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/dd19a83b25e1f9ac32d5829e0aeae1528b85c3ba ----------------------------------------------------------------------- commit 899bba631d227ce0dd13c1ecbe22cce6340e66fb Author: Michael J Rubinsky <[email protected]> Date: Mon Jul 4 14:34:50 2011 -0400 Bug: 10300 More sorting fixes. Handle arrays of values in the sort field (as in the owner field) and perform sorting in a case insensitive manner. whups/lib/Whups.php | 76 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 72 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/899bba631d227ce0dd13c1ecbe22cce6340e66fb ----------------------------------------------------------------------- commit cef1f500064c107651e845c7fbe09a13a921e533 Author: Michael J Rubinsky <[email protected]> Date: Mon Jul 4 14:38:54 2011 -0400 Use the formatted field to sort by, since the requester field is the raw key, not the formatted value. whups/templates/view/results.inc | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/cef1f500064c107651e845c7fbe09a13a921e533 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
