1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

193 Commits

Author SHA1 Message Date
James Atkinson
191e52086f Re-added GPL disclaimers
git-svn-id: file:///svn/phpbb/trunk@943 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-30 22:20:23 +00:00
the_systech
fac05e46a9 addition for sorting smiley codes so that they all work properly on all DBMS's
The smiley functions should probably be moved to bbcode.php at some point


git-svn-id: file:///svn/phpbb/trunk@937 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-28 14:33:28 +00:00
Paul S. Owen
92fda1ce7c Modified header comments
git-svn-id: file:///svn/phpbb/trunk@933 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-26 14:04:27 +00:00
Paul S. Owen
1330d26720 Thought it best to add the email validate now
git-svn-id: file:///svn/phpbb/trunk@931 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-24 15:47:14 +00:00
Bart van Bragt
81aaa278b1 Adapted for admin_forums
git-svn-id: file:///svn/phpbb/trunk@926 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-23 18:16:35 +00:00
Paul S. Owen
cb2f931b42 LENGTH not compatible with ODBC
git-svn-id: file:///svn/phpbb/trunk@921 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-23 15:11:11 +00:00
Paul S. Owen
684b1b88d9 Various updates for templates
git-svn-id: file:///svn/phpbb/trunk@917 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-23 13:17:07 +00:00
Paul S. Owen
ecabf09f95 Added border=0 as suggested to remove borders around linked smilies
git-svn-id: file:///svn/phpbb/trunk@913 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-21 19:41:28 +00:00
Paul S. Owen
3fe7e0f6cc Beta-1 name changes
git-svn-id: file:///svn/phpbb/trunk@910 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-20 22:23:48 +00:00
gpolins
5f0c024f0c Fixed moved topic in sync
git-svn-id: file:///svn/phpbb/trunk@907 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-19 22:09:33 +00:00
gpolins
9b12f772cf Fixed bug in updating forum last post in sync
git-svn-id: file:///svn/phpbb/trunk@901 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-17 22:51:56 +00:00
the_systech
0f21ea1e90 Hurray the smilies code appears to work :)
git-svn-id: file:///svn/phpbb/trunk@883 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-15 15:51:02 +00:00
James Atkinson
e2710a5101 A few changes to topic moving. TOPIC_MOVE constant gets set to the topic_status field so that moved topics don't 'stick' at the top of viewforum. Also, added topic_moved_id field to store the ID that the topic moves to.
git-svn-id: file:///svn/phpbb/trunk@877 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-14 20:43:56 +00:00
the_systech
7503c85590 Ok last bit with the smilies :)
git-svn-id: file:///svn/phpbb/trunk@875 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-14 17:49:12 +00:00
the_systech
56ca4e53d7 Another attempt at fixing smilies code :)
git-svn-id: file:///svn/phpbb/trunk@874 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-14 17:17:50 +00:00
the_systech
02ac5e5943 Fix for smilies code ;)
git-svn-id: file:///svn/phpbb/trunk@873 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-14 17:02:30 +00:00
Paul S. Owen
22471c9e1e Topic notification ... initial stuff
git-svn-id: file:///svn/phpbb/trunk@864 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-14 00:40:21 +00:00
gpolins
b9440d53fa Added move topic constants
git-svn-id: file:///svn/phpbb/trunk@854 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-13 17:42:49 +00:00
Paul S. Owen
3489840e84 Removed windows returns and final newline
git-svn-id: file:///svn/phpbb/trunk@850 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-13 14:15:47 +00:00
James Atkinson
b30de6fd69 If a user changes their email address, and account activation is turned on, the user will have to re-activate their account via URL sent in email
git-svn-id: file:///svn/phpbb/trunk@848 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-13 07:40:52 +00:00
dougk_ff7
0073e1ffe4 Fixes a template parsing error.
git-svn-id: file:///svn/phpbb/trunk@847 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-13 04:08:02 +00:00
James Atkinson
282367ea52 Implmented the emailer class everywhere it needs it (just registration and private message notification so far)
git-svn-id: file:///svn/phpbb/trunk@845 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-13 03:16:35 +00:00
James Atkinson
df3da5934d Added emailer class, did alterations and templates for registration
Welcome message vars can be removed from lang file


git-svn-id: file:///svn/phpbb/trunk@844 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-13 01:07:14 +00:00
Paul S. Owen
9899e2b975 Various posting updates
git-svn-id: file:///svn/phpbb/trunk@836 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-10 22:00:12 +00:00
Paul S. Owen
ee3d0043ed This is what happens when you try porting code from one set of files to another ... silly errors
git-svn-id: file:///svn/phpbb/trunk@830 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-10 00:38:59 +00:00
Paul S. Owen
89dddd9049 Code added to get around double htmlspecialchar stuff + some of my stuff looks to allow HTML even when off, removed
git-svn-id: file:///svn/phpbb/trunk@829 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-10 00:23:39 +00:00
Paul S. Owen
88570ae919 Moved smilies code into functions, would it be better in bbcode.php?
git-svn-id: file:///svn/phpbb/trunk@828 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-09 23:32:52 +00:00
Paul S. Owen
3ed35bfd6f Slight alteration to the whosonline code ... speed impacts unknown
git-svn-id: file:///svn/phpbb/trunk@827 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-09 23:26:03 +00:00
Paul S. Owen
1ff3a93656 Allows only certain tags ... seems broken again which is annoying since I fixed it the day before yesterday
git-svn-id: file:///svn/phpbb/trunk@826 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-09 22:38:39 +00:00
Paul S. Owen
fbcaf21bc0 Various fixes to remove posts and post text
git-svn-id: file:///svn/phpbb/trunk@802 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-03 00:29:02 +00:00
James Atkinson
981b7056bb Beginnings of the forum managament code (no functionality yet). Also a bit of a fix to view topic so it dosan't screw up when HTML is turned off. Still needs work, HTML works in [quote] tags... havn't tracked it down yet. Nate should look at it!
git-svn-id: file:///svn/phpbb/trunk@792 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-02 08:36:38 +00:00
Paul S. Owen
a07b69c13f Some mods to allow for default config information useage for CRITICAL MESSAGES
git-svn-id: file:///svn/phpbb/trunk@783 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-01 20:19:42 +00:00
Paul S. Owen
4d8f7cd8a5 User, IP and email banning admin functional
git-svn-id: file:///svn/phpbb/trunk@781 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-08-01 19:59:04 +00:00
Paul S. Owen
56552d1e2b More compliance ... it never ends
git-svn-id: file:///svn/phpbb/trunk@773 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-31 21:34:06 +00:00
Paul S. Owen
db8652122c More compliance updates + select previous posts in viewtopic
git-svn-id: file:///svn/phpbb/trunk@770 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-31 18:37:25 +00:00
Paul S. Owen
44fa3624a7 HTML 4.01 and XHTML 1.0 compliance changes
git-svn-id: file:///svn/phpbb/trunk@768 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-31 14:17:41 +00:00
Paul S. Owen
b3366f1e35 HTML 4.01 and XHTML 1.0 compliance changes
git-svn-id: file:///svn/phpbb/trunk@767 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-31 14:06:06 +00:00
Paul S. Owen
6697141b5f Session now destroys userdata if autologin fails or isnt activated
git-svn-id: file:///svn/phpbb/trunk@756 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-28 00:38:27 +00:00
Paul S. Owen
8b82f40009 Removed header frame, reduced timezone naming, added DB size for MySQL, no major technical changes
git-svn-id: file:///svn/phpbb/trunk@753 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-27 23:16:09 +00:00
James Atkinson
982566faa0 System config admin section started. Can view settings but can't modify them at the moment
git-svn-id: file:///svn/phpbb/trunk@750 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-24 22:11:24 +00:00
Paul S. Owen
ec99f3c97d Forum locking now implemented + some updates for future functionality
git-svn-id: file:///svn/phpbb/trunk@748 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-24 18:26:16 +00:00
Paul S. Owen
7090e785a9 Changed extension of templates to php
git-svn-id: file:///svn/phpbb/trunk@741 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-24 11:39:00 +00:00
Paul S. Owen
66f3131922 Replaced
git-svn-id: file:///svn/phpbb/trunk@740 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-24 11:38:36 +00:00
Paul S. Owen
5cea36a3b6 Various updates to session code inc. moving data away from config
git-svn-id: file:///svn/phpbb/trunk@732 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-23 15:27:41 +00:00
Paul S. Owen
b607d1d858 Various updates to session code inc. moving data away from config
git-svn-id: file:///svn/phpbb/trunk@730 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-23 15:23:47 +00:00
Paul S. Owen
5a3dbda86a Remove duplicate users
git-svn-id: file:///svn/phpbb/trunk@729 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-22 20:42:34 +00:00
Paul S. Owen
d145bca394 Still seems to be pagination problem, I dont have it so what havent I committed ...
git-svn-id: file:///svn/phpbb/trunk@728 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-22 20:32:05 +00:00
Paul S. Owen
f0b2e3beb1 Using block_vars to fake IF...ELSE...ENDIF capability
git-svn-id: file:///svn/phpbb/trunk@719 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-21 13:45:18 +00:00
Paul S. Owen
c285a885ae Fixed errors, non-sid-appended urls, lang switchovers, etc.
git-svn-id: file:///svn/phpbb/trunk@707 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-20 15:16:03 +00:00
Paul S. Owen
a43e27711d Additional security check for auth
git-svn-id: file:///svn/phpbb/trunk@700 89ea8834-ac86-4346-8a33-228a782c2dd0
2001-07-19 12:41:22 +00:00