Commit graph

2101 commits

Author SHA1 Message Date
Kijin Sung
6b4d69bcc2 Remove old debug constants 2016-02-13 11:19:13 +09:00
Kijin Sung
12673a29c6 Also display debug information for previous AJAX request in panel 2016-02-13 10:31:04 +09:00
Kijin Sung
373305ab6b Initial implementation of debug panel on web page 2016-02-13 01:33:06 +09:00
Kijin Sung
e956ee88d7 Also print debug information when responding via JSON 2016-02-12 21:48:00 +09:00
Kijin Sung
f334879840 Remove use of debug constant in ModuleHandler 2016-02-12 21:33:37 +09:00
Kijin Sung
ac8460d782 Finalize debug data format and allow all statistics to be collected 2016-02-12 21:31:38 +09:00
Kijin Sung
8394afce74 Minor adjustments 2016-02-12 20:33:05 +09:00
Kijin Sung
4b835bfe71 Separate debug comment into its own template 2016-02-12 17:42:46 +09:00
Kijin Sung
47bca4f2ca Replace debugPrint() and handleError() with new system 2016-02-12 16:43:19 +09:00
Kijin Sung
d63900547e Replace debug comment with new system 2016-02-12 16:35:10 +09:00
Kijin Sung
81ef35a887 Make the error page more flexible 2016-02-12 14:12:22 +09:00
Kijin Sung
a26b17d012 The default URL is always defined 2016-02-12 11:20:45 +09:00
Kijin Sung
7ac2312eb7 Use getInternalDateTime() as default time value for DB insert 2016-02-12 09:21:53 +09:00
Kijin Sung
7955aaddd0 Clean up Memcached and Redis cache handlers 2016-02-11 13:56:17 +09:00
Kijin Sung
f3d3122787 Make object cache configurable via the admin UI 2016-02-11 13:32:55 +09:00
Kijin Sung
b8b93159e2 Clean up CacheHandler 2016-02-11 11:08:25 +09:00
Kijin Sung
25eef85d8a Remove two-tier caching of template files 2016-02-11 10:44:47 +09:00
Kijin Sung
d5a5364814 Clean up some methods in DB classes 2016-02-11 10:33:15 +09:00
Kijin Sung
80f2dd7a8a Replace is_a() and is_subclass_of() with instanceof 2016-02-11 09:57:08 +09:00
Kijin Sung
53a24a0e8a Also prevent addons from overwriting output with query object 2016-02-10 16:39:19 +09:00
Kijin Sung
82da535ec6 Prevent addons from overwriting important variables with nonsense 2016-02-10 16:34:55 +09:00
Kijin Sung
8f9011a235 Fix #247 missing title in sitelock page 2016-02-10 11:42:36 +09:00
Kijin Sung
0952432779 Fix master/slave DB handling during transaction 2016-02-10 11:24:10 +09:00
qw5414
2c610b1aed Fixed Modify can not be imported DBInfo SSL setting. 2016-02-10 05:23:06 +09:00
Kijin Sung
dbc71e062b Fix #242 incorrect mod_rewrite setting 2016-02-09 16:12:46 +09:00
Kijin Sung
28095d7b6d Prevent infinite redirect and add logout link to sitelock message 2016-02-09 11:37:43 +09:00
Kijin Sung
95f8bf9a43 Also use system_message template for site lock 2016-02-09 10:55:26 +09:00
Kijin Sung
dcba0bec58 Change sitelock HTTP code to 503 Service Unavailable 2016-02-08 22:25:56 +09:00
Kijin Sung
9e9b09464f Clean up admin IP whitelist and block at login time 2016-02-08 21:26:43 +09:00
Kijin Sung
a499aa0d1f Fix inconsistent capitalization of Rhymix 2016-02-08 16:31:10 +09:00
Kijin Sung
066f3017c7 Use gzip setting from new config format 2016-02-08 15:50:26 +09:00
Kijin Sung
95bafb094b Clean up config juggling routines 2016-02-08 15:39:28 +09:00
Kijin Sung
6b5e95a0c4 Select InnoDB engine automatically if available 2016-02-07 23:13:22 +09:00
Kijin Sung
78cb8aea17 Merge branch 'develop' into pr/new-config-format 2016-02-06 21:12:10 +09:00
Kijin Sung
93ef1b295f Fix #219 error while loading menu type 2016-02-06 21:05:12 +09:00
Kijin Sung
e2199f19ec Apply numeric array conversion to every JSON request as well 2016-02-06 15:02:49 +09:00
Kijin Sung
fed4f950bf Fix encoding of numeric arrays in XMLRPC->JSON conversion 2016-02-06 14:57:16 +09:00
Kijin Sung
1eced59239 Only re-create old config file at install time 2016-02-06 12:53:48 +09:00
Kijin Sung
ede85adf24 Automatically create old config file if it does not exist 2016-02-06 12:49:46 +09:00
Kijin Sung
3b641c1774 Do not leave out any custom configuration 2016-02-06 12:41:12 +09:00
Kijin Sung
08e4d82f23 Improve compatibility with some apps that work closely with system config 2016-02-05 23:16:22 +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
f7aad28d2c Remove remaining references to getDBInfo() 2016-02-05 15:18:31 +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
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
66d8cbfae7 Set the default timezone as early as possible 2016-02-05 10:36:10 +09:00
Kijin Sung
89db7c7c7c Load system configuration before Context::init() 2016-02-04 20:41:53 +09:00