Re: [Koha-devel] Facilitate integration of some patches

2015-08-31 Thread Marc Véron
+1 for Jonathan's proposition Marc Am 31.08.2015 um 07:41 schrieb Katrin Fischer: > I'd be ok testing Jonathan's suggestion of moving to Passed QA directly > for for bugs with'string change' or 'trivial' complexity. > QA and RM could still reset to 'Needs signoff' for a second opinion when > they

[Koha-devel] Koha 3.16.14 released

2015-08-31 Thread Mason James
The Koha release team are proud to announce the release of Koha 3.16.14. This release contains 9 bugfixes, including 1 critical bug. All 3.16.x series users are strongly encouraged to upgrade to this version. Please install from the tarball, as .deb packages are not currently built for the 'oldo

Re: [Koha-devel] Facilitate integration of some patches

2015-08-31 Thread Barton Chittenden
String changes can be calculated algorithmically. I suspect that the other complexities are largely a function of lines of code, number of files touched, and number of dependencies... but I'm sure that there other factors. The smaller the patch, the more likely that the complexity could be determin

Re: [Koha-devel] Facilitate integration of some patches

2015-08-31 Thread Katrin Fischer
Some guidelines for the complexity setting can be found in the wiki: http://wiki.koha-community.org/wiki/SubmitingAPatch string patch = a patch that touches a string or the documentation/POD only trivial patch = a patch that just changes trivial things. Like removing a warn, adding some html in

[Koha-devel] Bootstrap 2.2.2 in the staff client

2015-08-31 Thread David Cook
I was just looking to use ".text-success" in the staff client, when I noticed that it didn't appear to exist in bootstrap.min.css. even though it should. You can find it here in Bootstrap 2.2.2: https://maxcdn.bootstrapcdn.com/bootstrap/2.2.2/css/bootstrap.min.css But not in the version t