[Bug 20654] New: Omnibus: Update two-column templates to use Bootstrap grid
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug ID: 20654 Summary: Omnibus: Update two-column templates to use Bootstrap grid Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: testopia@bugs.koha-community.org Blocks: 14546 This omnibus bug will cover bugs which update two-column template grid markup from YUI to Bootstrap. Typical markup to be replaced: <div id="doc3" class="yui-t2"> <div id="bd"> <div id="yui-main"> <div class="yui-b"> <!-- Main body of the page --> </div> </div> <div class="yui-b"> <!-- Left-hand sidebar --> </div> </div> </div> Replacement: <div class="main container-fluid"> <div class="row"> <div class="col-sm-10 col-sm-push-2"> <!-- Main body of the page --> </div> <div class="col-sm-2 col-sm-pull-10"> <!-- Left-hand sidebar --> </div> </div> </div> Note that "col-sm-push-2" and "col-sm-pull-10" are the classes that reverse the visible column order in the desktop layout. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14546 [Bug 14546] Make staff client templates responsive -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |josef.moravec@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20667 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20667 [Bug 20667] Update two-column templates with Bootstrap grid: Acquisitions part 1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20668 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20668 [Bug 20668] Update two-column templates with Bootstrap grid: Acquisitions part 2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20672 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20672 [Bug 20672] Update two-column templates with Bootstrap grid: Acquisitions part 3 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20736 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20736 [Bug 20736] Update two-column templates with Bootstrap grid: Administration part 1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20738 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20738 [Bug 20738] Update two-column templates with Bootstrap grid: Administration part 2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20739 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20739 [Bug 20739] Update two-column templates with Bootstrap grid: Administration part 3 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20740 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20740 [Bug 20740] Update two-column templates with Bootstrap grid: Administration part 4 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20741 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20741 [Bug 20741] Update two-column templates with Bootstrap grid: Administration part 5 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20742 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20742 [Bug 20742] Update two-column templates with Bootstrap grid: Administration part 6 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20743 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20743 [Bug 20743] Update two-column templates with Bootstrap grid: Administration part 7 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20667, which changed state. Bug 20667 Summary: Update two-column templates with Bootstrap grid: Acquisitions part 1 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20667 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20668, which changed state. Bug 20668 Summary: Update two-column templates with Bootstrap grid: Acquisitions part 2 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20668 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21304 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21304 [Bug 21304] Update two-column templates with Bootstrap grid: Catalog -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21305 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21305 [Bug 21305] Update two-column templates with Bootstrap grid: Patron clubs -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21306 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21306 [Bug 21306] Update two-column templates with Bootstrap grid: Tags -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21307 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21307 [Bug 21307] Switch two-column templates to Bootstrap grid: Cataloging -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20736, which changed state. Bug 20736 Summary: Update two-column templates with Bootstrap grid: Administration part 1 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20736 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20738, which changed state. Bug 20738 Summary: Update two-column templates with Bootstrap grid: Administration part 2 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20738 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20739, which changed state. Bug 20739 Summary: Update two-column templates with Bootstrap grid: Administration part 3 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20739 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20740, which changed state. Bug 20740 Summary: Update two-column templates with Bootstrap grid: Administration part 4 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20740 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20672, which changed state. Bug 20672 Summary: Update two-column templates with Bootstrap grid: Acquisitions part 3 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20672 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20741, which changed state. Bug 20741 Summary: Update two-column templates with Bootstrap grid: Administration part 5 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20741 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20742, which changed state. Bug 20742 Summary: Update two-column templates with Bootstrap grid: Administration part 6 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20742 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 20743, which changed state. Bug 20743 Summary: Update two-column templates with Bootstrap grid: Administration part 7 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20743 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21306, which changed state. Bug 21306 Summary: Update two-column templates with Bootstrap grid: Tags https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21306 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21305, which changed state. Bug 21305 Summary: Update two-column templates with Bootstrap grid: Patron clubs https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21305 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21428 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21428 [Bug 21428] Switch two-column templates to Bootstrap grid: Reports part 1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21429 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21429 [Bug 21429] Switch two-column templates to Bootstrap grid: Reports part 2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21430 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21430 [Bug 21430] Switch two-column templates to Bootstrap grid: Reports part 3 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21433 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21433 [Bug 21433] Switch two-column templates to Bootstrap grid: Tools part 1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21434 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21434 [Bug 21434] Switch two-column templates to Bootstrap grid: Tools part 2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21435 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21435 [Bug 21435] Switch two-column templates to Bootstrap grid: Tools part 3 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21436 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21436 [Bug 21436] Switch two-column templates to Bootstrap grid: Tools part 4 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21437 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21437 [Bug 21437] Switch two-column templates to Bootstrap grid: Patron lists -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21438 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21438 [Bug 21438] Switch two-column templates to Bootstrap grid: Patron card creator -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21439 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21439 [Bug 21439] Switch two-column templates to Bootstrap grid: Rotating collections -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21442 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21442 [Bug 21442] Switch two-column templates to Bootstrap grid: Circulation part 1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21449 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21449 [Bug 21449] Switch two-column templates to Bootstrap grid: Circulation part 2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21437, which changed state. Bug 21437 Summary: Switch two-column templates to Bootstrap grid: Patron lists https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21437 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21428, which changed state. Bug 21428 Summary: Switch two-column templates to Bootstrap grid: Reports part 1 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21428 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21429, which changed state. Bug 21429 Summary: Switch two-column templates to Bootstrap grid: Reports part 2 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21429 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21430, which changed state. Bug 21430 Summary: Switch two-column templates to Bootstrap grid: Reports part 3 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21430 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21519 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21519 [Bug 21519] Switch two-column templates to Bootstrap grid: Serials -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21523 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21523 [Bug 21523] Switch two-column templates to Bootstrap grid: Serials part 2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21569 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21569 [Bug 21569] Switch two-column templates to Bootstrap grid: Circulation part 3 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21570 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21570 [Bug 21570] Switch two-column templates to Bootstrap grid: Various -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21647 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21647 [Bug 21647] Clean up SRU fields mapping templates -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21645 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21645 [Bug 21645] Clean up library groups template -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21646 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21646 [Bug 21646] Clean up Overdrive template -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21672 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21672 [Bug 21672] Switch templates to Bootstrap grid: Various -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21439, which changed state. Bug 21439 Summary: Switch two-column templates to Bootstrap grid: Rotating collections https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21439 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21693 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21693 [Bug 21693] Clean up checkout notes template -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21695 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21695 [Bug 21695] Clean up access files template -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21519, which changed state. Bug 21519 Summary: Switch two-column templates to Bootstrap grid: Serials part 1 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21519 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21523, which changed state. Bug 21523 Summary: Switch two-column templates to Bootstrap grid: Serials part 2 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21523 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21434, which changed state. Bug 21434 Summary: Switch two-column templates to Bootstrap grid: Tools part 2 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21434 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21435, which changed state. Bug 21435 Summary: Switch two-column templates to Bootstrap grid: Tools part 3 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21435 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21792 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21792 [Bug 21792] Switch two-column templates to Bootstrap grid: Serials part 3 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21795 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21795 [Bug 21795] Switch two-column templates to Bootstrap grid: Notices and slips -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21797 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21797 [Bug 21797] Update two-column templates with Bootstrap grid: Acquisitions part 5 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21570, which changed state. Bug 21570 Summary: Switch two-column templates to Bootstrap grid: Various https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21570 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21645, which changed state. Bug 21645 Summary: Clean up library groups template https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21645 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21647, which changed state. Bug 21647 Summary: Clean up SRU fields mapping templates https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21647 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21433, which changed state. Bug 21433 Summary: Switch two-column templates to Bootstrap grid: Tools part 1 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21433 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21913 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21913 [Bug 21913] Clean up payment details page -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21948 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21948 [Bug 21948] Clean up style of item detail page -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21963 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21963 [Bug 21963] Switch two-column templates to Bootstrap grid: Patrons part 1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21964 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21964 [Bug 21964] Switch two-column templates to Bootstrap grid: Patrons part 2 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21965 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21965 [Bug 21965] Switch two-column templates to Bootstrap grid: Patrons part 3 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21967 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21967 [Bug 21967] Switch two-column templates to Bootstrap grid: Patrons part 4 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21795, which changed state. Bug 21795 Summary: Switch two-column templates to Bootstrap grid: Notices and slips https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21795 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21695, which changed state. Bug 21695 Summary: Clean up access files template https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21695 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21693, which changed state. Bug 21693 Summary: Clean up checkout notes template https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21693 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21967, which changed state. Bug 21967 Summary: Switch two-column templates to Bootstrap grid: Patrons part 4 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21967 What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |DUPLICATE -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21436, which changed state. Bug 21436 Summary: Switch two-column templates to Bootstrap grid: Tools part 4 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21436 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22104 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22104 [Bug 22104] Clean up patron API keys template -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21569, which changed state. Bug 21569 Summary: Switch two-column templates to Bootstrap grid: Circulation part 3 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21569 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21963, which changed state. Bug 21963 Summary: Switch two-column templates to Bootstrap grid: Patrons part 1 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21963 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21797, which changed state. Bug 21797 Summary: Update two-column templates with Bootstrap grid: Acquisitions part 5 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21797 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21442, which changed state. Bug 21442 Summary: Switch two-column templates to Bootstrap grid: Circulation part 1 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21442 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21672, which changed state. Bug 21672 Summary: Switch templates to Bootstrap grid: Various https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21672 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21792, which changed state. Bug 21792 Summary: Switch two-column templates to Bootstrap grid: Serials part 3 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21792 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21438, which changed state. Bug 21438 Summary: Switch two-column templates to Bootstrap grid: Patron card creator https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21438 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21965, which changed state. Bug 21965 Summary: Switch two-column templates to Bootstrap grid: Patrons part 3 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21965 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21913, which changed state. Bug 21913 Summary: Clean up payment details page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21913 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21964, which changed state. Bug 21964 Summary: Switch two-column templates to Bootstrap grid: Patrons part 2 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21964 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 22104, which changed state. Bug 22104 Summary: Clean up patron API keys template https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22104 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21449, which changed state. Bug 21449 Summary: Switch two-column templates to Bootstrap grid: Circulation part 2 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21449 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21304, which changed state. Bug 21304 Summary: Update two-column templates with Bootstrap grid: Catalog https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21304 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21646, which changed state. Bug 21646 Summary: Clean up Overdrive template https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21646 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22751 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22751 [Bug 22751] Switch two-column templates to Bootstrap grid: Patron details -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22764 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22764 [Bug 22764] More YUI grid cleanup -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21307, which changed state. Bug 21307 Summary: Switch two-column templates to Bootstrap grid: Cataloging https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21307 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 22751, which changed state. Bug 22751 Summary: Switch two-column templates to Bootstrap grid: Patron details https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22751 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 22764, which changed state. Bug 22764 Summary: More YUI grid cleanup https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22764 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 21948, which changed state. Bug 21948 Summary: Clean up style of item detail page https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21948 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22897 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22897 [Bug 22897] Switch two-column templates to Bootstrap grid: ILL requests -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22999 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22999 [Bug 22999] Switch two-column templates to Bootstrap grid: Circulation -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=23259 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 22897, which changed state. Bug 22897 Summary: Switch two-column templates to Bootstrap grid: ILL requests https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22897 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Bug 20654 depends on bug 22999, which changed state. Bug 22999 Summary: Switch two-column templates to Bootstrap grid: Circulation https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22999 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20654 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org