Anonymous | Login | 2024-11-21 22:15 EST |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0001291 | PacketFence | core | public | 2011-10-03 10:44 | 2011-12-30 23:38 | |||
Reporter | obilodeau | |||||||
Assigned To | fgaudreault | |||||||
Priority | normal | Severity | feature | Reproducibility | N/A | |||
Status | closed | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | ||||||||
Target Version | 3.1.0 | Fixed in Version | 3.1.0 | |||||
Summary | 0001291: normalize_time doesn't handle months | |||||||
Description | Since normalize_time is now used for guest access duration, people start asking to get a month field for expiration.. Because of the conflict between m - minutes and m - months, I think that we should modify normalize_time so that the short identifiers should be the same as strftime's. This would be a change that needs our users to upgrade their config properly so not in a bugfix cycle. | |||||||
Tags | No tags attached. | |||||||
fixed in git revision | ||||||||
fixed in mtn revision | 84fa24bdd352259ecb4d3425934b366cfcafb62a | |||||||
Attached Files | ||||||||
Notes | |
(0002407) fgaudreault (viewer) 2011-10-31 10:47 |
Using UNIX "date" format: S - second M - minutes H - hours d - day m - month Y - year W - Weeks Using ISO 8601 : s - second m - minutes h - hours D - Days W - Weeks (not in standard) M - Months Y - Years I like the second one. |
(0002469) obilodeau (reporter) 2011-12-09 09:34 |
some additional changes required pf.conf.defaults carries a lot of values that aren't there after the patch. doing a regexp search searching for digit then d reveals them (in vim press / then \dd <enter>) there's also one with w also a FAQ entry pasting the above format (telling it's from ISO8601) wouldn't hurt Lastly I wouldn't have committed that to 3_0 but trunk but then again our next release will most likely be out of trunk anyway so don't bother. |
(0002470) fgaudreault (viewer) 2011-12-09 11:08 |
Changed the pf.conf.defaults with the proper time values. The FAQ will follow. |
(0002476) obilodeau (reporter) 2011-12-21 13:58 |
Additional changes made today were required for the Web Admin to catch up with the change. |
(0002497) obilodeau (reporter) 2011-12-30 23:37 |
Released in version 3.1.0. |
Issue History | |||
Date Modified | Username | Field | Change |
2011-10-03 10:44 | obilodeau | New Issue | |
2011-10-31 10:47 | fgaudreault | Note Added: 0002407 | |
2011-12-08 16:32 | fgaudreault | mtn revision | => 6dffac13ba82c9dbe1043f5fceb3c42437130cbc |
2011-12-08 16:32 | fgaudreault | Status | new => resolved |
2011-12-08 16:32 | fgaudreault | Fixed in Version | => +1 |
2011-12-08 16:32 | fgaudreault | Resolution | open => fixed |
2011-12-08 16:32 | fgaudreault | Assigned To | => fgaudreault |
2011-12-09 09:34 | obilodeau | Note Added: 0002469 | |
2011-12-09 09:34 | obilodeau | Status | resolved => feedback |
2011-12-09 09:34 | obilodeau | Resolution | fixed => reopened |
2011-12-09 11:08 | fgaudreault | mtn revision | 6dffac13ba82c9dbe1043f5fceb3c42437130cbc => 84fa24bdd352259ecb4d3425934b366cfcafb62a |
2011-12-09 11:08 | fgaudreault | Note Added: 0002470 | |
2011-12-09 11:08 | fgaudreault | Status | feedback => resolved |
2011-12-09 11:08 | fgaudreault | Resolution | reopened => fixed |
2011-12-21 13:58 | obilodeau | Note Added: 0002476 | |
2011-12-30 23:29 | obilodeau | Fixed in Version | +1 => 3.1.0 |
2011-12-30 23:37 | obilodeau | Note Added: 0002497 | |
2011-12-30 23:37 | obilodeau | Status | resolved => closed |
2011-12-30 23:38 | obilodeau | Target Version | +2 => 3.1.0 |
Copyright © 2000 - 2012 MantisBT Group |