[commits] Horde branch master updated. 77df6a0f550a66ef23fe6f6ec7049f9d3fa3ca08

Jan Schneider jan at horde.org
Wed Jun 5 21:24:17 UTC 2013


The branch "master" has been updated.
The following is a summary of the commits.

from: ba2f9031f787ba404e0645e42678d3e344cdbccc

72ce85c Update icons.
14e80ba Don't use icon in subinfo.
ff3cfee Add Euro and Yen signs to currency detection and fix charset.
ce2652c Trim collected cell content.
991f553 [jan] Fix sorting page lists by date.
88c1674 Try this icon for diffs.
806c807 Remove outdated phpdoc.
2554640 Add mostRecent() to show at least 10 most recent pages.
2d57361 Use closure.
3c3f49c Fix potential race condition.
d8dfed0 H5 table design.
6ce12d3 Smaller version.
80b086e Update de translation.
77df6a0 H5 style.

-----------------------------------------------------------------------

commit 72ce85cf4bc2643d62ba49ce34163f48cea932fc
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 19:05:57 2013 +0200

    Update icons.

 wicked/package.xml                           |   14 ++++++++------
 wicked/themes/default/graphics/SyncPages.png |  Bin 566 -> 717 bytes
 wicked/themes/default/graphics/az.png        |  Bin 116 -> 343 bytes
 wicked/themes/default/graphics/diff.png      |  Bin 190 -> 385 bytes
 wicked/themes/default/graphics/external.png  |  Bin 162 -> 600 bytes
 wicked/themes/default/graphics/favicon.ico   |  Bin 1150 -> 1742 bytes
 wicked/themes/default/graphics/info.png      |  Bin 116 -> 0 bytes
 wicked/themes/default/graphics/question.png  |  Bin 115 -> 0 bytes
 wicked/themes/default/graphics/restore.png   |  Bin 287 -> 376 bytes
 wicked/themes/default/graphics/za.png        |  Bin 118 -> 337 bytes
 10 files changed, 8 insertions(+), 6 deletions(-)
 delete mode 100644 wicked/themes/default/graphics/info.png
 delete mode 100644 wicked/themes/default/graphics/question.png

http://git.horde.org/horde-git/-/commit/72ce85cf4bc2643d62ba49ce34163f48cea932fc

-----------------------------------------------------------------------

commit 14e80ba5eddd7dc9d098373b06000dfa2ef595d6
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 19:21:25 2013 +0200

    Don't use icon in subinfo.

 wicked/lib/Page.php |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/14e80ba5eddd7dc9d098373b06000dfa2ef595d6

-----------------------------------------------------------------------

commit ff3cfeeeeb38eb7d4fd98e2b42143ecc4ae650c0
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 19:32:29 2013 +0200

    Add Euro and Yen signs to currency detection and fix charset.

 framework/Core/js/tables.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/ff3cfeeeeb38eb7d4fd98e2b42143ecc4ae650c0

-----------------------------------------------------------------------

commit ce2652c04dfcb60fae4242a1492b88b44ee13416
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 19:39:18 2013 +0200

    Trim collected cell content.

 framework/Core/js/tables.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/ce2652c04dfcb60fae4242a1492b88b44ee13416

-----------------------------------------------------------------------

commit 991f5535df4ae989bdf943fc45f3ba8ceddf6bbe
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 19:43:42 2013 +0200

    [jan] Fix sorting page lists by date.

 wicked/docs/CHANGES                     |    1 +
 wicked/lib/Page/AllPages.php            |    1 +
 wicked/lib/Page/Search.php              |   76 +++++++++++++++++++------------
 wicked/package.xml                      |    2 +-
 wicked/templates/pagelist/pagelist.html |    2 +-
 wicked/templates/pagelist/summary.inc   |    2 +-
 6 files changed, 51 insertions(+), 33 deletions(-)

http://git.horde.org/horde-git/-/commit/991f5535df4ae989bdf943fc45f3ba8ceddf6bbe

-----------------------------------------------------------------------

commit 88c1674e1c0eb16ab5afd8532965949c2689e188
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 22:28:18 2013 +0200

    Try this icon for diffs.

 wicked/themes/default/graphics/diff.png |  Bin 385 -> 544 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/88c1674e1c0eb16ab5afd8532965949c2689e188

-----------------------------------------------------------------------

commit 806c807067c6e04f8d21e3c86afa6f53157251fa
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 22:44:16 2013 +0200

    Remove outdated phpdoc.

 wicked/lib/Driver.php |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/806c807067c6e04f8d21e3c86afa6f53157251fa

-----------------------------------------------------------------------

commit 2554640216d876e8716ac702e6cea8e591fbe50c
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 22:45:51 2013 +0200

    Add mostRecent() to show at least 10 most recent pages.

 wicked/docs/CHANGES               |    1 +
 wicked/lib/Driver.php             |   11 +++++++++--
 wicked/lib/Driver/Sql.php         |   29 +++++++++++++++++++++++++++++
 wicked/lib/Page/RecentChanges.php |    4 ++++
 wicked/package.xml                |    1 +
 5 files changed, 44 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/2554640216d876e8716ac702e6cea8e591fbe50c

-----------------------------------------------------------------------

commit 2d573619241067e12f1349dd2c1898cb7117f660
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 22:46:43 2013 +0200

    Use closure.

 wicked/lib/Driver/Sql.php |   20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/2d573619241067e12f1349dd2c1898cb7117f660

-----------------------------------------------------------------------

commit 3c3f49cecc8a95c7a5a94f53f659509f0c863dc4
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 22:47:00 2013 +0200

    Fix potential race condition.

 wicked/lib/Page/RecentChanges.php |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/3c3f49cecc8a95c7a5a94f53f659509f0c863dc4

-----------------------------------------------------------------------

commit d8dfed0d280ce7d6e48c95b7f1b00c75623179d0
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 22:47:37 2013 +0200

    H5 table design.

 wicked/lib/Page/Search.php                    |    1 -
 wicked/templates/display/RecentChanges.html   |   31 +++++++++-------
 wicked/templates/pagelist/footer.inc          |    1 -
 wicked/templates/pagelist/header.inc          |   10 +++---
 wicked/templates/pagelist/results_header.html |   10 ++++--
 wicked/templates/pagelist/search.inc          |    1 -
 wicked/themes/default/screen.css              |   46 -------------------------
 7 files changed, 29 insertions(+), 71 deletions(-)

http://git.horde.org/horde-git/-/commit/d8dfed0d280ce7d6e48c95b7f1b00c75623179d0

-----------------------------------------------------------------------

commit 6ce12d3302b39cd41b854c2672864cf4f3b2ed6d
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 22:56:07 2013 +0200

    Smaller version.

 wicked/themes/default/graphics/external.png |  Bin 600 -> 591 bytes
 1 files changed, 0 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/6ce12d3302b39cd41b854c2672864cf4f3b2ed6d

-----------------------------------------------------------------------

commit 80b086ee0818cb4f24e58787fc1cde2dd422b45f
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 23:19:44 2013 +0200

    Update de translation.

 wicked/locale/de/LC_MESSAGES/wicked.mo |  Bin 80251 -> 80252 bytes
 wicked/locale/de/LC_MESSAGES/wicked.po |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/80b086ee0818cb4f24e58787fc1cde2dd422b45f

-----------------------------------------------------------------------

commit 77df6a0f550a66ef23fe6f6ec7049f9d3fa3ca08
Author: Jan Schneider <jan at horde.org>
Date:   Wed Jun 5 23:20:11 2013 +0200

    H5 style.

 wicked/lib/Page/AttachedFiles.php           |    8 +-
 wicked/templates/display/AttachedFiles.html |  193 ++++++++++++++-------------
 2 files changed, 107 insertions(+), 94 deletions(-)

http://git.horde.org/horde-git/-/commit/77df6a0f550a66ef23fe6f6ec7049f9d3fa3ca08




More information about the commits mailing list