- Oct 28, 2019
-
-
Anton Bagliy authored
-
- Mar 06, 2019
-
-
Anton Bagliy authored
-
- Aug 27, 2018
-
-
- Oct 15, 2017
-
-
Владислав Яковлев authored
-
- Oct 12, 2017
-
-
Владислав Яковлев authored
-
- Nov 12, 2016
-
-
* Rate and exam page fixes
-
- Sep 03, 2015
-
-
xamgore authored
See `discipline/666/teachers` page.
-
- Aug 31, 2015
-
-
Andrew Rudenets authored
-
- Jul 06, 2015
-
-
xamgore authored
-
- Jun 30, 2015
-
-
PavelBegunkov authored
-
- Jun 28, 2015
-
-
xamgore authored
Separated logic and representation, removed unused functions, duplicates
-
- Jun 26, 2015
-
-
xamgore authored
-
- Jun 15, 2015
-
-
xamgore authored
Default faculty was not defined by default.
-
- Jun 14, 2015
-
-
PavelBegunkov authored
-
- Jun 11, 2015
-
-
xamgore authored
-
- Jun 06, 2015
-
-
xamgore authored
/coursework/create — create new coursework /discipline/create — create new discipline /discipline/127 & /discipline/127/structure — edit the discipline with id 127 /discipline/127/students — edit the list of attached to discipline students Moved duplicate code to before() method, some other refactorings.
-
- Jun 05, 2015
-
-
xamgore authored
1. Discipline models have the direct access to fields, for example: $discipline->subjectName, so you don't have to remember them (press ctrl+space). Improves static code analysis. Also, if you make a mismatch, ErrorException will be thrown — this is the most important improvement. 2. There are some operations on disciplines (attach new teacher, transfer discipline to another teacher, an so on), so you can use them: $discipline->attachTeacher(53). 3. Discipline model has array access operators, so you must not convert instances with toArray() method. A common way is: /* PHP */ $d = Model_Discipline::load($id); $d['extraField'] = 127; $twig->Discipline = $d; // is ok, cause $d is like an array /* Twig */ {{ Discipline.extraField }} // call $d->offsetGet('extraField') method 4. Models Faculty, Student, Teachers and Groups have `getDisciplines()` method, and an array of Model_Discipline will be returned. 5. We use camelCase for all fields: in twig, on the PHP level and also in the database.
-
- May 29, 2015
-
-
xamgore authored
-
- Mar 22, 2015
-
-
xamgore authored
-
- Feb 11, 2015
-
-
PavelBegunkov authored
-
- Feb 03, 2015
-
-
Andrew Rudenets authored
-
- Jan 05, 2015
-
-
Andrew Rudenets authored
2. Страница авторизации [в разработке] 3. Страница предмета для зачета
-
- Oct 24, 2014
-
-
PavelBegunkov authored
-
- Oct 22, 2014
-
-
PavelBegunkov authored
-
- Oct 08, 2014
-
-
Антон Шалимов authored
-
- Oct 05, 2014
-
-
Антон Шалимов authored
-
Антон Шалимов authored
-
- Oct 03, 2014
-
-
Антон Шалимов authored
-
- Sep 27, 2014
-
-
Антон Шалимов authored
-
- Sep 20, 2014
-
-
Антон Шалимов authored
-
- Sep 04, 2014
-
-
Антон Шалимов authored
-
Антон Шалимов authored
-
- Aug 31, 2014
-
-
Антон Шалимов authored
-
Антон Шалимов authored
-
- Aug 30, 2014
-
-
Антон Шалимов authored
-
- Aug 29, 2014
- Aug 27, 2014