|
PKP Bugzilla – Full Text Bug Listing |
| Summary: | Allow editors to modify article publication date | ||
|---|---|---|---|
| Product: | OJS | Reporter: | Michael Felczak <michael.pkp> |
| Component: | Editors | Assignee: | Michael Felczak <michael.pkp> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | alec, jfitz049, jmacgreg, pkp-support, vgabler |
| Priority: | P5 | ||
| Version: | 2.3.5 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Version Reported In: | Also Affects: | ||
| Attachments: |
Patch against OJS 2.3.4
Additional patch against OJS 2.3.4 |
||
|
Description
Michael Felczak
2009-09-04 13:26:55 PDT
Rescheduled to 2.3.5 due to reports from Coaction and Google Scholar. Created attachment 3447 [details] Patch against OJS 2.3.4 Requires a DB change to make published_articles.date_published nullable: ALTER TABLE published_articles CHANGE COLUMN date_published date_published DATETIME; See bug #6480 for related changes. (Committed to ojs-stable-2_3) Created attachment 3479 [details]
Additional patch against OJS 2.3.4
|