Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
33b760ec
Commit
33b760ec
authored
Nov 04, 2014
by
munawer
Committed by
Alexander Makarov
Nov 04, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci skip] Guide typos fixed
parent
ee3fa07f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
CHANGELOG.md
extensions/jui/CHANGELOG.md
+2
-2
README.md
extensions/redis/README.md
+2
-2
CHANGELOG.md
extensions/smarty/CHANGELOG.md
+1
-1
Security.php
framework/base/Security.php
+1
-1
FixtureController.php
framework/console/controllers/FixtureController.php
+1
-1
No files found.
extensions/jui/CHANGELOG.md
View file @
33b760ec
...
...
@@ -17,7 +17,7 @@ Yii Framework 2 jui extension Change Log
---------------------------
-
Chg #1551: Jui datepicker has a new property
`$dateFormat`
which is used to set the clientOption
`dateFormat`
.
The new property does not use the datepicker formatting synax anymore but uses the same as the
`yii\i18n\Formatter`
The new property does not use the datepicker formatting syn
t
ax anymore but uses the same as the
`yii\i18n\Formatter`
class which is the ICU syntax for date formatting, you have to adjust all your DatePicker widgets to use
the new property instead of setting the dateFormat in the clientOptions (cebe)
...
...
@@ -27,7 +27,7 @@ Yii Framework 2 jui extension Change Log
-
Bug #1550: fixed the issue that JUI input widgets did not property input IDs. (qiangxue)
-
Bug #2514: Jui sortable clientEvents were not working because of wrong naming assumptions. (cebe)
-
Enh #2573: Jui datepicker now uses the current appli
ac
tion language by default. (andy5)
-
Enh #2573: Jui datepicker now uses the current appli
ca
tion language by default. (andy5)
2.
0.0-alpha, December 1, 2013
-----------------------------
...
...
extensions/redis/README.md
View file @
33b760ec
...
...
@@ -2,7 +2,7 @@ Redis Cache, Session and ActiveRecord for Yii 2
===============================================
This extension provides the
[
redis
](
http://redis.io/
)
key-value store support for the Yii2 framework.
It includes a
`Cache`
and
`Session`
storage handler and implents the
`ActiveRecord`
pattern that allows
It includes a
`Cache`
and
`Session`
storage handler and imple
me
nts the
`ActiveRecord`
pattern that allows
you to store active records in redis.
To use this extension, you have to configure the Connection class in your application configuration:
...
...
@@ -87,7 +87,7 @@ return [
Using the Session component
---------------------------
To use the
`Session`
component, in add
t
ition to configuring the connection as described above,
To use the
`Session`
component, in addition to configuring the connection as described above,
you also have to configure the
`session`
component to be
`yii\redis\Session`
:
```
php
...
...
extensions/smarty/CHANGELOG.md
View file @
33b760ec
...
...
@@ -19,7 +19,7 @@ Yii Framework 2 smarty extension Change Log
-
Enh #4619 (samdark, hwmaier)
-
New functions:
-
`url`
generates absolute URL.
-
`set`
allows setting commonly used view paramters:
`title`
,
`theme`
and
`layout`
.
-
`set`
allows setting commonly used view param
e
ters:
`title`
,
`theme`
and
`layout`
.
-
`meta`
registers meta tag.
-
`registerJsFile`
registers JavaScript file.
-
`registerCssFile`
registers CSS file.
...
...
framework/base/Security.php
View file @
33b760ec
...
...
@@ -85,7 +85,7 @@ class Security extends Component
* The encrypted data includes a keyed message authentication code (MAC) so there is no need
* to hash input or output data.
* > Note: Avoid encrypting with passwords wherever possible. Nothing can protect against
* poor-quality or comprom
o
sed passwords.
* poor-quality or comprom
i
sed passwords.
* @param string $data the data to encrypt
* @param string $password the password to use for encryption
* @return string the encrypted data
...
...
framework/console/controllers/FixtureController.php
View file @
33b760ec
...
...
@@ -423,7 +423,7 @@ class FixtureController extends Controller
/**
* Filters fixtures by splitting them in two categories: one that should be applied and not.
* If fixture is prefixed with "-", for example "-User", that means that fixture should not be loaded,
* if it is not prefixed it is considered as one to be loaded. Returs array:
* if it is not prefixed it is considered as one to be loaded. Retur
n
s array:
*
* ~~~
* [
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment