X-Git-Url: http://rtime.felk.cvut.cz/gitweb/edu/osp-wiki.git/blobdiff_plain/aa391be9417842a9607f1e51c6cb5c7c286d0b63..HEAD:/student/jezdirad/index.mdwn diff --git a/student/jezdirad/index.mdwn b/student/jezdirad/index.mdwn index 8bfd6730..2fc5d523 100644 --- a/student/jezdirad/index.mdwn +++ b/student/jezdirad/index.mdwn @@ -5,9 +5,9 @@ Assignment ====== -[Issue #1430](https://github.com/nette/nette/issues/1430) - The task I've chosen is a bug related to client-side form validation regarding wrong parsing of decimal (float) values in Czech format (with decimal comma and space as a thousand separator). +[Issue #1258](https://github.com/nette/nette/issues/1258) - Bug fix that should result in better design of factory method `createFromFormat()` of Nette\DateTime class which now returns PHP's original DateTime class instead. -[Issue #1258](https://github.com/nette/nette/issues/1258) - Another bug fix should result in better design of factory method `createFromFormat()` of Nette\DateTime class which now returns PHP's original DateTime class instead. +[Issue #1430](https://github.com/nette/nette/issues/1430) - A bug related to client-side form validation regarding wrong parsing of decimal (float) values in Czech format (with decimal comma and space as a thousand separator). **This bug is harder to fix and needs bigger refactoring. I left it after communication with the devs.** Links documenting the results of my work ====== @@ -16,26 +16,24 @@ Here, I'll add links similar to the examples below and describe what is being linked. * My communication with developers: + * Issue #1258 + * [pull request comments](https://github.com/nette/utils/pull/6#issue-31227787) * Issue #1430 * [issue comments](https://github.com/nette/nette/issues/1430#issuecomment-36559386) * [pull request comments](https://github.com/nette/nette/pull/1462#issuecomment-38348122) - * Issue #1258 - * [pull request comments](https://github.com/nette/utils/pull/6#issue-31227787) * Version control repository with the actual state of my work - * Issue #1430 - * - * Issue #1258 * [repo redhead/utils DateTime-fix branch](https://github.com/redhead/utils/tree/DateTime-fix) * My commit in the project repository * Issue #1258 - * [pull request merged](https://github.com/nette/utils/commit/a7303e87ffedd4c7c939218c930cb1f38621a3ba) -* [Additional supporting material]() + * [pull request merged into nette/utils](https://github.com/nette/utils/commit/a7303e87ffedd4c7c939218c930cb1f38621a3ba) + Presentation ========== * [[Presentation of the aim of my work|osp-prezentace.pdf]] -* [[Presentation of the results of my work|prezentace2.pdf]] +* [[Presentation of the results of my work|osp-prezentace2.pdf]] Ohloh =====