1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-05 04:01:49 +02:00
Commit Graph

245 Commits

Author SHA1 Message Date
Paul S. Owen
b97b78410d Why didn't these commit yesterday with the other changes .. hmmm, even the history says they were in the CL ...strange
git-svn-id: file:///svn/phpbb/trunk@1612 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-16 20:31:12 +00:00
Paul S. Owen
cab9f5c4a4 subSilver updates, separate css, other fixes
git-svn-id: file:///svn/phpbb/trunk@1592 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-15 17:35:52 +00:00
Paul S. Owen
284dbec9cf Various changes to accompany session updates ... MSSQL users should be prepared to alter or remove the session_last_visit field or face potential problems
git-svn-id: file:///svn/phpbb/trunk@1588 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-15 16:40:35 +00:00
dougk_ff7
652a03df3f Ok, fixing a PostgreSQL bug in the Schema file, prevented install
git-svn-id: file:///svn/phpbb/trunk@1577 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-15 01:22:55 +00:00
Paul S. Owen
0aa7d08106 Make topic_moved_id not null default 0
git-svn-id: file:///svn/phpbb/trunk@1572 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-14 18:19:20 +00:00
Paul S. Owen
a552d5b7d5 Removed autologin_key + fixed bug #471878
git-svn-id: file:///svn/phpbb/trunk@1571 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-14 16:32:33 +00:00
Paul S. Owen
f6cea9c614 Updated schema for session stuff + fix for mysql search result id
git-svn-id: file:///svn/phpbb/trunk@1563 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-14 02:11:57 +00:00
Paul S. Owen
dea6471387 Fixed bug #490611
git-svn-id: file:///svn/phpbb/trunk@1551 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-11 02:41:47 +00:00
Bart van Bragt
076206dc0c Fix for some small problems with upgrade
git-svn-id: file:///svn/phpbb/trunk@1548 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-10 21:53:27 +00:00
Paul S. Owen
385920da3e Removed PSO style entries
git-svn-id: file:///svn/phpbb/trunk@1526 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-09 15:22:08 +00:00
Paul S. Owen
930c1186a2 Backtrack on IDENTITY ... doh
git-svn-id: file:///svn/phpbb/trunk@1494 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-01 01:25:06 +00:00
Paul S. Owen
1f18ea3b16 Missing IDENTITY on phpbb_groups, thanks Martin
git-svn-id: file:///svn/phpbb/trunk@1493 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-12-01 00:34:50 +00:00
Paul S. Owen
84a2b7dad4 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@1491 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-30 23:15:53 +00:00
Paul S. Owen
2121f61670 Updated for bbcode_uid move
git-svn-id: file:///svn/phpbb/trunk@1485 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-29 16:04:44 +00:00
Paul S. Owen
88872c4d22 Let's try another commit and see if its ascii ... I hate CVS at times
git-svn-id: file:///svn/phpbb/trunk@1483 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-29 15:08:21 +00:00
Paul S. Owen
193766d9f9 And again for some reason the MSSQL schema commits as binary ... even though it was set as ascii (UNIX format)
git-svn-id: file:///svn/phpbb/trunk@1482 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-29 15:07:25 +00:00
Paul S. Owen
6a7ff1f903 Up to date MSSQL schema and basic, tested under MSSQL 2000
git-svn-id: file:///svn/phpbb/trunk@1481 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-29 15:04:42 +00:00
Paul S. Owen
47c2a120fb Fixed problem with surprise and shock smileys, shock = 8O, surprise = :o or text equivs
git-svn-id: file:///svn/phpbb/trunk@1480 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-29 13:25:56 +00:00
Paul S. Owen
f0b14e59ee Fix for insert_id problem
git-svn-id: file:///svn/phpbb/trunk@1476 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-29 12:25:04 +00:00
James Atkinson
2b6be29f24 This should fix the schmea problems, not the best solution but it works
git-svn-id: file:///svn/phpbb/trunk@1473 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-29 09:57:29 +00:00
James Atkinson
74a9b88c06 Fixed little sequance name problem
git-svn-id: file:///svn/phpbb/trunk@1447 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-26 03:02:41 +00:00
Bart van Bragt
7eee52fff3 Finally moved the bbcode_uid from posts to posts_text, DON'T FORGET TO RUN THE CONVERT SCRIPT IN /develop/ !!
git-svn-id: file:///svn/phpbb/trunk@1436 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-24 17:17:32 +00:00
Paul S. Owen
bb31a5e009 Fixes install problem
git-svn-id: file:///svn/phpbb/trunk@1430 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 22:55:23 +00:00
Bart van Bragt
e0489034fc Oops, smallint is too small for group_id.. Thanks Paul :D
git-svn-id: file:///svn/phpbb/trunk@1427 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 18:52:46 +00:00
Bart van Bragt
4e621ef3c3 Some space/speed checkups on the types in the MySQL schema
git-svn-id: file:///svn/phpbb/trunk@1426 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 18:44:11 +00:00
Paul S. Owen
45a4be47fb Updated and inline with MySQL - PostgreSQL fine under 7.1.2
git-svn-id: file:///svn/phpbb/trunk@1421 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-23 00:36:08 +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
fd9158ac75 Up to date, fully populated, works fine or so it seems
git-svn-id: file:///svn/phpbb/trunk@1401 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-21 01:21:31 +00:00
Paul S. Owen
8acc3cff9a Some updates, uses TOP rather than two ROWCOUNT queries for LIMIT
git-svn-id: file:///svn/phpbb/trunk@1396 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 22:34:50 +00:00
Paul S. Owen
303a5c9ed4 Gone to the great hard disk in the sky ... either that or the schemas subdir
git-svn-id: file:///svn/phpbb/trunk@1394 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 22:30:48 +00:00
Paul S. Owen
215dff4ba8 Moved from parent directory - no other changes ... at least I don't remember any ... I'll regret saying that, I just know it ...
git-svn-id: file:///svn/phpbb/trunk@1393 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 22:29:14 +00:00
Paul S. Owen
525993fb2e New split versions of odbc.php
git-svn-id: file:///svn/phpbb/trunk@1392 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 22:27:29 +00:00
Paul S. Owen
c8cfff5c4d Split into pieces
git-svn-id: file:///svn/phpbb/trunk@1391 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 22:26:57 +00:00
Paul S. Owen
143823685e Okay, I think that's all folks ... aside from perhaps indexes this is it, da final schema ... keep your eyes on the forums for confirmation
git-svn-id: file:///svn/phpbb/trunk@1387 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-20 14:34:05 +00:00
Paul S. Owen
37a4c8a7dc This is pre-freeze ... a final index and general check through is needed
git-svn-id: file:///svn/phpbb/trunk@1365 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-18 23:27:22 +00:00
Bart van Bragt
d21fe46009 Fixed bug #482887
git-svn-id: file:///svn/phpbb/trunk@1352 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-17 20:43:31 +00:00
Paul S. Owen
1005537ba1 This is an initial 'final' DB schema, effectively complete but may undergo some (hopefully minor) updates
git-svn-id: file:///svn/phpbb/trunk@1336 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-16 18:03:23 +00:00
Paul S. Owen
6228512203 This is an initial 'final' DB schema, effectively complete but may undergo some (hopefully minor) updates
git-svn-id: file:///svn/phpbb/trunk@1335 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-16 18:00:49 +00:00
Bart van Bragt
3bb1d7070e New and improved search_fill.php, still has a weird memory exhaustion bug
git-svn-id: file:///svn/phpbb/trunk@1327 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-15 22:07:29 +00:00
Paul S. Owen
f27bec1dab Added admin enabling of email form
git-svn-id: file:///svn/phpbb/trunk@1320 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-15 18:38:23 +00:00
Paul S. Owen
0ed25deb63 Email form - free with purchase of any two other items
git-svn-id: file:///svn/phpbb/trunk@1316 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-15 16:26:41 +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
Bart van Bragt
6a506ae3e0 Fixed bu #480222 (I hope)
git-svn-id: file:///svn/phpbb/trunk@1301 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-09 22:58:00 +00:00
Paul S. Owen
911c833b12 Schema updates for search changes
git-svn-id: file:///svn/phpbb/trunk@1300 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-09 18:28:46 +00:00
Paul S. Owen
63fbbff7e7 Various updates to transaction and other support
git-svn-id: file:///svn/phpbb/trunk@1298 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-11-09 13:42:31 +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
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
dougk_ff7
2652a1aba9 Removing traces of global announcements and also fixing a potential security hole in bbcode. Img-based javascript is now stripped. All images have to begin with http://
git-svn-id: file:///svn/phpbb/trunk@1238 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-19 13:28:35 +00:00
dougk_ff7
8f45c77883 Just the start to the wonderful world of global announcements. Adds support for them as well as creates a new forum, id -1. Do not delete the forum. I'll write the admin later.
git-svn-id: file:///svn/phpbb/trunk@1215 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-16 01:00:47 +00:00
the_systech
0aec2082eb modified to make compatible with postgres 7.0, still works with 7.1
git-svn-id: file:///svn/phpbb/trunk@1206 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-10-15 16:08:59 +00:00