Shish
|
34b05cca7c
|
PSR-2. I'm not a huge fan, but ugly consistency beats no consistency...
|
2019-05-28 17:59:38 +01:00 |
|
Shish
|
977c3db1e3
|
PHP7 type annotations
|
2017-09-21 05:21:42 +01:00 |
|
Shish
|
6febdec7b5
|
more explicit variable types
|
2016-06-19 23:05:57 +01:00 |
|
Shish
|
e415bd3fca
|
more database support
|
2015-08-09 12:20:43 +01:00 |
|
Shish
|
97a0aa7e4c
|
give unread PM count a class, so custom themes can make it red if they wish
|
2015-04-18 10:31:24 +01:00 |
|
Shish
|
c0dfd9adc0
|
a little extra consistency in cache variable names
|
2014-11-26 13:09:49 +00:00 |
|
jgen
|
1ca3865a1c
|
Removing the closing PHP "?>" tag as per style guidelines. (Also see: https://stackoverflow.com/questions/4410704/why-would-one-omit-the-close-tag )
|
2014-04-25 22:54:51 -04:00 |
|
Shish
|
da29912646
|
tidy up a bunch of lint errors
|
2014-03-17 22:05:37 +00:00 |
|
Daku
|
a863072bfb
|
DATETIME > SCORE_DATETIME
fixes #354
|
2014-03-02 18:50:46 +00:00 |
|
Shish
|
9d5fed4a94
|
sneaky update
|
2013-02-11 08:15:28 +00:00 |
|
Shish
|
ff39a1df91
|
explicit sorting for PM list
|
2013-02-09 10:26:30 +00:00 |
|
Shish
|
8dfeb7cda3
|
longer cache timings, with better invalidation
|
2012-06-24 01:57:12 +01:00 |
|
Shish
|
239e028662
|
flash messages everywhere~
|
2012-06-10 04:21:03 +01:00 |
|
green-ponies (jgen)
|
dd88127c30
|
Undoing this commit: Removing unnecessary call to int_escape(). Simply cast to int inline, saving function call overhead.
|
2012-04-18 00:54:18 -04:00 |
|
green-ponies (jgen)
|
a0a0ba5bbc
|
A better version of bool_escape() that uses filter_var if possible.
Also removed undb_bool() as it was basically a copy of the old bool_escape function.
|
2012-04-15 19:28:27 -04:00 |
|
green-ponies (jgen)
|
a82f9382d1
|
Removing unnecessary call to int_escape(). Simply cast to int inline, saving function call overhead.
|
2012-04-15 18:40:06 -04:00 |
|
Shish
|
67f1c1c51d
|
store enabled exts in a config file, rather than moving directories around
|
2012-03-31 18:59:28 +01:00 |
|