Graham Eames
e16e060fff
Begone ye typos, ye are not wanted here ;-)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5446 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-13 20:10:02 +00:00
Graham Eames
e80684acca
Some changes to the checks on login attempts:
...
- handling reauthentication to the ACP
- handling inactive users
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5445 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-13 19:29:50 +00:00
Graham Eames
6dbe925952
Changes related to deleting auto login keys on password change
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5442 89ea8834-ac86-4346-8a33-228a782c2dd0
2006-01-11 21:09:47 +00:00
Meik Sievertsen
8976799a6a
- of course the html one is working with other browsers too, it is simple html, why should it not work. :/
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5411 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-31 15:07:19 +00:00
Meik Sievertsen
e74141a4fc
- tiny "last minute" change
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5401 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-30 09:51:02 +00:00
Meik Sievertsen
5ddf1f6c59
- fix for quote tag for a bug in 2.0.19
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5393 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-29 15:12:20 +00:00
Meik Sievertsen
aa3bcbaccf
implemented maximum login attempts feature to prevent dictionary attacks
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5392 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-29 11:51:13 +00:00
Meik Sievertsen
d63c1ddf2b
in pm's too of course.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5371 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-22 12:54:56 +00:00
Meik Sievertsen
a7fcec0701
- let quote tags work again. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5370 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-22 12:15:40 +00:00
Meik Sievertsen
90a093fc5f
fix the html issue...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5369 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-22 11:34:02 +00:00
Meik Sievertsen
8c5431cc68
before we forget. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5364 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-21 13:59:14 +00:00
Meik Sievertsen
08deb2e328
removing cxib, because it has only been forwarded by him. ;)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5363 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-21 13:23:46 +00:00
Graham Eames
6603e4aa5f
Fix for bbcode issue under IE
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5362 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-21 13:06:04 +00:00
Graham Eames
0473115ea4
An improved version of the username patch I committed the other day
...
+ remove sessions and auto-login keys when deleting a user
Developers - please test this for any unusual code paths to make sure I
have not missed any
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5359 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-20 20:42:28 +00:00
Meik Sievertsen
1a94e75c38
- fix sql escaping for non-mysql db's (we forgot this one, or removed it accidently)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5356 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-19 18:01:36 +00:00
Graham Eames
79e57f8a0c
Recording changes to date before I forget them :-)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5353 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-18 14:30:24 +00:00
Graham Eames
ea8943d8b4
Removing a few pieces of redundant code for efficiency
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5352 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-18 13:57:51 +00:00
Graham Eames
160ae210c3
Truncate the username we add to the database to 25 characters.
...
This resolves a minor issue with MySQL 5.x under certain conditions
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5334 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-14 21:48:39 +00:00
Graham Eames
b78566a954
Correct path to avatars [ #667 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5326 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-11 15:40:15 +00:00
Graham Eames
9ac354aab3
Remove the assumption that . will be in the include path - it is
...
becoming more common on recent distributions that it is not by default
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5318 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-12-04 12:55:28 +00:00
Graham Eames
a0e567754e
Minor change to support mysql 5.0 in the database size code
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5309 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-19 21:22:58 +00:00
Graham Eames
e284940213
Bring the schema into line with the postgres one - this should deal with
...
the errors caused by people who've decided to install mysql 5 and change
it from the default settings to ultra-strict mode
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5292 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-06 19:51:53 +00:00
Graham Eames
b22bd87d96
Add session keys to the backup - the data in this table will be of
...
limited use if you have to restore, but the structure is needed if
migrating to a different server
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5290 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-05 21:18:12 +00:00
Graham Eames
7dd5bace60
Fix a minor typo affecting MS-SQL users
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5289 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-11-05 18:46:35 +00:00
Meik Sievertsen
15b9228417
another one lately noticed (i do not know why such things are not seen within the testing phase - we have to evaluate it completely)
...
- we will replace the 2.0.18 packages (a reply to the announcement is needed after repackage)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5286 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-31 07:31:06 +00:00
Graham Eames
98e7516d34
Looks like the changes to this file had not been commited
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5285 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-31 06:40:27 +00:00
Meik Sievertsen
6581d16269
and the changelog
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5284 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-30 17:59:25 +00:00
Meik Sievertsen
9b9618f2dd
2.0.18 changes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5283 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-30 15:17:14 +00:00
Graham Eames
37f67fdea9
Ooops
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5275 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-22 16:16:25 +00:00
Graham Eames
9c6a966045
[ #314 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5270 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-10 20:54:40 +00:00
Graham Eames
7f6027d082
Clear up a few more minor template issues that have been reported
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5269 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-10 20:25:48 +00:00
Graham Eames
eac5e69be1
Just bring subSilver into line with the code whilst I've been making
...
some subSilver changes
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5266 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-08 19:41:31 +00:00
Graham Eames
6a45dfe3de
Move this so it doesn't affect the installer
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5265 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-08 19:34:01 +00:00
Graham Eames
916bf8efd5
Removing some duplicated entries [various reports]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5262 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-05 19:00:45 +00:00
Graham Eames
ebf7035201
Stop using a couple of the php3 compatability wrappers since the
...
functions they replace are present in the current minimum required php
version.
There should be no noticable change from this apart from a slight
performance increase, but again please report any issues with this
change to me
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5261 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-05 17:42:04 +00:00
Graham Eames
646c9b5428
Various minor template bugs
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5260 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-05 14:36:39 +00:00
Graham Eames
aaf1e722cc
Remove some hard-coded text [Bug #195 ]
...
Translators: Please note the new language string for 2.0.18 (others may
also follow)
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5256 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-10-04 21:45:02 +00:00
Graham Eames
64e9f7a604
Minor HTML fixes [Bug #284 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5235 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-29 20:35:51 +00:00
Graham Eames
2028314d7b
Fix broken anchors [Bug #95 ]
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5234 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-29 19:52:35 +00:00
Graham Eames
2fa5427d36
Ooops
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5233 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-28 20:54:55 +00:00
Graham Eames
7b16b7bd6e
Die slightly more gracefully under an error condition
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5232 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-28 20:50:19 +00:00
Graham Eames
07e6d084c0
Bug #325
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5231 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-27 20:39:00 +00:00
Graham Eames
42041b2c14
Minor tweak
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5230 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-27 20:24:35 +00:00
Graham Eames
202a96cb90
Change handling of re-activation emails
...
If account activation is set to admin, these are now sent to the
administrator and not the user. This is a slight change in behaviour but
brings the code into line with the messages displayed to the user and
the email which is sent and is required because only an administrator is
able to re-activate an account with that account activation setting.
[Bug #145 ]
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5225 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-23 18:46:18 +00:00
Graham Eames
4f97339ffa
I'm backporting this change from the Olympus code as we have no need of
...
this information after this point.
This should not affect anything, but if you are following CVS please
implement this change and let me know if there are any problems.
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5224 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-23 16:03:24 +00:00
Graham Eames
5542e3d4d5
102 again...
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5221 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-21 20:23:21 +00:00
Graham Eames
3c488dab68
Apply translation info fix to the admin panel as well
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5214 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-19 20:49:06 +00:00
Graham Eames
2467f2cb9a
Prevent an admin deleting themselves in order to reduce support issues
...
of users accidentally deleting themself
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5213 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-19 20:44:22 +00:00
Graham Eames
d5c7687627
A few more minor bug fixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5212 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-18 20:07:24 +00:00
Meik Sievertsen
ba629b808d
- more bugfixes
...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5211 89ea8834-ac86-4346-8a33-228a782c2dd0
2005-09-18 16:17:21 +00:00