[koha-commits] main Koha release repository branch master updated. v3.14.00-697-g9094b4a

Git repo owner gitmaster at git.koha-community.org
Thu Apr 10 00:02:16 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  9094b4a1bbff95e0f8e5747a805dacede165bc9a (commit)
       via  7dd0e9a41fd639e86ed32d98d863d605a6ba63e8 (commit)
       via  c8085cb9c38f60b1152f4cf86c7ffcc82d3e8106 (commit)
       via  9bb5238bcf55c1dabb3c1e41eee582df888ea80b (commit)
      from  0837954cdda85549f5552dacefd3a5bc3e58292e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9094b4a1bbff95e0f8e5747a805dacede165bc9a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Apr 9 12:41:24 2014 -0400

    Bug 10865: (Follow-up) Add CSS style for form hints
    
    This patch adds a new "hint" class for displaying information relating
    to a form field. On the list edit screen the hint also has an alert
    class to highlight it.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script. Works as advertised.
    Tested with Bootstrap and prog theme. Some notes:
    
    - When OpacAllowPublicListCreation is turned off, the permissions
      don't show.
    - When OpacAllowPublicListCreation is turned off, we could also hide
      the Category pull down in the [new list] pop up, as there is only
      Private left as an option.
    - Maybe we should move the new list link outside of the tabs?
      When OpacAllowPublicListCreation is turned off, but public lists
      exist, the link 'new list' will still show on the public list tab,
      but a private list will be created.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 7dd0e9a41fd639e86ed32d98d863d605a6ba63e8
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Feb 21 20:44:24 2014 +0000

    bug 10865: (follow-up) allow patrons to make their public lists private when OpacAllowPublicListCreation is off
    
    This patch ensures that patrons continue to have the ability to make
    their public lists private for any public lists they control that were
    created before the library turned the OpacAllowPublicListCreation
    system preference off.
    
    To test:
    
    [1] Ensure OpacAllowPublicListCreation is on.
    [2] As a patron, create a public list in the OPAC.  Also, create
        a private list.
    [3] Turn OpacAllowPublicListCreation off.
    [4] Back in the OPAC, verify that the public list can be edited
        and that there are drop-downs for category and permissions.
        Also verify that there is a warning that the patron cannot
        change it back if they convert a public list to private.
    [5] Edit the private list created in step 2.  Verify that the
        category and permissions drop-downs are not displayed.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Broust <jean-manuel.broust at univ-lyon2.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c8085cb9c38f60b1152f4cf86c7ffcc82d3e8106
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 12 11:33:21 2014 +0100

    Bug 10865: (follow-up) Move a li tag to avoid overlapping tags
    
    With this patch, a li tag is empty (only using the bootstrap theme) if
    the pref is disabled.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Broust <jean-manuel.broust at univ-lyon2.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 9bb5238bcf55c1dabb3c1e41eee582df888ea80b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Sep 13 10:50:27 2013 -0400

    Bug 10865: Don't show list permissions when adding public lists/sharing lists is not allowed
    
    If patron creation of public lists is disallowed by the
    OpacAllowPublicListCreation system preference the "category" option
    should be hidden altogether instead of showing a <select> with "private"
    as the only option. This patch hides category and permissions controls
    when OpacAllowPublicListCreation is set to "don't allow."
    
    To test you must have the virtualshelves system preference enabled.
    Apply the patch and log into the OPAC. Test:
    
    - With OpacAllowPublicListCreation enabled, create a new list. You
      should see options for setting category and permissions. Saving the
      new list should complete correctly and save the right settings.
    - With OpacAllowPublicListCreation enabled, edit an existing list. You
      should see the same options and saving your changes should work
      correctly.
    - With OpacAllowPublicListCreation disabled, create a new list. You
      should only see fields for title and sort. Saving this list should
      complete correctly and save the right settings.
    - With OpacAllowPublicListCreation disabled, edit an existing list. You
      should be able to edit only title and sort settings. Saving your
      changes should work correctly.
    
    Repeat your tests for both prog and bootstrap themes.
    
    Revision: Existing public lists can be edited and retain their public
    status even if OpacAllowPublicListCreation has since been disabled. This
    preserves the behavior previous to this patch.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    This patch fixes a big ergonomic issue.
    Note: to me, the "New list" action should be outside the tabs.
    It is confusing to have a "new list" into the public lists tab when it
    is not possible to create new public lists.
    
    Signed-off-by: Broust <jean-manuel.broust at univ-lyon2.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/css/opac.css         |    2 +-
 .../opac-tmpl/bootstrap/en/modules/opac-shelves.tt |   41 ++++++++++++--------
 koha-tmpl/opac-tmpl/bootstrap/less/opac.less       |    4 ++
 koha-tmpl/opac-tmpl/bootstrap/less/responsive.less |    3 ++
 .../opac-tmpl/prog/en/modules/opac-shelves.tt      |   19 ++++++---
 5 files changed, 47 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list