Commit graph

1220 commits

Author SHA1 Message Date
Ludovic Arnaud
8df413cafc I believe the original intent was to put the backslash in the character class, this should make it work
git-svn-id: file:///svn/phpbb/trunk@3954 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-26 01:35:12 +00:00
Paul S. Owen
5362625eab Various changes, and tests ... marking/tracking is not complete ... tinkering, changing, etc. still to be done ... it's just I've made numerous and various changes to different files so a commit really is due
git-svn-id: file:///svn/phpbb/trunk@3953 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-26 01:17:40 +00:00
Paul S. Owen
fc2ecf2de9 Was certainly one problem with it ...
git-svn-id: file:///svn/phpbb/trunk@3951 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-24 23:00:52 +00:00
Paul S. Owen
51b0a56996 For the time being I want this to stay as addslashes for some cross-db compatibility testing ...
git-svn-id: file:///svn/phpbb/trunk@3950 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-24 18:40:57 +00:00
Ludovic Arnaud
42ee5e7a54 No functional changes, will only produce less PHP notices/warnings.
git-svn-id: file:///svn/phpbb/trunk@3949 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-24 18:24:53 +00:00
Ludovic Arnaud
5f58f0ff71 Fixed typos, added isset() to produce less PHP notices and changed addslashes() to the corresponding dbal function
git-svn-id: file:///svn/phpbb/trunk@3948 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-24 18:23:35 +00:00
Ludovic Arnaud
b939242c3a Fixed some undefined variables
git-svn-id: file:///svn/phpbb/trunk@3947 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-24 18:21:29 +00:00
Ludovic Arnaud
c74b68c26b Store only SELECT queries to be flushed later
git-svn-id: file:///svn/phpbb/trunk@3945 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-24 18:19:45 +00:00
Ludovic Arnaud
8796a09d01 Fixed: imbricated quotes
Added: individual bbcodes can be disabled. (still has some bug, not sure where though)


git-svn-id: file:///svn/phpbb/trunk@3939 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-23 22:55:53 +00:00
Ludovic Arnaud
e13b0efc6a Added: more sync() stuff, to be documented in the dev forum
git-svn-id: file:///svn/phpbb/trunk@3936 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-23 21:57:53 +00:00
Ludovic Arnaud
44eb035adf Changed: the loading of bbcodes template is triggered whenever needed - see bbcode_tpl()
Changed: [flash] got templated


git-svn-id: file:///svn/phpbb/trunk@3934 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-23 21:47:15 +00:00
Paul S. Owen
13f7d92739 hhmmm, was slap bang in the middle of working on this ;) Excess slashing(?) .. keep an eye out for errors ... fixed static lang preg
git-svn-id: file:///svn/phpbb/trunk@3933 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-23 20:55:48 +00:00
Meik Sievertsen
444b49c50a replaced \' with ' in template to let it parse javascript correctly. admin_attachments.php changes. added real media streaming.
git-svn-id: file:///svn/phpbb/trunk@3932 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-23 20:50:07 +00:00
Ludovic Arnaud
bec93ceb59 Fixed: record_ values do not make the cache to expire
git-svn-id: file:///svn/phpbb/trunk@3931 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-23 20:22:44 +00:00
Ludovic Arnaud
eb9ed9d007 Fixed: decode_text() not decoding /list tags properly
Fixed: topic_replies not incremented when quoting another post


git-svn-id: file:///svn/phpbb/trunk@3929 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-23 18:41:28 +00:00
Paul S. Owen
72fbb43a1e Thanks to John, who indirectly reminded me about this :D ... echo only data we need to echo.
git-svn-id: file:///svn/phpbb/trunk@3928 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-23 14:55:13 +00:00
Paul S. Owen
5085f051bf oops, I completely forget that viewforum uses the new topics_marking table ... guess I need to commit all related changes after all ... pooh
git-svn-id: file:///svn/phpbb/trunk@3925 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-22 17:26:29 +00:00
Paul S. Owen
899f7bc1d7 Re-enabled polling ... includes option of multiple choice polling, indication of option voted for, etc. ... preliminary implementation, various things need finishing
git-svn-id: file:///svn/phpbb/trunk@3920 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-22 16:47:34 +00:00
Paul S. Owen
d30d4987f3 Move second parse cache init after assignment of bitfield ... in case bitfield isn't set globally
git-svn-id: file:///svn/phpbb/trunk@3914 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-22 00:42:06 +00:00
Paul S. Owen
c0a09ef80a A few changes, moved some items to templates
git-svn-id: file:///svn/phpbb/trunk@3909 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-21 16:35:32 +00:00
Paul S. Owen
2f739ed4e7 Fixed display of hidden online users when u_viewonline is set true
git-svn-id: file:///svn/phpbb/trunk@3906 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-21 16:21:27 +00:00
Paul S. Owen
786c8c2a06 Altered various aspects of emailing ... tested on a windows platform with both mail() and direct smtp ... it worked in both cases.
git-svn-id: file:///svn/phpbb/trunk@3902 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-21 14:13:10 +00:00
Ludovic Arnaud
5107b7aafa First-pass syntax highlightning. Will fix quotes later
git-svn-id: file:///svn/phpbb/trunk@3901 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-20 20:30:01 +00:00
Meik Sievertsen
c2da346e65 #575496 - only one way to do it, user input would be nice. ;)
git-svn-id: file:///svn/phpbb/trunk@3898 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-20 16:49:26 +00:00
Paul S. Owen
d1699421af hmmm, what's the word I'm looking for ... hhmmm .... poooh
git-svn-id: file:///svn/phpbb/trunk@3892 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-19 17:49:25 +00:00
Paul S. Owen
7a395b013f Missing concatenationnn ... thingy ... dot ..
git-svn-id: file:///svn/phpbb/trunk@3891 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-19 17:46:29 +00:00
Paul S. Owen
cd1fa01b2a Update of comment :D
git-svn-id: file:///svn/phpbb/trunk@3890 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-19 13:01:47 +00:00
Paul S. Owen
255a01f5a7 Replied to comment, no code changes
git-svn-id: file:///svn/phpbb/trunk@3889 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-19 13:00:25 +00:00
Paul S. Owen
7506d3d914 Updated topic/forum notification ... untested in live situation ... appeared to work via manual testing
git-svn-id: file:///svn/phpbb/trunk@3888 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-19 12:58:37 +00:00
Meik Sievertsen
68deb6cbfd do not use the sync function if post get deleted. added topic_last_post_id information to viewtopic, for determining delete permission correctly.
git-svn-id: file:///svn/phpbb/trunk@3887 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-19 10:28:37 +00:00
Paul S. Owen
5e1a81ad66 Okay, give this one a whirl ... clear your template cache before trying
git-svn-id: file:///svn/phpbb/trunk@3885 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-18 14:32:32 +00:00
Meik Sievertsen
f9cf94e443 delete no longer used function
git-svn-id: file:///svn/phpbb/trunk@3884 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-18 13:11:40 +00:00
Meik Sievertsen
2bd1ced339 some arrangements...
git-svn-id: file:///svn/phpbb/trunk@3883 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-18 13:07:19 +00:00
Meik Sievertsen
25015ecc0b Revert INCLUDE template change, fixed attachment display.
git-svn-id: file:///svn/phpbb/trunk@3882 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-18 11:07:50 +00:00
Ludovic Arnaud
ff6fdd67be More bbcode fixes
git-svn-id: file:///svn/phpbb/trunk@3879 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-17 23:47:26 +00:00
Paul S. Owen
a79524cb33 Reduce (only a tad but still) the potential number of queries done when updating permissions
git-svn-id: file:///svn/phpbb/trunk@3878 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-17 22:59:51 +00:00
Paul S. Owen
e93d9d23f2 Fix ACL_UNSET problem ... was causing users to be granted permission even when denied
git-svn-id: file:///svn/phpbb/trunk@3877 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-17 21:43:39 +00:00
Ludovic Arnaud
43e67f177d Trying to look busy
git-svn-id: file:///svn/phpbb/trunk@3875 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-17 20:12:50 +00:00
Paul S. Owen
3b907d8642 Minor changes
git-svn-id: file:///svn/phpbb/trunk@3874 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-17 17:47:41 +00:00
Paul S. Owen
2e36408fab oops, it appears I missed most of the changes in mysql.php ...
git-svn-id: file:///svn/phpbb/trunk@3872 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-17 17:06:52 +00:00
Paul S. Owen
cc1a5f899d Remove superfluous query count increment in sql_query_limit
git-svn-id: file:///svn/phpbb/trunk@3871 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-17 17:01:10 +00:00
Paul S. Owen
d2db3f75bc Some change-arounds ... hopefully not introducing problems ...
git-svn-id: file:///svn/phpbb/trunk@3870 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-17 17:00:33 +00:00
Ludovic Arnaud
55fcbef7e0 TODO ;)
git-svn-id: file:///svn/phpbb/trunk@3867 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-17 01:59:23 +00:00
Ludovic Arnaud
c2e73ed656 Added syntax highlitning to [code]. Added [flash] tag.
git-svn-id: file:///svn/phpbb/trunk@3863 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-16 22:44:38 +00:00
Ludovic Arnaud
ce8eab90fb Removed unneeded decoding, added bbcode_uid to the second_pass function. (doh)
git-svn-id: file:///svn/phpbb/trunk@3862 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-16 22:32:20 +00:00
Paul S. Owen
126eb0979f Added some extra 's' extensions to preg_matches to cope with multiline data
git-svn-id: file:///svn/phpbb/trunk@3861 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-16 22:32:17 +00:00
Ludovic Arnaud
b93bb3d90c Added syntax highlitning for [code].
[code] is now case-insensitive. Nothing else to mention ;)


git-svn-id: file:///svn/phpbb/trunk@3860 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-16 22:31:20 +00:00
Ludovic Arnaud
b2b7a3f02a Keeping mysql4.php current makes some sense indeed
git-svn-id: file:///svn/phpbb/trunk@3859 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-16 21:25:22 +00:00
Ludovic Arnaud
afaf95bb13 Random XSS exploit
git-svn-id: file:///svn/phpbb/trunk@3855 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-16 20:22:12 +00:00
Paul S. Owen
d3b302841c Only display PM/Search/Memberlist links if enabled
git-svn-id: file:///svn/phpbb/trunk@3847 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-04-15 23:41:43 +00:00