Kijin Sung
|
b7c921bd0a
|
Add DateTime::formatTimestamp() method using the internal timezone
|
2016-02-12 09:09:03 +09:00 |
|
Kijin Sung
|
aaa3e25ad5
|
Implement more precise timezone handling in edge cases
|
2016-02-11 21:27:36 +09:00 |
|
Kijin Sung
|
646159e679
|
Set use_mobile_view to 'true' if previous setting does not exist at all
|
2016-02-10 09:33:24 +09:00 |
|
Kijin Sung
|
605fdec1a2
|
Allow sitelock immediately after install (#160)
|
2016-02-08 22:00:17 +09:00 |
|
Kijin Sung
|
a499aa0d1f
|
Fix inconsistent capitalization of Rhymix
|
2016-02-08 16:31:10 +09:00 |
|
Kijin Sung
|
8a7f509a1a
|
Separate XML lang parser into its own class
|
2016-02-08 15:46:48 +09:00 |
|
Kijin Sung
|
95bafb094b
|
Clean up config juggling routines
|
2016-02-08 15:39:28 +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
|
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
|
58df8ae7f5
|
Fix parsing of XML lang files with 3 or more levels of hierarchy
|
2016-02-05 17:54:39 +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
|
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
|
a36bc03970
|
Simplify FTP configuration using new format
|
2016-02-04 16:10:52 +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 |
|
Kijin Sung
|
0b1fa79f43
|
Update installer to use new config format
|
2016-02-03 15:39:58 +09:00 |
|
Kijin Sung
|
28af7b95cf
|
Do not attempt to save new config if loading failed
|
2016-02-03 11:31:33 +09:00 |
|
Kijin Sung
|
0fba6ea226
|
Miscellaneous fixes to new config handling
|
2016-02-03 11:16:49 +09:00 |
|
Kijin Sung
|
ff3600b63c
|
Add default configuration and converter
|
2016-02-02 21:15:31 +09:00 |
|
Kijin Sung
|
343ad39b79
|
Add method to get real IP from CloudFlare headers
|
2016-02-02 09:30:00 +09:00 |
|
Kijin Sung
|
409ab63276
|
Add IpFilter class that can handle CIDR, IPv6, wildcard ranges
|
2016-02-02 09:14:31 +09:00 |
|
Kijin Sung
|
0012bb296e
|
Add basic exception class
|
2016-02-01 20:11:46 +09:00 |
|
Kijin Sung
|
56f4bdaa09
|
Also autoload common lang files when requested
|
2016-02-01 15:04:46 +09:00 |
|
Kijin Sung
|
61e1108afb
|
Autoload plugin when language translation is requested
|
2016-02-01 14:23:53 +09:00 |
|
Kijin Sung
|
693fce7601
|
Allow plugin name in language keys
|
2016-02-01 13:43:14 +09:00 |
|
Kijin Sung
|
5c1a68ae16
|
Keep translations from different sources separate
|
2016-02-01 13:30:15 +09:00 |
|
Kijin Sung
|
8b1160c320
|
Add batch converter for language files
|
2016-01-31 15:37:29 +09:00 |
|
Kijin Sung
|
fe121a0f18
|
Improve array handling in lang parser
|
2016-01-31 15:27:02 +09:00 |
|
Kijin Sung
|
1eba1a6f12
|
Add option to specify the output filename when converting languages
|
2016-01-31 14:56:01 +09:00 |
|
Kijin Sung
|
f45779c3f8
|
Simplify loading function for supported language list
|
2016-01-31 14:47:01 +09:00 |
|
Kijin Sung
|
a39e0b0993
|
Alias 'jp' to 'ja' for backward compatibility
|
2016-01-30 22:32:33 +09:00 |
|
Kijin Sung
|
f1e90df660
|
Fix syntax incompatible with PHP 5.3
|
2016-01-27 17:51:59 +09:00 |
|
Kijin Sung
|
f68e6118bc
|
Initial implementation of lang class that prefers PHP to XML
|
2016-01-27 16:26:06 +09:00 |
|