The branch "master" has been updated. The following is a summary of the commits.
from: 5a8f722592d67fc7162596383b930917912e1fc4 657ee99 Split compose page CSS out of main CSS file 6bf028e Split message page CSS out of main CSS file d80cafd None of these styles exist anymore 7af52bd Added another EAI test b5fdfc6 Move search specific CSS to separate file 6628ec7 ws/spacing 04a1bc7 Move prefs-related CSS to separate CSS file 94935a2 Move contacts specific CSS to separate file a0502da Move thread specific CSS to separate file c6942ed Split mailbox page CSS out of main CSS file 41ffbb2 Unused 5a96350 Move message view specific CSS out of main dynamic screen.css 8acbdfb Fix message popup sendMDN c02bd5e Fix autocomplete keynavlist reseting selected item on update 9c25982 Move context menu images to sub-sheets Summary: http://github.com/horde/horde/compare/5a8f722592d67fc7162596383b930917912e1fc4...9c25982037e4849ae22fd1c2ecfe2154e4a0cb9e ----------------------------------------------------------------------- commit 657ee99bb6ceaf487ab68bd02f7a7d88f20e1bd9 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 19:54:08 2014 -0600 Split compose page CSS out of main CSS file imp/lib/Dynamic/Compose/Common.php | 2 + imp/package.xml | 8 +- imp/templates/dynamic/compose.html.php | 2 +- imp/themes/default/dynamic/compose.css | 333 ++++++++++++++++++++++++++++++++ imp/themes/default/dynamic/screen.css | 286 --------------------------- imp/themes/default/screen.css | 62 ------ 6 files changed, 343 insertions(+), 350 deletions(-) create mode 100644 imp/themes/default/dynamic/compose.css http://github.com/horde/horde/commit/657ee99bb6ceaf487ab68bd02f7a7d88f20e1bd9 ----------------------------------------------------------------------- commit 6bf028e37993588388af638a218bc9bfcdf0ec36 Author: Michael M Slusarz <[email protected]> Date: Fri Oct 17 21:53:46 2014 -0600 Split message page CSS out of main CSS file imp/lib/Dynamic/Message.php | 2 + imp/package.xml | 2 + imp/themes/default/dynamic/message.css | 47 ++++++++++++++++++++++++++++++++ imp/themes/default/dynamic/screen.css | 43 ----------------------------- 4 files changed, 51 insertions(+), 43 deletions(-) create mode 100644 imp/themes/default/dynamic/message.css http://github.com/horde/horde/commit/6bf028e37993588388af638a218bc9bfcdf0ec36 ----------------------------------------------------------------------- commit d80cafdfde5af27ffdca90f3844953e929bca673 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 18 08:06:53 2014 -0600 None of these styles exist anymore imp/themes/default/rtl.css | 33 --------------------------------- imp/themes/default/screen.css | 17 ----------------- 2 files changed, 0 insertions(+), 50 deletions(-) delete mode 100644 imp/themes/default/rtl.css http://github.com/horde/horde/commit/d80cafdfde5af27ffdca90f3844953e929bca673 ----------------------------------------------------------------------- commit 7af52bdfb07f5b5341b478d10864b62ae6ed0160 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 18 08:07:41 2014 -0600 Added another EAI test framework/Mime/package.xml | 6 +++- framework/Mime/test/Horde/Mime/HeadersTest.php | 11 ++++++++ framework/Mime/test/Horde/Mime/PartTest.php | 12 +++++++++ framework/Mime/test/Horde/Mime/fixtures/sample_msg_utf8_2.txt | 5 +++ 4 files changed, 32 insertions(+), 2 deletions(-) create mode 100644 framework/Mime/test/Horde/Mime/fixtures/sample_msg_utf8_2.txt http://github.com/horde/horde/commit/7af52bdfb07f5b5341b478d10864b62ae6ed0160 ----------------------------------------------------------------------- commit b5fdfc683f84140fcde64f3438fbc39e02411632 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 18 08:24:17 2014 -0600 Move search specific CSS to separate file imp/lib/Basic/Search.php | 3 ++ imp/themes/default/screen.css | 77 +--------------------------------------- imp/themes/default/search.css | 76 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+), 75 deletions(-) create mode 100644 imp/themes/default/search.css http://github.com/horde/horde/commit/b5fdfc683f84140fcde64f3438fbc39e02411632 ----------------------------------------------------------------------- commit 6628ec764aea34dcf3007cc68ec8cc054c144f10 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 18 08:37:45 2014 -0600 ws/spacing imp/themes/default/dynamic/screen.css | 12 +++------ imp/themes/default/screen.css | 41 +++++++++++++++++++++------------ 2 files changed, 30 insertions(+), 23 deletions(-) http://github.com/horde/horde/commit/6628ec764aea34dcf3007cc68ec8cc054c144f10 ----------------------------------------------------------------------- commit 04a1bc75495d9acdb0ab4da0f5aa97680c6b63ec Author: Michael M Slusarz <[email protected]> Date: Sat Oct 18 08:50:36 2014 -0600 Move prefs-related CSS to separate CSS file imp/lib/Basic/Pgp.php | 4 + imp/lib/Basic/Smime.php | 4 + imp/lib/Prefs/Special/Flag.php | 3 + imp/lib/Prefs/Special/PgpPrivateKey.php | 3 + imp/lib/Prefs/Special/PgpPublicKey.php | 3 + imp/lib/Prefs/Special/Remote.php | 3 + imp/lib/Prefs/Special/Searches.php | 3 + imp/lib/Prefs/Special/SmimePrivateKey.php | 3 + imp/lib/Prefs/Special/SmimePublicKey.php | 3 + imp/themes/default/prefs.css | 118 +++++++++++++++++++++++++++++ imp/themes/default/screen.css | 118 +---------------------------- 11 files changed, 149 insertions(+), 116 deletions(-) create mode 100644 imp/themes/default/prefs.css http://github.com/horde/horde/commit/04a1bc75495d9acdb0ab4da0f5aa97680c6b63ec ----------------------------------------------------------------------- commit 94935a2b73b47810b9e3fb935eda76693f8b4c33 Author: Michael M Slusarz <[email protected]> Date: Sat Oct 18 08:58:18 2014 -0600 Move contacts specific CSS to separate file imp/lib/Basic/Contacts.php | 3 +++ imp/themes/default/contacts.css | 13 +++++++++++++ imp/themes/default/screen.css | 14 -------------- 3 files changed, 16 insertions(+), 14 deletions(-) create mode 100644 imp/themes/default/contacts.css http://github.com/horde/horde/commit/94935a2b73b47810b9e3fb935eda76693f8b4c33 ----------------------------------------------------------------------- commit a0502da4400109bf03925e8b2ea1be050ae2e9fc Author: Michael M Slusarz <[email protected]> Date: Sat Oct 18 09:01:28 2014 -0600 Move thread specific CSS to separate file imp/lib/Basic/Thread.php | 3 +++ imp/themes/default/screen.css | 19 ------------------- imp/themes/default/thread.css | 17 +++++++++++++++++ 3 files changed, 20 insertions(+), 19 deletions(-) create mode 100644 imp/themes/default/thread.css http://github.com/horde/horde/commit/a0502da4400109bf03925e8b2ea1be050ae2e9fc ----------------------------------------------------------------------- commit c6942ed43a73a314a5910c8ce4cf55ed2c20abae Author: Michael M Slusarz <[email protected]> Date: Sat Oct 18 09:11:27 2014 -0600 Split mailbox page CSS out of main CSS file imp/lib/Dynamic/Mailbox.php | 2 + imp/themes/default/dynamic/mailbox.css | 566 ++++++++++++++++++++++++++++++++ imp/themes/default/dynamic/screen.css | 513 +---------------------------- imp/themes/default/screen.css | 106 ------ 4 files changed, 574 insertions(+), 613 deletions(-) create mode 100644 imp/themes/default/dynamic/mailbox.css http://github.com/horde/horde/commit/c6942ed43a73a314a5910c8ce4cf55ed2c20abae ----------------------------------------------------------------------- commit 41ffbb226e363765e27517cee178a35d28874dda Author: Michael M Slusarz <[email protected]> Date: Sat Oct 18 09:34:23 2014 -0600 Unused imp/themes/default/graphics/checkmail.png | Bin 533 -> 0 bytes 1 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 imp/themes/default/graphics/checkmail.png http://github.com/horde/horde/commit/41ffbb226e363765e27517cee178a35d28874dda ----------------------------------------------------------------------- commit 5a963500aab10f6c5176dc36e5b7eaf6b3a66cae Author: Michael M Slusarz <[email protected]> Date: Mon Oct 20 12:22:58 2014 -0600 Move message view specific CSS out of main dynamic screen.css imp/lib/Dynamic/Mailbox.php | 1 + imp/lib/Dynamic/Message.php | 1 + imp/package.xml | 18 ++++-- imp/themes/default/dynamic/message_view.css | 104 +++++++++++++++++++++++++++ imp/themes/default/dynamic/screen.css | 99 ------------------------- 5 files changed, 119 insertions(+), 104 deletions(-) create mode 100644 imp/themes/default/dynamic/message_view.css http://github.com/horde/horde/commit/5a963500aab10f6c5176dc36e5b7eaf6b3a66cae ----------------------------------------------------------------------- commit 8acbdfb22d37a85ec22a82c60092fe55c8aa4144 Author: João Machado <[email protected]> Date: Mon Oct 20 14:51:54 2014 +0100 Fix message popup sendMDN Signed-off-by: Michael M Slusarz <[email protected]> imp/js/message.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/8acbdfb22d37a85ec22a82c60092fe55c8aa4144 ----------------------------------------------------------------------- commit c02bd5ee2fa4ca85c266571ffab2ffe5af9a95ca Author: João Machado <[email protected]> Date: Mon Oct 20 16:16:20 2014 +0100 Fix autocomplete keynavlist reseting selected item on update Signed-off-by: Michael M Slusarz <[email protected]> framework/Core/js/keynavlist.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/c02bd5ee2fa4ca85c266571ffab2ffe5af9a95ca ----------------------------------------------------------------------- commit 9c25982037e4849ae22fd1c2ecfe2154e4a0cb9e Author: Michael M Slusarz <[email protected]> Date: Mon Oct 20 13:14:52 2014 -0600 Move context menu images to sub-sheets imp/themes/default/dynamic/compose.css | 5 + imp/themes/default/dynamic/mailbox.css | 126 +++++++++++++++++++++++++-- imp/themes/default/dynamic/message_view.css | 28 ++++++ imp/themes/default/dynamic/screen.css | 117 +------------------------ 4 files changed, 153 insertions(+), 123 deletions(-) http://github.com/horde/horde/commit/9c25982037e4849ae22fd1c2ecfe2154e4a0cb9e
-- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
