Arhell
|
fad0c5be77
|
update links
|
2022-08-07 11:54:16 +03:00 |
|
Carsten Brandt
|
b06792d4e9
|
fixed possible problem with realpath and false value
realpath(false) = current working directory.
This can cause problems with getAlias() which returns false.
fixes #3113
|
2014-01-28 14:27:48 +01:00 |
|
Eirik Hoem
|
065b251457
|
No longer using basename for in CAssetManager::generatePath, fixes #2963
|
2013-10-15 08:22:30 +02:00 |
|
Alexander Makarov
|
bce3f265f3
|
fixes #2529: CAssetManager caused chmod() operation not allowed error on NTFS
|
2013-06-24 19:37:13 +04: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 |
|
resurtm
|
d900fa4144
|
Additional PHPDoc for #1872.
|
2012-12-20 19:46:19 +06:00 |
|
resurtm
|
575d25ed7d
|
Changed exception string.
|
2012-12-20 18:50:14 +06:00 |
|
resurtm
|
9f1a34c35a
|
Changelog line changed, exception throwing removed from CAssetManager::init().
|
2012-12-20 18:02:21 +06:00 |
|
resurtm
|
9248d669a4
|
Fixes #1853. CAssetManager: $forceCopy and $linkAssets cannot be true at the same time anymore.
|
2012-12-20 17:53:26 +06:00 |
|
Alexander Makarov
|
c1f69e8772
|
fixed code style
|
2012-12-01 15:51:37 +04:00 |
|
Konstantin G Romanov
|
90ad86c015
|
Merge remote-tracking branch 'upstream/master' into asset_manager_hash_refactoring
Conflicts:
CHANGELOG
framework/web/CAssetManager.php
|
2012-10-19 16:48:49 +04: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 |
|
Konstantin G Romanov
|
5b0b6ad2c4
|
- umask removed.
- @ silence operator removed.
|
2012-08-09 16:38:27 +04:00 |
|
Alexander Makarov
|
4b47e1ab2d
|
#1101 better docs for CAssetManager::publish
|
2012-08-06 21:14:20 +04:00 |
|
Konstantin G Romanov
|
d6466bea06
|
* docblock
|
2012-08-06 10:01:52 +04:00 |
|
Konstantin Senz
|
cbf4e7e325
|
* BC for hash().
|
2012-08-05 21:46:07 +04:00 |
|
Konstantin Senz
|
c7ff092fb5
|
* control flow logic consolidation.
|
2012-08-05 13:37:20 +04:00 |
|
Konstantin Senz
|
61ee3d1224
|
* mkdir sets permission instead of chmod.
* indent fixed.
|
2012-08-05 07:48:13 +04:00 |
|
Konstantin Senz
|
7d18d292fc
|
* hash() encapsulates path hashing.
* mkdir is now recursive.
|
2012-08-05 00:35:03 +04:00 |
|
resurtm
|
de3e7026b8
|
Tiny change in docblock for $forceCopy parameter of the CAssetManager::publish() method.
|
2012-07-06 22:36:52 +06:00 |
|
resurtm
|
bae9cb45b0
|
Extended docblocks for CAssetManager::$forceCopy and $forceCopy parameter of the CAssetManager::publish() method.
|
2012-07-06 22:34:11 +06:00 |
|
resurtm
|
ab78f73d4c
|
Addition to the PR #922.
|
2012-07-06 22:13:52 +06:00 |
|
resurtm
|
36fcc633fd
|
Typo fix. [ci skip]
|
2012-07-06 17:51:05 +06:00 |
|
resurtm
|
bda30eeb3e
|
CAssetManager::$forcePublicationCopy renamed to CAssetManager::$forceCopy. Docblock for this property was rewriten. [ci skip]
|
2012-07-06 17:47:07 +06:00 |
|
resurtm
|
96af478fe6
|
Doc fix.
|
2012-07-06 09:43:58 +06:00 |
|
resurtm
|
a168f70364
|
More description for CAssetManager::$forcePublicationCopy.
|
2012-07-06 09:32:03 +06:00 |
|
resurtm
|
873dada86e
|
Property +CAssetManager::$forceCopy renamed to the more descriptive $forcePublicationCopy.
|
2012-07-06 09:21:45 +06:00 |
|
resurtm
|
83c155b3d0
|
Typo fix.
|
2012-07-06 09:16:31 +06:00 |
|
resurtm
|
c0c0c897f4
|
CAssetManager, added $forceCopy property which forces publication of asset files and directories.
|
2012-07-06 09:14:56 +06:00 |
|
mdomba (mdwork)
|
c4a089a557
|
added .gitignore to exclude list
|
2012-03-23 11:29:40 +01:00 |
|
alexander.makarow
|
8ffab7c656
|
Removed automated mtime on source. Framework should not touch these.
|
2011-11-20 20:42:45 +00:00 |
|
alexander.makarow
|
14bc01df9f
|
Better performance for CAssetManager when forceCopy is used
|
2011-11-12 02:11:42 +00:00 |
|
alexander.makarow
|
84f110a85b
|
CAssetManager now generates different hash for files/directories with different mtime
|
2011-11-08 20:41:19 +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
|
dc4d00a072
|
more doc.
|
2011-06-28 12:08:49 +00:00 |
|
qiang.xue
|
79de8e2bb0
|
Fixed the bug that CAssetManager doesn't set permission mode according to newDirMode and newFileModel properties when publishing a directory
|
2011-06-18 21:20:13 +00:00 |
|
qiang.xue
|
674c87f4b7
|
(Fixes issue 2299)
|
2011-04-08 20:59:02 +00:00 |
|
qiang.xue
|
eaf53fb704
|
|
2011-04-01 12:33:06 +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 |
|
keyboard.idol@gmail.com
|
2e8e1d924b
|
(Fixes issue 1975)
|
2011-01-13 08:33:10 +00:00 |
|
qiang.xue
|
4be0af6917
|
changed copyright year.
|
2011-01-01 19:31:13 +00:00 |
|
keyboard.idol@gmail.com
|
e782ea11d2
|
(Fixes issue 1785)
|
2010-11-17 19:40:36 +00:00 |
|
qiang.xue
|
6041bf9ff6
|
* (Fixes issue 1658) Added CAssetManager::linkAssets to support publishing assets via symbolic links
|
2010-11-01 23:19:19 +00:00 |
|
mdomba
|
72b974560b
|
Updated PHPDoc @param parameter names
|
2010-09-23 13:28:52 +00:00 |
|
qiang.xue
|
760ceec1fd
|
(Fixes issue 1128)
|
2010-09-01 13:12:34 +00:00 |
|
qiang.xue
|
e9369f14c5
|
* Added $forceCopy parameter to CAssetManager::publish()
|
2010-03-22 19:26:01 +00:00 |
|
qiang.xue
|
eb54ba7407
|
modified copyright info.
|
2010-01-07 21:02:00 +00:00 |
|