[koha-commits] main Koha release repository branch master updated. v3.14.00-beta-34-g2bc2450

Git repo owner gitmaster at git.koha-community.org
Fri Nov 15 01:10:22 CET 2013


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  2bc24502ebcb9c77b3d63604f79fbf2fef710226 (commit)
       via  d565fb02e9fca2ac9c506e4e7d44fd8b0d66f06a (commit)
       via  967a48e5afee500290c1a3765e06c12eba92f0ff (commit)
       via  87aabcd249b61553796cc51b8f7491a170062dfe (commit)
       via  68fb73d9b3b0dffda51f5c26d6d9164ae77c5cb8 (commit)
       via  c1dbee2ea4fe58853c1ebde376cd193bf8c63592 (commit)
       via  850594234447aec6fb1fe35590bd11019cab1427 (commit)
       via  be51854e46b03564b1393865dd6b34ed58518820 (commit)
      from  cc3e0b618bd89aaa81d0e0c9c50d04df3b7e941e (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 2bc24502ebcb9c77b3d63604f79fbf2fef710226
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Nov 15 00:18:18 2013 +0000

    Bug 9261: (follow-up) improving implementation of page title and breadcrumbs
    
    This patch improves how the page title and breadcrumbs for the patron
    purchase suggestions page are generated by:
    
    * removing references to a template variable that is not set by the
      script
    * using the patron-title.inc template include consistently
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit d565fb02e9fca2ac9c506e4e7d44fd8b0d66f06a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 13 12:06:54 2013 +0100

    Bug 9261: (follow-up) make title required when adding a new suggestion
    
    I don't know if it was a bug but at the OPAC, title is a required field
    and not on the staff interface.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 967a48e5afee500290c1a3765e06c12eba92f0ff
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Nov 13 12:05:11 2013 +0100

    Bug 9261: (follow-up) QA improvements and GPL version change
    
    This patch:
    
    - changes the GPL version from 2 to 3.
    - uses the datatables.inc file
    - removes the single pixel before and after the DT (modifying the sDom
      value).
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 87aabcd249b61553796cc51b8f7491a170062dfe
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 8 12:24:07 2013 -0500

    Bug 9261: (follow-up) remove reference to deprecated DHTMLcalendar
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 68fb73d9b3b0dffda51f5c26d6d9164ae77c5cb8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Sep 5 12:38:09 2013 -0400

    Bug 9261: (follow-up) remove references to deprecated YUI widget
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c1dbee2ea4fe58853c1ebde376cd193bf8c63592
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Jul 31 10:54:03 2013 -0400

    Bug 9261: (follow-up) fix various issues identified during QA
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 850594234447aec6fb1fe35590bd11019cab1427
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Mar 21 04:04:59 2013 -0700

    Bug 9261: (follow-up) fix various issues identified during QA
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit be51854e46b03564b1393865dd6b34ed58518820
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 11 09:41:04 2012 -0500

    Bug 9261 - Allow librarians to make purchase suggestions for patrons
    
    This patch adds a new tab to the patron side menu for purchase
    suggestions.  From this new tab, a librarian can view the patron's
    existing purchase suggestios and also create new suggestions in the
    name of that patron.
    
    Test Plan:
    1) Apply patch
    2) Ensure the system preference 'suggestions' is enabled
    3) View the details for a patron
    4) Click the new 'Purchase suggestions' tab
    5) Click the 'New purchase suggestion' button
    6) Add the new purchase suggestions
    7) You should now end up back at the borrower's purchase suggestions
    8) Verify the new purchase suggestion was added
    
    Signed-off-by: Corey Fuimaono <agent.075 at gmail.com>
    
    Step though the test plan. All OK.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |    1 +
 .../en/modules/members/purchase-suggestions.tt     |  106 ++++++++++++++++++++
 .../prog/en/modules/suggestion/suggestion.tt       |    4 +-
 .../purchase-suggestions.pl                        |   50 +++++----
 suggestion/suggestion.pl                           |   57 ++++++-----
 5 files changed, 166 insertions(+), 52 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt
 copy patron_lists/add-modify.pl => members/purchase-suggestions.pl (50%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list