Michael Eshom
|
e8a1f1abff
Merge branch 'release-2.1' of https://github.com/SimpleMachines/SMF2.1 into pm_labels
|
11 лет назад |
Michael Eshom
|
db058fdaf1
+ Allow users to say why they edited a post
|
11 лет назад |
Michael Eshom
|
f638e39762
Merge pull request #870 from Oldiesmann/pm_labels
|
11 лет назад |
Michael Eshom
|
e1db44f1e4
! Forgot the in_inbox column for pm_recipients on install. Also, make it 1 by default.
|
11 лет назад |
Michael Eshom
|
e1258c9cd2
+ Move PM labels to their own tables
|
11 лет назад |
Peter Spicer
|
ec58fdfc6e
! So, a little of the profile remodelling. Firstly, viewing your own profile is now one of those things that shouldn't really have ever been a permission. It's your profile, you should be able to see it. So, view-own is now based on whether you're logged in or not and view-any is its own permission.
|
11 лет назад |
Peter Spicer
|
7e6358fa40
! If we're not using the latest-packages list any more, don't add it to the list of admin info files on install.
|
11 лет назад |
Peter Spicer
|
9a03feacfb
! We don't really need 'sticky topics' to be configurable. Let's get it out of the database.
|
11 лет назад |
Michael Eshom
|
6ef472a246
Missed one :P
|
11 лет назад |
Michael Eshom
|
6aee92d119
! Profile permissions tweaks on install and upgrade
|
11 лет назад |
Arantor
|
6b0e1050df
Merge pull request #793 from Arantor/release-2.1
|
11 лет назад |
Peter Spicer
|
838279220a
! Database stuff for likes, just to get it out the way really.
|
11 лет назад |
Arantor
|
1eca3f0c4e
Merge pull request #792 from Arantor/release-2.1
|
11 лет назад |
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.
|
11 лет назад |
Michael Eshom
|
9accd576f4
! Fix a few calendar bugs
|
11 лет назад |
Peter Spicer
|
81fbb4dd77
! All the other indexes have the table's name in them...
|
11 лет назад |
Arantor
|
28b5a40b5d
Merge pull request #771 from Arantor/release-2.1
|
11 лет назад |
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.
|
11 лет назад |
Michael Eshom
|
9e74d1af2b
PostgreSQL allows using \ to escape ', which resulted in the ":-\" smiley causing problems...
|
11 лет назад |
Michael Eshom
|
b634825cac
! ip needs to be bigint since Postgres doesn't support unsigned ints
|
11 лет назад |
Michael Eshom
|
73f797f820
! PostgreSQL doesn't support unsigned ints...
|
11 лет назад |
Michael Eshom
|
b1e87638a4
! Fix duplicate row and remove 'ENGINE=MyISAM' from a query
|
11 лет назад |
Peter Spicer
|
d04b7f61b9
! Admin and moderation logs should be on by default. If not, it's invariably too late...
|
11 лет назад |
Peter Spicer
|
69c7cddd13
! Sent messages should just be saved. Keep it simple, folks. Fixes #716
|
11 лет назад |
Peter Spicer
|
a3866a1594
! Add Yandex to the list of search engines known to the system.
|
11 лет назад |
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.
|
11 лет назад |
Peter Spicer
|
d6c4f4eb82
+ Allow users to turn off whether bans go into the error log or not. And if they do, let's have a category just for them.
|
11 лет назад |
Peter Spicer
|
04537b5264
! Clean up some of the stuff surrounding word censoring; there's no need to declare the theme setting for censoring in new installs, the wrong name was used for upgrades, SQLite tried to do it twice, and we had some undefined variables kicking around. Fixes #656 and #602 looks done to me too.
|
11 лет назад |
Peter Spicer
|
c8ec04c85a
! Remove the 'common support issues' block from the support and credits page. No-one reads it anyway, might as well save on requests to sm.org and a little bit of bandwidth and performance while we're at it. Fixes #652
|
11 лет назад |
Peter Spicer
|
b97cd6c298
! Wrong type set in the PGSQL installer. (fixes #665)
|
11 лет назад |