Commit Graph

1105 Commits

Author SHA1 Message Date
Alexander Makarov
11cded9b7c Fixed Sphinx schema 2014-05-07 22:02:47 +04:00
Alexander Makarov
5cb243025a Merge branch 'master' 2014-05-07 04:04:49 +04:00
Alexander Makarov
b1d94e5c95 Removed unnecessary instance check, fixed Sphinx schema 2014-05-07 04:04:44 +04:00
Alexander Makarov
edc92a86df Added missing changelog line for mongodb fix 2014-05-07 03:11:34 +04:00
Alexander Makarov
3af22ece0a Fixed mongodb to use non-deprecated method of determining if there's an active connection 2014-05-07 01:19:54 +04:00
Carsten Brandt
676b366928 adjusted elasticsearch extension to version 1.0 of ES
breaking changes.
2014-05-06 18:14:32 +02:00
Carsten Brandt
76b3d89d83 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (43 commits)
  `BaseActiveRecord::findAll()` comment fix
  Fixes #2913: RBAC `DbManager` is now initialized via migration
  [NL] Removed app.php
  [NL] brought translations up to date
  Fix for comparing numeric attributes in JavaScript
  Better Gii caption english
  Fix for comparing numeric attributes in JavaScript
  HHVM compatibility Fixes for Yii 2 Console Application
  Rough creation of a doc style guide
  typo
  Finished Edits
  Edited up to Active Record
  renamed chapter to section [skip ci]
  Catalan translation
  Edited up through "I18N"
  Cleaned Up
  updated guide toc [skip ci]
  Update concept-behaviors.md
  Fixed wrong links [skip ci]
  Fixed document for multisort in BaseArrayHelper
  ...
2014-05-06 16:00:45 +02:00
Carsten Brandt
c3fe4aa0fd @inheritdoc from interfaces and params 2014-05-06 15:59:52 +02:00
Kartik Visweswaran
cb4638883b Better Gii caption english 2014-05-06 12:50:26 +05:30
Qiang Xue
1bcf3b8427 Fixed wrong links [skip ci] 2014-05-05 08:12:21 -04:00
Alexander Makarov
7f6fc39861 Fixes #1799: Added form_begin, form_end to twig extension 2014-05-05 01:13:44 +04:00
Alexander Makarov
539b74d172 Added note about disabling cache to twig extension readme 2014-05-05 01:13:44 +04:00
Alexander Makarov
5196ba372f Replaces tabs to spaces in example code 2014-05-05 01:13:44 +04:00
tsvetann
f8fefb009f Update Generator.php
To comply with the docs RE namespace usage:
https://github.com/yiisoft/yii2/blob/master/docs/guide/extend-creating-extensions.md
2014-05-04 21:11:16 +02:00
Aoseala
f9370204d8 Fixes example code symbol errors 2014-05-04 23:11:10 +08:00
Alexander Makarov
150eb6b855 Fixes #2018: Adjusted changelog 2014-05-04 18:16:14 +04:00
Alexander Makarov
82dcbfffa1 Merge branch '2018-fix-gii-crud' of github.com:johonunu/yii2 into johonunu-2018-fix-gii-crud 2014-05-04 18:01:48 +04:00
Carsten Brandt
39a2e1efd7 adjusted guide renderer to new guide structure 2014-05-04 07:04:43 +02:00
johonunu
c63edd3181 Reformating code. Removed \t signs, using spaces. Edited Changelog. 2014-05-01 10:08:11 +02:00
johonunu
6f9aee90ea Search model not required anymore in crud generator 2014-05-01 00:15:36 +02:00
Carsten Brandt
6c4046da49 defer loading of search index in api doc
fixes #3289
2014-04-30 23:18:36 +02:00
Carsten Brandt
cb8100d76f improved apidoc property detection
do not allow empty property name
fixes #3297
2014-04-30 22:04:22 +02:00
suralc
1ad5c4c3fe Only valid php classes should pass validation 2014-04-29 20:28:57 +02:00
suralc
14e4e836e2 Fixed regex-escaping in crudgenerator 2014-04-29 15:26:13 +02:00
suralc
eac0922f13 Update CHANGELOG.md 2014-04-29 15:01:52 +02:00
suralc
4230f7664d Fix #3265
Adding a new additional validation rule in the gii-crud generator enforcing the expected format.
2014-04-29 14:58:57 +02:00
Michael Härtl
9d384668c5 Remove empty ActiveField errors and fix bootstrap templates 2014-04-29 09:11:41 +02:00
Carsten Brandt
23866f67a0 improved usability for the apidoc search 2014-04-26 14:30:31 +02:00
Carsten Brandt
c27ac8ef0e updated phpdoc 2014-04-26 03:39:46 +02:00
Carsten Brandt
3838b501ba refactored Debug Mail panel to work with different vendors
implementation checks for instanceof for additional swiftmailer
capabilities.

issue #2870
2014-04-25 21:04:39 +02:00
Carsten Brandt
0a86091984 use mb_ string functions to truncate description 2014-04-25 05:06:13 +02:00
Carsten Brandt
97e13d82e7 renamed jssearch 2014-04-25 04:41:07 +02:00
Carsten Brandt
5f77cb97c5 added search form to api docs 2014-04-25 04:06:07 +02:00
Alexander Makarov
8c79c4f08b Fixed typo 2014-04-24 19:49:24 +04:00
Qiang Xue
3e3e443544 Refactored the fix for #3222. 2014-04-23 19:36:56 -04:00
horizons2
b68f5b617f removed unused code
removed unused code $patterns
2014-04-23 16:16:41 +02:00
horizons2
8ff55d1a28 correct typo
useTablePefix => useTablePrefix
2014-04-23 15:57:22 +02:00
horizons2
1d9e6b6f8b use tableprefix on gii model generator
use tableprefix on gii model generator
2014-04-23 15:41:25 +02:00
Sorokin Victor
d8652a52ee Update AutoloadExample.php
typo fix
2014-04-23 14:23:07 +03:00
Carsten Brandt
fe14f0c5e3 fixed all the PHPdoc in extensions 2014-04-23 03:25:11 +02:00
Qiang Xue
30afb5145e Merge branch 'master' of git://github.com/yiisoft/yii2 2014-04-22 12:43:01 -04:00
Qiang Xue
b55ce76479 Fixes #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration 2014-04-22 12:42:51 -04:00
Carsten Brandt
4466df7d4c install bootstrap 3.1 by default but allow 3.0.x 2014-04-22 17:55:38 +02:00
Qiang Xue
480114e820 Fixes #3036: Upgraded Twitter Bootstrap to 3.1.x 2014-04-22 11:40:40 -04:00
Luciano Baraglia
24e0bfcfed Gii missing space in crud update template [skip ci] 2014-04-19 04:26:52 -03:00
Alexander Makarov
20e4abeac1 Added changelog for #3175 that fixes #2925 2014-04-19 02:05:28 +04:00
Qiang Xue
707e4e810e fixed typo. [skip ci] 2014-04-17 23:33:13 -04:00
Qiang Xue
520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 2014-04-17 20:42:50 -04:00
Carsten Brandt
f210ec825c Merge pull request #3134 from joaorjose/dev
Typecast model Id so that urls don't break when using MongoDB object Id'...
2014-04-17 16:25:04 +02:00
João José
831be93868 Typecast model id only if using mongodb AR class 2014-04-17 15:07:28 +01:00