Paul S. Owen
|
880013144e
|
Remove guest user topic tracking via cookies, update viewtopic to re-fix highlighting of search terms, add lang capability to images, various other issues, removed remote avatar size reduction
git-svn-id: file:///svn/phpbb/trunk@1566 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-14 02:41:33 +00:00 |
|
natec
|
95679a6932
|
bug #489842 -- some pages were doing bbencode_second and make_click in a bad order.
git-svn-id: file:///svn/phpbb/trunk@1555 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-11 09:13:04 +00:00 |
|
natec
|
f0bf32c5c1
|
bug #488067: no, preg_quote() didn't always have 2 args.
git-svn-id: file:///svn/phpbb/trunk@1553 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-11 08:43:05 +00:00 |
|
Paul S. Owen
|
1e11060934
|
More updates for Euclid, minor update to subSilver, fixed bug #490798
git-svn-id: file:///svn/phpbb/trunk@1550 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-11 02:21:52 +00:00 |
|
Bart van Bragt
|
7c0e6ff4db
|
Fixed #490848 and introduced $current_template_path
git-svn-id: file:///svn/phpbb/trunk@1547 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-10 16:52:16 +00:00 |
|
Paul S. Owen
|
af0f622a0e
|
Updates putting back something I took away, slapped hands for me
git-svn-id: file:///svn/phpbb/trunk@1535 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-10 01:19:12 +00:00 |
|
natec
|
0a41688fa1
|
fixed [code] bbcode linebreaking nbsp; stuff.
git-svn-id: file:///svn/phpbb/trunk@1520 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-06 23:39:16 +00:00 |
|
Paul S. Owen
|
ae5f457eac
|
Fixed bug #488016
git-svn-id: file:///svn/phpbb/trunk@1512 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-05 00:50:12 +00:00 |
|
Paul S. Owen
|
2ace10e4c2
|
New session code, probably still dodgy, fix for login failed message, search updates, highlighting URI messup fixes, max limit for ranks
git-svn-id: file:///svn/phpbb/trunk@1511 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-05 00:20:56 +00:00 |
|
Paul S. Owen
|
4725c6dbea
|
Should fix bug #487886 bad word preg now uses # and quotes # too
git-svn-id: file:///svn/phpbb/trunk@1504 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-12-03 12:46:32 +00:00 |
|
Paul S. Owen
|
8d24323734
|
Updated for improved use with ODBC setups + introduced a re-install feature ... the schema updates _only_ remove foreign key and drop table clauses
git-svn-id: file:///svn/phpbb/trunk@1492 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-30 23:22:56 +00:00 |
|
Paul S. Owen
|
1935343a15
|
Fixed bug #486207
git-svn-id: file:///svn/phpbb/trunk@1474 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-29 11:25:04 +00:00 |
|
Paul S. Owen
|
32e0512027
|
Various updates
git-svn-id: file:///svn/phpbb/trunk@1470 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-29 02:26:29 +00:00 |
|
Paul S. Owen
|
22dce9ec94
|
Various fixes and updates, fix (hopefully) for bug #485799
git-svn-id: file:///svn/phpbb/trunk@1461 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-27 17:36:04 +00:00 |
|
Bart van Bragt
|
5aa70cf3be
|
Fixed problem with disappearing Mozilla nav bar when message_die() is called
git-svn-id: file:///svn/phpbb/trunk@1458 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-26 22:42:35 +00:00 |
|
Bart van Bragt
|
ff0c26e892
|
Removed uniqid() from make_bbcode_uid(). uniqid() was doing absolutely nothing for 20ms on each call ;(
git-svn-id: file:///svn/phpbb/trunk@1457 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-26 21:40:22 +00:00 |
|
Paul S. Owen
|
1d3f1cee55
|
Fixes various issues inc. bugs #485538, #485323 and an incorrect conversion of some accented chars (thanks Ashe for noting it)
git-svn-id: file:///svn/phpbb/trunk@1453 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-26 14:07:33 +00:00 |
|
Bart van Bragt
|
8e50e5eb4e
|
Implemented Navigation bar in Mozilla
git-svn-id: file:///svn/phpbb/trunk@1452 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-26 12:09:37 +00:00 |
|
natec
|
e1d1cb0c32
|
tabs-to-spaces and other indentation mojo for [code] bbcode.
git-svn-id: file:///svn/phpbb/trunk@1448 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-26 08:15:53 +00:00 |
|
natec
|
adb6ff9f58
|
Fixed bug 481943. Regexp that normalized linebreaks to \r\n was fucked, so it was changing (char)\n to \r\n and dropping (char). Hence we lost the char before every single linebreak in every email sent thru SMTP. yay. ALso fixed so it gets the FROM address from the right place.
git-svn-id: file:///svn/phpbb/trunk@1443 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-26 00:50:03 +00:00 |
|
natec
|
dbb0ce8eee
|
Fixed bug 478218 -- [ and ] in usernames qith quote= bbcode. Usernames can no longer contain the double-quote character. Also removed a dupe from lang_main file.
git-svn-id: file:///svn/phpbb/trunk@1441 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-25 23:31:04 +00:00 |
|
Paul S. Owen
|
ba5a6e4640
|
More updates
git-svn-id: file:///svn/phpbb/trunk@1420 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-22 15:55:07 +00:00 |
|
Paul S. Owen
|
a03656925a
|
Minor update to an icon image name
git-svn-id: file:///svn/phpbb/trunk@1417 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-22 15:39:36 +00:00 |
|
James Atkinson
|
9dea3eb368
|
Fixed bug #484243 typo in sessions.php
git-svn-id: file:///svn/phpbb/trunk@1413 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-22 01:04:01 +00:00 |
|
Paul S. Owen
|
ce185663d4
|
Order of username in username search was missing
git-svn-id: file:///svn/phpbb/trunk@1408 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-21 16:27:43 +00:00 |
|
Paul S. Owen
|
d630bbde99
|
PM popup and icon are finally in place
git-svn-id: file:///svn/phpbb/trunk@1406 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-21 16:00:04 +00:00 |
|
Paul S. Owen
|
cad29155b8
|
PM popup and icon are finally in place
git-svn-id: file:///svn/phpbb/trunk@1405 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-21 15:56:12 +00:00 |
|
Paul S. Owen
|
db41a689f8
|
Add blank indexes to stop nosey people being, erm, nosey
git-svn-id: file:///svn/phpbb/trunk@1404 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-21 13:06:56 +00:00 |
|
Paul S. Owen
|
ac2c2c688e
|
Added pop-up control for PM's to profile
git-svn-id: file:///svn/phpbb/trunk@1403 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-21 13:02:37 +00:00 |
|
Paul S. Owen
|
3f820f64c6
|
oohh 'eck Dangermouse, I'm surprised they didn't pick up on this bug, quiet Penfold I'm thinking
git-svn-id: file:///svn/phpbb/trunk@1399 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-21 01:20:17 +00:00 |
|
Paul S. Owen
|
a2be6e1eac
|
Changes in-line with DBAL changes
git-svn-id: file:///svn/phpbb/trunk@1397 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-20 22:35:46 +00:00 |
|
Paul S. Owen
|
0bc6beada8
|
Various updates
git-svn-id: file:///svn/phpbb/trunk@1383 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-20 02:24:41 +00:00 |
|
Paul S. Owen
|
37daf8a717
|
More language updates
git-svn-id: file:///svn/phpbb/trunk@1368 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-19 14:12:09 +00:00 |
|
Paul S. Owen
|
4f387057ca
|
Altered storage of private message info
git-svn-id: file:///svn/phpbb/trunk@1367 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-19 01:04:58 +00:00 |
|
Paul S. Owen
|
8896c20a5c
|
Yet more cleanups
git-svn-id: file:///svn/phpbb/trunk@1358 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-18 15:00:54 +00:00 |
|
Paul S. Owen
|
498d816eb1
|
More lang cleanups
git-svn-id: file:///svn/phpbb/trunk@1357 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-18 14:51:36 +00:00 |
|
Paul S. Owen
|
939e985571
|
More lang related cleanups
git-svn-id: file:///svn/phpbb/trunk@1355 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-18 14:02:25 +00:00 |
|
Paul S. Owen
|
8787c41e92
|
Spelling mistake
git-svn-id: file:///svn/phpbb/trunk@1341 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-16 22:51:08 +00:00 |
|
Paul S. Owen
|
cac4518b39
|
Mainly language updates but some bug fixes too
git-svn-id: file:///svn/phpbb/trunk@1332 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-16 17:31:49 +00:00 |
|
James Atkinson
|
f448cdf609
|
Implemented Bart's 'egosearch', and the search for unanswered posts.
Created links that are accessable from anywhere
git-svn-id: file:///svn/phpbb/trunk@1310 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-14 06:37:05 +00:00 |
|
Paul S. Owen
|
9d43df0d53
|
Treat moved topics as being non-existent for re-sync of topic counts
git-svn-id: file:///svn/phpbb/trunk@1306 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-13 17:26:36 +00:00 |
|
Paul S. Owen
|
d1fd694282
|
Added global PM disable + modded emailer to allow lang select + re-added back box limits my dumbness removed recently
git-svn-id: file:///svn/phpbb/trunk@1305 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-13 16:09:10 +00:00 |
|
Paul S. Owen
|
4e0ec70803
|
Altered for constant table names
git-svn-id: file:///svn/phpbb/trunk@1297 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-09 13:26:55 +00:00 |
|
Paul S. Owen
|
8504825bb4
|
MySQL 4.x support, functionaly similar to MySQL bar transaction support
git-svn-id: file:///svn/phpbb/trunk@1276 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-04 15:26:33 +00:00 |
|
Paul S. Owen
|
f0e441777b
|
Support for new locked with new topics icon
git-svn-id: file:///svn/phpbb/trunk@1274 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-04 12:55:23 +00:00 |
|
Paul S. Owen
|
68795b03d5
|
Fixed bug #477831 + some minor alterations
git-svn-id: file:///svn/phpbb/trunk@1270 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-03 21:49:01 +00:00 |
|
Paul S. Owen
|
7844a5fa7f
|
Group control panel updates and mods + hidden group ability
git-svn-id: file:///svn/phpbb/trunk@1268 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-03 19:17:06 +00:00 |
|
Paul S. Owen
|
5cf8169bfc
|
Various changes, added site description to DB
git-svn-id: file:///svn/phpbb/trunk@1262 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-03 15:15:05 +00:00 |
|
Paul S. Owen
|
5251423378
|
Fixed various issues and bugs
git-svn-id: file:///svn/phpbb/trunk@1260 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-03 13:54:04 +00:00 |
|
Bart van Bragt
|
112b015c47
|
This is not Beta-1 anymore
git-svn-id: file:///svn/phpbb/trunk@1256 89ea8834-ac86-4346-8a33-228a782c2dd0
|
2001-11-01 22:57:35 +00:00 |
|