Peter Spicer
|
0ddca017ff
! And our ever important source files, plus a little bit of consistency.
|
před 11 roky |
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.
|
před 11 roky |
Michael Eshom
|
6397a5352a
I meant to remove that...
|
před 11 roky |
Michael Eshom
|
2f151bde65
! Minor PM tweaks (correct confirmation message when deleting a conversation and don't count deleted PMs in the inbox total)
|
před 11 roky |
Peter Spicer
|
d843e6ba49
! Disable debugging from within the popups. (fixes #919)
|
před 11 roky |
John Rayes
|
d94d4d8d8c
Use .amt for the unread PM number in the menu
|
před 11 roky |
Peter Spicer
|
b36f2c178f
! Shiny new PM popup menu.
|
před 11 roky |
Peter Spicer
|
8f36fff3a7
! It is possible we can get a null result in this query, with interesting consequences.
|
před 11 roky |
Peter Spicer
|
40253fc5b5
! Stylistic consistency is nice.
|
před 11 roky |
Michael Eshom
|
18d62e39b6
Merge pull request #874 from Oldiesmann/release-2.1
|
před 11 roky |
Michael Eshom
|
7b72bbecb7
! Fix "undefined index: id_member_from" errors when viewing PMs
|
před 11 roky |
Michael Eshom
|
f638e39762
Merge pull request #870 from Oldiesmann/pm_labels
|
před 11 roky |
Michael Eshom
|
e546dd1dfc
! Final(?) bugfix commit
|
před 11 roky |
Michael Eshom
|
188d3bda20
! Yet another bugfix commit
|
před 11 roky |
Michael Eshom
|
27dfd9643f
! Might help to actually tell the DB what table a particular alias belongs to...
|
před 11 roky |
Michael Eshom
|
381d04f0f6
! More bugfixes
|
před 11 roky |
Peter Spicer
|
4b14f66013
! The personal messaging area is duplicated, and it shouldn't be - most users do not need it in both places. Admins will get something to configure defaults/reset accounts to defaults shortly.
|
před 11 roky |
Michael Eshom
|
31fdf9112d
! Lots of bugfixes related to previous commit
|
před 11 roky |
Michael Eshom
|
e1258c9cd2
+ Move PM labels to their own tables
|
před 11 roky |
Peter Spicer
|
e16ab2ca8c
! Minor tweaks for the profile permissions elsewhere.
|
před 11 roky |
Arantor
|
204ceaf7a6
Merge pull request #649 from MissAllSunday/htmlspecialchars
|
před 11 roky |
Peter Spicer
|
3a3e244f0d
! Remove the warning item from Core Features, push it to its own section with its own enable option and fix everywhere else up. Also split up the former Security and Moderation page into separate Anti-Spam and Warnings pages.
|
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
|
69c7cddd13
! Sent messages should just be saved. Keep it simple, folks. Fixes #716
|
před 11 roky |
Peter Spicer
|
cdd86791de
! I have no idea why drafts are disabled by default, that seems insane. But even if you do want them disabled, it shouldn't require going to the Core Features page to do it, should really be from the Drafts page. And, so it is.
|
před 11 roky |
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.
|
před 11 roky |
Peter Spicer
|
a422db7098
! For some reason, some of the fixes that were in 2.0.5 weren't pushed to 2.1 as well. Better to be safe than sorry.
|
před 11 roky |
Suki
|
69759fb32e
$smcFunc['htmlspecialchars'] on PersonalMessage
|
před 11 roky |
Peter Spicer
|
d734f78d2d
! Try to make sure the DB session serializer is indeed using one we know to be safe (fixes #277)
|
před 11 roky |
Michael Eshom
|
4a0450d59a
More PM-related bugfixes
|
před 11 roky |