Anonymous | Login | Signup for a new account | 2023-03-21 02:36 CDT | ![]() |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Viewing Issue Simple Details [ Jump to Notes ] [ Wiki ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Type | Reproducibility | Date Submitted | Last Update | ||
0000507 | [In-Portal CMS] Data Management | bug report | always | 2009-12-25 10:54 | 2010-05-11 02:59 | ||
Reporter | alex | View Status | public | Project Name | In-Portal CMS | ||
Assigned To | alex | Developer | |||||
Priority | normal | Resolution | fixed | Fixed in Version | 5.0.3-B1 | ||
Status | closed | Product Version | 5.0.2-B2 | Target Version | 5.0.3 | ||
Time Estimate | No estimate | ||||||
Summary | 0000507: Time without date won't get validated, when kDateFormatter is used | ||||||
Description |
In case if you have field, that is defined using mentioned above code, then it's never gonna be validated (combination of input_date_format and required options) - HeatingTime_date field will always be empty and of course required. 'Fields' => Array( 'HeatingTime' => Array ( 'type' => 'int', 'formatter' => 'kDateFormatter', 'date_format' => '', 'input_date_format' => '', 'time_format' => 'i:s', 'input_time_format' => 'i:s', 'required' => 1, ), ), |
||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Reference | http://groups.google.com/group/in-portal-bugs/browse_thread/thread/79c9db452461236a# | ||||||
Change Log Message | |||||||
Estimate Points | 0 | ||||||
Attached Files |
![]() ![]() |
||||||
|
![]() |
||||||
|
![]() |
|
![]() Dmitry (manager) 2010-03-15 18:25 |
See attachment. I have used the following field definition: 'BirthTime' => Array ( 'type' => 'int', 'formatter' => 'kDateFormatter', 'date_format' => '', 'input_date_format' => '', 'time_format' => 'i:s', 'input_time_format' => 'i:s', 'required' => 1, ), |
![]() Dmitry (manager) 2010-03-15 18:25 |
Actually it needs work, see prev. comment. |
![]() alex (manager) 2010-03-19 08:23 |
That's no bug of this task. This bug related to inability to use custom input date/time format for fields, when we are using inp_edit_date/inp_edit_date_time/inp_edit_time blocks. Please remove "*time*" formats and try again. |
![]() Dmitry (manager) 2010-03-19 11:01 |
Tested Okay this patch and created a separate task for the other bug. |
![]() alex (manager) 2010-03-20 14:37 |
Fix committed to 5.0.x branch. Commit Message: Fixes 0000507: Time without date won't get validated, when kDateFormatter is used |
![]() alex (manager) 2010-03-20 14:39 |
Reminder sent to: Dmitry When setting "Needs Testing" status of task, then Developer is changed to currently logged in user. I've change actual developer back. |
![]() alex (manager) 2010-05-11 02:59 |
Closing all tasks from released versions. |
![]() |
|||
In-Portal CMS: 5.0.x r13271 Timestamp: 2010-03-20 14:37:57 Author: alex [ Details ] [ Diff ] |
Fixes 0000507: Time without date won't get validated, when kDateFormatter is used | ||
mod - /in-portal/branches/5.0.x/core/kernel/utility/formatters/date_formatter.php | [ Diff ] [ File ] | ||
![]() |
|||
Date Modified | Username | Field | Change |
2010-05-11 02:59 | alex | Note Added: 0002116 | |
2010-05-11 02:59 | alex | Status | resolved => closed |
2010-03-20 14:39 | alex | Issue Monitored: Dmitry | |
2010-03-20 14:39 | alex | Note Added: 0001710 | |
2010-03-20 14:37 | alex | Note Added: 0001709 | |
2010-03-20 14:37 | alex | Status | reviewed and tested => resolved |
2010-03-20 14:37 | alex | Fixed in Version | => 5.0.3-B1 |
2010-03-20 14:37 | alex | Resolution | open => fixed |
2010-03-20 14:37 | alex | Changeset attached | 5.0.x r13271 |
2010-03-20 14:36 | alex | Developer | Dmitry => alex |
2010-03-19 11:01 | Dmitry | Note Added: 0001703 | |
2010-03-19 11:01 | Dmitry | Assigned To | Dmitry => alex |
2010-03-19 11:01 | Dmitry | Status | needs testing => reviewed and tested |
2010-03-19 11:01 | Dmitry | Developer | alex => Dmitry |
2010-03-19 11:01 | Dmitry | Status | needs work => needs testing |
2010-03-19 11:01 | Dmitry | Status | needs feedback => needs work |
2010-03-19 11:00 | Dmitry | Relationship added | related to 0000629 |
2010-03-19 08:23 | alex | Note Added: 0001697 | |
2010-03-19 08:23 | alex | Assigned To | alex => Dmitry |
2010-03-19 08:23 | alex | Status | needs work => needs feedback |
2010-03-15 18:25 | Dmitry | Note Added: 0001641 | |
2010-03-15 18:25 | Dmitry | Status | reviewed and tested => needs work |
2010-03-15 18:25 | Dmitry | Note Added: 0001640 | |
2010-03-15 18:25 | Dmitry | Assigned To | !COMMUNITY => alex |
2010-03-15 18:25 | Dmitry | Status | needs testing => reviewed and tested |
2010-03-15 18:24 | Dmitry | File Added: 507-Time-without-date.png | |
2010-02-26 18:59 | Dmitry | Developer | => alex |
2010-01-06 06:17 | alex | Target Version | Icebox => 5.0.3 |
2009-12-25 10:56 | alex | Assigned To | => !COMMUNITY |
2009-12-25 10:56 | alex | Status | active => needs testing |
2009-12-25 10:56 | alex | Reference | => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/79c9db452461236a# |
2009-12-25 10:56 | alex | Target Version | => Icebox |
2009-12-25 10:54 | alex | New Issue | |
2009-12-25 10:54 | alex | File Added: date_required_error_fix.patch |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Web Development by Intechnic![]() In-Portal Open Source CMS |