+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
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
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
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
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