Keir Nellyer
e7ff175eff
Remove report site token todo message (is now resolved)
2016-10-27 23:48:54 +01:00
Keir Nellyer
100dc53ead
PC-1150 Close div's correctly
2016-10-27 16:09:11 +01:00
Keir Nellyer
3bcfa6adc5
PC-1150 Only show information section of site when report is being
...
displayed
2016-10-27 15:34:07 +01:00
Keir Nellyer
ecd9dfef1a
PC-1139 Update chatsnap site to support displaying of snapshots with
...
no associated report
2016-10-22 20:49:14 +01:00
Keir Nellyer
3dc9038bae
Fix incorrect column name in statement
2016-10-11 01:22:43 +01:00
Keir Nellyer
1f47d51935
Merge branches 'develop' and 'update/report-non-sequential' of github.com:Mineplex-LLC/Minecraft-PC into update/report-non-sequential
...
# Conflicts:
# Plugins/Mineplex.ReportSite/view.php
2016-10-11 00:55:26 +01:00
Keir Nellyer
f39ee7c247
Update chatsnap site to handle new token system
2016-10-11 00:45:33 +01:00
Keir Nellyer
e6bb0c2d78
Improve handling of circumstances whereby a report exists but no
...
corresponding chatsnap log on chatsnap site
2016-10-05 15:31:46 +01:00
Keir Nellyer
b30f395d88
Update chat snap site for backend changes
2016-08-29 12:21:57 +01:00
Keir Nellyer
b4ae149d89
Handlers can now abort a report allowing it to be handled by another
...
member of staff
2016-08-18 14:42:53 +01:00
Keir Nellyer
5b516fd7bd
Show player name in black if not suspect
2016-08-11 11:37:09 +01:00
Keir Nellyer
09b458af68
Mega-hack to remove unwanted whitespace (allowing the page to render
...
correctly)
2016-08-11 11:37:09 +01:00
Keir Nellyer
ebea70d078
Remove echo port debug line
2016-08-11 11:35:13 +01:00
Keir Nellyer
735eccca37
Move font styling over to stylesheet
2016-08-11 11:35:13 +01:00
Keir Nellyer
ff7a427787
Handle party chat correctly
2016-08-10 16:57:44 +01:00
Keir Nellyer
e43c241338
Display suspect username in red in chat log
2016-08-10 15:30:17 +01:00
Keir Nellyer
84d7838e13
Allow setting of alternative MySQL port
2016-08-09 15:37:45 +01:00
Keir Nellyer
bc1265a828
Remove custom font on player ranks to match rest of site
2016-08-09 15:23:15 +01:00
Keir Nellyer
d627c6e98e
Improve css styling slightly
2016-08-09 15:20:49 +01:00
Keir Nellyer
31800ee1e7
Colour suspect messages
2016-08-09 15:17:19 +01:00
Keir Nellyer
6294e66484
Show report category on report site
2016-08-08 16:51:40 +01:00
Keir Nellyer
20fc867578
Display rank 'ALL' as 'Player'
2016-07-27 15:52:22 +01:00
Keir Nellyer
80f0113183
Fix commands out of sync error by storing the result of the query
2016-07-19 17:56:27 +01:00
Keir Nellyer
fccc1834a5
Rewrite view.php to work without MySQL native driver
2016-07-19 17:31:46 +01:00
Keir Nellyer
d9240e1589
Invalid PHPDoc made me write bad code :P
2016-07-18 19:29:05 +01:00
Keir Nellyer
ca835bb4c6
Remove all try...finally clauses as they aren't supported in PHP 5.4
2016-07-18 19:08:37 +01:00
Keir Nellyer
17c7f36b04
Fix getInvolvedUsers not getting reporters
2016-07-18 14:37:23 +01:00
Keir Nellyer
c89b35f2f1
Remove redundant categories array
2016-07-18 14:36:21 +01:00
Keir Nellyer
3a8722a1a2
Remove redundant files and variables
2016-07-15 23:54:20 +01:00
Keir Nellyer
3b38a0ab65
Make interval display seconds when interval is less than a minute
2016-07-09 23:51:48 -04:00
Keir Nellyer
e607960b6a
Fix time intervals on report site not displaying correctly
...
Before this would display values such as "0 minute ago" and "1 minutes
ago".
2016-07-09 23:48:14 -04:00
Keir Nellyer
b808121d68
Make ReportResult and ReportMessage timezone friendly.
...
This switches all if not most of the report feature code to using the
new Java 8 date time API since it is much better for handling
timezone's.
This commit also creates a few new methods in UtilTime as they are
used throughout the "report" and "chatsnap" packages. They may also
come in useful for other developers using timezones.
2016-07-09 23:41:39 -04:00
Keir Nellyer
be8050a556
Make player ranks display better on report site
2016-07-09 22:47:38 -04:00
Keir Nellyer
e6de1ec13e
Renamed for easier understanding of the class's function
2016-07-07 17:51:05 -04:00
Keir Nellyer
aab5daa446
Remove old ReportServer and move site related files to ReportSite
...
directory
2016-07-07 17:49:06 -04:00