Difference between revisions of "OMP 1.0b Recommended Patches"
(→Patches) |
|||
| Line 19: | Line 19: | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7944 Bug #7944: Using the catalog search from outside of a press context generates a fatal error] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7944 Bug #7944: Using the catalog search from outside of a press context generates a fatal error] | ||
: [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7946 Bug #7946: jLabel CSS causes 'go' button to wrap in Chrome for OS X] | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7946 Bug #7946: jLabel CSS causes 'go' button to wrap in Chrome for OS X] | ||
| + | : [http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=7952 Bug #7952: More all-time pass by reference] | ||
Revision as of 12:00, 5 October 2012
The following patches are recommended for OMP 1.0b.
Please subscribe to the 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 OMP should be applied with the -p1 option from within the OMP installation directory; patches against the PKP library should be applied with the -p1 option from within the lib/pkp subdirectory.
Patches
Note that security-related and other critical patches will be clearly identified as such; otherwise, patches should not be considered critical.
- Bug #7921: Prevent autocomplete field for spotlights from clearing when losing focus
- Bug #7922: Author names occasionally disappear from the Spotlight form when editing
- Bug #7923: ONIX codelist DAO depends on temporary directory which may not yet exist
- Bug #7939: Call time pass by reference
- Bug #7944: Using the catalog search from outside of a press context generates a fatal error
- Bug #7946: jLabel CSS causes 'go' button to wrap in Chrome for OS X
- Bug #7952: More all-time pass by reference