1. 26 May, 2013 4 commits
  2. 25 May, 2013 1 commit
    • Next iteration on console commands · 89ea3fef
      Carsten Brandt authored
      issue #33
      - implemted getScreenSize for linux systems
      - tiny adjustments and better naming for console color methods
      - color switch in base Controller changed to magic property
      - colorized Help command
  3. 24 May, 2013 1 commit
    • Tests cleanup · 7cd9123c
      Alexander Makarov authored
      - Better names
      - Removed not used MySQLTestCase
      - Moved base testcase for DB to db namespace
      - Minor style fixes
  4. 23 May, 2013 2 commits
  5. 22 May, 2013 9 commits
  6. 21 May, 2013 2 commits
  7. 20 May, 2013 1 commit
  8. 18 May, 2013 4 commits
  9. 17 May, 2013 3 commits
  10. 16 May, 2013 12 commits
  11. 15 May, 2013 1 commit
    • refactored web/Response::sendFile() · a2c6d221
      Carsten Brandt authored
      - better throw http exception on not satisfiable range request
      - constitent header names
      - fixed range end when range request is to the end
      - added unit test
      
      related to #275, fixes #148