Difference between revisions of "OJS 2.3.7 Recommended Patches"
(→Patches) |
(→Patches) |
||
| (18 intermediate revisions by 4 users not shown) | |||
| Line 17: | Line 17: | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7229 Bug #7229: Warning in OJSPaymentManager] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7229 Bug #7229: Warning in OJSPaymentManager] | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7401 Bug #7401: Reference to "Press" in locale file] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7401 Bug #7401: Reference to "Press" in locale file] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7406 Bug #7406: Fix OJS 2.1.1 upgrade issue] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7410 Bug #7410: Supplementary files listing does not display files] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7412 Bug #7412: Prevent due dates from being overridden in successive review rounds] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6900 Bug #6900: Submissions with tags in titles truncated to '...' in submission lists] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7411 Bug #7411: Article title tags displayed in page head/title] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7422 Bug #7422: Issue select box spills over into sidebar] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7423 Bug #7423: Editor decision date defaults to current date when not set (e.g. from import)] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7425 Bug #7425: Favicon missing on help and interstitial pages] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7427 Bug #7427: Favicon missing on reading tools and editor comments pages] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6495 Bug #6495: Favicon doesn't display in Internet Explorer] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7438 Bug #7438: CIDR suffix removed from IP range for institutional subscriptions] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7275 Bug #7275: MergeUsers errors when updating comments] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7681 Bug #7681: Check for bots in all cases when incrementing view counts] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6331 Bug #6331: Notify Users email CC function broken] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7776 Bug #7776: Books for review assignments not transferred when merging users] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7717 Bug #7717: Call time pass by reference] | ||
Latest revision as of 07:45, 18 September 2012
The following patches are recommended for OJS 2.3.7.
Please subscribe to the RSS feed for this page to stay informed about important bug fixes for this release.
[edit] Applying Patches
Patches can be applied to the codebase using the GNU Patch Tool (available on most *NIX platforms, and as a free download for Windows-based systems).
Each entry below links to the Bugzilla record for the bug in question. Patches are linked from there. Patches against OJS should be applied with the -p1 option from within the OJS installation directory; patches against the PKP library should be applied with the -p1 option from within the lib/pkp subdirectory.
[edit] Patches
Note that security-related and other critical patches will be clearly identified as such; otherwise, patches should not be considered critical.
- Bug #7233: Fix image upload issue with non-english languages
- Bug #7231: Undefined constant in JBImages
- Bug #7229: Warning in OJSPaymentManager
- Bug #7401: Reference to "Press" in locale file
- Bug #7406: Fix OJS 2.1.1 upgrade issue
- Bug #7410: Supplementary files listing does not display files
- Bug #7412: Prevent due dates from being overridden in successive review rounds
- Bug #6900: Submissions with tags in titles truncated to '...' in submission lists
- Bug #7411: Article title tags displayed in page head/title
- Bug #7422: Issue select box spills over into sidebar
- Bug #7423: Editor decision date defaults to current date when not set (e.g. from import)
- Bug #7425: Favicon missing on help and interstitial pages
- Bug #7427: Favicon missing on reading tools and editor comments pages
- Bug #6495: Favicon doesn't display in Internet Explorer
- Bug #7438: CIDR suffix removed from IP range for institutional subscriptions
- Bug #7275: MergeUsers errors when updating comments
- Bug #7681: Check for bots in all cases when incrementing view counts
- Bug #6331: Notify Users email CC function broken
- Bug #7776: Books for review assignments not transferred when merging users
- Bug #7717: Call time pass by reference