Peter Spicer
|
dbf1bfafcc
! And then some bug fixes for the cron file. Now we just need a way to trigger it and we're good.
|
11 gadi atpakaļ |
Peter Spicer
|
8b2fa8620d
! And now the meat of notifying users for a new registration - the old adminNotify function should be a wrapper for creating a background task and that should do everything else, this seems to work, including sending emails.
|
11 gadi atpakaļ |
Peter Spicer
|
937238d2bb
! And one less setting for the admin
|
11 gadi atpakaļ |
Peter Spicer
|
01f8edcd88
! And we need to get the upgrader doing the same - note that the old 'always notify admins of registrations' should now be phased out in favour of using an alerts system - this allows admins to opt out of notifications.
|
11 gadi atpakaļ |
Peter Spicer
|
80ac8f5c0e
! Adding a default value for the first working alert preference.
|
11 gadi atpakaļ |
Peter Spicer
|
0b4212c308
! Another minor change for error handling purposes.
|
11 gadi atpakaļ |
Peter Spicer
|
670cffd140
! When working with cron and the error log, some of the values will not exist (or if they did exist they would be meaningless and so should be disregarded anyway), so let's do something about that.
|
11 gadi atpakaļ |
Peter Spicer
|
453ff1b298
! Something else needed moving up the running order too. Fixes #1025
|
11 gadi atpakaļ |
Peter Spicer
|
70ad72ddd3
! Fix some typos, should fix #1020
|
11 gadi atpakaļ |
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.
|
11 gadi atpakaļ |
Arantor
|
29ae308481
Merge pull request #1019 from Arantor/release-2.1
|
11 gadi atpakaļ |
Peter Spicer
|
f26666a587
Merge branch 'release-2.1' of https://github.com/SimpleMachines/SMF2.1 into release-2.1
|
11 gadi atpakaļ |
Peter Spicer
|
75265fe23b
! mode=block was way too severe. This should also get fixed in 2.0.7.
|
11 gadi atpakaļ |
Peter Spicer
|
2a8f9485ad
! These will need alert strings shortly...
|
11 gadi atpakaļ |
Peter Spicer
|
5eb2c194bf
! Ooops, better rename it here too.
|
11 gadi atpakaļ |
Peter Spicer
|
935b403944
! Some items have help text, let's show an icon for that.
|
11 gadi atpakaļ |
Peter Spicer
|
757a2590e7
! It really should be {thing}_{action} rather than anything else.
|
11 gadi atpakaļ |
Peter Spicer
|
7a0574fdb8
! Being able to send emails on likes is potentially a very bad idea.
|
11 gadi atpakaļ |
Michael Eshom
|
2088dd1de4
Merge pull request #1017 from Hristo-/release-2.1
|
11 gadi atpakaļ |
Hristo-
|
ef4a364355
Signed-off-by: Hristo- <Hristo-@users.noreply.github.com>
|
11 gadi atpakaļ |
Michael Eshom
|
9de8724845
Merge pull request #1013 from Oldiesmann/release-2.1
|
11 gadi atpakaļ |
Michael Eshom
|
906169838c
! Don't forget the permissions.
|
11 gadi atpakaļ |
Michael Eshom
|
6f6cf844e6
! Typo
|
11 gadi atpakaļ |
Michael Eshom
|
6d0f1b7195
+ Initial functionality to handle notifying of group requests via notifications/alerts (more to come in the future)
|
11 gadi atpakaļ |
Arantor
|
ab96b8813a
Merge pull request #1008 from Arantor/release-2.1
|
11 gadi atpakaļ |
Peter Spicer
|
efe4130a4f
! Oops, $context['show_by'] wasn't actually being honoured for setting up the conditions. Let's fix that, and make the code nicer.
|
11 gadi atpakaļ |
Michael Eshom
|
2895401d55
Merge pull request #1007 from Oldiesmann/release-2.1
|
11 gadi atpakaļ |
Peter Spicer
|
a37b44cef1
! Makes it slightly nicer at the bottom there.
|
11 gadi atpakaļ |
Michael Eshom
|
1c59477fca
! Final Postgres fixes (no lengths on numeric columns and work around an annoying issue with adding NOT NULL columns without default values to existing tables)...
|
11 gadi atpakaļ |
Michael Eshom
|
46178c2711
! Yet more Postgres fixes (including fixing stuff I inadvertantly broke in #1004).
|
11 gadi atpakaļ |