Commit graph

111 commits

Author SHA1 Message Date
Kijin Sung
4f15ae24ea Display GB and TB sizes correctly in FileHandler::filesize() 2016-12-17 22:30:51 +09:00
Kijin Sung
d34ef5901f Improve FileHandler::returnBytes() to handle a wider range of sizes 2016-12-17 20:49:10 +09:00
Kijin Sung
313e7048d5 Remove safe_mode condition from FileHandler 2016-07-03 17:59:50 +09:00
Kijin Sung
6c545fce08 Only use proxy server when the constant is defined 2016-06-18 15:07:42 +09:00
Kijin Sung
6791208ae1 Prevent function arguments from being exposed in the error log
Also: Produce backtrace when a regular error occurs
Also: Remove unnecessary check for DEBUG_BACKTRACE_IGNORE_ARGS
(This is not necessary in PHP > 5.3.6)
2016-06-15 17:03:32 +09:00
Kijin Sung
2d54687a52 Add slow remote requests to debug content 2016-06-08 16:15:32 +09:00
Kijin Sung
e1232cf4c1 Fix missing variable in FileHandler::getRemoteResource (thanks @bjrambo) 2016-06-03 13:36:27 +09:00
Kijin Sung
eedba6f032 Fix invalid result of FileHandler::getRealPath() on Windows 2016-05-19 21:03:44 +09:00
Kijin Sung
25965b5d72 Initial support for LESS and SCSS stylesheets 2016-05-03 21:23:38 +09:00
Kijin Sung
921d7d8568 Fix incorrect handling of path separator on Windows systems 2016-04-01 14:47:34 +09:00
Kijin Sung
9b5ee1af48 Fix #414 Unable to download file to nonexistent directory 2016-03-29 00:00:40 +09:00
conory
032f399d35 #405 이미지 메모리 체크에서 항상 false를 반환하는 문제수정 2016-03-25 19:32:48 +09:00
Kijin Sung
45b2910cee Fix #397 error while uploading file to an existing directory 2016-03-21 16:18:31 +09:00
Kijin Sung
89bd526a13 Refactor FileHandler to call Storage class internally 2016-03-18 20:54:04 +09:00
Kijin Sung
2f64a4ce8f Fix thumbnails for external URLs with no extension 2016-01-26 11:13:57 +09:00
Kijin Sung
971a3bd115 Move remaining non-composer classes to common/libraries 2016-01-13 16:22:07 +09:00
Kijin Sung
192e81620d Replace Pear HTTP_Request with rmccue/Requests 2016-01-13 15:17:13 +09:00
Kijin Sung
8d6068ab2b Immediately invalidate PHP scripts from opcache if modified or deleted 2016-01-09 21:04:51 +09:00
conory
e0b8ee720f FileHandler static 2015-12-22 19:12:17 +09:00
Kijin Sung
377e1db946 Merge #1654 Cannot redeclare class HTTP_Request by sejin7940
* pr/1654:
  Update FileHandler.class.php
2015-10-08 15:07:08 +09:00
Kijin Sung
a7ed4c56c8 Merge #1363 PHP 5 방식의 생성자 (__construct) 사용 by kijin
* pr/1363:
  ExtraItem 클래스에도 PHP 5 방식의 생성자 (__construct) 사용
  PHP 5 방식의 생성자 (__construct) 사용

Conflicts:
	classes/context/Context.class.php
2015-10-08 14:10:32 +09:00
sejin7940
ccdca9dba3 Update FileHandler.class.php 2015-07-17 23:19:02 +09:00
Kijin Sung
1392a1d1e6 FileHandler::getRemoteResource()에서 타임아웃 설정 사용시 존재하지 않는 메소드 호출 현상 수정 2015-06-13 15:23:06 +09:00
bnu
a480454664 fix #1409 FileHandler::getRemoteResource()에서 timeout 설정이 반영되지 않는 문제 고침 2015-04-15 12:40:23 +09:00
bnu
b3149a06e0 fix fff4ef1109 2015-04-08 10:18:04 +09:00
bnu
fff4ef1109 FileHandler::returnBytes()에서 잘못된 값을 반환하는 문제 수정 2015-04-01 13:46:44 +09:00
Kijin Sung
15d3ba7ca1 PHP 5 방식의 생성자 (__construct) 사용 2015-04-01 11:30:04 +09:00
bnu
14ffdbe5f0 #1182 보완
- file::_changeBytes()를 FIleHandler::returnBytes()로 대체
2015-02-04 17:42:28 +09:00
bnu
c3f005ec4c fix #1053 typo 2014-12-08 11:26:48 +09:00
YJSoft
5f7c79d9c3 getRemoteFile에서 연결 설정을 수정할 수 있게 수정
getRemoteResource 자체는 연결 설정이 가능하나 getRemoteFile은 불가능하기에 수정
2014-10-25 22:29:37 +09:00
akasima
683d6c30a9 #904 autoinstall without ftp 2014-09-01 08:33:12 +09:00
akasima
66a2440daa #839 getRemoteResource 에서 연결 설정을 수정할 수 있도록 처리 2014-07-21 12:20:01 +09:00
akasima
87fa55a0c6 #220 return data type errro 2014-02-17 16:25:38 +09:00
bnu
5a6558dfdc NOISSUE windows에서 설치 시 문제 수정. 2014-01-27 15:20:50 +09:00
bnu
1c1f1175e6 #302 보완 2014-01-24 11:21:00 +09:00
bnu
9cc43f3159 fix #302 windows에서 설치가 되지 않는 문제 해결-beta 2014-01-22 20:17:59 +09:00
bnu
f43fadbe0f fixed #121 FileHandler::removeFilesInDir() 등 문제 수정. 2013-11-29 15:35:43 +09:00
bnu
e9dacc6cdf substr_compare()에서 문제를 일으킬 수 있는 부분 보완. 2013-11-27 15:16:26 +09:00
bnu
1fd3555111 syntax 오류 수정
:)
2013-11-27 14:24:52 +09:00
bnu
4d9e68b9e4 substr_compare() 사용에 대한 보완 2013-11-27 14:18:09 +09:00
bnu
932862be1f #64 서버 내 경로를 절대경로로 변경 2013-11-23 11:59:49 +09:00
ngleader
681a9b2d07 NOISSUE code rearrange 2013-11-21 21:59:48 +09:00
khongchi
b8d6048ed3 fixed typo 2013-11-21 18:47:16 +09:00
root
3bc8d7da67 #86 fixed typo 2013-11-21 15:40:30 +09:00
root
9de604f62e #80 Improve FileHandler Class 2013-11-16 21:58:50 +09:00
khongchi
71c8a0b99f fixed #50, file_put_contents함수에 LOCK_EX flag 적 2013-11-15 12:56:29 +09:00
bnu
5d78acb99e 5fa0bf23에서 디렉토리 생성문제 수정. 2013-11-15 01:54:50 +09:00
khongchi
5fa0bf23d7 issue 3636, makeDir에서 하위디렉토리 생성방식 변경
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13200 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-12 02:23:26 +00:00
akasima
bce0a0b6d4 copyright add to php files
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13186 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-08 05:52:51 +00:00
ngleader
dbc18a4f99 change author
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-07 02:42:42 +00:00