The branch "master" has been updated. The following is a summary of the commits.
from: 93dd954ec7e1e4edbb242aee80a1e2e19475d62d 9b574d1... Remove unneeded/duplicate CSS declarations e39723d... Improved patchset display. ----------------------------------------------------------------------- commit 9b574d1fdbcdf50c552ac9f46bd0a3b9d9878433 Author: Michael M Slusarz <[email protected]> Date: Tue Jun 16 22:28:21 2009 -0600 Remove unneeded/duplicate CSS declarations chora/themes/screen.css | 43 ++----------------------------------------- 1 files changed, 2 insertions(+), 41 deletions(-) http://git.horde.org/diff.php/chora/themes/screen.css?rt=horde-hatchery&r1=540c9cc00282d7a170986f03b758d5df6c21ecee&r2=9b574d1fdbcdf50c552ac9f46bd0a3b9d9878433 ----------------------------------------------------------------------- commit e39723db456649ac05122e5f6e91c8c4ed07c0f8 Author: Michael M Slusarz <[email protected]> Date: Tue Jun 16 23:09:14 2009 -0600 Improved patchset display. Big improvement: the ability to view a single patchset. Ultimate goal is to get this display to look similar/identical to a commit message, so that this page becomes the one-stop shop when it comes to a commit (instead of linking to the various diff pages in commit e-mails for each file, we instead link to a single patchset page for each commit). Input and/or tweaking of the display of this page would be great. Additionally, tweak error display on unavailable patchset, link to the checkout page for file name (instead of patchset page), and add full revision tooltip information to revision links. chora/patchsets.php | 39 ++++++++++++++++++--------- chora/templates/patchsets/header.inc | 12 -------- chora/templates/patchsets/header_table.inc | 11 ++++++++ chora/templates/patchsets/ps_single.inc | 30 +++++++++++++++++++++ chora/themes/screen.css | 19 +++++++++++++ framework/Vcs/lib/Horde/Vcs/Git.php | 6 +++- 6 files changed, 91 insertions(+), 26 deletions(-) create mode 100644 chora/templates/patchsets/header_table.inc create mode 100644 chora/templates/patchsets/ps_single.inc http://git.horde.org/diff.php/chora/patchsets.php?rt=horde-hatchery&r1=fb4a2239e9482ef347828be7e775fe8b538de75a&r2=e39723db456649ac05122e5f6e91c8c4ed07c0f8 http://git.horde.org/diff.php/chora/templates/patchsets/header.inc?rt=horde-hatchery&r1=64e84582037c3e24da5d8d3cb426dc01582b23e6&r2=e39723db456649ac05122e5f6e91c8c4ed07c0f8 http://git.horde.org/co.php/chora/templates/patchsets/header_table.inc?rt=horde-hatchery&r=e39723db456649ac05122e5f6e91c8c4ed07c0f8 http://git.horde.org/co.php/chora/templates/patchsets/ps_single.inc?rt=horde-hatchery&r=e39723db456649ac05122e5f6e91c8c4ed07c0f8 http://git.horde.org/diff.php/chora/themes/screen.css?rt=horde-hatchery&r1=9b574d1fdbcdf50c552ac9f46bd0a3b9d9878433&r2=e39723db456649ac05122e5f6e91c8c4ed07c0f8 http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-hatchery&r1=93dd954ec7e1e4edbb242aee80a1e2e19475d62d&r2=e39723db456649ac05122e5f6e91c8c4ed07c0f8 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
