- 09 Jul, 2014 7 commits
-
-
Bohdan Shulha authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Alexander Makarov authored
Upgrade jquery.inputmask to v3.0.52
-
Thiago Talma authored
-
Alexander Makarov authored
-
Qiang Xue authored
-
- 08 Jul, 2014 4 commits
-
-
Carsten Brandt authored
-
Alexander Makarov authored
-
Alexander Makarov authored
IdentityInterface::findIdentity should return active users
-
Serge Postrash authored
``` interface IdentityInterface { /** * Finds an identity by the given ID. * @param string|integer $id the ID to be looked for * @return IdentityInterface the identity object that matches the given ID. * Null should be returned if such an identity cannot be found * or the identity is not in an active state (disabled, deleted, etc.) */ public static function findIdentity($id); ```
-
- 07 Jul, 2014 6 commits
-
-
Qiang Xue authored
Removing unnecessary methods
-
Larry Ullman authored
-
Larry Ullman authored
-
miramir authored
-
Иван Багаев authored
-
miramir authored
-
- 06 Jul, 2014 1 commit
-
-
Qiang Xue authored
-
- 05 Jul, 2014 5 commits
-
-
Qiang Xue authored
Asterisk in Oracle not need quote
-
Иван Багаев authored
-
Иван Багаев authored
If quote asterisk oracle say "Syntax error"
-
Qiang Xue authored
-
Qiang Xue authored
-
- 04 Jul, 2014 17 commits
-
-
Larry Ullman authored
-
Larry Ullman authored
-
Larry Ullman authored
-
Larry Ullman authored
-
Larry Ullman authored
It really should be: defining, attaching, using.
-
Larry Ullman authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
Carsten Brandt authored
do not use scripting as it is disabled by default and will cause edge case queries to fail fixes #4187
-
Alexander Makarov authored
change default facility of SyslogTarget
-
Vladimir authored
-
Alexander Makarov authored
Added unit tests for Widget\ActiveField
-
Vladimir authored
LOG_SYSLOG - messages generated internally by syslogd. As we know PHP is not a part of syslogd therefore we should use LOG_USER. (additionaly LOG_USER is the only valid log type under Windows operating systems)
-