| Summary: | refactor C4::Log::GetLogs to accept DateTime | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
| Component: | Architecture, internals, and plumbing | Assignee: | Olli-Antti Kivilahti <olli-antti.kivilahti> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | gmcharlt |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Bug 15882 - refactor C4::Log::GetLogs to accept DateTime | ||
|
Description
Olli-Antti Kivilahti
2016-02-23 09:25:00 UTC
Created attachment 48309 [details] [review] Bug 15882 - refactor C4::Log::GetLogs to accept DateTime C4::Log::GetLogs accepts dates in some strange format. It should accept DateTime as that is a de-facto standard. Refactored to accept DateTimes so it can be used internally more easily. Also killed a undefined warning bug. Missing tests. Note that the patch will no longer apply given the work done for bug 14870. C4::Dates is dead and gone... (In reply to Katrin Fischer from comment #4) > C4::Dates is dead and gone... As is C4:Logs. Closing INVALID. |