[commits] Horde branch ANSEL_4_0 updated. 87d7683538c42b5180efd478aa7a768871ace31a

Michael J. Rubinsky mrubinsk at horde.org
Tue Dec 15 15:41:33 UTC 2015


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

from: 965217ef9359eda1d2dae7d0ee149bf25f76f95c

17e227d Fix removing classname.
e29eb36 Add "View" title.
1dd1c7f Declare variable.
685e391 Honor the currently selected subview.
71aa515 Allow for fetching other user's galleries too.
0dbefa1 @todo
0cc89f7 Place holder for section that will hold "Other Galleries" data.
6d4c8f7 General functionality:
0984b14 Add title attributes.
800b646 This should be the Add Gallery link, as in the traditional view.
39a69b4 Make this collapsable.
4a6479d Add slideshow icon too.
87d7683 Make the navigation links on the image view actually do something.

Summary: http://github.com/horde/horde/compare/965217ef9359eda1d2dae7d0ee149bf25f76f95c...87d7683538c42b5180efd478aa7a768871ace31a

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

commit 17e227d0bbd553d8f672619c74bd7eceef870e21
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 10:39:01 2015 -0500

    Fix removing classname.

 ansel/js/ansel.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/17e227d0bbd553d8f672619c74bd7eceef870e21

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

commit e29eb36817f644721ea059e65775a1df8ccabe9b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 10:39:11 2015 -0500

    Add "View" title.
    
    Links in this section "filter" the content shown. Either
    all users' resources, own resources, or subscribed (@todo).

 ansel/templates/dynamic/sidebar.html.php |   34 +++++++++++++++++------------
 1 files changed, 20 insertions(+), 14 deletions(-)

http://github.com/horde/horde/commit/e29eb36817f644721ea059e65775a1df8ccabe9b

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

commit 1dd1c7f3e32032fb458712ec135ab1cfe6b9f576
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 11:27:46 2015 -0500

    Declare variable.

 ansel/js/ansel.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/1dd1c7f3e32032fb458712ec135ab1cfe6b9f576

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

commit 685e391df97cee9ca11176a009ab775dc8130c4b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 11:28:26 2015 -0500

    Honor the currently selected subview.

 ansel/js/ansel.js |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/685e391df97cee9ca11176a009ab775dc8130c4b

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

commit 71aa51557deffce0f96f067ae05fbc35dec08793
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 11:33:33 2015 -0500

    Allow for fetching other user's galleries too.

 ansel/js/ansel.js                      |    5 +++++
 ansel/lib/Ajax/Application/Handler.php |   10 +++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/71aa51557deffce0f96f067ae05fbc35dec08793

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

commit 0dbefa1bd5c83efd538ae937381a6a04f5911d38
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 11:34:07 2015 -0500

    @todo

 ansel/js/ansel.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/0dbefa1bd5c83efd538ae937381a6a04f5911d38

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

commit 0cc89f785c14870ff91cc8cf4f11a6b3f53c006f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 11:34:27 2015 -0500

    Place holder for section that will hold "Other Galleries" data.
    
    Similar to the "Other Galleries" widget in static view that
    shows other galleries owned by the same user as the currently
    displayed gallery.

 ansel/templates/dynamic/sidebar.html.php |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/0cc89f785c14870ff91cc8cf4f11a6b3f53c006f

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

commit 6d4c8f7251279301bf61382579106a49c26e53c1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 16:30:18 2015 -0500

    General functionality:
    
    Fixed moving to/from the upload view.
    Start loading other gallery list in sidebar.
    Imporove gallery view - add a title section with name/desc/action icons.
    Misc other stuff...

 ansel/js/ansel.js                        |  105 ++++++++++++++++++++++++------
 ansel/lib/Ajax.php                       |    6 ++
 ansel/lib/Gallery.php                    |    4 +
 ansel/templates/dynamic/index.inc        |    6 +-
 ansel/templates/dynamic/sidebar.html.php |    2 +-
 ansel/themes/default/dynamic/screen.css  |   12 ++++
 6 files changed, 112 insertions(+), 23 deletions(-)

http://github.com/horde/horde/commit/6d4c8f7251279301bf61382579106a49c26e53c1

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

commit 0984b14aff5b3c15a9c1d0fac41445b9a4031847
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 16:48:02 2015 -0500

    Add title attributes.

 ansel/js/ansel.js  |    6 +++---
 ansel/lib/Ajax.php |    3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/0984b14aff5b3c15a9c1d0fac41445b9a4031847

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

commit 800b646c97b7b85772713369cbece369dd70dabd
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 16:48:32 2015 -0500

    This should be the Add Gallery link, as in the traditional view.

 ansel/lib/View/Sidebar.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/800b646c97b7b85772713369cbece369dd70dabd

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

commit 39a69b410037264c09a0cb923f8419de59209a9a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Dec 14 16:48:53 2015 -0500

    Make this collapsable.

 ansel/templates/dynamic/sidebar.html.php |   34 +++++++++++++++--------------
 1 files changed, 18 insertions(+), 16 deletions(-)

http://github.com/horde/horde/commit/39a69b410037264c09a0cb923f8419de59209a9a

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

commit 4a6479de54cde584c53b2c6081ce0f06f890176a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Dec 15 09:38:56 2015 -0500

    Add slideshow icon too.

 ansel/js/ansel.js  |    5 +++--
 ansel/lib/Ajax.php |    5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/4a6479de54cde584c53b2c6081ce0f06f890176a

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

commit 87d7683538c42b5180efd478aa7a768871ace31a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue Dec 15 10:41:06 2015 -0500

    Make the navigation links on the image view actually do something.

 ansel/js/imageview.js             |   44 ++++++++++++++++++++++++++++++++----
 ansel/templates/dynamic/index.inc |    8 ++++++-
 2 files changed, 46 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/87d7683538c42b5180efd478aa7a768871ace31a




More information about the commits mailing list