Suki
|
828c643095
Remove fields on Subs-Members.php
|
10 gadi atpakaļ |
Peter Spicer
|
29539361c5
! A search on $user_info yielded some we're not using (since they were either the last entry in a file or there were two consecutive matches in the search results where there were no lines in between that mentioned $user_info)
|
10 gadi atpakaļ |
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 gadi atpakaļ |
Peter Spicer
|
1b0d164057
! When deleting or restoring a topic, don't actually touch the messages' icons, instead alter the icon softly if it's in the recycle bin board.
|
10 gadi atpakaļ |
Peter Spicer
|
b6c4653df0
! More housecleaning
|
10 gadi atpakaļ |
Peter Spicer
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
11 gadi atpakaļ |
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 gadi atpakaļ |
Peter Spicer
|
4987417c9a
! Message labels don't exist in the members table, we shouldn't be trying to add things to them.
|
11 gadi atpakaļ |
Peter Spicer
|
28a9a7f716
! Use the correct name for this permission now.
|
11 gadi atpakaļ |
Peter Spicer
|
e2769698fb
! complex_preg_chars is a legacy thing from 2.0 that I thought was still in 2.1... but isn't. Fixes #843.
|
11 gadi atpakaļ |
Peter Spicer
|
fb69d09769
! When reattributing, updated reported posts and also return the count of what changed.
|
11 gadi atpakaļ |
Peter Spicer
|
d57b054c72
! When deleting a user we should also clear out the likes they made. This doesn't account for clearing up things like the count in the messages table, however, or indeed anything else.
|
11 gadi atpakaļ |
Arantor
|
9f82d32d62
Merge pull request #769 from Arantor/release-2.1
|
11 gadi atpakaļ |
Peter Spicer
|
adce8eb20f
! Merging in everything patched in 2.0.6 that wasn't already fixed either directly or indirectly in 2.1 already.
|
11 gadi atpakaļ |
Suki
|
48d42bd23b
Merge branch 'release-2.1' of git://github.com/SimpleMachines/SMF2.1.git into htmlspecialchars
|
11 gadi atpakaļ |
Peter Spicer
|
193c166199
! As per #708 this should fix some of the cases where queries were being made expecting to be case insensitively but weren't; not all systems treat LIKE as a case insensitive operator. There are still some in the search backend and related to banning which will require further examination, but this should resolve the rest. Needs more testing, too.
|
11 gadi atpakaļ |
Peter Spicer
|
79293b78d4
! New hook for post-registration notifications (once we have the user's new id), fixes #242 (there's already a hook for the register_validate part called register_check, this adds the other hook as suggested)
|
11 gadi atpakaļ |
Suki
|
d1f4a104b0
$smcFunc['htmlspecialchars'] on Subs-Members
|
11 gadi atpakaļ |
Suki
|
8cac276c7a
meh...
|
11 gadi atpakaļ |
Suki
|
966b555e36
Signed-off-by: Suki <[email protected]>
|
11 gadi atpakaļ |
Suki
|
e3e63ba9a4
// If they are for sure registered, let other people to know about it
|
11 gadi atpakaļ |
emanuele
|
f2c884ccea
Spaces and tabs - nitpicking
|
11 gadi atpakaļ |
Illori
|
2c50939f27
Copyright update per BoD
|
11 gadi atpakaļ |
Michael Eshom
|
3e229e139f
Minor bugfix/code cleanup
|
11 gadi atpakaļ |
Michael Eshom
|
66304ed693
Minor bugfix
|
11 gadi atpakaļ |
Oldiesmann
|
7e1157f083
Merge pull request #318 from Oldiesmann/release-2.1
|
11 gadi atpakaļ |
Matthew Kerle
|
71523cfb6d
MSN -> Skype
|
11 gadi atpakaļ |
Michael Eshom
|
417b6f671c
Add support for group-based board moderation
|
11 gadi atpakaļ |
emanuele
|
fa61e45e97
type error on bulk delete members - Thanks Tyris for the fix!
|
11 gadi atpakaļ |
emanuele45
|
1588461571
Merge pull request #305 from emanuele45/master
|
11 gadi atpakaļ |