- Jun 28, 2015
- Jun 27, 2015
-
-
PavelBegunkov authored
-
- Jun 26, 2015
-
-
PavelBegunkov authored
-
xamgore authored
-
- Jun 24, 2015
-
-
xamgore authored
-
xamgore authored
-
RomanSteinberg authored
-
- Jun 23, 2015
-
-
xamgore authored
-
- Jun 20, 2015
-
-
Victoria authored
-
- Jun 19, 2015
- Jun 16, 2015
-
-
xamgore authored
-
- Jun 15, 2015
-
-
PavelBegunkov authored
1) exam page: hide hidden div with ( json data ) 2) update session info on profile/settings changes (User.php) 3) fix profile page model ( Model_Teacher ) 4) fix change discipline's control type ( sql ) 5) fix sql response in bind group ( repeated binding problem )
-
xamgore authored
Default faculty was not defined by default.
-
PavelBegunkov authored
-
PavelBegunkov authored
-
PavelBegunkov authored
-
xamgore authored
-
xamgore authored
-
- Jun 14, 2015
-
-
xamgore authored
-
xamgore authored
Russian constants are moved to twig & RusLang modules. Functions were renamed to Semesters::load($id) & Semesters::loadAll().
-
xamgore authored
-
PavelBegunkov authored
-
- Jun 13, 2015
- Jun 12, 2015
- Jun 11, 2015
- Jun 10, 2015
-
-
xamgore authored
* Model User has constants to check access for pages * Some routes are moved to separate files (app/routes/api) * New abstract model Container for complex objects like Discipline & Student (with -> access operator) * New DeanOffice controller with access checks * New SQL procedure to get info about students * Profile page for students (/dean_office/students/127)
-
xamgore authored
+ Code refactoring in the AdmStudent controller
-
xamgore authored
-
xamgore authored
* Controller_UserEnvironment is an abstract class, which defines $twig variable, and calls $twig->render in the after() method. * $twig contains $twig->User variable by default. * As I have read, it's totally recommended not to use $twig->Variables, so I defined $twig->set([params]) syntax * Twig supports "fluent interface", so use $twig->set(...)->set_filename(); * Divided DeanOffice/Credits.php & moved part to Handler/
-