Commit Graph

44 Commits

Author SHA1 Message Date
Keir Nellyer 82894eacaa Remove todo as this is confirmed working 2016-06-30 17:43:06 -04:00
Keir Nellyer 164d1c580d Check if date time is before correctly 2016-06-30 17:40:12 -04:00
Keir Nellyer 7db7c0914e Get time since report has been created 2016-06-30 17:23:29 -04:00
Keir Nellyer c076a46078 Show all involved users correctly 2016-06-29 22:13:13 -04:00
Keir Nellyer 1c73d2a793 Fix age of report not showing when no chat messages
Use a dummy value for now until I get the system to calculate the age
 of the report.
2016-06-29 18:16:26 -04:00
Keir Nellyer a3f4a4c185 Change message for when there are no chat messages for a report 2016-06-29 18:07:26 -04:00
Keir Nellyer e1a32b6da0 Show error messages for reports which do not have any related chat
messages
2016-06-29 18:06:30 -04:00
Keir Nellyer d2b1a7b0c1 Add todo for handling invalid report number input 2016-06-28 21:50:33 -04:00
Keir Nellyer 128f6af83d Show time of last report and time since 2016-06-27 18:15:41 +01:00
Keir Nellyer c5319dbe1d Switch identifier system for id system (no need for tokens any more) 2016-06-24 18:08:47 +01:00
Keir Nellyer 6028bfb0d0 Make expanded pages work again 2016-06-24 18:06:33 +01:00
Keir Nellyer 7e33558e2d Updates to the report system website, semi-works 2016-06-23 20:41:46 +01:00
Keir Nellyer 7b184eab03 Fix various MySQL errors, further transition to fetching from db 2016-06-23 15:18:00 +01:00
Keir Nellyer dbf0a79b95 Update deprecated constructors to new-style constructors 2016-06-23 14:48:57 +01:00
Keir Nellyer 71a4b601e5 Some work on getting the chatsnap site to read from the database 2016-06-19 22:21:12 +01:00
Keir Nellyer 57e9cd6e19 Add class headers and remove @author tags
This makes the PR compliant with with the Mineplex coding style.
Class headers are used to describe the function of a class and git
history will be used to determine the author of a class.
2016-04-24 17:10:29 +01:00
Keir Nellyer ffc678cc3d Small tidy-up of code. 2016-02-27 00:25:48 +00:00
Keir Nellyer bafd34f9ac Add "Show All" link. 2016-02-27 00:08:48 +00:00
Keir Nellyer c9b343a1fb Pro-tip: Always make sure you read Trello before adding a feature (un-doing pagination). 2016-02-26 22:55:33 +00:00
Keir Nellyer af8ad218be Separate previous, pages and next buttons. 2016-02-25 18:29:38 +00:00
Keir Nellyer 1c7d48575f Initial pagination draft. 2016-02-25 18:18:35 +00:00
Keir Nellyer a8f9c91534 ReportServer: update package name and configure Maven to generate a META-INF file with the main class name included. 2016-02-02 22:28:18 +00:00
Keir Nellyer a51c579f74 Fix Maven configuration for ReportServer project. 2016-02-01 22:52:24 +00:00
Keir Nellyer 253f5cc664 Improve our English slightly. 2016-01-29 23:12:50 +00:00
Keir Nellyer 5f14670bc2 Remove old redundant iml file. 2016-01-28 11:20:40 +00:00
Keir Nellyer 3fc11e5c8a For some reason this didn't get committed with the previous stuff. 2016-01-27 21:54:34 +00:00
Keir Nellyer ac37417fca Merge branches 'develop' and 'feature/report' of ssh://dev.mineplex.com:7999/min/mineplex into feature/report
# Conflicts:
#	Plugins/.idea/modules.xml
2016-01-27 21:44:04 +00:00
Keir Nellyer 40833c80bd Tiny spell fix. 2016-01-17 00:34:18 +00:00
Keir Nellyer 398c56983b Retrieve player ranks from database and display them. 2016-01-16 23:45:37 +00:00
Keir 19301271a4 Fix format character. 2016-01-13 11:51:49 +00:00
Keir 7db3f3469f Destroy pool when a thread ends. 2016-01-09 22:21:27 +00:00
Keir 710654cd06 Use Validate class from Apache Commons to minify code. 2016-01-08 15:06:13 +00:00
Keir 3be6030a5d Exit if no identifier is supplied before any errors are caused. 2016-01-07 16:21:33 +00:00
Keir 21d8576787 Fix "bubbles" becoming detached from their icon. 2016-01-07 15:52:03 +00:00
Keir 644453a9c4 Name PubSub threads. 2016-01-07 07:06:55 +00:00
Keir a63d98a2d7 Write to files asynchronously. 2016-01-07 07:04:24 +00:00
Keir abc15e3a4c Handle multiple multi-threaded Redis connections (and re-connections), improved logging, various refactors. 2016-01-07 06:58:21 +00:00
Keir 98a7b6d6d6 Allow data directory to be configured using a command-line parameter. 2016-01-07 04:40:39 +00:00
Keir 63f8b3a74e Keep files for 15 days instead of 1. 2016-01-05 22:33:07 +00:00
Keir 00e92f2569 Change date time format, biggest -> lowest units. 2015-12-29 06:20:13 +00:00
Keir 16b3ad6c1c Hovering over a reports age now shows the full date and time it was created. 2015-12-29 06:09:45 +00:00
Keir 738815bbb1 Show age of report instead of creation date and time for ease of use. 2015-12-29 05:51:50 +00:00
Keir 912b4aa4c8 Get Redis connection data from redis-servers.dat file. 2015-12-29 05:19:56 +00:00
Keir 56c5b8edee Rename module to ReportServer. 2015-12-24 21:29:40 +00:00