ruan
|
9260bbdf4e
|
Add #30 - option to disable server scope column
|
2018-02-28 10:05:06 +02:00 |
|
ruan
|
4abcd21eaf
|
Added server origin to punishment info pages
|
2018-02-28 09:57:05 +02:00 |
|
ruan
|
88cc07540b
|
Fixed avatar source bug
|
2018-02-28 09:39:14 +02:00 |
|
ruan
|
16f2dc1f7c
|
Changed avatar source tokens from $UUID/$NAME to {uuid}/{name}
|
2018-02-28 09:32:52 +02:00 |
|
ruan
|
f70426330d
|
Refactor settings.php, added documentation
Clarified offline-mode avatar source situation.
|
2018-02-23 15:48:44 +02:00 |
|
ruan
|
f282e9cfde
|
Request non-dashed UUIDs from avatar source
|
2018-02-22 06:16:32 +02:00 |
|
ruan
|
a2abd7f782
|
Add offline-mode avatar source as Crafatar no longer supports names
|
2018-02-21 12:40:15 +02:00 |
|
ruan
|
da32ec89b2
|
Make it possible to translate info.php tags - Active, Inactive, Permanent
|
2018-01-31 16:45:20 +02:00 |
|
ruan
|
f9f3ffde8c
|
Added option to hide silent bans
|
2018-01-20 12:40:51 +02:00 |
|
ruan
|
55ff0bebb5
|
Update LICENSE.md
|
2018-01-12 07:18:56 +02:00 |
|
ruan
|
2282add05c
|
Update access-denied.php
|
2018-01-12 06:31:11 +02:00 |
|
ruan
|
cfe574d9cf
|
Fixed warnings generating an error on history.php (fixes #31)
|
2018-01-11 06:04:17 +02:00 |
|
ruan
|
bc233ad9d4
|
Add server scope column to all tables
|
2017-12-04 06:53:05 +02:00 |
|
ruan
|
260d6a67cc
|
Big refactor to locale system for fallback language support
|
2017-12-04 06:44:23 +02:00 |
|
ruan
|
2ceb48bca8
|
Merge remote-tracking branch 'origin/master'
|
2017-11-14 09:01:52 +02:00 |
|
ruan
|
b29aa21fcc
|
Update for version 2.2.5
|
2017-11-14 09:01:29 +02:00 |
|
Ruan
|
695288ab77
|
Merge pull request #27 from ArtutoGamer/patch-1
Added es_MX.utf8.php
|
2017-10-15 06:50:08 +02:00 |
|
Artuto
|
93b1c4eea2
|
Create es_MX.utf8.php
|
2017-10-14 18:42:02 -05:00 |
|
ruan
|
c2d6fccf59
|
Add nl_NL.utf8.php by @Shadow48402
|
2017-09-18 07:52:07 +02:00 |
|
ruan
|
531aa2c6d5
|
Add option for offline-mode UUID avatars
|
2017-09-08 06:29:33 +02:00 |
|
ruan
|
2d8663f27d
|
Reduce image size
|
2017-09-06 16:35:33 +02:00 |
|
ruan
|
9f20c77428
|
Allow name_under for info.php
|
2017-06-30 19:51:00 +02:00 |
|
ruan
|
a07db7e7e9
|
Revert timezone code for now
|
2017-06-30 07:07:16 +02:00 |
|
ruan
|
0b4d3fc39c
|
Add line break for name_under
|
2017-06-29 23:20:59 +02:00 |
|
ruan
|
663221c76a
|
Fix new expiry method issues
|
2017-06-29 23:19:58 +02:00 |
|
ruan
|
bfccfee536
|
Non-null removed_by_name is not expired
|
2017-06-29 22:24:42 +02:00 |
|
ruan
|
47a1529529
|
Timezones are fun
|
2017-06-29 22:21:37 +02:00 |
|
ruan
|
fc65dda94b
|
Add better punishment expiry detection
|
2017-06-29 22:12:47 +02:00 |
|
ruan
|
08353acdae
|
Fix vertical align
|
2017-06-22 19:28:05 +02:00 |
|
ruan
|
9546e1bc31
|
Vertical align middle by default for tables
|
2017-06-22 18:05:50 +02:00 |
|
ruan
|
1daa5b36ca
|
Always accept console_name as a console alias for get_avatar()
|
2017-06-22 14:22:09 +02:00 |
|
ruan
|
55e6eeda36
|
Update README.md
|
2017-05-31 19:23:58 +02:00 |
|
ruan
|
cd93da5ccd
|
Add user contributed translation: it_IT
|
2017-05-31 19:06:30 +02:00 |
|
ruan
|
a05d144380
|
Remove yes/no translations since they are never used
|
2017-05-15 06:38:34 +02:00 |
|
ruan
|
ce374b2076
|
Add ja_JP.utf8.php.
|
2017-05-13 15:34:56 +02:00 |
|
ruan
|
424be314af
|
Disable left align in info.php (fixes #20)
|
2017-05-09 13:05:01 +02:00 |
|
ruan
|
bde64a2058
|
Add new columns (todo impl)
|
2017-05-08 15:21:23 +02:00 |
|
ruan
|
401d7a161a
|
Align left when not center
|
2017-04-15 10:32:23 +02:00 |
|
ruan
|
e18c77dfd6
|
Remove utf-8 header() since charset is defined in header.php html
|
2017-03-29 12:02:00 +02:00 |
|
ruan
|
12ff3aad62
|
Update strftime assertion error message
|
2017-02-27 10:02:19 +02:00 |
|
ruan
|
b70d73788b
|
Use \x instead of \u because \u doesn't work everywhere for some reason
|
2017-02-27 09:09:20 +02:00 |
|
ruan
|
3c64498592
|
Merge remote-tracking branch 'origin/master'
|
2017-02-27 08:43:20 +02:00 |
|
ruan
|
4d449c47b6
|
fixed bug with chat color character (§) in punishment reasons resulting in empty reason
|
2017-02-27 08:43:03 +02:00 |
|
Ruan
|
cfc397909e
|
Merge pull request #18 from ShakyBlood/patch-1
Update lang/es_ES.utf8.php
|
2017-02-05 15:13:37 +02:00 |
|
ShakyBlood
|
b9e4591103
|
Update this Language PHP
I've changed some phrases because there were some errors and I think my translation is good for yours. Enjoy!
|
2017-02-05 14:11:02 +01:00 |
|
ruan
|
d9b7360f25
|
Modify strftime test
|
2017-02-04 14:47:44 +02:00 |
|
ruan
|
ea25965003
|
Possible fix for #16
|
2017-02-03 13:36:45 +02:00 |
|
ruan
|
e60cefc43b
|
Use UTC for strftime testing
|
2017-01-08 08:23:10 +02:00 |
|
ruan
|
f086baa49c
|
Fix #17
|
2017-01-08 06:11:22 +02:00 |
|
ruan
|
19dec57536
|
Update LICENSE.md
|
2017-01-05 08:29:54 +02:00 |
|