1. 22 Sep, 2013 1 commit
  2. 21 Sep, 2013 2 commits
  3. 20 Sep, 2013 4 commits
  4. 19 Sep, 2013 4 commits
  5. 18 Sep, 2013 19 commits
  6. 17 Sep, 2013 5 commits
  7. 16 Sep, 2013 1 commit
  8. 15 Sep, 2013 4 commits
    • Modified js registration position. · ad479dd7
      Qiang Xue authored
    • renamed Request::csrfTokenName to csrfVar. · 51c29e44
      Qiang Xue authored
      added version, csrfVar and csrfToken to yii js module.
    • Advanced application enhancements. · f5778b6b
      Alexander Makarov authored
      - Turned on CSRF validation by default.
      - Added access control for login, signup and logout for frontend application.
      - Added access control for login, logout and index for backend application.
      - YII_ENV is now defined for all applications.
      - No trace is writted to logs if debug is turned off.
      - Added default error view for frontend and backend.
      - In frontend application captcha will always ask for "testme" if YII_ENV is defined as "test".
    • Basic application enhancements. · 325f83f6
      Alexander Makarov authored
      - Turned on CSRF validation by default.
      - Application params are now readed before config is defined to be able to use values from params when configuring.
      - Added access control for login and logout.