Skip to content
Snippets Groups Projects
  1. Jun 28, 2015
  2. Jun 27, 2015
  3. Jun 26, 2015
  4. Jun 24, 2015
  5. Jun 23, 2015
  6. Jun 20, 2015
  7. Jun 19, 2015
  8. Jun 16, 2015
  9. Jun 15, 2015
  10. Jun 14, 2015
  11. Jun 13, 2015
  12. Jun 12, 2015
  13. Jun 11, 2015
  14. Jun 10, 2015
    • xamgore's avatar
      Settled the project's destiny, moar refactoring · 7b7fed79
      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)
      7b7fed79
    • xamgore's avatar
      Renamed listOutput to listStudent · 0b645dc7
      xamgore authored
      + Code refactoring in the AdmStudent controller
      0b645dc7
    • xamgore's avatar
      cfd3f3bd
    • xamgore's avatar
      Controllers refactoring, code style · b2f7a5f8
      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/
      b2f7a5f8