[Bug 7760] New: Add ids and classes to every staff page to help with customizaton
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Priority: P5 - low Change sponsored?: --- Bug ID: 7760 Assignee: katrin.fischer@bsz-bw.de Summary: Add ids and classes to every staff page to help with customizaton QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: katrin.fischer@bsz-bw.de Hardware: All Status: NEW Version: master Component: Templates Product: Koha To improve styling options for the staff interface we have discussed following ideas: - adding a unique id to every page in staff - adding a class for the module a page belongs to This would help with writing CSS/jQuery and make it possible to have individual styes and color schemes for each module. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8364 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8364&action=edit Bug 7760: Add unique ids and a module class to all acquisitions pages This is the first patch for bug 7760 and touches all pages in acquisitions. This adds the file name as unique id and a class 'acq' to the body tag. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8364|0 |1 is obsolete| | --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8366 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8366&action=edit Bug 7760: Add unique ids and a module class to all acquisitions pages This is the first patch for bug 7760 and touches all pages in acquisitions. This adds a unique id "acq_<filename>" and a class "acq" to the body tag of each page in acquisitions. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8367 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8367&action=edit Bug 7760: Add unique ids and a module class to all authorities pages This is the first patch for bug 7760 and touches all pages in authorities. This adds a unique id "auth_<filename>" and a class "auth" to the body tag of each page in the authorities module. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8366|0 |1 is obsolete| | --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8368 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8368&action=edit [SIGNED OFF] Bug 7760: Add unique ids and a module class to all acquisitions pages -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8374 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8374&action=edit Bug 7760: Add unique ids and a module class to all administration pages This is the first patch for bug 7760 and touches all pages in administration. This adds a unique id "admin_<filename>" and a class "admin" to the body tag of each page in administration. Note: aqcontract can only be accessed from the acquisition module, so I made it acq instead of admin. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8367|0 |1 is obsolete| | --- Comment #6 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8401 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8401&action=edit [SIGNED OFF] Bug 7760: Add unique ids and a module class to all authorities pages -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8374|0 |1 is obsolete| | --- Comment #7 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8402 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8402&action=edit [SIGNED OFF] Bug 7760: Add unique ids and a module class to all administration pages -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #8 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8432 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8432&action=edit Bug 7760: Add ids and classes to every staff page to help with customizaton (cart) id = cart_<filename> class = cart -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8433 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8433&action=edit Bug 7760: Add ids and classes to every staff page to help with customizaton (batch, error) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8433|0 |1 is obsolete| | --- Comment #10 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8434 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8434&action=edit Bug 7760: Add ids and classes to every staff page to help with customizaton (batch, error) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #11 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8448 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8448&action=edit Bug 7760 - Add ids and classes to every staff page to help with customizaton (catalog) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8432|0 |1 is obsolete| | --- Comment #12 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8450 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8450&action=edit [SIGNED-OFF] Bug 7760: Add ids and classes to every staff page to help with customizaton (cart) id = cart_<filename> class = cart Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #13 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8456 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8456&action=edit Bug 7760 - Add ids and classes to every staff page to help with customizaton (cataloguing) New ids: cat_<filename> New class: cat Exceptions: moveitem and linkitem are accessible from the catalog pages, so have been made 'catalog' for styling. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #14 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8457 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8457&action=edit Bug 7760 - Add ids and classes to every staff page to help with customizaton (circulation) New id: circ_<filename> New class: circ -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #15 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8479 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8479&action=edit Bug 7760 - Add ids and classes to every staff page to help with customizaton (lists, suggestion, z39.50) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #16 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8480 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8480&action=edit Bug 7760 - Add ids and classes to every staff page to help with customization (patrons) Class is 'pat' and ids start with 'pat_'. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8482 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8482&action=edit Add ids and classes to every staff page to help with customization (serials) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8434|0 |1 is obsolete| | --- Comment #18 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8484 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8484&action=edit [SIGNED-OFF] Bug 7760: Add ids and classes to every staff page to help with customizaton (batch, error) Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #19 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8486 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8486&action=edit Bug 7760 - Add ids and classes to every staff page to help with customization (tools) Prefix for ids and class is 'tools' -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8448|0 |1 is obsolete| | --- Comment #20 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8487 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8487&action=edit [SIGNED-OFF] Bug 7760 - Add ids and classes to every staff page to help with customizaton (catalog) Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8456|0 |1 is obsolete| | --- Comment #21 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8491 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8491&action=edit [SIGNED-OFF] Bug 7760 - Add ids and classes to every staff page to help with customizaton (cataloguing) New ids: cat_<filename> New class: cat Exceptions: moveitem and linkitem are accessible from the catalog pages, so have been made 'catalog' for styling. Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #22 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8492 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8492&action=edit Bug 7760 - Add ids and classes to every staff page to help with customization (patroncard, labels) After talking to Owen we decided to use 2 classes for those modules. I decided on: patroncard: tools, pcard labels: tools, labels -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8457|0 |1 is obsolete| | --- Comment #23 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8493 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8493&action=edit [SIGNED-OFF] Bug 7760 - Add ids and classes to every staff page to help with customizaton (circulation) New id: circ_<filename> New class: circ Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8479|0 |1 is obsolete| | --- Comment #24 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8495 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8495&action=edit [SIGNED-OFF] Bug 7760 - Add ids and classes to every staff page to help with customizaton (lists, suggestion, z39.50) Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #25 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8496 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8496&action=edit Bug 7760 - Add ids and classes to every staff page to help with customization (reports, ...) This is the last one - adding the classes and ids to the report module and some template files for smaller moduls/functions. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8480|0 |1 is obsolete| | --- Comment #26 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8500 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8500&action=edit [SIGNED-OFF] Bug 7760 - Add ids and classes to every staff page to help with customization (patrons) Class is 'pat' and ids start with 'pat_'. Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8482|0 |1 is obsolete| | --- Comment #27 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8508 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8508&action=edit [SIGNED-OFF] Add ids and classes to every staff page to help with customization (serials) http://bugs.koha-community.org/show_bug.cgi?id=7760 Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8486|0 |1 is obsolete| | --- Comment #28 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8515 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8515&action=edit [SIGNED-OFF] Bug 7760 - Add ids and classes to every staff page to help with customization (tools) Prefix for ids and class is 'tools' Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8492|0 |1 is obsolete| | --- Comment #29 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8517 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8517&action=edit [SIGNED-OFF] Bug 7760 - Add ids and classes to every staff page to help with customization (patroncard, labels) After talking to Owen we decided to use 2 classes for those modules. I decided on: patroncard: tools, pcard labels: tools, labels Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8496|0 |1 is obsolete| | --- Comment #30 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8518 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8518&action=edit [SIGNED-OFF] Bug 7760 - Add ids and classes to every staff page to help with customization (reports, ...) This is the last one - adding the classes and ids to the report module and some template files for smaller moduls/functions. Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com --- Comment #31 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment : template only changes, just add ids to each body. valid_template test still OK passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Version|master |rel_3_8 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #32 from Owen Leonard <oleonard@myacpl.org> --- Here's a quick example showing how one might begin to add colors based on these patches. This snippet of CSS adds colors to the header menu and the breadcrumbs, specific to circulation functions: /* Circulation */ body.circ #header, body.circ #breadcrumbs { background-color: #8189D1; border-bottom: 1px solid #484E82; } body.circ #header a, body.circ #breadcrumbs a { color: #FFFFFF; font-weight: bold; } body.circ #header, body.circ #breadcrumbs { color : #DDDDDD; } body.circ #moremenu a { color : #8189D1; } You would then create different declarations for each section you wanted to make distinct. The new classes: acq (acquisitions) admin (administration) auth (authorities) batch (batch/print-notices.tt) catalog (catalog) cart (cart) cat (cataloging) circ (circulation) err (errors) lists (lists) pat (patrons) rep (reports) ser (serials) tools (tools) - "tools" pages with multiple sub-pages get two classes, tools + their own class: labels (labels) pcard (patron cards) rcoll (rolling collections) - "tools" pages which consist of a single page have only the "tools" class and, like every other page, their own unique ID. e.g. <body id="tools_holidays" class="tools"> More <div>s will have to be added in the future to increase customization options futher. For instance, the space between the header menu at the top of the page and the breadcrumbs is not contained within a single <div> which would allow customization of the background between those elements. It's also not possible to assign specific CSS to the main body of the page (everything between breadcrumbs and the language menu footer). New bugs reports should cover these changes. P.S. If anyone wants to build a web-based tool to automatically generate a full color scheme based on the user's color picks please do so :) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gaetan.boisson@biblibre.com --- Comment #33 from Paul Poulain <paul.poulain@biblibre.com> --- adding gaetan to cc list of this bug -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #34 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 8554 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8554&action=edit Bug 7760: More ids and classes for the staff interface Owen pointed out that I missed 3 files - this corrects my omission. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |ASSIGNED -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #35 from Paul Poulain <paul.poulain@biblibre.com> --- Also note that you can add this can easily be achieved by putting owen's code into IntranetUserCSS syspref (just tested it work well: it does) -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8554|0 |1 is obsolete| | --- Comment #36 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 8565 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8565&action=edit [SIGNED-OFF] Bug 7760: More ids and classes for the staff interface Owen pointed out that I missed 3 files - this corrects my omission. Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #37 from Owen Leonard <oleonard@myacpl.org> --- I have filed Bug 7812 describing the next set of markup changes I think we need. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Ian Walls <koha.sekjal@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #38 from Ian Walls <koha.sekjal@gmail.com> --- All these patches are solid, consistent and on-topic. All of them are now marked Passed QA. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8450|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8484|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8487|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8368|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8401|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8402|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8491|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8500|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8493|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8495|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8515|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8508|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8517|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8518|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #39 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I obsoleted the pushed patches -only 1 is missing from master now. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #40 from Paul Poulain <paul.poulain@biblibre.com> --- everything pushed now -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable Version|rel_3_8 |rel_3_6 --- Comment #41 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This bug will be included in the Koha 3.6.5 release. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7760 --- Comment #42 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This bug will be included in the Koha 3.6.5 release. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org