Difference between revisions of "OJS 2.3.3-3 Recommended Patches"
| (35 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
| − | The following patches are recommended for OJS 2.3.3-3. | + | The following patches are recommended for OJS 2.3.3-3. |
| + | |||
| + | Please subscribe to the [http://pkp.sfu.ca/wiki/index.php?title=OJS_2.3.3-3_Recommended_Patches&feed=atom&action=history RSS feed] for this page to stay informed about important bug fixes for this release. | ||
| + | |||
| + | == 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. | 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. | ||
For more information on how to apply patches, please see this [http://pkp.sfu.ca/support/forum/viewtopic.php?f=8&t=3779 discussion] in the PKP support forum. | For more information on how to apply patches, please see this [http://pkp.sfu.ca/support/forum/viewtopic.php?f=8&t=3779 discussion] in the PKP support forum. | ||
| + | |||
| + | == Patches == | ||
Note that security-related and other critical patches will be clearly identified as such; otherwise, patches should not be considered critical. | Note that security-related and other critical patches will be clearly identified as such; otherwise, patches should not be considered critical. | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6259 Bug #6259: User interests stored in database urlencoded] | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6219 Bug #6219: Subscription end date resets to expiry default] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6219 Bug #6219: Subscription end date resets to expiry default] | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6097 Bug #6097: Unexpected counter log data loss on upgrade] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6097 Bug #6097: Unexpected counter log data loss on upgrade] | ||
| Line 19: | Line 28: | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6080 Bug #6080: TinyMCE uses HTML entities rather than UTF8] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6080 Bug #6080: TinyMCE uses HTML entities rather than UTF8] | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6246 Bug #6246: Upgrade fails on PHP4 due to incorrect false return] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6246 Bug #6246: Upgrade fails on PHP4 due to incorrect false return] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6258 Bug #6258: Correct index warning for reviewer statistics] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6249 Bug #6249: Fix public commenting function name] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6257 Bug #6257: Upgrading from 2.x to 2.3.x orphans some plug-in settings due to upper/lower case change in plugin_settings.] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6245 Bug #6245: Upgrade loses submission notes] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6268 Bug #6268: Copyediting notification error without copyeditor assigned] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6290 Bug #6290: Lengthen DOI suffix maxlength] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6279 Bug #6279: Some generic plugins don't work after install/upgrade] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6326 Bug #6326: Breadcrumb URL for editor's submissions pages presumes Section Editor role] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6120 Bug #6120: Wrong parameters supplied to PDF indexing defaults] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=4965 Bug #4965: DOI does not import in Native XML Import] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6352 Bug #6352: Authorization denied redirect goes to 404] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6017 Bug #6017: User interests disappear if user profile form conditions not met] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6458 Bug #6458: Subscription verification bypassed with custom galley identifiers] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6601 Bug #6601: PayPal donations recorded as $0 payment records] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6689 Bug #6689: Article cover image does not check file type (Critical)] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6695 Bug #6695: Books For Review cover page upload file type not validated (Critical)] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=6696 Bug #6696: File uploads should not trust supplied extension (Critical)] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7207 Bug #7207: Remove iBrowser in favour of jbimages (Critical)] | ||
| + | |||
| + | ''WARNING: This release is out of date and this list may not be further maintained. Upgrading is recommended.'' | ||
Latest revision as of 09:52, 16 March 2012
The following patches are recommended for OJS 2.3.3-3.
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.
For more information on how to apply patches, please see this discussion in the PKP support forum.
[edit] Patches
Note that security-related and other critical patches will be clearly identified as such; otherwise, patches should not be considered critical.
- Bug #6259: User interests stored in database urlencoded
- Bug #6219: Subscription end date resets to expiry default
- Bug #6097: Unexpected counter log data loss on upgrade
- Bug #6133: Upgrade to 2.3.3-3 Doesn't correctly update version
- Bug #6115: citation assistant: remap ctrl+a = save+approve and ctrl-c = cancel to make sure that copy/paste is not overridden
- Bug #6119: "References" header appears when there are no references
- Bug #6048: Fatal error searching submissions from Editor home
- Bug #6220: Upgrade process incorrect for OJS 2.1.1 and prior to 2.3.3
- Bug #6226: HttpsPolicy tries to return undefined constant.
- Bug #6248: Article commenting comments outdated (PKP part of patch only)
- Bug #6255: Fixed join condition on editor submission fetch
- Bug #6080: TinyMCE uses HTML entities rather than UTF8
- Bug #6246: Upgrade fails on PHP4 due to incorrect false return
- Bug #6258: Correct index warning for reviewer statistics
- Bug #6249: Fix public commenting function name
- Bug #6257: Upgrading from 2.x to 2.3.x orphans some plug-in settings due to upper/lower case change in plugin_settings.
- Bug #6245: Upgrade loses submission notes
- Bug #6268: Copyediting notification error without copyeditor assigned
- Bug #6290: Lengthen DOI suffix maxlength
- Bug #6279: Some generic plugins don't work after install/upgrade
- Bug #6326: Breadcrumb URL for editor's submissions pages presumes Section Editor role
- Bug #6120: Wrong parameters supplied to PDF indexing defaults
- Bug #4965: DOI does not import in Native XML Import
- Bug #6352: Authorization denied redirect goes to 404
- Bug #6017: User interests disappear if user profile form conditions not met
- Bug #6458: Subscription verification bypassed with custom galley identifiers
- Bug #6601: PayPal donations recorded as $0 payment records
- Bug #6689: Article cover image does not check file type (Critical)
- Bug #6695: Books For Review cover page upload file type not validated (Critical)
- Bug #6696: File uploads should not trust supplied extension (Critical)
- Bug #7207: Remove iBrowser in favour of jbimages (Critical)
WARNING: This release is out of date and this list may not be further maintained. Upgrading is recommended.