Skip to content
Snippets Groups Projects
  1. Aug 18, 2018
  2. Aug 11, 2018
    • Anton Bagliy's avatar
      ADD: undo and redo in rating table #21 · 0e698750
      Anton Bagliy authored and Anton Bagliy's avatar Anton Bagliy committed
      ADD: почти работающий Ctrl-Z в таблице баллов #21
      
      FIX: Запрет стандартной обработки Ctrl+Z, работающая отмена действий в таблице баллов семестра #21
      
      ADD: отмена изменения флагов неявки и автомата в таблице баллов #21
      
      ADD: Karma jasmine test runner;
      
      ADD: Undo/redo history initial commit #21
      
      REFACTOR: ActionHistory for editing rates #21;
      
      CHG: turn off Ctrl+Z on exam options temporarily #21
      0e698750
  3. Aug 04, 2018
  4. Jul 22, 2018
  5. Dec 17, 2017
  6. Dec 09, 2017
  7. Oct 12, 2017
  8. Sep 09, 2017
  9. Nov 14, 2016
  10. Nov 12, 2016
  11. Sep 30, 2016
  12. Sep 29, 2016
  13. Sep 25, 2016
  14. Aug 31, 2016
  15. Aug 12, 2016
  16. Aug 07, 2016
  17. Jul 31, 2016
  18. Jul 26, 2016
  19. Jul 13, 2016
  20. Jul 08, 2016
    • xamgore's avatar
      Fix NaNs problem #110 · 475e5bcd
      xamgore authored
      The problem was in precedence of ternary operator and + sign.
      
      Merge branch 'fix-nan'
      475e5bcd
  21. Jul 02, 2016
    • xamgore's avatar
      Improve doc-comment message · 66222334
      xamgore authored
      66222334
    • xamgore's avatar
      Refactor discipline/structure page · 4e0fd321
      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
      4e0fd321
  22. May 18, 2016
    • PavelBegunkov's avatar
      fixes, refactoring & bug tramping (see description below) · e335c2d7
      PavelBegunkov authored
      - sql refactoring
      - fix incorrect function's Сase (handler/map.php)
      - fix group attaching (incorrect attaching/deattaching)
      - fix incorrect sql function usage (see InternalIsMapCreated in ChangeDisciplineControl)
      - fix grades without degree (sp CreateGrade), (+sql fixes file)
      - add error handling for module name changing
      - remove redundant console.log
      - fix lost extra rates (student index page)
      - improper exam rate (student index page)
      e335c2d7
    • xamgore's avatar
      Fix #46 identifiers collision for modules & submodules · 63917d5a
      xamgore authored
      Just moved id attributes to data-id.
      Don't think it was such a critical issue as I thought before.
      63917d5a
  23. May 11, 2016
    • xamgore's avatar
      Refactor `discipline/structure` page · 4560b38e
      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
      4560b38e
  24. May 06, 2016