View Issue Details

IDProjectCategoryView StatusLast Update
0010565mantisbtmigrationpublic2009-06-23 15:26
Reporterjreese Assigned Tograngeway  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Target Version1.2.0rc1Fixed in Version1.2.0rc1 
Summary0010565: User input date strings are munged with new schema
Description

With the new date schema, the system does not properly translate date strings from the user into integers before sending them to the database, resulting in incorrect datestamps after submission. This currently occurs anywhere that the user is presented a date string in a text field, including:

  • project version release dates
  • bug due dates
TagsNo tags attached.

Activities

jreese

jreese

2009-06-23 15:22

reporter   ~0022249

Fixed in git master.

Related Changesets

MantisBT: master 8663867b

2009-06-06 18:39

grangeway


Details Diff
Changes for bug 10565 Affected Issues
0010565
mod - core/user_pref_api.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/version_api.php Diff File
mod - core/constant_inc.php Diff File
mod - manage_proj_edit_page.php Diff File
mod - lang/strings_english.txt Diff File
mod - core.php Diff File
mod - manage_proj_ver_edit_page.php Diff File
mod - core/date_api.php Diff File