Commit Graph

88 Commits

Author SHA1 Message Date
Tobias Munk
d32b3a0e8f updated docs and hints 2014-02-26 00:38:23 +01:00
Tobias Munk
9ad28d9088 added safe validator for keywords 2014-02-26 00:37:26 +01:00
Tobias Munk
be54f24b47 updated defaults, UI, validation and templates 2014-02-25 01:11:42 +01:00
Tobias Munk
01d444f6da Merge commit 'fcac7f64b37c6a8d4ead9816b2580f50580c540d' into feature/gii-extension-generator 2014-02-24 18:34:07 +01:00
Tobias Munk
4192c72256 minor docs update (still WIP) 2014-02-24 18:33:50 +01:00
Qiang Xue
976532c131 fixed typo 2014-02-24 07:12:33 -05:00
Qiang Xue
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
Tobias Munk
87e09805f1 Merge branch 'master' into feature/gii-extension-generator 2014-02-23 01:22:34 +01:00
Qiang Xue
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
Alexander Makarov
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
Carsten Brandt
5ee50a8454 Merge pull request #2497 from yiisoft/merge-query-and-relation2
WIP merge ActiveRelation into ActiveQuery
2014-02-21 19:00:45 +01:00
Thiago Talma
ba9f5d6521 Allow add a condition telling the table to avoid ambiguity error. 2014-02-20 17:20:10 -03:00
Carsten Brandt
b7fddd8dd6 Added LinkPager::$linkOptions
fixes #2367
2014-02-20 19:14:46 +01:00
Alexander Makarov
6a1816a94e Allow using string for URL in case there are no parameters 2014-02-20 20:45:16 +04:00
Alexander Makarov
43c17d99cc Fixes #2426: Changed URL creation method signatures to be consistent 2014-02-20 20:10:33 +04:00
Carsten Brandt
098567ce16 fixed phpdoc errors and updated properties 2014-02-20 13:42:30 +01:00
Carsten Brandt
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
Johnny Theill
276883b890 Use 'Yii::$app->request->post()' instead of $_POST 2014-02-17 03:29:48 +01:00
Tobias Munk
097ee6f874 first draft of the extension generator 2014-02-13 04:06:42 +01:00
Alexander Makarov
4a201c7ad5 Removed unused variables 2014-02-07 13:39:35 +04:00
Alexander Makarov
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
Alexander Makarov
a78ff145b8 Removed unused variable 2014-02-06 00:44:53 +04:00
Antonio Ramirez
333630ae3a fix formatting 2014-02-05 17:35:30 +01:00
Antonio Ramirez
b659d8736c fix formatting 2014-02-05 17:33:18 +01:00
Antonio Ramirez
b98d116ae0 refactored to add function on gii.js 2014-02-05 17:30:03 +01:00
Alexander Makarov
e51eae1951 Changelog for #2327 2014-02-05 20:29:06 +04:00
Thiago Talma
7ddb6e8d6e Spaces added 2014-02-05 14:20:22 -02:00
Antonio Ramirez
65c740e91f remove tabs for spaces in js 2014-02-05 17:06:37 +01:00
Antonio Ramirez
5e9d3a8f80 fix js formatting 2014-02-05 17:03:19 +01:00
Antonio Ramirez
ca7723e871 update CHANGELOG.md to its correspondent location 2014-02-05 16:48:36 +01:00
Antonio Ramirez
8135e1adf9 update typeahead plugin initialization js code 2014-02-05 14:38:22 +01:00
Antonio Ramirez
0960664f26 update typeahead.js to latest version 2014-02-05 14:36:09 +01:00
Thiago Talma
dbe18d7b66 Improvements in view of changed files in Gii 2014-02-05 11:07:30 -02:00
Qiang Xue
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
Alexander Makarov
22fa0d7c90 Added missing phpdoc for gii classes 2014-02-01 04:55:03 +04:00
Alexander Makarov
2926a5e16f Removed unused variable 2014-02-01 01:15:00 +04:00
Qiang Xue
505cb7d622 added missing use statement. 2014-01-27 18:21:55 -05:00
Carsten Brandt
21ae27b306 updated phpdoc properties 2014-01-28 00:11:18 +01:00
Alexander Makarov
5eadeec8d4 Added missing class header, used HEREDOC instead of echo 2014-01-27 17:47:50 +04:00
Alexander Makarov
d4dd55482d changelog 2014-01-27 06:15:32 +04:00
Alexander Makarov
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
Qiang Xue
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
Thiago Talma
d92a23536c Ensure that the table prefix is used when generating the class name. 2014-01-23 18:03:30 -02:00
Daniel Schmidt
f24454a458 Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files 2014-01-21 17:11:28 -08:00
Thiago Talma
e299b78a2c Best way to get the labels to search, the existing model. 2014-01-21 18:01:35 -02:00
Carsten Brandt
e7e6bee928 replaced usages of $_GET with Request::queryParams 2014-01-21 15:13:51 +01:00
Carsten Brandt
c5022203de fixed issue with null value in CRUD controller findModel() 2014-01-16 08:39:13 +01:00
Qiang Xue
ec0e348a88 Fixes #1897: Make gii diff markup copy paste friendly 2014-01-13 22:21:33 -05:00
Carsten Brandt
1020203be2 changed gii files code style and CHANGELOG for #1818 2014-01-11 21:14:05 +01:00
Carsten Brandt
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