Kijin Sung
4ee115e4f3
Improve server environment display
2017-02-22 19:49:49 +09:00
Kijin Sung
ca9a0aef25
Update autologin table with more columns
2017-02-08 16:16:31 +09:00
Kijin Sung
1873270a59
Change minimum MySQL version to 5.0.7
2016-03-22 10:53:49 +09:00
Kijin Sung
5b5c785b19
Do not simply exit on DB connection error
2016-03-20 00:32:31 +09:00
Kijin Sung
6b4d69bcc2
Remove old debug constants
2016-02-13 11:19:13 +09:00
Kijin Sung
d5a5364814
Clean up some methods in DB classes
2016-02-11 10:33:15 +09:00
Kijin Sung
a499aa0d1f
Fix inconsistent capitalization of Rhymix
2016-02-08 16:31:10 +09:00
Kijin Sung
e28856bfbb
Update DB classes to use new config format
2016-02-05 14:46:55 +09:00
conory
0a89dffa5a
XE표기를 Rhymix로 변경
2016-01-25 18:10:15 +09:00
Kijin Sung
d3c0e94b03
Update minimal server requirements
2016-01-24 10:20:35 +09:00
Kijin Sung
17c55bb64b
Fix #144 error while creating module_part_config index in utf8mb4
2016-01-22 11:46:08 +09:00
Kijin Sung
43033763f0
Be more intelligent about limiting the index size
2016-01-11 13:50:39 +09:00
Kijin Sung
4416c39fb2
Fix excessively long indexes when using utf8mb4 as default charset
2016-01-11 13:34:07 +09:00
Kijin Sung
2409448cec
Keep the charset stable, only setting it at install time
2016-01-11 11:45:02 +09:00
Kijin Sung
d9a9cfe21b
Implement more accurate management of the current charset
2016-01-11 11:12:02 +09:00
Kijin Sung
708fbb4f06
Add initial support for utf8mb4 in MySQL
2016-01-11 10:27:54 +09:00
CONORY
de0c54ff37
Merge pull request #3 from kijin/php7
...
PHP7 호환성 개선
2015-12-18 14:15:15 +09:00
Kijin Sung
6473115ed3
Fix incompatible signatures of inherited methods
2015-12-08 14:07:42 +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
Kijin Sung
3d70d5197e
Merge #901 DB 컬럼 정보를 불러오는 기능 + DB 컬럼 속성을 변경하는 기능 by kijin
...
* pr/901:
Implement modifyColumn() for Cubrid
Implement modifyColumn() for MS SQL
Implement modifyColumn() for MySQL
Implement getColumnInfo() for Cubrid
Implement getColumnInfo() for MS SQL
Initial implementation of getColumnInfo() for MySQL
2015-10-08 14:00:14 +09:00
bnu
3522ba9933
Merge pull request #1424 from kijin/fix/no-such-version
...
PHP 5.4 이상에서는 magic_quotes_gpc 상태를 체크하지 않음
2015-06-03 16:46:53 +09:00
Been Kyung-yoon
9566e1ab83
Magic Hash 취약점으로 인한 무단 로그인 방지
2015-05-13 13:05:57 +09:00
Kijin Sung
7f9aee3e71
PHP 5.4 이상에서는 magic_quotes_gpc 상태를 체크하지 않음
2015-04-18 14:19:33 +09:00
Kijin Sung
15d3ba7ca1
PHP 5 방식의 생성자 (__construct) 사용
2015-04-01 11:30:04 +09:00
Eunsoo Lee
b21d6534f1
DB Column 생성 시 기본값으로 0을 지정할 수 없는 문제 해결
2015-02-14 16:21:34 +09:00
Kijin Sung
a0ab42d92d
Implement modifyColumn() for MySQL
2014-08-11 12:12:39 +09:00
Kijin Sung
3335942980
Initial implementation of getColumnInfo() for MySQL
2014-08-11 14:03:46 +09:00
SMaker
f79080daae
XE와 마리아DB과 호환되게 수정
2014-02-26 14:36:28 +09:00
bnu
67bd8691d1
#119 board, forum, cafe 모듈 등이 포함되어 있을 때 설치 실패하는 문제 해결.
2013-12-04 20:19:07 +09:00
ngleader
f8af9ef6ce
NOISSUE, change some code for php5
2013-11-25 20:38:50 +09:00
khongchi
5693e340fe
issue 3645, php5 대응, 함수 대체
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13202 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-13 01:40:53 +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
misol
616ff1e8c9
Close Connection when there is no connection value.
...
* If there is no $connection value, a server error message would be written on your server log.(PHP can not handle it.)
* r13162, r13161 has some mistake(Context::close() makes memory overload at DB close. I tested for a day... T^T;;)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13166 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-09-27 05:38:59 +00:00
misol
e2e1f5f2c1
Close Connection when there is no connection value.
...
* If there is no $connection value, a server error message would be written on your server log.(PHP can not handle it.)
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13162 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-09-25 16:14:08 +00:00
misol
f70ce644ce
Close Connection when there is no connection value.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-09-25 15:29:32 +00:00
flyskyko
41fdaf00c3
issue 2119. supporting php 5.4. db classes.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12686 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-04 09:36:46 +00:00
flyskyko
0f04bd3f92
merge changes of luminous to maserati (~r12676)
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12680 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-04 08:09:07 +00:00
ovclas
7e118f8533
merge from branch 1.5.3.2 (~r12279)
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12282 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-22 06:41:02 +00:00
ovclas
ee9096be03
issue 2662 DB class coding convetion
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12212 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-14 06:10:12 +00:00
ucorina
fdcafe536e
Issue 1431: xml query click_count error - updated code to use INCR for cubrid and basic updates for the rest
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@12020 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-10-31 10:26:49 +00:00
florinutz
7715110097
Issue 2544: Show error on wrong update query
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11570 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-09-29 11:14:48 +00:00
ovclas
4b2e7f76f1
issue 2237 remove auto create DB object
...
DB object should created by create method
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11027 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-08-16 02:09:14 +00:00
ucorina
173d3a72e3
Issue 2245: Display insert, update and delete query names in query log when using Mysql
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11025 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-08-14 17:00:54 +00:00
ucorina
485d7f043c
Issue 2131: If page navigation and group by exist in xml query, total count doesn't work well
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10863 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-07-10 11:53:04 +00:00
ovclas
cfe9df9cde
add phpDoc comment
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10825 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-07-03 08:19:45 +00:00
ovclas
c65e9d3071
adds comments for phpDoc
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10739 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-25 10:14:48 +00:00
ovclas
3afad81016
reverse merge rollback
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10714 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-17 02:38:33 +00:00
ovclas
f0aa085c94
reverse merge from 1.6.0 (r10563)
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10711 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-17 00:57:29 +00:00
ucorina
d9edd9b205
Issue 1891: groupby bug
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10648 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-02 14:48:41 +00:00