- Nov 12, 2016
-
-
* Rate and exam page fixes
-
- Aug 31, 2016
-
-
- Jul 02, 2016
-
-
xamgore authored
+ Move ajax requests to promises base + Define constants for API URLs + Handle errors based on network connections problems as well as server-side logic errors + Generalize code so it can be used by modules & submodules simultaneously + Update name of module after 1 second, not waiting for focus out event
-
- May 18, 2016
-
-
xamgore authored
Just moved id attributes to data-id. Don't think it was such a critical issue as I thought before.
-
- May 11, 2016
-
-
xamgore authored
+ Add animation for modules swaps + Add always / error callbacks to $.post requests + Remove usages of deprecated variables & functions + Format code, apply naming conventions
-
- May 03, 2016
-
-
xamgore authored
-
- Sep 03, 2015
- Aug 31, 2015
-
-
Andrew Rudenets authored
-
- Jul 06, 2015
-
-
-
xamgore authored
-
- Jun 30, 2015
-
-
PavelBegunkov authored
-
- Jun 28, 2015
-
-
xamgore authored
* Fixed bug with students search * Documentation for Model_Student * Utility function Arr::groupBy()
-
xamgore authored
Simplified methods. If you want to group elements by any key, write ->as_array('key').
-
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
-
-
xamgore authored
Russian constants are moved to twig & RusLang modules. Functions were renamed to Semesters::load($id) & Semesters::loadAll().
-
xamgore authored
-
PavelBegunkov authored
-
- Jun 12, 2015
-
-
xamgore 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.
-