Peter Spicer
|
bd2a2a6cbe
! Don't try to load the theme from cron because of an error, because there's no way that can't end badly.
|
пре 11 година |
Peter Spicer
|
6275ac7ff2
! Remove extra hardcore debugging options that no-one knew about and that would likely give you so much more in your error log than what you were looking for anyway. Fixes #949
|
пре 11 година |
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.
|
пре 11 година |
Peter Spicer
|
f333434819
! Bump the installer to require MySQL 5.0.3 instead of a very old version. There are things we are looking to do that require 5.0.3 as a flat minimum.
|
пре 11 година |
Peter Spicer
|
6788646969
! Load average can actually legitimately be zero sometimes. Thanks to Woet - http://www.simplemachines.org/community/index.php?topic=487018.0 - for the report.
|
пре 11 година |
Peter Spicer
|
9143dea349
! We asked the community, we listened. Might have taken a while but here we go, let's make the default on install to return to the topic by default. I do plan on making other changes to this sometime but they rely on this sort of behaviour anyway.
|
пре 11 година |
Peter Spicer
|
360d2e6e5c
! Hopefully guard better against bad stuff happening in package backup process.
|
пре 11 година |
Peter Spicer
|
2ddc76f71b
! Prevent occasional bad data getting into the members data.
|
пре 11 година |
Peter Spicer
|
e485bfba29
! We don't use these queries any more, don't need their query-specific replacements either.
|
пре 11 година |
Peter Spicer
|
5e7d98700a
! There really is no good reason now not to be ORDER BY LENGTH(code) for smileys. MySQL supports it now after those rocky days when we couldn't rely on it, PGSQL and SQLite seem to support it as far as I can tell, it's also cached so the filesort isn't the killer it could necessarily be. Let's do this and fix #1091 while we're at it.
|
пре 11 година |
Michael Eshom
|
5e01510014
Merge pull request #1127 from Oldiesmann/release-2.1
|
пре 11 година |
Michael Eshom
|
c605228a20
! Fix bugs related to auto-saving drafts
|
пре 11 година |
Arantor
|
ff12ed12ef
Merge pull request #1126 from Arantor/release-2.1
|
пре 11 година |
Peter Spicer
|
3a166d0824
! And lastly we need somewhere to show off the requests. It's functional but not especially pretty.
|
пре 11 година |
Peter Spicer
|
1701228ef4
! The mod center needs to be aware of these changes too.
|
пре 11 година |
Peter Spicer
|
d3cf984b03
! And a token we had forgotten.
|
пре 11 година |
Peter Spicer
|
7743cc9e80
! Don't discard the report when closing, instead update it. Principal fix for #969, everything else here is for support.
|
пре 11 година |
Peter Spicer
|
ced3a11822
! Make sure we set the request up properly and don't confuse the membership page with having multiple requests when in reality only one should be applicable.
|
пре 11 година |
Peter Spicer
|
a88d9fc12d
! And the upgrader for it, which is a bit more complex as it has to adjust the indexes on the table too.
|
пре 11 година |
Peter Spicer
|
96e725c4a9
! So we're going to be logging fun stuff for group requests. Let's kick off with new DB goodness.
|
пре 11 година |
Michael Eshom
|
b84998d38d
Merge pull request #1123 from MissAllSunday/create_object
|
пре 11 година |
Suki
|
01d5197029
Add a legend for methods
|
пре 11 година |
Suki
|
e8f90d0538
Get the correct value for filename from $hook_status
|
пре 11 година |
Suki
|
75f73e8790
Add debug info for instances $context['debug']['instances']
|
пре 11 година |
Suki
|
5fed06fdbb
pseudo-singleton pattern
|
пре 11 година |
Suki
|
da0f5d2287
Add object param to Subs::remove_integration_functio()
|
пре 11 година |
Suki
|
b9bee139bc
Log if hook execution failed
|
пре 11 година |
Suki
|
e2f0752129
Create the object if requested
|
пре 11 година |
Suki
|
9a15e18cb4
Add a new param to add_integration_function
|
пре 11 година |
Michael Eshom
|
ddb4bb4fc0
Merge pull request #1122 from Oldiesmann/release-2.1
|
пре 11 година |