Armano
26368deace
Fix spelling in documentation and add missing/invalid documentation [skip ci]
2016-07-19 14:01:14 +03:00
Carsten Brandt
0c10c18c4f
fixed indentation
2016-01-13 16:37:44 +01:00
Francesc Bautista
35c7f10819
fixed indenting characters
2015-06-01 10:15:48 +02:00
Francesc Bautista
965a6aa732
Fix #3800 CPropertyValue::ensureArray documentation
2015-06-01 10:10:25 +02:00
tom tomsen
f1997ac468
documentation error
...
lowercase h calls formatHour12 which prints the time in 12 hour format.
2015-04-16 09:39:45 +02:00
Alexander Makarov
e6323df53c
Fixed typo
2015-02-09 14:46:59 +03:00
Alexander Makarov
2dc5c79f95
Clarification for #3707
2015-02-09 11:32:51 +03:00
Alexander Makarov
f91b22a417
Fixes #3707 : clarified phpdoc about CPasswordHelper requirements
2015-02-09 10:43:36 +03:00
Alexander Makarov
17ab79f694
Fixes #3042 : CPasswordHelper::generateSalt() now returns salt with $2y$ cost
2014-10-24 02:08:55 +04:00
Alexander Makarov
2afb6e4d9b
Fixes #3426 : stated in phpdoc that CPasswordHelper hash length is fixed to 60 characters
2014-10-24 01:41:01 +04:00
Francesco Pellegrini
6e4a51a70b
add y pattern to CDateTimeParser
...
close #2119
2014-10-23 22:13:29 +02:00
Carsten Brandt
38754bb259
bump @since version number for 1.1.15
...
they are in 1.1.16 now because 1.1.15 was a security release
2014-10-23 19:35:48 +02:00
UA2004
c78d49dac0
Populated 'fileExtensions.php' file
2014-09-03 22:35:51 +03:00
UA2004
21ca239c49
Merge branch 'master' of git://github.com/yiisoft/yii into 3513-added-getExtensionByMimeType-method-to-CFileHelper
2014-08-31 21:51:40 +03:00
UA2004
228738ef65
Added 'getExtensionByMimeType' method to CFileHelper class, enh #3513
2014-08-31 21:49:14 +03:00
Carsten Brandt
12f5b214ed
Merge pull request #3034 from acorncom/refactor-file-helper
...
Refactored CFileHelper to reuse the getExtension method
2014-08-15 02:33:29 +02:00
resurtm
eb825cbdef
CFileHelper::removeDirectory() enhancements:
...
1. Added proper handling and support of the symlinked directories.
2. Added $options parameter.
2014-06-27 10:55:03 +06:00
Carsten Brandt
6b688ff565
update mimeTypes.php from mime.types file from apache http
...
fixes #2851
obsoletes #2857
see also yiisoft/yii2#3643
2014-05-30 16:22:28 +02:00
Carsten Brandt
26f62d44a8
Fixed an issue with Filehelper and not accessable directories
...
which resulted in endless loop
http://www.yiiframework.com/forum/index.php/topic/50982-cfilehelper-bug-security-flaw/
2014-01-28 11:12:31 +01:00
munawer-t
1a52aa30cb
some more typos
2014-01-07 16:01:12 +05:30
Alexander Makarov
5ca61df057
Merge pull request #2687 from SleepWalker/2653-update-markdown-1.3
...
Issue #2653 : updated Markdown Extra Lib to version 1.3 (reverted from commit 550a742216 )
2013-12-31 12:18:55 +01:00
David Baker
3869955a6b
Reusing the CFileHelper getExtension method
2013-11-11 09:23:28 -07:00
Carsten Brandt
5568c1ec8b
Added support for formatting DateTime instances to CFormatter
...
fixes #3023
2013-11-08 14:53:41 +01:00
SleepWalker
34423176cf
#2687 and #2653 : Removed the namespaces from Markdown files to support earlier versions of PHP
2013-09-10 23:18:05 +03:00
SleepWalker
4ab2d589cd
Merge branch 'master' of git://github.com/yiisoft/yii into 2653-update-markdown-1.3
2013-09-10 22:08:16 +03:00
SleepWalker
079d5b211e
Fixed bug in pull request #2687 (I have forgot to commit changes in CMarkdownParser)
2013-09-10 22:07:58 +03:00
Paul Klimov
2f3fe0303a
Doc comments at 'CFileHelper::createDirectory()' has been fixed.
2013-08-29 13:17:48 +03:00
Paul Klimov
4e398ece03
Private method 'CFileHelper::mkdir()' has been converted into public 'CFileHelper::createDirectory()'.
2013-08-29 13:13:57 +03:00
Pavel Voronin
c2352b74a8
another way to return relative paths: findFilesRecursive main loop instead of findFiles post-processing
2013-08-14 15:37:00 +04:00
Pavel Voronin
311ca1c3c8
Merge remote-tracking branch 'upstream/master' into patch-1
2013-08-14 10:44:55 +04:00
Pavel Voronin
a9871c68a2
code conv fix, charset specifying and docs improvement
2013-08-14 10:23:29 +04:00
jpopesculian
a224bcaebd
Added closing parentheses to verifyPassword instruction
2013-08-09 18:52:22 -04:00
Pavel Voronin
1465b19469
mbstring fallback for CFileHelper::findFiles
2013-08-02 18:29:06 +04:00
Pavel Voronin
50488721c9
add absolutePaths option to CFileHelper::findFiles
...
if absolutePaths is true (by default), function will return absolute paths, otherwise the relative ones
2013-08-02 17:40:24 +04:00
Carsten Brandt
38d89026b0
CPasswordHelper::verifyPassword() return false not exception
...
fixes #2704
CPasswordHelper::verifyPassword() should not throw exception on invalid
password input, just return false.
2013-08-01 22:13:43 +02:00
resurtm
61c369aa70
Proper salt generation.
2013-07-10 16:28:39 +06:00
Alexander Makarov
5cd179dfba
Merge pull request #2604 from resurtm/fixes-2053
...
Fixes #2053 : refactor CSecurityManager and CPasswordHelper
2013-07-07 03:46:09 -07:00
Alexander Makarov
d1b3be8b11
Fixes #2529 : Silenced all chmod calls to prevent "chmod() operation not allowed" error on NTFS
2013-07-06 02:30:18 +04:00
resurtm
3a8ed30e10
Removed unnecessary output.
2013-07-05 19:03:51 +06:00
resurtm
cac8df8177
Fixes:
...
1. Blowfish salt should have "./0-9A-Za-z" alphabet and should be 21
characters long. Proper format is: $2a$nn$xxxxxxxxxxxxxxxxxxxxx$
See: http://us2.php.net/crypt
2. CS fixes.
2013-07-05 15:37:38 +06:00
resurtm
fbbe9ed72f
Docblocks fixes and other minor adjustements made.
2013-07-05 14:46:28 +06:00
resurtm
d662ee84f3
CSecurityManager:
...
1. Added /dev/urandom usage.
2. A couple of minor code optimizations.
2013-07-05 10:09:04 +06:00
resurtm
9cd40000d9
Fixes #2053 :
...
1. CPasswordHelper has been refactored.
2. CSecurityManager has been enhanced and now able to generate
cryptographically strong random stuff.
2013-07-04 20:39:14 +06:00
resurtm
7b72148d43
Fixes #1725 : CFileHelper::removeDirectory() has been added.
2013-05-30 20:01:25 +06:00
Carsten Brandt
24dd2792f7
Merge pull request #2054 branch '1818-localized-formatter'
...
* 1818-localized-formatter:
documentation and changelog for localized formatter
Created a LocalizedFormatter class
Conflicts:
CHANGELOG
2013-05-27 01:22:30 +02:00
Carsten Brandt
450d50691f
Various documentation and code style fixes
2013-05-01 23:29:10 +02:00
Alexander Makarov
91ce183a54
Fixes #2325 UTF-8 troubles in CDateTimeParser (error in parsing chinese and thai dates) (s-larionov)
2013-04-27 17:19:46 +04:00
AnatolyRugalev
4b257a8206
Fixed typo in max cost value
2013-04-22 23:38:27 +06:00
MaXL
fe51dad76f
Update CPasswordHelper.php
...
Fix typo in validation cost param for salt.
2013-04-22 01:42:07 +12:00
borales
6d19a150d4
Replacing spaces with tabs, removing dots
...
[ci skip]
2013-03-06 20:59:38 +02:00