Arhell
fad0c5be77
update links
2022-08-07 11:54:16 +03:00
Marco van 't Wout
09f157132b
Apply various fixes for "Passing null to parameter ..... of type string is deprecated" (ported from https://github.com/yiisoft/yii2/pull/19041 )
2022-03-31 18:08:01 +02:00
Armano
26368deace
Fix spelling in documentation and add missing/invalid documentation [skip ci]
2016-07-19 14:01:14 +03:00
Nikolay Yakimov
f3fba6a1e2
Adjusted code style
2015-02-14 02:48:56 +03:00
Lierdakil
60fa5ab380
Code consistency changes
...
Change private static method into protected metod
2014-06-06 17:46:43 +04:00
Lierdakil
3ec5b4a1e4
Use less generic name for callback
...
escapeRegexpSpecialChars instead of pregQuote
2014-06-06 17:20:52 +04:00
Lierdakil
c323ad9090
Use static callback instead of create_function
...
Primarily for performance reasons.
2014-05-01 11:50:54 +04:00
Lierdakil
2fd1de029b
PHP 5.2: Use create_function instead of closure
2014-05-01 11:41:20 +04:00
Lierdakil
132ad24fc5
Fix for #3103
...
Applies preg_quote to every string between angle-bracket parameters
while building CUrlRule::pattern if CUrlRule::parseOnly==false.
This allows using non-escaped perl regex special characters in
url patterns.
2014-05-01 08:41:06 +04:00
Qiang Xue
7e0ee3d6c7
Fixes #2945 : dots in url rules should not match any character
2013-10-10 11:38:22 -04:00
resurtm
af7867733d
Fixes #2406 : CUrlManager::$urlRuleClass now supports path alias value
2013-04-25 22:30:29 +06:00
Abdul Malik Ikhsan
6247adaf26
change copyright symbol
2013-01-15 18:38:02 +07:00
Abdul Malik Ikhsan
46c8ef0d9a
update copyright year
...
from 2011 to 2013
2013-01-15 17:28:17 +07:00
Alexander Kochetov
486723805e
else if => elseif
2012-10-03 10:20:14 +04:00
Alexander Makarov
d865a3bab8
Fixes #1057 Removed SVN ids
2012-09-09 22:23:45 +04:00
Alexander Makarov
7b63d13bc0
Fixed rules order for CUrlManager::addRules and $append=false
2012-08-16 23:39:22 +04:00
SATO Kentaro
ecf9f07d15
#539 Fix CUrlRule::createUrl() to treat sub-patterns as Unicode.
2012-03-22 12:58:38 +09:00
SATO Kentaro
529636f95f
#517 Fix rule parameter sub-pattern check.
2012-03-17 16:19:16 +09:00
mdomba
a7ef3d5d02
removed 1.0.x reference from documentation
2011-12-28 12:29:24 +00:00
alexander.makarow
646cbb2b9a
Documented component accessors with @property for significantly better IDE autocomplete
2011-10-25 00:01:09 +00:00
qiang.xue
a03a93213d
2011-09-06 00:50:58 +00:00
alexander.makarow
bf96e34451
(Fixes issue 2773) Fixed possible CUrlManager::createUrl parameters conflict when using custom URL rule classes
2011-09-04 15:15:43 +00:00
qiang.xue
6241e241a4
(Fixes issue 2654)
2011-07-15 13:29:09 +00:00
qiang.xue
90fec31edf
2011-05-25 13:13:26 +00:00
qiang.xue
5e3eddb791
Added CBaseUrlRule.
2011-05-25 13:11:58 +00:00
qiang.xue
c1ccd1af98
2011-05-24 16:56:52 +00:00
qiang.xue
9c7a6180b8
* Added support for using custom URL rule classes with CUrlManager
2011-05-24 15:49:42 +00:00
mdomba
b7aa167bdd
(Fixes issue 2291) doc/typo fix
2011-04-06 08:27:40 +00:00
qiang.xue
06969bfb63
(Fixes issue 2273)
2011-04-01 12:50:06 +00:00
qiang.xue
92201551c2
(Fixes issue 923)
2011-03-19 18:09:56 +00:00
qiang.xue
7b81863f04
2011-03-14 02:49:52 +00:00
qiang.xue
7f1ca94f6d
Use case-insensitive matching for the host info part in URL rules.
2011-03-14 02:34:43 +00:00
qiang.xue
bf1a3eac72
(Fixes issue 2096)
2011-03-11 21:43:24 +00:00
alexander.makarow
2ab981b454
reverted method chaining support
2011-02-24 16:42:44 +00:00
alexander.makarow
75041e8620
Chained calls are now possible for most framework class setters and methods not returning a value
2011-02-23 20:20:28 +00:00
mdomba
a24fbe4783
Fixed doc for CUrlManager
2011-01-27 22:10:37 +00:00
qiang.xue
4e26cd3257
Added pattern option to url rule.
2011-01-21 17:00:57 +00:00
qiang.xue
a5b6904338
* (Fixes issue 802) Added RESTful URL support
2011-01-18 15:31:24 +00:00
qiang.xue
f1f9f75022
2011-01-10 15:09:59 +00:00
qiang.xue
4be0af6917
changed copyright year.
2011-01-01 19:31:13 +00:00
keyboard.idol@gmail.com
e9018818c3
Small API doc fix
2010-11-24 18:29:54 +00:00
mdomba
3240ca0e8b
Fixed doc for createUrl() return type, too
2010-10-18 12:31:06 +00:00
mdomba
2597121b38
Fixes issue 1656
2010-10-18 12:26:43 +00:00
mdomba
72b974560b
Updated PHPDoc @param parameter names
2010-09-23 13:28:52 +00:00
qiang.xue
7e59d2c9e5
doc fix.
2010-09-18 19:37:52 +00:00
qiang.xue
448fd35180
2010-08-05 12:18:06 +00:00
qiang.xue
00d68cc5c4
Added CUrlManager::addRules()
2010-08-04 21:34:10 +00:00
qiang.xue
d86f8940da
(Fixes issue 952)
2010-07-22 01:01:52 +00:00
qiang.xue
edf6e2936e
(Fixes issue 1309)
2010-07-20 17:30:00 +00:00
qiang.xue
d95b778fac
(Fixes issue 887)
2010-06-17 20:37:29 +00:00