BJRambo
7fec63867a
Merge pull request #214 from SoneYours/pr/fixed-admin-document-delete
...
관리자 문서 페이지에서 게시글선택 이후 삭제버튼 눌럿을대 목록이 인식하지 않던 문제점 개선
2016-02-05 23:48:19 +09:00
MinSoo Kim
be83b9170d
Merge pull request #213 from misol/improvement/save-the-mobile-authors
...
모바일이나 HTML5 를 잘 지원하는 환경에서 에디터 컴포넌트 사용 개선
2016-02-05 23:47:43 +09:00
qw5414
adedf7db0e
관리자 문서 페이지에서 게시글선택 이후 삭제버튼 눌럿을대 목록이 인식하지 않던 문제점 개선
2016-02-05 23:39:40 +09:00
MinSoo Kim
8de3dfb4e8
모바일이나 HTML5 를 잘 지원하는 환경에서 에디터 컴포넌트 사용 개선
...
- 폭이 좁은 화면에서도 기본 에디터 컴포넌트를 편하게 사용할 수 있게 개선
- 컬러피커가 내장된 HTML5 지원 브라우저에서는 내장된 컬러피커를 이용하도록 개선(type=color 인 경우)
- input type=number, type=url 등을 지원하는 브라우저에서 조금 더 편리하게 컴포넌트 항목을 다루도록 수정
- 갤러리 컴포넌트가 확장자 대문자인 경우 이미지를 표시하지 못하던 문제 수정.
2016-02-05 23:36:58 +09:00
BJRambo
ae82b4370b
Merge pull request #212 from SoneYours/pr/fixed-ano-users
...
관리자페이지에서는 익명회원이 누군지 구별이 가능하도록 개선
2016-02-05 23:33:31 +09:00
qw5414
4925b00b18
관리자페이지에서는 익명회원이 누군지 구별이 가능하도록 개선
2016-02-05 23:24:00 +09:00
Kijin Sung
a80468fc25
Allow changing system config with config() function
2016-02-05 23:17:21 +09:00
Kijin Sung
08e4d82f23
Improve compatibility with some apps that work closely with system config
2016-02-05 23:16:22 +09:00
MinSoo Kim
ff87af87a0
Merge remote-tracking branch 'refs/remotes/rhymix/develop' into develop
2016-02-05 20:57:18 +09:00
Kijin Sung
5afefc063c
Merge branch 'develop' into pr/new-config-format
...
Conflicts:
classes/context/Context.class.php
2016-02-05 19:37:10 +09:00
Kijin Sung
30ca7e082d
Merge pull request #209 from kijin/pr/fix-multilevel-lang
...
XML 언어 파일의 3차원 배열을 처리하지 못하는 문제 수정
2016-02-05 18:16:30 +09:00
Kijin Sung
3b633d827b
Fix PHP lang files for editor module
2016-02-05 18:11:26 +09:00
Kijin Sung
9502105768
Fix PHP lang files for integration search module
2016-02-05 17:55:02 +09:00
Kijin Sung
58df8ae7f5
Fix parsing of XML lang files with 3 or more levels of hierarchy
2016-02-05 17:54:39 +09:00
Kijin Sung
5820f02312
Fix warning about undefined variable in member model
2016-02-05 16:25:27 +09:00
Kijin Sung
a7d586a855
Merge pull request #208 from kijin/pr/fix-lang-object-syntax
...
파일첨부 등 일부 언어파일이 표시되지 않는 문제 수정
2016-02-05 15:51:27 +09:00
Kijin Sung
497d3f2d22
Fix compatibility with code that uses lang arrays as objects
2016-02-05 15:39:55 +09:00
Kijin Sung
f7aad28d2c
Remove remaining references to getDBInfo()
2016-02-05 15:18:31 +09:00
Kijin Sung
9895699591
Decode IDNA when importing default URL
2016-02-05 14:50:47 +09:00
Kijin Sung
e28856bfbb
Update DB classes to use new config format
2016-02-05 14:46:55 +09:00
Kijin Sung
6876eac464
Remove unnecessary reference operator from DB and Cache classes
2016-02-05 13:44:19 +09:00
Kijin Sung
b6fa7f825b
Merge pull request #206 from kijin/pr/simulate-xmlrpc
...
exec_xml() 함수로 요청시 request method를 XMLRPC로 지정
2016-02-05 13:03:52 +09:00
Kijin Sung
0c2c0d2b19
Set request method to XMLRPC if called via exec_xml()
2016-02-05 11:41:27 +09:00
Kijin Sung
4ea9ab02ec
Migrate miscellaneous config to new format
2016-02-05 11:26:35 +09:00
Kijin Sung
d41516349c
Remove use of old db_info in minify_scripts processing
2016-02-05 11:03:43 +09:00
Kijin Sung
f2f7cffdb8
Leave placeholder for installController::makeConfigFile()
2016-02-05 10:41:53 +09:00
Kijin Sung
66d8cbfae7
Set the default timezone as early as possible
2016-02-05 10:36:10 +09:00
Kijin Sung
6eb99c8486
Merge pull request #205 from kijin/pr/css-lint-outline
...
Travis 테스트 도중 CSS outline 속성에 대해 경고하는 것을 고침
2016-02-05 10:25:18 +09:00
Kijin Sung
054cdc2e98
Merge pull request #204 from kijin/pr/fucking-xml
...
서버에서 멋대로 XML을 반환하는 경우에도 정상 작동하도록 고침
2016-02-05 10:17:32 +09:00
Kijin Sung
b96bba29eb
Fix csslint warning about outline property
2016-02-05 10:16:48 +09:00
Kijin Sung
f902ea8c6f
Fix regression from #152 when the server returns XML anyway
2016-02-05 10:06:51 +09:00
Kijin Sung
ae3ab3b897
Add unit tests for Config and DateTime classes
2016-02-05 09:35:04 +09:00
Kijin Sung
89db7c7c7c
Load system configuration before Context::init()
2016-02-04 20:41:53 +09:00
Kijin Sung
2cbecff729
Use new datetime configuration in document and comment methods
2016-02-04 19:07:57 +09:00
Kijin Sung
5d8896560e
Fix comment style
2016-02-04 17:56:04 +09:00
Kijin Sung
e89a1232b1
Add shortcut function to system configuration
2016-02-04 17:55:38 +09:00
Kijin Sung
acd3b66eff
Remove outdated timezone list
2016-02-04 17:52:21 +09:00
Kijin Sung
47a2cacd12
Do not use zgap() in member auth mail expiry routine
2016-02-04 17:45:39 +09:00
Kijin Sung
deb0ad8e1f
Miscellaneous adjustments to Context class
2016-02-04 16:43:02 +09:00
Kijin Sung
c123d9c536
Clean up admin menu names for various setting pages
2016-02-04 16:25:48 +09:00
Kijin Sung
6c671600c1
Move admin IP whitelist to Security config page
2016-02-04 16:15:00 +09:00
Kijin Sung
a36bc03970
Simplify FTP configuration using new format
2016-02-04 16:10:52 +09:00
CONORY
ba50e81053
change logo image
2016-02-04 15:35:49 +09:00
Kijin Sung
673cd48db0
Reorganize general configuration in admin module
2016-02-04 14:43:18 +09:00
Kijin Sung
f7191123fd
Always use the internal timezone in ztime() function
2016-02-04 09:50:39 +09:00
Kijin Sung
c27da2ed24
Port all time-related functions to new timezone handling system
2016-02-04 09:39:09 +09:00
Kijin Sung
d5ba13d7e1
Improve internal timezone handling
2016-02-04 09:11:56 +09:00
MinSoo Kim
d4c3e467c9
Merge pull request #201 from misol/back
...
되돌림
2016-02-03 22:08:17 +09:00
MinSoo Kim
b7ef319071
되돌림
...
79955b083c
중 memberAdminController 변경사항 되돌림
2016-02-03 22:06:45 +09:00
Kijin Sung
e971e7a725
Improve time zone selection
2016-02-03 17:54:47 +09:00