1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

1187 Commits

Author SHA1 Message Date
Paul S. Owen
8f7ee5f295 Added alternative image capability for index forum icons
git-svn-id: file:///svn/phpbb/trunk@1048 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-16 16:47:43 +00:00
Paul S. Owen
a87703788e Various changes
git-svn-id: file:///svn/phpbb/trunk@1047 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-16 12:59:00 +00:00
Paul S. Owen
01f0a5d16c Added theme row colour/class support
git-svn-id: file:///svn/phpbb/trunk@1046 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-15 23:51:41 +00:00
Paul S. Owen
f1233468cf Done away with group vs. user switching, no point
git-svn-id: file:///svn/phpbb/trunk@1045 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-15 23:05:03 +00:00
Paul S. Owen
887bcf7494 Renamed as modcp_split.tpl
git-svn-id: file:///svn/phpbb/trunk@1044 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-15 23:03:59 +00:00
Paul S. Owen
00f894f742 Updated moderator panel, particularly move/delete topic
git-svn-id: file:///svn/phpbb/trunk@1043 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-15 23:03:31 +00:00
natec
1857c70a35 Bug 461842 fixed. Unnecessary uses of addslashes(), stripslashes(), and preg_quote() in search.php..
git-svn-id: file:///svn/phpbb/trunk@1042 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-15 22:53:02 +00:00
natec
fe252a54fd Fixed a situation where we weren't escaping sql special chars.
git-svn-id: file:///svn/phpbb/trunk@1041 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-15 22:11:20 +00:00
natec
d80238fe57 Fixed bug 461488. Variable name mismatch between code and templates.
git-svn-id: file:///svn/phpbb/trunk@1040 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-15 21:50:19 +00:00
natec
5cfa3166c2 Added some simple sanity-check validation to the optional profile fields.
git-svn-id: file:///svn/phpbb/trunk@1038 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-14 04:42:54 +00:00
James Atkinson
626a003eb6 Fixed little bug in the registration SQL
git-svn-id: file:///svn/phpbb/trunk@1037 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-14 00:21:07 +00:00
James Atkinson
788cc77be5 Updated oracle_schema and added queries to create a table space and a user for phpBB. Makes it a little easier for the novice oracle users out there
git-svn-id: file:///svn/phpbb/trunk@1036 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-14 00:09:28 +00:00
James Atkinson
e175b8eee4 More work on Oracle DBAL code
git-svn-id: file:///svn/phpbb/trunk@1035 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-13 23:19:53 +00:00
James Atkinson
649ef1b9f3 Added some END_TRANSACTION calls to sql_query statments so the sessions code works with Oracle now
git-svn-id: file:///svn/phpbb/trunk@1034 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-13 23:19:25 +00:00
James Atkinson
4e18945c0c Put transaction support into oracle DBAL
git-svn-id: file:///svn/phpbb/trunk@1033 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-13 10:10:07 +00:00
James Atkinson
2ce073c4ef Inital work on Oracle schema. If you are installing on oracle run the triggers file AFTER the basic file
git-svn-id: file:///svn/phpbb/trunk@1032 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-13 09:54:09 +00:00
natec
b64ac01603 fixed bug 460663 -- we were trying to use the wrong field as the email addy when sending reply notification emails.
git-svn-id: file:///svn/phpbb/trunk@1031 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-11 22:52:56 +00:00
Bart van Bragt
6504728b3b Removed lots of stripslashes() and fixed Avatar if remote
git-svn-id: file:///svn/phpbb/trunk@1030 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-11 10:19:12 +00:00
Bart van Bragt
55ce5666b7 Sort userlist in user administration
git-svn-id: file:///svn/phpbb/trunk@1029 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-11 10:03:37 +00:00
natec
b2ce7e4e7f Fix for part of bug 460308. We weren't checking if the forum belonged to the current cat before we drew it under that cat..
git-svn-id: file:///svn/phpbb/trunk@1028 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-11 04:03:00 +00:00
natec
604d939d8d Fixed bug 459576 (bad link in PM sentbox). We weren't pulling the user's email from the database, so we couldn't add it to the 'email' link's url.
git-svn-id: file:///svn/phpbb/trunk@1027 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-11 03:28:47 +00:00
James Atkinson
ff898dab57 Fixed little bug with auto-linking screwing up links when both at the end of a message and the signature is attached.
This fix works, but dosan't really solve the problem because I have no idea why it was happening in the first place


git-svn-id: file:///svn/phpbb/trunk@1026 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-10 23:07:57 +00:00
James Atkinson
09ae82cd77 Fixed up postgres schema and basic so they work with new config table and theme/templates combination
git-svn-id: file:///svn/phpbb/trunk@1025 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-10 22:53:52 +00:00
Paul S. Owen
08cb824e37 Missed a couple of config name changes
git-svn-id: file:///svn/phpbb/trunk@1024 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-10 16:20:40 +00:00
Paul S. Owen
73f10b93b3 Missed a couple of config name changes
git-svn-id: file:///svn/phpbb/trunk@1023 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-10 14:22:17 +00:00
Paul S. Owen
329c1fd90b Added back
git-svn-id: file:///svn/phpbb/trunk@1022 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-10 01:00:23 +00:00
Paul S. Owen
cb6369db67 Modified for modification to templates/themes
git-svn-id: file:///svn/phpbb/trunk@1021 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-10 00:16:37 +00:00
Paul S. Owen
6e81d5fd96 Modified for modification to templates/themes
git-svn-id: file:///svn/phpbb/trunk@1020 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-09 23:56:04 +00:00
Paul S. Owen
c342a3c365 Combined theme/templates in profile as suggested, added META refresh and made a couple of other changes
git-svn-id: file:///svn/phpbb/trunk@1019 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-09 23:37:30 +00:00
Paul S. Owen
c0ac873a08 Combined theme/templates in profile as suggested, added META refresh and made a couple of other changes
git-svn-id: file:///svn/phpbb/trunk@1018 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-09 23:22:29 +00:00
Bart van Bragt
375e4d9903 Fixed bug #460075
git-svn-id: file:///svn/phpbb/trunk@1017 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-09 21:13:25 +00:00
Bart van Bragt
828447f535 Removed some trailing newlines
git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-09 12:40:42 +00:00
Bart van Bragt
34c4e7c820 Fixed deleting/creating with no forums/cats left, bug #459962
git-svn-id: file:///svn/phpbb/trunk@1015 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-09 12:23:39 +00:00
Bart van Bragt
19ca822630 Fixed bug #459874
git-svn-id: file:///svn/phpbb/trunk@1014 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-08 22:58:10 +00:00
Bart van Bragt
3a56a22f25 Don't need config_id anymore obviously
git-svn-id: file:///svn/phpbb/trunk@1013 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-08 19:23:33 +00:00
Bart van Bragt
31afcf748c Aaaaaaaargh\!
git-svn-id: file:///svn/phpbb/trunk@1012 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-08 18:43:00 +00:00
Bart van Bragt
6ffbd3d302 Damn, checked in config.php again..
git-svn-id: file:///svn/phpbb/trunk@1011 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-08 18:42:16 +00:00
Bart van Bragt
9b64a5d50c Altered layout of phpbb_config table
git-svn-id: file:///svn/phpbb/trunk@1010 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-08 18:24:34 +00:00
Paul S. Owen
19ae53a5b1 Couple of mods to template and addition of rdns lookup for IP
git-svn-id: file:///svn/phpbb/trunk@1009 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 23:42:26 +00:00
James Atkinson
d51c14ea0a View IP code in
git-svn-id: file:///svn/phpbb/trunk@1008 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 22:56:50 +00:00
dougk_ff7
60e3f50b61 weee! the last commit. (I mean it this time)
git-svn-id: file:///svn/phpbb/trunk@1007 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 22:33:50 +00:00
dougk_ff7
0d30dc8a82 weee! the last commit.
git-svn-id: file:///svn/phpbb/trunk@1006 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 22:32:30 +00:00
dougk_ff7
0f373352ae even more changes....
git-svn-id: file:///svn/phpbb/trunk@1005 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 22:29:32 +00:00
dougk_ff7
bce0ff61a8 Woohoo\! More fixes\!
git-svn-id: file:///svn/phpbb/trunk@1004 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 22:18:38 +00:00
dougk_ff7
c434485c76 Oops, a little CVS conflict.
git-svn-id: file:///svn/phpbb/trunk@1003 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 22:07:14 +00:00
James Atkinson
289e45ae6f Fixed postgres schema so it works with polls
git-svn-id: file:///svn/phpbb/trunk@1002 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 22:01:39 +00:00
Paul S. Owen
3d72b78424 Fixed looping END_TRANSACTION ... oops
git-svn-id: file:///svn/phpbb/trunk@1001 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 16:59:44 +00:00
Paul S. Owen
ed26632a7f Updated mssql schema and basic, and added commit for remaining transactions
git-svn-id: file:///svn/phpbb/trunk@1000 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 16:58:45 +00:00
Paul S. Owen
7cd384c5b4 Fixed bug #459427
git-svn-id: file:///svn/phpbb/trunk@999 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 12:32:47 +00:00
Paul S. Owen
6695be87e8 Moved signature attach toggle to DB run convert_sig to update after adding new field to DB
git-svn-id: file:///svn/phpbb/trunk@998 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-09-07 00:23:40 +00:00