]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/commitdiff
(no commit message)
authorjezdirad <jezdirad@web>
Sat, 10 May 2014 17:26:38 +0000 (19:26 +0200)
committerOSP robot <osp@rtime.felk.cvut.cz>
Sat, 10 May 2014 17:26:38 +0000 (19:26 +0200)
student/jezdirad/index.mdwn

index 0edf09b757998d82f8a78555926ee383b5638288..38bdd40256b8614e2a1edf1068ad6e71bfbd4c03 100644 (file)
@@ -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).
 
 Links documenting the results of my work
 ======
@@ -16,16 +16,16 @@ 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)
+   * Issue #1430
+      * - 
 * My commit in the project repository
    * Issue #1258
       * [pull request merged into nette/utils](https://github.com/nette/utils/commit/a7303e87ffedd4c7c939218c930cb1f38621a3ba)