[commits] Horde branch redesign updated. eb812c70a7633c62cb986740098ce4f1fb8369e6

Jan Schneider jan at horde.org
Mon Aug 27 16:23:36 UTC 2012


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

from: 0475e25c79b54a14f2314f8b6a84b87b3b967cea

44339bf Have base context menus in the DOM last.
ef1db4a Add keyhandler to FormGhost.
19f75d7 Rename newRefresh to newExtra and allow custom attributes for the New link.
3a79692 Lighter icons for selected rows.
fc5d2c6 Automatically focus form if there is any.
c64289b Throw exception.
7b00dba Allow to return bare Nag_Task object from export().
396c57d Remove stale entry.
12e6771 New calendar design.
eb812c7 Move dynamic templates to templates/dynamic/.

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

commit 44339bf4208bc0096b6b8b0828bbd5ff5702f4fa
Author: Jan Schneider <jan at horde.org>
Date:   Wed Aug 22 16:31:47 2012 +0200

    Have base context menus in the DOM last.
    
    Fixes overlapping issues with the reply/forward sub menus in message
    context menus.

 imp/lib/Dynamic/Mailbox.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/44339bf4208bc0096b6b8b0828bbd5ff5702f4fa

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

commit ef1db4a6b80aeeddd87625af889af35d7f9f3878
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 23 22:38:11 2012 +0200

    Add keyhandler to FormGhost.
    
    Catch Escape, Enter, and form submissions and fire FormGhost:reset and
    FormGhost:submit instead.
    Always use FormGhost for the topbar's search form.

 horde/js/form_ghost.js                   |   50 ++++++++++++++++++++++-
 horde/js/topbar.js                       |   13 +++++-
 horde/lib/View/Topbar.php                |    8 ++++
 horde/templates/topbar/_menubar.html.php |   23 +++++------
 horde/themes/default/screen.css          |   31 ++++++--------
 imp/js/dimpbase.js                       |   65 ++++++++++++------------------
 imp/lib/Dynamic/Mailbox.php              |    1 -
 7 files changed, 117 insertions(+), 74 deletions(-)

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

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

commit 19f75d758a84294af32cfa13eefb65b910534a63
Author: Jan Schneider <jan at horde.org>
Date:   Thu Aug 23 22:41:21 2012 +0200

    Rename newRefresh to newExtra and allow custom attributes for the New link.

 horde/lib/View/Sidebar.php               |   16 ++++++++++++----
 horde/templates/sidebar/sidebar.html.php |    4 ++--
 horde/themes/default/screen.css          |    6 +++---
 3 files changed, 17 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/19f75d758a84294af32cfa13eefb65b910534a63

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

commit 3a79692b254698c9ca5408585a9268fa8cd15359
Author: Jan Schneider <jan at horde.org>
Date:   Fri Aug 24 23:33:06 2012 +0200

    Lighter icons for selected rows.

 imp/themes/default/dynamic/screen.css                   |   45 +++++++++++++++
 imp/themes/default/graphics/flags/answered-inv.png      |  Bin 0 -> 359 bytes
 imp/themes/default/graphics/flags/attachment-inv.png    |  Bin 0 -> 566 bytes
 imp/themes/default/graphics/flags/deleted-inv.png       |  Bin 0 -> 392 bytes
 imp/themes/default/graphics/flags/draft-inv.png         |  Bin 0 -> 514 bytes
 imp/themes/default/graphics/flags/encrypted-inv.png     |  Bin 0 -> 427 bytes
 imp/themes/default/graphics/flags/flagged-inv.png       |  Bin 0 -> 368 bytes
 imp/themes/default/graphics/flags/forwarded-inv.png     |  Bin 0 -> 356 bytes
 imp/themes/default/graphics/flags/group-inv.png         |  Bin 0 -> 483 bytes
 imp/themes/default/graphics/flags/innocent-inv.png      |  Bin 0 -> 508 bytes
 imp/themes/default/graphics/flags/personal-inv.png      |  Bin 0 -> 409 bytes
 imp/themes/default/graphics/flags/priority_high-inv.png |  Bin 0 -> 451 bytes
 imp/themes/default/graphics/flags/priority_low-inv.png  |  Bin 0 -> 457 bytes
 imp/themes/default/graphics/flags/seen-inv.png          |  Bin 0 -> 487 bytes
 imp/themes/default/graphics/flags/signed-inv.png        |  Bin 0 -> 427 bytes
 imp/themes/default/graphics/flags/spam-inv.png          |  Bin 0 -> 495 bytes
 imp/themes/default/graphics/flags/unseen-inv.png        |  Bin 0 -> 467 bytes
 17 files changed, 45 insertions(+), 0 deletions(-)
 create mode 100644 imp/themes/default/graphics/flags/answered-inv.png
 create mode 100644 imp/themes/default/graphics/flags/attachment-inv.png
 create mode 100644 imp/themes/default/graphics/flags/deleted-inv.png
 create mode 100644 imp/themes/default/graphics/flags/draft-inv.png
 create mode 100644 imp/themes/default/graphics/flags/encrypted-inv.png
 create mode 100644 imp/themes/default/graphics/flags/flagged-inv.png
 create mode 100644 imp/themes/default/graphics/flags/forwarded-inv.png
 create mode 100644 imp/themes/default/graphics/flags/group-inv.png
 create mode 100644 imp/themes/default/graphics/flags/innocent-inv.png
 create mode 100644 imp/themes/default/graphics/flags/personal-inv.png
 create mode 100644 imp/themes/default/graphics/flags/priority_high-inv.png
 create mode 100644 imp/themes/default/graphics/flags/priority_low-inv.png
 create mode 100644 imp/themes/default/graphics/flags/seen-inv.png
 create mode 100644 imp/themes/default/graphics/flags/signed-inv.png
 create mode 100644 imp/themes/default/graphics/flags/spam-inv.png
 create mode 100644 imp/themes/default/graphics/flags/unseen-inv.png

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

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

commit fc5d2c6c29b9141aeec73a959689caa28140cab6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 27 14:29:13 2012 +0200

    Automatically focus form if there is any.

 framework/Core/js/redbox.js |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

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

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

commit c64289b2656bd7720f9c6b5dfcd5195aca5527fd
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 27 18:14:15 2012 +0200

    Throw exception.

 nag/lib/Nag.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 7b00dba89d623755d9635c5f704655d94c23a0ef
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 27 18:15:06 2012 +0200

    Allow to return bare Nag_Task object from export().

 nag/lib/Api.php |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

http://git.horde.org/horde-git/-/commit/7b00dba89d623755d9635c5f704655d94c23a0ef

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

commit 396c57d33cf7fdc607533a328452f7f5d899074b
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 27 18:20:14 2012 +0200

    Remove stale entry.

 imp/docs/CHANGES |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/396c57d33cf7fdc607533a328452f7f5d899074b

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

commit 12e67717a33882acfca810900f840e00481fb2ab
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 27 18:20:30 2012 +0200

    New calendar design.

 horde/themes/default/screen.css                    |   22 +-
 kronolith/index.php                                |    5 +
 kronolith/js/kronolith.js                          |  262 +++--
 kronolith/lib/Ajax.php                             |   14 +-
 kronolith/lib/Ajax/Application.php                 |   35 +-
 kronolith/lib/View/Sidebar.php                     |   62 +
 kronolith/lib/View/SidebarTasks.php                |   34 +
 kronolith/package.xml                              |   28 +-
 kronolith/templates/dynamic/sidebar.html.php       |  120 ++
 kronolith/templates/index/agenda.inc               |    7 +-
 kronolith/templates/index/day.inc                  |   13 +-
 kronolith/templates/index/edit.inc                 |   28 +-
 kronolith/templates/index/index.inc                |  217 +---
 kronolith/templates/index/month.inc                |   24 +-
 kronolith/templates/index/task.inc                 |   27 +-
 kronolith/templates/index/tasks.inc                |    8 +-
 kronolith/templates/index/week.inc                 |   11 -
 kronolith/templates/index/workweek.inc             |   11 -
 kronolith/templates/index/year.inc                 |   33 +-
 kronolith/themes/default/dynamic/screen.css        | 1002 +++++++++++++++
 kronolith/themes/default/graphics/back_quick.png   |  Bin 123 -> 181 bytes
 kronolith/themes/default/graphics/collapse.png     |  Bin 0 -> 362 bytes
 kronolith/themes/default/graphics/editbig-000.png  |  Bin 0 -> 499 bytes
 kronolith/themes/default/graphics/editbig-fff.png  |  Bin 0 -> 486 bytes
 kronolith/themes/default/graphics/expand.png       |  Bin 0 -> 3101 bytes
 kronolith/themes/default/graphics/left.png         |  Bin 511 -> 402 bytes
 kronolith/themes/default/graphics/plus-sidebar.png |  Bin 0 -> 846 bytes
 kronolith/themes/default/graphics/right.png        |  Bin 516 -> 406 bytes
 kronolith/themes/default/graphics/tasks.png        |  Bin 476 -> 838 bytes
 kronolith/themes/default/screen.css                | 1342 +-------------------
 30 files changed, 1550 insertions(+), 1755 deletions(-)
 create mode 100644 kronolith/lib/View/Sidebar.php
 create mode 100644 kronolith/lib/View/SidebarTasks.php
 create mode 100644 kronolith/templates/dynamic/sidebar.html.php
 create mode 100644 kronolith/themes/default/dynamic/screen.css
 create mode 100644 kronolith/themes/default/graphics/collapse.png
 create mode 100644 kronolith/themes/default/graphics/editbig-000.png
 create mode 100644 kronolith/themes/default/graphics/editbig-fff.png
 create mode 100644 kronolith/themes/default/graphics/expand.png
 create mode 100644 kronolith/themes/default/graphics/plus-sidebar.png

http://git.horde.org/horde-git/-/commit/12e67717a33882acfca810900f840e00481fb2ab

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

commit eb812c70a7633c62cb986740098ce4f1fb8369e6
Author: Jan Schneider <jan at horde.org>
Date:   Mon Aug 27 18:22:24 2012 +0200

    Move dynamic templates to templates/dynamic/.

 kronolith/index.php                      |    2 +-
 kronolith/package.xml                    |   44 ++---
 kronolith/templates/dynamic/agenda.inc   |   27 +++
 kronolith/templates/dynamic/day.inc      |   40 ++++
 kronolith/templates/dynamic/edit.inc     |  302 ++++++++++++++++++++++++++++++
 kronolith/templates/dynamic/index.inc    |   78 ++++++++
 kronolith/templates/dynamic/month.inc    |   41 ++++
 kronolith/templates/dynamic/task.inc     |  156 +++++++++++++++
 kronolith/templates/dynamic/tasks.inc    |   27 +++
 kronolith/templates/dynamic/week.inc     |   69 +++++++
 kronolith/templates/dynamic/workweek.inc |   59 ++++++
 kronolith/templates/dynamic/year.inc     |   33 ++++
 kronolith/templates/index/agenda.inc     |   27 ---
 kronolith/templates/index/day.inc        |   40 ----
 kronolith/templates/index/edit.inc       |  302 ------------------------------
 kronolith/templates/index/index.inc      |   78 --------
 kronolith/templates/index/month.inc      |   41 ----
 kronolith/templates/index/task.inc       |  156 ---------------
 kronolith/templates/index/tasks.inc      |   27 ---
 kronolith/templates/index/week.inc       |   69 -------
 kronolith/templates/index/workweek.inc   |   59 ------
 kronolith/templates/index/year.inc       |   33 ----
 22 files changed, 854 insertions(+), 856 deletions(-)
 create mode 100644 kronolith/templates/dynamic/agenda.inc
 create mode 100644 kronolith/templates/dynamic/day.inc
 create mode 100644 kronolith/templates/dynamic/edit.inc
 create mode 100644 kronolith/templates/dynamic/index.inc
 create mode 100644 kronolith/templates/dynamic/month.inc
 create mode 100644 kronolith/templates/dynamic/task.inc
 create mode 100644 kronolith/templates/dynamic/tasks.inc
 create mode 100644 kronolith/templates/dynamic/week.inc
 create mode 100644 kronolith/templates/dynamic/workweek.inc
 create mode 100644 kronolith/templates/dynamic/year.inc
 delete mode 100644 kronolith/templates/index/agenda.inc
 delete mode 100644 kronolith/templates/index/day.inc
 delete mode 100644 kronolith/templates/index/edit.inc
 delete mode 100644 kronolith/templates/index/index.inc
 delete mode 100644 kronolith/templates/index/month.inc
 delete mode 100644 kronolith/templates/index/task.inc
 delete mode 100644 kronolith/templates/index/tasks.inc
 delete mode 100644 kronolith/templates/index/week.inc
 delete mode 100644 kronolith/templates/index/workweek.inc
 delete mode 100644 kronolith/templates/index/year.inc

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




More information about the commits mailing list