- Jul 09, 2015
-
-
dmitry.sviridkin authored
Add: support of compound disciplines (wait for realizing at db) Correct: a little correction of user interface at bill page modified: media/css/bill.css modified: ~dev_rating/application/classes/Controller/DeanOffice/Bill.php modified: ~dev_rating/application/classes/Model/Discipline.php modified: ~dev_rating/application/classes/Model/Student.php modified: ~dev_rating/application/views/dean_office/bill.twig
-
- Jul 08, 2015
- Jul 07, 2015
- Jul 06, 2015
-
-
dmitry.s authored
-
RomanSteinberg authored
-
RomanSteinberg authored
Adds field to provide detecting successful students on previous stage
-
- Jul 05, 2015
-
-
xamgore authored
-
xamgore authored
There is a problem at the standard (STL) realization: it doesn't work with assoc arrays, so [0 => 123, 5 => 123] is transformed into [0 => 123, 1 => 123]. `Arr::shuffle_assoc` saves keys.
-
xamgore authored
This func have the same behaviour as `as_array` function, but the last one make array of [keys => arrays]. `groupByUniqueKey` just an array of [unique key => array].
-
xamgore authored
-
xamgore authored
-
* Auto focus to the login text field * Authorization by pressing "Enter" button * Changed window title
-
xamgore authored
-