Michael Eshom
|
cb71ee05b5
Whoops. How'd that get there?
|
há 10 anos atrás |
Michael Eshom
|
2ed8e65b40
Minor tweaks/fixes
|
há 10 anos atrás |
Peter Spicer
|
ef57396d38
! Again, don't allow generic number types, force it to either int or float for validation purposes. Also, when a float is expected, actually allow a float to be used.
|
há 10 anos atrás |
Michael Eshom
|
668d226c01
HTML5 goodies
|
há 10 anos atrás |
Michael Eshom
|
9ec80ef05d
The ' />' method of closing so-called 'void' tags is no longer required in HTML5, per #1215
|
há 10 anos atrás |
Michael Eshom
|
ed3cf2e348
I really need to stop overthinking these things :P
|
há 10 anos atrás |
Michael Eshom
|
bdf126af04
Whoops. Forgot to fix $config_bools
|
há 10 anos atrás |
Michael Eshom
|
f397629b92
Tweak saveSettings to do things properly as per Arantor...
|
há 10 anos atrás |
Michael Eshom
|
aa7b54a6fa
! Make sure things are always defined before trying to use them...
|
há 10 anos atrás |
Michael Eshom
|
c8f52fb87c
Properly fix #1180 this time - turns out saving general settings overwrote the two boolean DB settings...
|
há 10 anos atrás |
Michael Eshom
|
b2da3f24ea
! Don't disable maintenance mode when saving DB settings (fixes #1180)
|
há 10 anos atrás |
Peter Spicer
|
1e5ecef200
! More housecleaning
|
há 10 anos atrás |
Peter Spicer
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
há 11 anos atrás |
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.
|
há 11 anos atrás |
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.
|
há 11 anos atrás |
John Rayes
|
8c439f4853
wrong session placement for cookies
|
há 11 anos atrás |
John Rayes
|
9e665c9513
Server settings should use the new “settings saved” notification like everything else
|
há 11 anos atrás |
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.
|
há 11 anos atrás |
Peter Spicer
|
65534b9c0d
! Why, exactly, do we have 'Allow viewable email addresses'? This is just not a good idea any more.
|
há 11 anos atrás |
Peter Spicer
|
9836a48951
! And now language settings. (per #802)
|
há 11 anos atrás |
Peter Spicer
|
35a4f0d44c
! More areas that now indicate when you have saved something, per #802.
|
há 11 anos atrás |
Peter Spicer
|
ad51f29044
! Preliminary support for notifying a user their options have been saved in the admin panel, per #802. This only covers 4 of the 5 in Forum > Posts and Topics but it's a start. Basically, set $_SESSION['adm-save'] to boolean true when settings were saved, or the error message if not.
|
há 11 anos atrás |
Peter Spicer
|
638101fce4
! More settings that if you touch in the admin panel, will break things on the next page load.
|
há 11 anos atrás |
Peter Spicer
|
b2a5d0f142
! There's no point in having those settings there because if you change them, you're 99.998% guaranteed to break things (especially with the redirect on saving that page). And if you need to change them, you can't get to that page in the first place.
|
há 11 anos atrás |
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.
|
há 11 anos atrás |
Peter Spicer
|
cd57e2c7cd
Merge branch 'release-2.1' of https://github.com/SimpleMachines/SMF2.1 into release-2.1
|
há 11 anos atrás |
Peter Spicer
|
1a421ed2da
! Add 'boards' as a possible item in $config_vars lists.
|
há 11 anos atrás |
Suki
|
48d42bd23b
Merge branch 'release-2.1' of git://github.com/SimpleMachines/SMF2.1.git into htmlspecialchars
|
há 11 anos atrás |
Peter Spicer
|
2bcd2fc2cf
! Some admin panel reorg: moving 'search engine tracking' out of being in the members area and into the forum area, as well as breaking up 'Security and Moderation', the moderation parts (which don't make sense) are still where they are, security has been moved under Server Settings; like int. hooks management the idea is to prevent users accidentally going in there so often because security stuff should generally be left alone.
|
há 11 anos atrás |
Peter Spicer
|
7f16f2eae4
! Clean up the Cookies and Sessions admin panel page, including sprucing it up with JavaScript to hide elements that don't play nicely together. Fixes #142
|
há 11 anos atrás |