Michael Eshom
|
9ec80ef05d
The ' />' method of closing so-called 'void' tags is no longer required in HTML5, per #1215
|
hace 10 años |
Peter Spicer
|
44f9bf79c8
! This should force all outgoing email (currently at least!) to have a Message-ID. Failure to supply a message id can cause emails to be dropped as spam. sendmail itself attempts to guarantee uniqueness with a hash of microtime, but wherever feasible I've also tried to make the id both meaningful and give it something that should uniquify it. Things like newsletters, though, can't really be uniquified at sending level, so we'll just use microtime to deal with that for us.
|
hace 10 años |
Peter Spicer
|
ab926e51cf
! More things we don't really want hanging about.
|
hace 10 años |
Peter Spicer
|
e709e4d076
! In other news, since MySQL now requires 5.0.3 or higher, there's no reason to keep restricting unions or subselects; while it was previously possible to be running SMF on a version that didn't actually support these, now we are, and there's no reason we shouldn't use them if it would help us to do so.
|
hace 11 años |
Peter Spicer
|
4a10ad7b09
! Stupid rookie mistake of mine.
|
hace 11 años |
Suki
|
48d42bd23b
Merge branch 'release-2.1' of git://github.com/SimpleMachines/SMF2.1.git into htmlspecialchars
|
hace 11 años |
Peter Spicer
|
cd6c86d386
! Adds literal and empty parameters to queries, fixes #645
|
hace 11 años |
Suki
|
55127f1344
$smcFunc['htmlspecialchars'] on Subs-Db-mysqli
|
hace 11 años |
Michael Eshom
|
7302c2cdfa
Don't complain about the database version when there's a DB error (as per #507)
|
hace 11 años |
emanuele
|
f2c884ccea
Spaces and tabs - nitpicking
|
hace 11 años |
Geoffrey McRae
|
1fd5a2b127
Add MySQLi Support to SMF
|
hace 11 años |