Difference between revisions of "OJS 2.4.0 Recommended Patches"
(→Patches) |
(→Patches) |
||
| (10 intermediate revisions by 2 users not shown) | |||
| Line 16: | Line 16: | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7855 Bug #7855: Cannot reindex with external helper programs] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7855 Bug #7855: Cannot reindex with external helper programs] | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7856 Bug #7856: ABNT plugin calls nonexistent getDOI function] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7856 Bug #7856: ABNT plugin calls nonexistent getDOI function] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7864 Bug #7864: Unquoted field in query - filterStatus when browsing subscriptions] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7876 Bug #7876: Submission editing DB syntax error] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7882 Bug #7882: Submission file downloads fail for editors in review stage] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7883 Bug #7883: UserXMLParser calls nonexistent insertInterests function] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7912 Bug #7912: func_get_args should not be used as parameter in PHP<5.3] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7931 Bug #7931: Uploading a layout file for submissions generates a fatal error] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7933 Bug #7933: viewing payments generates a fatal error] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7936 Bug #7936: AbntCitationPlugin.inc.php uses undefined constant String] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7937 Bug #7937: no or empty identify types shouldn nott be considered in the browse plugin] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7941 Bug #7941: Link to article page fails to redirect to login] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7943 Bug #7943: Some help pages missing Request object] | ||
Latest revision as of 07:48, 27 September 2012
The following patches are recommended for OJS 2.4.0.
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 #7848: Both medra and datacite plugins include duplicate classes e.g. DOIExportPlugin
- Bug #7855: Cannot reindex with external helper programs
- Bug #7856: ABNT plugin calls nonexistent getDOI function
- Bug #7864: Unquoted field in query - filterStatus when browsing subscriptions
- Bug #7876: Submission editing DB syntax error
- Bug #7882: Submission file downloads fail for editors in review stage
- Bug #7883: UserXMLParser calls nonexistent insertInterests function
- Bug #7912: func_get_args should not be used as parameter in PHP<5.3
- Bug #7931: Uploading a layout file for submissions generates a fatal error
- Bug #7933: viewing payments generates a fatal error
- Bug #7936: AbntCitationPlugin.inc.php uses undefined constant String
- Bug #7937: no or empty identify types shouldn nott be considered in the browse plugin
- Bug #7941: Link to article page fails to redirect to login
- Bug #7943: Some help pages missing Request object