Shish
|
95ef5940fc
|
consistently use colon parameters
|
2019-11-27 11:47:38 +00:00 |
|
Shish
|
247cfcbd77
|
Avoid shadowing global variable
When we aren't referencing the current `global $user`, we should give it
a different name to avoid confusion
|
2019-11-11 16:43:42 +00:00 |
|
Shish
|
f79eafc91e
|
format
|
2019-11-04 00:42:06 +00:00 |
|
Shish
|
d17e207984
|
Have get_arg never return null
90% of places assume it will never return null, and they will break in
weird ways if it does return null
|
2019-11-04 00:40:10 +00:00 |
|
Shish
|
ee948352a5
|
defaults
|
2019-11-03 19:25:51 +00:00 |
|
Shish
|
6bc33ee691
|
Drop SCORE_DATETIME/NOW - all the databases we care about now support TIMESTAMP/CURRENT_TIMESTAMP
|
2019-11-03 18:28:05 +00:00 |
|
Shish
|
031c441e47
|
split DatabaseUpgrade into a separate event from InitExt
|
2019-11-03 17:21:05 +00:00 |
|
Shish
|
b568933f45
|
remove extension metadata comments (we have metadata objects now)
|
2019-11-02 20:19:09 +00:00 |
|
Shish
|
55c6854003
|
formatting
|
2019-11-02 19:57:34 +00:00 |
|
Shish
|
30698fefdc
|
remove a bunch of dead variables and things
|
2019-10-02 11:23:57 +01:00 |
|
Shish
|
a7bddb1dac
|
get rid of is_admin, fixes #676
|
2019-09-29 19:01:09 +01:00 |
|
Matthew Barbour
|
de98e86938
|
ExtensionInfo conversions what have I done
|
2019-08-07 15:40:01 -05:00 |
|
Matthew Barbour
|
826c623538
|
PageMode constants
|
2019-06-18 21:04:31 -05:00 |
|
Shish
|
bf473f6d51
|
more lint fixes
|
2019-05-29 18:23:29 +01:00 |
|
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
|
dc10a18086
|
lots of minor doc tweaks, type hints, etc
|
2016-06-19 17:41:40 +01:00 |
|
Shish
|
35a4f385b3
|
phpstorm tidying
|
2015-09-12 11:43:28 +01: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
|
ddb6d32e29
|
fix fourm errors under postgresql
|
2014-03-02 21:59:19 +00:00 |
|
Daku
|
a863072bfb
|
DATETIME > SCORE_DATETIME
fixes #354
|
2014-03-02 18:50:46 +00:00 |
|
jgen
|
9892d1f7fd
|
PostgreSQL does not support INDEX() inside the CREATE TABLE method. You must create the index as a separate query. Fortunately MySQL also support this way of doing things as well.
|
2014-02-22 23:02:11 -05:00 |
|
Shish
|
936c1a65ca
|
fix off-by-ones
|
2012-10-06 15:59:13 +01:00 |
|
pachuco
|
d333345a2c
|
*Cosmetic changes to thread posts.
*Return link to forum index in thread page.
*Fixed pesky undefined $oe in theme.php.
*Reordered paginator for accessability
*Numbered posts.
|
2012-09-25 20:37:20 +03:00 |
|
pachuco
|
1db92e6f2a
|
Some CSS love.
|
2012-09-25 20:34:50 +03:00 |
|
pachuco
|
9cebef5a50
|
*Inexistent threads are no longer accesible.
*Pages outside index cut to last one(thread index and threads).
*Return to last page in thread after posting reply.
|
2012-09-25 20:33:56 +03:00 |
|
Shish
|
b538fd4e27
|
make the forum not *completely* broken...
|
2012-08-18 20:43:55 +01:00 |
|
Shish
|
67f1c1c51d
|
store enabled exts in a config file, rather than moving directories around
|
2012-03-31 18:59:28 +01:00 |
|