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.
|
10 rokov pred |
Peter Spicer
|
1e5ecef200
! More housecleaning
|
10 rokov pred |
Peter Spicer
|
671b5587a5
! This can sometimes get called when there are other issues going on and cause a nasty fatal error.
|
10 rokov pred |
Peter Spicer
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 rokov pred |
Peter Spicer
|
d5871e4dd0
! Don't let the prune reports function prune open, or for that matter, ignored, reports.
|
11 rokov pred |
Peter Spicer
|
b3d25d972c
! There are several places that HTTP only is expected but HTTPS is quite feasible.
|
11 rokov pred |
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.
|
11 rokov pred |
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.
|
11 rokov pred |
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.
|
11 rokov pred |
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.
|
11 rokov pred |
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.
|
11 rokov pred |
Michael Eshom
|
f5d3043858
Merge pull request #390 from gnif/MySQLi
|
11 rokov pred |
Illori
|
2c50939f27
Copyright update per BoD
|
11 rokov pred |
Geoffrey McRae
|
1fd5a2b127
Add MySQLi Support to SMF
|
11 rokov pred |
Suki
|
6d009fe0e6
No more "I've been hacked help me ASAP!!1!" support topics...
|
11 rokov pred |
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
|
12 rokov pred |
Michael Johnson
|
5efaf7a21a
Revert "Copyright correction."
|
12 rokov pred |
Michael Johnson
|
90fb4d0952
Revert "Tweaking copyright line for accuracy. (thank you Thantos)"
|
12 rokov pred |
Norv
|
789a1a1697
Tweaking copyright line for accuracy. (thank you Thantos)
|
12 rokov pred |
Norv
|
74598c2506
Copyright correction.
|
12 rokov pred |
Spuds
|
c8e62fe029
! Fix many of the phpdocumentor errors with our docblock's
|
12 rokov pred |
emanuele
|
435e5e104c
A hook to allow include files during scheduled tasks
|
12 rokov pred |
emanuele
|
02667d6d57
Copyrights changed to 2012
|
12 rokov pred |
Spuds
|
b81e891af3
! Fix col name used in maintenance query
|
12 rokov pred |
Spuds
|
427ece1faa
! Spacing,spelling and comments ... pedantic at its best
|
12 rokov pred |
Spuds
|
af915c8fee
! Initial commit of Post and PM drafts function, don't expect everything to work ;)
|
12 rokov pred |
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.
|
12 rokov pred |
emanuele
|
70d8bc779e
! Scheduled task name too long...thanks PostgreSQL
|
12 rokov pred |
emanuele
|
de836631d5
+ Added scheduled task to remove temporary attachments
|
12 rokov pred |
emanuele
|
f3ad8a00af
Merge branch 'master' into flat_email_templates
|
12 rokov pred |