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
|
1e5ecef200
! More housecleaning
|
hace 10 años |
Peter Spicer
|
671b5587a5
! This can sometimes get called when there are other issues going on and cause a nasty fatal error.
|
hace 10 años |
Peter Spicer
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
hace 11 años |
Peter Spicer
|
d5871e4dd0
! Don't let the prune reports function prune open, or for that matter, ignored, reports.
|
hace 11 años |
Peter Spicer
|
b3d25d972c
! There are several places that HTTP only is expected but HTTPS is quite feasible.
|
hace 11 años |
Peter Spicer
|
16f9ef60f9
! In the wake of removing a bunch of icon images and using CSS, it seemed appropriate to have a quick breeze through looking for rogue $settings entries. There's still more but this is the first wave that can be done easily.
|
hace 11 años |
Peter Spicer
|
d5aab12f4b
! Move some standard detection further up the running order (which also ensures the cron setup also receives it) and ensure that 'essential theme data' actually covers one of the most important things.
|
hace 11 años |
Peter Spicer
|
88df24d9fb
! We also need to keep the private flag passed through the mail queue otherwise PMs could accidentally become readable if they failed to send in the mail queue the first time around.
|
hace 11 años |
Peter Spicer
|
d41d85a580
! Fix a long standing bug with the mail queue using the wrong variable by accident and do a little clean-up in the process to use the {literal:str} syntax I added.
|
hace 11 años |
Peter Spicer
|
46699b9bc9
! Fix Mantis issue 4912: if a scheduled task throws an error, note it and pass it back in the event of running tasks manually from the ACP.
|
hace 11 años |
Michael Eshom
|
f5d3043858
Merge pull request #390 from gnif/MySQLi
|
hace 11 años |
Illori
|
2c50939f27
Copyright update per BoD
|
hace 11 años |
Geoffrey McRae
|
1fd5a2b127
Add MySQLi Support to SMF
|
hace 11 años |
Suki
|
6d009fe0e6
No more "I've been hacked help me ASAP!!1!" support topics...
|
hace 11 años |
emanuele
|
b78ee2f6df
Mails added back to the queue after failure are no more thousands days old - Thanks CoreISP for the report and SleePy for the fix
|
hace 12 años |
Michael Johnson
|
5efaf7a21a
Revert "Copyright correction."
|
hace 12 años |
Michael Johnson
|
90fb4d0952
Revert "Tweaking copyright line for accuracy. (thank you Thantos)"
|
hace 12 años |
Norv
|
789a1a1697
Tweaking copyright line for accuracy. (thank you Thantos)
|
hace 12 años |
Norv
|
74598c2506
Copyright correction.
|
hace 12 años |
Spuds
|
c8e62fe029
! Fix many of the phpdocumentor errors with our docblock's
|
hace 12 años |
emanuele
|
435e5e104c
A hook to allow include files during scheduled tasks
|
hace 12 años |
emanuele
|
02667d6d57
Copyrights changed to 2012
|
hace 12 años |
Spuds
|
b81e891af3
! Fix col name used in maintenance query
|
hace 12 años |
Spuds
|
427ece1faa
! Spacing,spelling and comments ... pedantic at its best
|
hace 12 años |
Spuds
|
af915c8fee
! Initial commit of Post and PM drafts function, don't expect everything to work ;)
|
hace 12 años |
Spuds
|
0b1f8df7bc
! First commit of moved topic upgrades. Allows to set an expiration limit on the moved notice for auto removal, Adds ability to redirect by clicking on the moved topic notice from the topic list instead of navigating in to the moved topic message to select the link.
|
hace 12 años |
emanuele
|
70d8bc779e
! Scheduled task name too long...thanks PostgreSQL
|
hace 12 años |
emanuele
|
de836631d5
+ Added scheduled task to remove temporary attachments
|
hace 12 años |
emanuele
|
f3ad8a00af
Merge branch 'master' into flat_email_templates
|
hace 12 años |