Peter Spicer
|
935b403944
! Some items have help text, let's show an icon for that.
|
11 years ago |
Peter Spicer
|
757a2590e7
! It really should be {thing}_{action} rather than anything else.
|
11 years ago |
Peter Spicer
|
7a0574fdb8
! Being able to send emails on likes is potentially a very bad idea.
|
11 years ago |
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 years ago |
Peter Spicer
|
a37b44cef1
! Makes it slightly nicer at the bottom there.
|
11 years ago |
Peter Spicer
|
0f6e4fa5d2
! This one is just too long for what it is.
|
11 years ago |
Peter Spicer
|
48d392208b
! Default who's online to members instead of 'everyone'. Of course the other options haven't gone away, but the new default is marginally more sane.
|
11 years ago |
Peter Spicer
|
5520d5cba8
! Now actually load the preferences for a user from the database, and some of them are permission dependent so reflect that. (This was so much fun.)
|
11 years ago |
Peter Spicer
|
8cb6b310b4
! And the upgrader. Note that I still need to do the import of other stuff into here, but that will get there in time.
|
11 years ago |
Peter Spicer
|
01496eb093
! New tables for alerts preferences.
|
11 years ago |
Peter Spicer
|
e6cfd62912
! More tables that need to be tested on creation for upgrades.
|
11 years ago |
Arantor
|
66d0ebc77c
Merge pull request #993 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
e3a50d2700
! Minor improvement to profile/notifications dialogue.
|
11 years ago |
Peter Spicer
|
63662a20c8
! Fixing some spacing issues, as well as fixing most tables that didn't have a right hand border when they should.
|
11 years ago |
Arantor
|
7bec1140d1
Merge pull request #991 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
04d0730450
! Fields that are regex-validated can't be left empty as per http://www.simplemachines.org/community/index.php?topic=499992.0 (thanks @emanuele45 for the fix)
|
11 years ago |
Arantor
|
6c58937758
Merge pull request #989 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
02170b941c
! And one last lurking one.
|
11 years ago |
Peter Spicer
|
93b5ae8725
! More of the clean-up.
|
11 years ago |
Peter Spicer
|
37ac68f78e
! Fix indentation
|
11 years ago |
Peter Spicer
|
7da77647c6
! The saving of preferences was copied/pasted from elsewhere... it doesn't work properly and can actually screw up other preferences. In addition, if we're not saving the settings (since there's not really a need to), we might as well not specify something that the code doesn't insist on.
|
11 years ago |
Arantor
|
cdd569da33
Merge pull request #987 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
5f6cc7cf99
! Convert a use of fopen/fwrite/fclose to file_put_contents (Mantis 4913) and also have it report whether something was saved properly or not (another for #802)
|
11 years ago |
Arantor
|
709bd5d82f
Merge pull request #986 from Arantor/release-2.1
|
11 years ago |
Peter Spicer
|
4a6233cf19
! Should allow admins to disable OpenID for new users but prevent breaking existing logins. (fixes #847) Note: my testing on this has been fairly limited. But it doesn't seem to break anything.
|
11 years ago |
Peter Spicer
|
dc2ecf44bc
! And let's use our nice (?) icon instead of (?)
|
11 years ago |
Peter Spicer
|
404a93d0ef
! document.forms doesn't always behave, and just for fun, some of the markup has changed, so let's get that all consistent.
|
11 years ago |
Arantor
|
185555df44
Merge pull request #984 from Hristo-/release-2.1
|
11 years ago |
Hristo-
|
da03714a0d
.ignoreboards width fix
|
11 years ago |
Michael Eshom
|
5a3731bba8
Merge pull request #983 from Oldiesmann/release-2.1
|
11 years ago |