Kijin Sung
|
00fd1a672a
|
Support Twitter meta tags
|
2020-09-29 01:58:02 +09:00 |
|
Kijin Sung
|
0f9b96f9b4
|
Stop providing XE-compatible $db_info and db.config.php
|
2020-09-29 00:55:10 +09:00 |
|
Kijin Sung
|
9ef29a5f1c
|
Merge remote-tracking branch 'upstream/next' into next
|
2020-09-07 20:33:42 +09:00 |
|
Kijin Sung
|
191cd50c70
|
Merge branch 'develop' into next
|
2020-09-07 20:33:04 +09:00 |
|
Kijin Sung
|
215f143e70
|
Fix incorrect ordering of CSS resources
|
2020-09-04 23:44:21 +09:00 |
|
Kijin Sung
|
7770069dae
|
Fix 404 response when reading a document
|
2020-08-31 10:49:27 +09:00 |
|
Kijin Sung
|
ffe9cda5e0
|
Merge branch 'develop' into next
|
2020-08-29 23:53:31 +09:00 |
|
Kijin Sung
|
82bf017f01
|
Fix #1389 improve handling of viewport meta tag
- viewport 설정에 빈 값을 저장한 경우 메타 태그를 출력하지 않음
- 단, 아예 설정이 없는 경우(XE 또는 구버전에서 업그레이드한 경우)에는 예외
|
2020-08-27 21:15:11 +09:00 |
|
Kijin Sung
|
9782c30654
|
Merge branch 'develop' into next
|
2020-08-19 15:41:14 +09:00 |
|
Kijin Sung
|
313e527512
|
Fix CSS sort order different from XE
|
2020-08-19 15:39:37 +09:00 |
|
Kijin Sung
|
a6bb44bf88
|
Convert PHP_EOL to \n for consistency
adf067e 보완
- classes 내에서 사용하는 PHP_EOL을 \n으로 교체
- common/framework/debug.php, common/scripts 내의 스크립트들은
OS에 맞춰야 하므로 수정하지 않음
|
2020-08-06 14:54:32 +09:00 |
|
conory
|
adf067e557
|
오타로 Context::addHtmlFooter()시 줄바꿈되지 않은 문제 수정
|
2020-08-04 01:10:45 +09:00 |
|
Kijin Sung
|
5f8ceafdf6
|
Merge branch 'develop' into next
|
2020-07-11 11:48:41 +09:00 |
|
Kijin Sung
|
c3c57e582c
|
Fix #1348 apply xpressengine/xe-core#2148
|
2020-07-10 02:05:53 +09:00 |
|
Kijin Sung
|
143600306d
|
Clean up editor module
|
2020-07-09 16:37:04 +09:00 |
|
Kijin Sung
|
dfc1082c85
|
Add UA::getLocale()
|
2020-07-05 20:21:44 +09:00 |
|
Kijin Sung
|
5985ca5b6b
|
Merge branch 'develop' into next
|
2020-07-05 00:09:26 +09:00 |
|
Kijin Sung
|
03f8081550
|
Send application/json content-type with JSON responses
|
2020-07-04 19:08:17 +09:00 |
|
Kijin Sung
|
68f428edd7
|
Fix getUrl() not resetting existing params when called with an array
|
2020-07-04 00:29:58 +09:00 |
|
Kijin Sung
|
67dfb3c282
|
Remove optional SSL
|
2020-07-03 00:41:59 +09:00 |
|
Kijin Sung
|
9fdcd86f1d
|
Add XMLRPCParser class to parse XE-compatible XML requests
|
2020-07-03 00:03:58 +09:00 |
|
Kijin Sung
|
84b7e9f8eb
|
Enable router with JSON requests
|
2020-07-02 16:42:12 +09:00 |
|
Kijin Sung
|
96950161f1
|
Use Context::getResponseMethod() to decide the response format
|
2020-07-02 16:28:15 +09:00 |
|
Kijin Sung
|
dd603639e0
|
Allow JSON requests with actual JSON payload
|
2020-07-02 16:13:31 +09:00 |
|
Kijin Sung
|
54375d16ad
|
Fix incorrect URL in admin header
|
2020-07-02 14:29:18 +09:00 |
|
Kijin Sung
|
ad5169bc7a
|
Remove legacy DB classes and XML query parser classes
|
2020-06-30 12:20:12 +09:00 |
|
Kijin Sung
|
92ff69591f
|
Use new parser to create all tables
|
2020-06-26 13:51:22 +09:00 |
|
Kijin Sung
|
e9bec851f9
|
Fix forms with empty actions
|
2020-06-20 15:50:22 +09:00 |
|
Kijin Sung
|
a6318436c2
|
Adjust argument priority
|
2020-06-19 11:33:21 +09:00 |
|
Kijin Sung
|
9372ee4cce
|
Change some internal methods to protected in ModuleHandler
|
2020-06-18 21:20:23 +09:00 |
|
Kijin Sung
|
99f36f56a6
|
Change unnecessary ModuleModel instance method calls to static calls in ModuleObject
|
2020-06-18 21:08:16 +09:00 |
|
Kijin Sung
|
41e02eb89a
|
General cleanup of ModuleHandler init()
|
2020-06-18 21:04:44 +09:00 |
|
Kijin Sung
|
85fcc79457
|
Reorganize data exchange format between Context and Router
|
2020-06-18 20:06:59 +09:00 |
|
Kijin Sung
|
5fa72f8629
|
Add 404 error handler and update permission data structure
|
2020-06-18 14:13:23 +09:00 |
|
Kijin Sung
|
e20c06bf00
|
Replace $_GET in ModuleHandler with router results
|
2020-06-18 13:48:41 +09:00 |
|
Kijin Sung
|
6286fd3397
|
Display 404 error if a route cannot be found
|
2020-06-18 13:25:16 +09:00 |
|
Kijin Sung
|
4c7e3dea82
|
Return more detailed information from router
|
2020-06-18 11:23:20 +09:00 |
|
Kijin Sung
|
f8ea38c22d
|
Remove vid handling code from HTMLDisplayHandler
|
2020-06-18 10:38:49 +09:00 |
|
Kijin Sung
|
221f30484f
|
Fix regexp for detecting valid mid/act/module
|
2020-06-17 22:54:22 +09:00 |
|
Kijin Sung
|
31c38c03a9
|
Cleanup unnecessary module instances in ModuleHandler
|
2020-06-17 22:40:01 +09:00 |
|
Kijin Sung
|
85c2f87f13
|
Move some security measures from ModuleHandler to Context
|
2020-06-17 22:31:22 +09:00 |
|
Kijin Sung
|
b5740052fc
|
Move SSL redirection logic to Context::init()
|
2020-06-17 22:25:40 +09:00 |
|
Kijin Sung
|
480635d131
|
Fix relative URLs in form actions and other HTML attributes
|
2020-06-17 18:38:26 +09:00 |
|
Kijin Sung
|
ca183c89a0
|
Fix missing variables
|
2020-06-16 20:55:06 +09:00 |
|
Kijin Sung
|
e83e82f8d3
|
Update Context::getUrl() to use Router
|
2020-06-14 20:31:57 +09:00 |
|
Kijin Sung
|
a680f89326
|
Adjust some parts of Context class for better integration with Router
|
2020-06-12 14:54:05 +09:00 |
|
Kijin Sung
|
baddbd3cba
|
Support XE-compatible rewrite rules
|
2020-06-12 14:16:36 +09:00 |
|
Kijin Sung
|
f01fb9ae42
|
Merge branch 'develop' into next
|
2020-06-12 10:28:36 +09:00 |
|
Kijin Sung
|
494e0ee028
|
Clean up usage of is_countable()
|
2020-06-08 20:35:54 +09:00 |
|
Min-Soo Kim
|
67a9aba082
|
Check is_countable in the DB.class.php
|
2020-06-07 23:03:52 +09:00 |
|