81 Commits

Author SHA1 Message Date
976532c131 fixed typo 2014-02-24 07:12:33 -05:00
73a15c2bbf Merge pull request #2504 from thiagotalma/master
Allow add a condition telling the table to avoid ambiguity error.
2014-02-23 18:15:45 -05:00
50308d8788 Fixes #2491: Added support for using the same base class name of search model and data model in Gii [skip ci] 2014-02-22 15:01:18 -05:00
d8d44b6127 Merge pull request #2501 from yiisoft/unify-urls
Fixes #2426: Changed URL creation method signatures to be consistent
2014-02-21 23:53:15 +03:00
5ee50a8454 Merge pull request #2497 from yiisoft/merge-query-and-relation2
WIP merge ActiveRelation into ActiveQuery
2014-02-21 19:00:45 +01:00
ba9f5d6521 Allow add a condition telling the table to avoid ambiguity error. 2014-02-20 17:20:10 -03:00
b7fddd8dd6 Added LinkPager::$linkOptions
fixes #2367
2014-02-20 19:14:46 +01:00
6a1816a94e Allow using string for URL in case there are no parameters 2014-02-20 20:45:16 +04:00
43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 2014-02-20 20:10:33 +04:00
098567ce16 fixed phpdoc errors and updated properties 2014-02-20 13:42:30 +01:00
1708a36d95 WIP merge ActiveRelation into ActiveQuery
allow extending only one class to add scopes, fixes #2146

TODO:

- [ ] adjust guide docs
- [ ] adjust README files of extensions
- [ ] finish work and fix test breaks
2014-02-20 05:53:36 +01:00
276883b890 Use 'Yii::$app->request->post()' instead of $_POST 2014-02-17 03:29:48 +01:00
4a201c7ad5 Removed unused variables 2014-02-07 13:39:35 +04:00
69f0e5bef5 Merge pull request #2329 from tonydspaniard/1094-modal-generator-autocomplete-fix
1904 modal generator autocomplete fix
2014-02-06 13:40:53 +03:00
a78ff145b8 Removed unused variable 2014-02-06 00:44:53 +04:00
333630ae3a fix formatting 2014-02-05 17:35:30 +01:00
b659d8736c fix formatting 2014-02-05 17:33:18 +01:00
b98d116ae0 refactored to add function on gii.js 2014-02-05 17:30:03 +01:00
e51eae1951 Changelog for #2327 2014-02-05 20:29:06 +04:00
7ddb6e8d6e Spaces added 2014-02-05 14:20:22 -02:00
65c740e91f remove tabs for spaces in js 2014-02-05 17:06:37 +01:00
5e9d3a8f80 fix js formatting 2014-02-05 17:03:19 +01:00
ca7723e871 update CHANGELOG.md to its correspondent location 2014-02-05 16:48:36 +01:00
8135e1adf9 update typeahead plugin initialization js code 2014-02-05 14:38:22 +01:00
0960664f26 update typeahead.js to latest version 2014-02-05 14:36:09 +01:00
dbe18d7b66 Improvements in view of changed files in Gii 2014-02-05 11:07:30 -02:00
bb2256a723 Fixes #2298: Fixed the bug that Gii controller generator did not allow digit in the controller ID (qiangxue) 2014-02-04 08:30:27 -05:00
22fa0d7c90 Added missing phpdoc for gii classes 2014-02-01 04:55:03 +04:00
2926a5e16f Removed unused variable 2014-02-01 01:15:00 +04:00
505cb7d622 added missing use statement. 2014-01-27 18:21:55 -05:00
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
5eadeec8d4 Added missing class header, used HEREDOC instead of echo 2014-01-27 17:47:50 +04:00
d4dd55482d changelog 2014-01-27 06:15:32 +04:00
a37b35a4e1 Fixes #1897
- Gii diff markup is now copy paste friendly
- Removed StringHelper::diff()
- Moved phpspec/php-diff dependency from yiisoft/yii2 to yiisoft/yii2-gii
2014-01-27 06:13:13 +04:00
150d71368b Merge branch 'request-params-refactoring' of github.com:cebe/yii2 into cebe-request-params-refactoring
Conflicts:
	framework/CHANGELOG.md
2014-01-26 17:41:14 -05:00
d92a23536c Ensure that the table prefix is used when generating the class name. 2014-01-23 18:03:30 -02:00
f24454a458 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 2014-01-21 17:11:28 -08:00
e299b78a2c Best way to get the labels to search, the existing model. 2014-01-21 18:01:35 -02:00
e7e6bee928 replaced usages of $_GET with Request::queryParams 2014-01-21 15:13:51 +01:00
c5022203de fixed issue with null value in CRUD controller findModel() 2014-01-16 08:39:13 +01:00
ec0e348a88 Fixes #1897: Make gii diff markup copy paste friendly 2014-01-13 22:21:33 -05:00
1020203be2 changed gii files code style and CHANGELOG for #1818 2014-01-11 21:14:05 +01:00
5306b0217c Merge PR #1914 branch '1818-gii-excess-forms' of https://github.com/johonunu/yii2
* '1818-gii-excess-forms' of https://github.com/johonunu/yii2:
  using camelcase
  changed vars
  Gii excess forms. Fixes #1818
2014-01-11 21:10:36 +01:00
7baf261f94 Fix phpdoc generation in gii model generator. 2014-01-11 12:24:23 +04:00
da9d544c54 psr-4 change. 2014-01-10 21:06:25 -05:00
41685a2409 moved extensions under yii. 2013-12-09 23:51:49 -05:00
51592f179f Fixed wrong refactoring of helpers 2013-12-04 14:31:10 +01:00
26767735dc Renamed byte methods, moved path methods back to StringHelper 2013-12-04 14:26:47 +01:00
5f2a612c78 Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods 2013-12-04 09:48:01 +01:00
f473abe17f Fixes #1405: fixed disambiguation of relation names generated by gii. 2013-12-02 21:00:58 -05:00