- 30 Jun, 2014 1 commit
-
-
Alexander Makarov authored
Fixes #4114: Added Security::generateRandomHexKey(), used it for various tokens and default key generation
-
- 29 Jun, 2014 4 commits
-
-
Paul Klimov authored
-
Alexander Makarov authored
-
Carsten Brandt authored
fixes #4086
-
Qiang Xue authored
-
- 28 Jun, 2014 3 commits
-
-
Alexander Makarov authored
- Data is now stored in three separate files for items, assignments and rules. File format is simpler. - Removed `authFile`. Added `itemsFile`, `assignmentsFile` and `rulesFile`. - `createdAt` and `updatedAt` are now properly filled with corresponding file modification time. - `save()` and `load()` are now protected instead of public. - Added unit test for saving and loading data.
-
Qiang Xue authored
-
Qiang Xue authored
-
- 27 Jun, 2014 9 commits
-
-
Paul Klimov authored
-
Paul Klimov authored
-
Paul Klimov authored
-
Paul Klimov authored
-
Paul Klimov authored
-
Klimov Paul authored
-
Klimov Paul authored
-
Carsten Brandt authored
fixes issue #3989
-
resurtm authored
1. Added proper handling and support of the symlinked directories. 2. Added $options parameter.
-
- 26 Jun, 2014 4 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer`
-
Qiang Xue authored
Fixes #3568: When the primary query sets `asArray`, it is not respected by the `via` relational query
-
Carsten Brandt authored
-
- 25 Jun, 2014 7 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
issue #746
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #422
-
Carsten Brandt authored
fixed some issues with schema detection
-
- 24 Jun, 2014 5 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
fixes #3233
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 23 Jun, 2014 1 commit
-
-
Alexander Makarov authored
-
- 21 Jun, 2014 2 commits
-
-
Alexander Makarov authored
-
njasm authored
-
- 20 Jun, 2014 2 commits
-
-
Alexander Makarov authored
-
njasm authored
-
- 19 Jun, 2014 1 commit
-
-
Alexander Makarov authored
- Added protected `\yii\Inflector::transliterate()` that could be replaced with custom translit implementation. - Added proper tests for both intl-based slug and PHP fallback. - Removed character maps for non-latin languages. - Improved overall slug results. - Added note about the fact that intl is required for non-latin languages to requirements checker.
-
- 18 Jun, 2014 1 commit
-
-
Alexander Makarov authored
-