Commit Graph

12 Commits

Author SHA1 Message Date
skull132 2411c4c51a No more formalities
Adjusts the warning announcement text.
2016-01-14 18:32:37 +02:00
skull132 849ac27e24 Text SQL Sanitzation Fixes
Because I was dumb. This should fix issues with notes and warnings, previously generated by the inputs not getting sanitized properly, and thus driving SQL insane.
2015-10-25 22:32:51 +02:00
skull132 bf61b9240f Warnings update hotfix
ID variable was not being passed properly on a few hyperlinks.
Better gray colour, because holy shit #080808 is butts.
2015-09-26 16:30:18 +03:00
skull132 32cda93d1e Warning verb update
Adds the ability to edit warnings, and to delete them (only if you're an admin, or if you are the person who issued it). Also adds a method for automatically making old warnings (3 months) expire, on the condition that they are already acknowledged.
2015-09-26 00:06:26 +03:00
skull132 d6b539c9d2 SQL Backend Update 2
Updating all table names referenced in the code to match a more suitable
structure.
2015-06-21 20:57:40 +03:00
skull132 01225fa3fc Warning additions
* Warnings can now be acknowledged from the my-warnings panel.
* If you have any warnings that you haven't acknowledged, then you will
be informed of them every single time you log in.
* Also fixed a minor logical issues due to me being a dumb upon initial
implementation.
2015-06-16 19:50:23 +03:00
skull132 d11456a586 Fixes for notes
* Fixes the dumb with the caller name saving
* Disables the transfer proc
2015-06-08 21:35:26 +03:00
skull132 963378041a SQL notes system
Creates and impliments a system of playernotes that actively pulls data
from SQL. Has one transfer proc in it that probably should not be run
unless the table is set up.
2015-06-07 00:53:22 +03:00
SoundScopes f8c3960aad Update warning.dm 2015-02-14 21:44:28 +00:00
skull132 d6f74202b3 Removes the debug from warnings and adds a notice for the client that was warned, with instructions on how to check up on it. 2015-02-08 15:37:06 +02:00
skull132 4737761d43 second, final commit. Lacking SQL schema, will be added later. 2015-02-02 15:13:46 +02:00
skull132 98958e3a78 Base code for warnings and related systems.
Main feature: warning.dm
2015-01-31 15:28:49 +02:00