Commit Graph

  • 77a3eec343 ActiveRecord::isPrimaryKey() made public Carsten Brandt 2013-09-24 19:02:14 +0200
  • 130b63461c redis WIP Carsten Brandt 2013-09-24 15:27:54 +0200
  • 603da3f6a1 Merge pull request #904 from yiisoft/interface-rename Carsten Brandt 2013-09-24 05:14:42 -0700
  • e19d0dacf9 Fixes #823: consistent interface naming Alexander Makarov 2013-09-24 15:45:09 +0400
  • e1061f19ac Advanced application template: Delete flash message after it was displayed Alexander Makarov 2013-09-24 12:07:41 +0400
  • 76154b9776 Fixes #901: Added $delete parameter to Session::getFlash(). Qiang Xue 2013-09-23 20:38:54 -0400
  • c05477b141 Polished up the basic discussion of template alternatives Larry Ullman 2013-09-23 17:03:15 -0400
  • 4d901acd8e Advanced application template: removed unused scenario from User model Alexander Makarov 2013-09-23 18:01:13 +0400
  • 43d392d8d2 porting the fix from https://github.com/yiisoft/yii/pull/2894 Qiang Xue 2013-09-23 07:18:42 -0400
  • 9861ed36cd Edited introduction Larry Ullman 2013-09-22 20:35:56 -0400
  • f415193cdc Fixes #898: supported different signature of MemCache::addServer(). Qiang Xue 2013-09-22 17:02:46 -0400
  • 93d5f5a3ec Fixes #897. Qiang Xue 2013-09-22 13:01:27 -0400
  • e62e84873c more API methods for redis active query: sum, avg, max, min ... Carsten Brandt 2013-09-22 16:29:56 +0200
  • 7817815dd1 added more complex queries via Lua script EVAL to redis Carsten Brandt 2013-09-22 15:43:35 +0200
  • df091b15a8 Merge pull request #895 from iJackUA/patch-1 Qiang Xue 2013-09-21 17:28:00 -0700
  • f4cbadb37b Merge pull request #896 from wicaksono/development Qiang Xue 2013-09-21 17:27:02 -0700
  • 2765bcccf8 Use str_replace() rather than implode-explode Niko Wicaksono 2013-09-22 00:49:12 +0700
  • 73cdbb37c0 Fix parenthesis typo in CRUD index template iJackUA 2013-09-21 17:20:40 +0300
  • dde7d731a5 Doing more editing... Larry Ullman 2013-09-20 20:22:51 -0400
  • 463ff43b4f test break fix. Qiang Xue 2013-09-20 16:39:22 -0400
  • ae39324e54 Support ajax redirection. Qiang Xue 2013-09-20 16:21:18 -0400
  • 3acca93ad3 Enable CSRF validation by default. Qiang Xue 2013-09-20 15:04:28 -0400
  • 41f7a7d243 Supports more elements to use data-confirm and data-method attributes. Qiang Xue 2013-09-20 14:57:41 -0400
  • 1aeb86df78 refactored Request::validateCsrfToken(). Qiang Xue 2013-09-19 08:24:06 -0400
  • 4f555a5751 Fixed CSRF validation bug. Qiang Xue 2013-09-19 08:17:07 -0400
  • f9b957554f Added Controller::enableCsrfValidation to support turning on/off CSRF validation for particular actions. Qiang Xue 2013-09-18 23:24:11 -0400
  • 0fc423c74a Added support for data-method and data-confirm. Qiang Xue 2013-09-18 23:11:55 -0400
  • 1f8ab8106d updated classmap Carsten Brandt 2013-09-19 00:21:12 +0200
  • df6176edb6 added unit test for Model::load() Carsten Brandt 2013-09-18 23:43:46 +0200
  • 128ee07b78 100% test coverage for CacheSession Carsten Brandt 2013-09-18 22:54:11 +0200
  • bd2404f1c6 added simple unit test for CacheSession Carsten Brandt 2013-09-18 22:46:43 +0200
  • b8ffee6559 moved CacheSession::init() parent call after init of cache component Carsten Brandt 2013-09-18 22:38:53 +0200
  • c2a3aa3d99 Fixes #885: removed NULLs from filtering by models. Qiang Xue 2013-09-18 16:18:47 -0400
  • bb6d0f1b47 Merge pull request #888 from sergon/patch-5 Alexander Makarov 2013-09-18 11:27:52 -0700
  • 2426ae5f7d Merge pull request #889 from sergon/patch-6 Alexander Makarov 2013-09-18 11:27:31 -0700
  • 41e2c41002 Update SiteController.php gsd 2013-09-18 22:18:12 +0600
  • 29394758ba Update passwordResetToken.php gsd 2013-09-18 22:12:47 +0600
  • 0510027446 removed viaTable from redis AR Carsten Brandt 2013-09-18 17:50:42 +0200
  • 72889128fc fixed offset and limit in redis AR Carsten Brandt 2013-09-18 17:49:56 +0200
  • 563171eba4 moved redis out of yii\db namespace Carsten Brandt 2013-09-18 17:09:40 +0200
  • d8d6d1e368 Merge branch 'master' into redis Carsten Brandt 2013-09-18 16:37:56 +0200
  • 3a347c3587 added property docs to AR test classes Carsten Brandt 2013-09-18 16:30:00 +0200
  • ef13a11f66 moved getPDOType() back to Command to avoid dependency on Schema Carsten Brandt 2013-09-18 16:29:16 +0200
  • cc09ef56b9 updated @property annotations of web\Request Carsten Brandt 2013-09-18 16:01:29 +0200
  • 0e261fba5a moved redis out of yii\db namespace Carsten Brandt 2013-09-18 16:00:55 +0200
  • 9c3a488d75 Merge pull request #883 from pmoust/travis-yaml Carsten Brandt 2013-09-18 03:48:06 -0700
  • 9836b28ed3 Fixes #884. Qiang Xue 2013-09-18 00:35:31 -0400
  • 2deff126cf Supports sending CSRF token via HTTP header. Qiang Xue 2013-09-17 21:43:03 -0400
  • 2db91187db Use .prop() instead .attr(). Qiang Xue 2013-09-17 21:02:48 -0400
  • 1aa836ffc7 use meta tags to pass CSRF token. Qiang Xue 2013-09-17 21:00:19 -0400
  • 315af43e84 Merge branch 'hotfix/travis-memcached' into develop Panagiotis Moustafellos 2013-09-17 20:22:38 +0300
  • f38c516ac5 Added memcached service in Travis YAML Panagiotis Moustafellos 2013-09-17 20:20:18 +0300
  • 240b42aa0c fixed typo Alexander Makarov 2013-09-17 20:48:20 +0400
  • 43d15155c6 cleanup db `use` statements Carsten Brandt 2013-09-17 10:01:01 +0200
  • dd59dd1db7 doc fix. Qiang Xue 2013-09-16 22:13:32 -0400
  • bc9a6f3e16 Better strtr arguments format Alexander Makarov 2013-09-16 23:20:17 +0400
  • ad479dd7f6 Modified js registration position. Qiang Xue 2013-09-15 18:57:11 -0400
  • 51c29e444d renamed Request::csrfTokenName to csrfVar. added version, csrfVar and csrfToken to yii js module. Qiang Xue 2013-09-15 18:54:26 -0400
  • f5778b6bf0 Advanced application enhancements. Alexander Makarov 2013-09-16 02:46:29 +0400
  • 325f83f66b Basic application enhancements. Alexander Makarov 2013-09-16 02:41:19 +0400
  • f34d7064ea Better phpdoc for AccessControl Alexander Makarov 2013-09-16 02:08:29 +0400
  • a8d21805f5 Security::generateRandomKey enhancements: Alexander Makarov 2013-09-16 01:49:54 +0400
  • 0284bc4a45 Fixes #875: Security::generateRandomKey() can now be safely used in URLs Alexander Makarov 2013-09-15 16:34:19 +0400
  • 4a9efc9e75 Corrected schema used for MySQL Alexander Makarov 2013-09-15 15:18:38 +0400
  • 523a63f576 Added TYPE_BIGPK to Schema Alexander Makarov 2013-09-15 15:08:43 +0400
  • a2b4ef0f82 Fixes #876. Qiang Xue 2013-09-14 08:35:37 -0400
  • 0a5b1a935e simplified memcache installation on travis Carsten Brandt 2013-09-14 12:57:45 +0200
  • a1af321d38 fixed typo in apc install script Carsten Brandt 2013-09-14 12:56:10 +0200
  • 34ebe65cf5 added apc,redis and memcache(d) to travis Carsten Brandt 2013-09-14 12:50:16 +0200
  • 949dda5fdb tagged tests with @group tags Carsten Brandt 2013-09-14 12:49:47 +0200
  • 41bd9ab7a8 added memcache and apc to travis Carsten Brandt 2013-09-14 12:23:06 +0200
  • f6f2522ad6 added travis README from yii 1.1 Carsten Brandt 2013-09-14 12:12:20 +0200
  • 69a38d1895 added cubrid_pdo to travis Carsten Brandt 2013-09-14 12:07:04 +0200
  • 281e602850 added pecl install pdo_cubrid to travis.yml Carsten Brandt 2013-09-14 11:53:46 +0200
  • 1179cb2a1c made travis phpunit verbose to see why cubrid tests are skipped Carsten Brandt 2013-09-14 11:41:23 +0200
  • eb5bf2dabe added cubrid dbms to travis-ci Carsten Brandt 2013-09-14 11:33:07 +0200
  • d3740932a4 fixed broken cubrid tests Carsten Brandt 2013-09-14 11:12:48 +0200
  • 30907b6134 Fixes #826: cleaned up User::getReturnUrl(). Qiang Xue 2013-09-13 20:54:16 -0400
  • 6c6cb3cd90 Fixes #853: Added composite FK support for SQLite. Qiang Xue 2013-09-13 20:41:40 -0400
  • 02fd82c42a Fixed build break. Qiang Xue 2013-09-13 20:19:50 -0400
  • 6fe152da7e Reverted 0bf2dad: it's very common to use lower case for column types and upper case for other DB keywords. Qiang Xue 2013-09-13 20:13:46 -0400
  • 6015312548 code style Carsten Brandt 2013-09-13 17:55:01 +0200
  • 0bf2daddd5 changed querybuilder typemap to lower case Carsten Brandt 2013-09-13 17:49:29 +0200
  • 3e5491e089 changed cubrid table and column name quoting Carsten Brandt 2013-09-13 17:45:55 +0200
  • b05442d368 Doing that editing thing Larry Ullman 2013-09-13 11:23:56 -0400
  • 4e2db366fc Merge pull request #866 from bwoester/more-request-method-checks Alexander Makarov 2013-09-13 04:31:29 -0700
  • 91b6e2945a Removed the support for calling anonymous function returned as a property value. Qiang Xue 2013-09-12 20:10:06 -0400
  • a2b946e4d3 Zend Data Cache returns null when record doesn't exist (reverted from commit 590121c4ff) Alexander Makarov 2013-09-13 00:49:06 +0400
  • 887a9aa66a Merge pull request #868 from ninbopa/doc Qiang Xue 2013-09-11 11:51:31 -0700
  • 62f5b47f1d Update single row query function ninbopa 2013-09-11 20:59:25 +0300
  • 84dd19d76f Fixed the issue that Object/Component doesn't support using anonymous function as normal property values. Qiang Xue 2013-09-11 13:42:34 -0400
  • c6f4dac249 Refactored AR code. Qiang Xue 2013-09-11 13:41:47 -0400
  • 64d57b397a add checks for HEAD request Benjamin Wöster 2013-09-10 14:33:50 +0200
  • d02e7d4004 add checks for GET and OPTIONS requests Benjamin Wöster 2013-09-10 14:27:22 +0200
  • 7303bae382 Fixed foreign key generation bug for pgsql. Qiang Xue 2013-09-10 08:24:14 -0400
  • 2e01c06a4b Fixes #865. Qiang Xue 2013-09-10 08:15:46 -0400
  • 590121c4ff Zend Data Cache returns null when record doesn't exist Alexander Makarov 2013-09-10 14:42:22 +0400
  • 4cbdd7a6dd crud WIP Qiang Xue 2013-09-09 23:36:44 -0400
  • db212f0586 Added $label parameter to ActiveField::label(). Qiang Xue 2013-09-09 22:49:01 -0400
  • e9a5b92dd9 Added StringHelper::dirname() Qiang Xue 2013-09-09 21:59:50 -0400