Peter Spicer
|
bb248113c6
! The main code for avatars no longer needing inline HTML or JS to resize
|
před 11 roky |
Peter Spicer
|
eac878a05c
! Doctype conversions elsewhere. Installer, upgrader, and SSI related have been left alone for this commit because they're a bit special.
|
před 11 roky |
Peter Spicer
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
před 11 roky |
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.
|
před 11 roky |
Peter Spicer
|
b3d25d972c
! There are several places that HTTP only is expected but HTTPS is quite feasible.
|
před 11 roky |
Peter Spicer
|
2542612894
! And some more.
|
před 11 roky |
Michael Eshom
|
c6a4c7eab8
! Fix issues related to validatePasswordFlood (fixes #944)
|
před 11 roky |
Peter Spicer
|
b95645b4df
! And gender icons
|
před 11 roky |
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.
|
před 11 roky |
Michael Eshom
|
835e066d5e
! "enableThemes" is the new "knownThemes"...
|
před 11 roky |
Peter Spicer
|
3755692c73
! The beginnings of the new alerts system.
|
před 11 roky |
Peter Spicer
|
3d0280eef4
! Dropping support for eAccelerator and Turck MMcache, as these are not supported on current PHP releases for key/value pairs like we use.
|
před 11 roky |
Michael Eshom
|
2d0785c5b3
More phpDoc stuff
|
před 11 roky |
Peter Spicer
|
1865de118f
! Use the correct variable.
|
před 11 roky |
Illori
|
03d0da7dca
change IM icons to be locally hosted, images from crystal project
|
před 11 roky |
Peter Spicer
|
06a7a06f4a
! There really is no point having the cancel button on the Loading.... popup unless it cancels, and frankly, that seems like a massive waste of effort to do something that probably won't work right anyway (if it already failed for some reason, such that the popup didn't already go away, cancelling the XHR isn't actually likely to help). So just spirit it away instead, and nail Mantis 4962 at the same time.
|
před 11 roky |
Peter Spicer
|
7c2a3cf19d
! And now we add in a new permission to make life easier elsewhere that won't show up in the permissions reports: is_not_guest. Like it says, it's a permission that only applies if the user isn't a guest and while normally there are measures for this (like is_not_guest()) it means we can keep the profile code as it rather than trying to refactor it or whatever. There's also similar phantom permissions for mods that expect the old permissions.
|
před 11 roky |
Peter Spicer
|
b76101eaaf
! Accept 7 digit user ids in cookies, fixes #807. Also refined the regex to not accept string ids at the same time since they should now always be ints. There's a slight performance boost but saving 2 bytes every single request before gzip seems like a good idea to me. NB: Users of test sites will find themselves logged out and will need to log back in again just for the first time (to fix the cookie).
|
před 11 roky |
Peter Spicer
|
807a6f6ec6
! I like this. It feels ugly, though, but it works (non AJAXively for now)
|
před 11 roky |
Peter Spicer
|
ba0cdfc538
! "Do not reveal contact details of members to guests" is just good practice, there's really no need for this to be optional these days.
|
před 11 roky |
Nao
|
21edb33826
- zend_shm_cache_fetch doesn't need a TTL parameter. (Load.php)
|
před 11 roky |
Arantor
|
28b5a40b5d
Merge pull request #771 from Arantor/release-2.1
|
před 11 roky |
Peter Spicer
|
d481cada21
! Core Features, you were a worthy piece of code in your own right, and you gained some very nice functionality, but no amount of wonderful implementation could have made you a _good_ feature. Fare thee well.
|
před 11 roky |
Arantor
|
204ceaf7a6
Merge pull request #649 from MissAllSunday/htmlspecialchars
|
před 11 roky |
Peter Spicer
|
498389f656
! Post moderation is no longer controlled by core features. Oh, and some housecleaning.
|
před 11 roky |
Peter Spicer
|
cc0c35f557
! Core features is getting slimmer all the time, and the other areas have better navigation and handling now.
|
před 11 roky |
Illori
|
0966c54fde
fixes #740
|
před 11 roky |
Suki
|
48d42bd23b
Merge branch 'release-2.1' of git://github.com/SimpleMachines/SMF2.1.git into htmlspecialchars
|
před 11 roky |
Peter Spicer
|
1bc664a220
! And we don't need the Advanced Profile Fields core feature either, the profile fields page is quite capable of taking care of itself.
|
před 11 roky |
Suki
|
310f75a982
Take care of htmlspecialchars in Index.template
|
před 11 roky |