Peter Spicer
|
360d2e6e5c
! Hopefully guard better against bad stuff happening in package backup process.
|
před 11 roky |
Peter Spicer
|
2ddc76f71b
! Prevent occasional bad data getting into the members data.
|
před 11 roky |
Peter Spicer
|
e485bfba29
! We don't use these queries any more, don't need their query-specific replacements either.
|
před 11 roky |
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.
|
před 11 roky |
Michael Eshom
|
5e01510014
Merge pull request #1127 from Oldiesmann/release-2.1
|
před 11 roky |
Michael Eshom
|
c605228a20
! Fix bugs related to auto-saving drafts
|
před 11 roky |
Arantor
|
ff12ed12ef
Merge pull request #1126 from Arantor/release-2.1
|
před 11 roky |
Peter Spicer
|
3a166d0824
! And lastly we need somewhere to show off the requests. It's functional but not especially pretty.
|
před 11 roky |
Peter Spicer
|
1701228ef4
! The mod center needs to be aware of these changes too.
|
před 11 roky |
Peter Spicer
|
d3cf984b03
! And a token we had forgotten.
|
před 11 roky |
Peter Spicer
|
7743cc9e80
! Don't discard the report when closing, instead update it. Principal fix for #969, everything else here is for support.
|
před 11 roky |
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.
|
před 11 roky |
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.
|
před 11 roky |
Peter Spicer
|
96e725c4a9
! So we're going to be logging fun stuff for group requests. Let's kick off with new DB goodness.
|
před 11 roky |
Michael Eshom
|
b84998d38d
Merge pull request #1123 from MissAllSunday/create_object
|
před 11 roky |
Suki
|
01d5197029
Add a legend for methods
|
před 11 roky |
Suki
|
e8f90d0538
Get the correct value for filename from $hook_status
|
před 11 roky |
Suki
|
75f73e8790
Add debug info for instances $context['debug']['instances']
|
před 11 roky |
Suki
|
5fed06fdbb
pseudo-singleton pattern
|
před 11 roky |
Suki
|
da0f5d2287
Add object param to Subs::remove_integration_functio()
|
před 11 roky |
Suki
|
b9bee139bc
Log if hook execution failed
|
před 11 roky |
Suki
|
e2f0752129
Create the object if requested
|
před 11 roky |
Suki
|
9a15e18cb4
Add a new param to add_integration_function
|
před 11 roky |
Michael Eshom
|
ddb4bb4fc0
Merge pull request #1122 from Oldiesmann/release-2.1
|
před 11 roky |
Michael Eshom
|
3fde3e792d
! Don't cause undefined index errors when viewing January of the min year or December of the max year
|
před 11 roky |
Michael Eshom
|
eb4fbb2694
Merge pull request #1121 from Oldiesmann/release-2.1
|
před 11 roky |
Michael Eshom
|
a7c6a4ca0c
! Reversed logic lead to "undefined index" errors...
|
před 11 roky |
Arantor
|
1f7e7b2999
Merge pull request #1119 from Arantor/release-2.1
|
před 11 roky |
Peter Spicer
|
67ee871a4a
! When resizing images to JPEG (i.e. thumbnails), allow for variable compression but default to 82 which as per http://www.simplemachines.org/community/index.php?topic=490653.0 is a good balance between quality and size. I *think* I got the right functions for IM/MW but it's hard to tell because the docs are so poor at explaining the difference between the pairs of functions that are appropriate. I'm still not sure a setting is really needed so leave it configurable with a hidden setting and we can give it a UI later if desired.
|
před 11 roky |
Arantor
|
fc0ac33bb1
Merge pull request #1118 from Arantor/release-2.1
|
před 11 roky |