phpBB
Statistics
| Revision:

root / tags / release_2_0_1 / phpBB / includes / bbcode.php

History | View | Annotate | Download (25.8 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
2610 05/20/2002 03:52 pm

This commit was manufactured by cvs2svn to create tag
'release_2_0_1'.

2590 05/17/2002 08:22 pm the_systech

Fix (hopefully anyway :) for nested code tag issues with bbcode

2572 05/13/2002 03:30 am psotfx

More fixes and updates

2564 05/12/2002 02:47 am psotfx

Loads of bug fixes and updates

2543 04/24/2002 04:42 pm the_systech

Fix for "vulnerability emailed to dev team..."

2521 04/08/2002 05:46 pm the_systech

Ok I'm an idiot.. variables work better with "$"'s in front of them..

2520 04/08/2002 05:36 pm the_systech

Ok one more try at this one...

2519 04/08/2002 05:02 pm the_systech

A likely fix for the quote table breaking behavior

2483 04/04/2002 04:47 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.

2427 03/25/2002 01:41 pm psotfx

Move phpbb_preg_quote back into functions because it's plain annoying ... :D

2318 03/18/2002 06:46 pm thefinn

Fixed little bug that made the smilies image tags not XHTML compatible

2317 03/18/2002 06:21 pm the_systech

Fix for bug #529642... Tabs should end parsing for magic urls as well as spaces or newlines...

2304 03/18/2002 02:35 pm psotfx

Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)

2175 02/17/2002 05:05 pm bartvb

Fixed #506066, [img] didn't work with multiple instances directly following each other

2115 02/12/2002 06:55 pm psotfx

doh

2114 02/12/2002 06:53 pm psotfx

Minor change to email match

2063 02/08/2002 02:33 am psotfx

Various updates, mods, changes to several functions, moved smilies stuff to bbcode.php ... nathan may kill me ... good bye all in advance

1989 01/28/2002 01:27 pm psotfx

Add a ; to URI validation rex

1983 01/28/2002 03:24 am psotfx

And another ...

1982 01/28/2002 03:16 am psotfx

Couple more updates to URL 'fixes'

1969 01/27/2002 03:03 pm psotfx

arrgghhhhh I hate regexp

1968 01/27/2002 02:59 pm psotfx

alphaNUMERICS Paul, ... doh

1967 01/27/2002 02:53 pm psotfx

Check for allowed chars in [url] submissions ... could use some double checking

1824 01/09/2002 02:39 am the_systech

!!$## gotta stop testing on one machine and commiting changes on another... I mistyped one word, and broke quotes completely. :( Somebody please get me a beer

1822 01/08/2002 08:00 pm the_systech

trimmed down the quote bug fix in second pass to one preg_replace rather than two, by changing the pattern up a bit...

1818 01/08/2002 04:51 pm the_systech

Fix for bug #496944 "quotes with usernames containing "]"

1555 12/11/2001 10:13 am natec

bug #489842 -- some pages were doing bbencode_second and make_click in a bad order.

1520 12/07/2001 12:39 am natec

fixed [code] bbcode linebreaking nbsp; stuff.

1457 11/26/2001 10:40 pm bartvb

Removed uniqid() from make_bbcode_uid(). uniqid() was doing absolutely nothing for 20ms on each call ;(

1448 11/26/2001 09:15 am natec

tabs-to-spaces and other indentation mojo for [code] bbcode.

1441 11/26/2001 12:31 am natec

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.

1243 10/25/2001 12:52 am natec

[quote=username] bbcode.

1238 10/19/2001 03:28 pm dougk_ff7

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://>

1111 10/02/2001 01:22 am psotfx

Changes related to private messaging + some bug fixes

1095 09/27/2001 12:48 am natec

Templated bbcode.

1092 09/26/2001 11:43 pm psotfx

color and size tags

997 09/07/2001 01:30 am psotfx

Added underlined text [u][/u]

987 09/06/2001 02:29 am psotfx

Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be

943 08/31/2001 12:20 am thefinn

Re-added GPL disclaimers

933 08/26/2001 04:04 pm psotfx

Modified header comments

836 08/11/2001 12:00 am psotfx

Various posting updates

792 08/02/2001 10:36 am thefinn

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!

328 05/26/2001 02:25 am thefinn

Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionality
All this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again

228 05/02/2001 07:46 pm thefinn

Ran John's fix_files script to fix all the windows carriage returns.
Also added the script in the develop dir. To use it copy it to the phpBB2 root dir and run it

182 04/19/2001 03:18 pm psotfx

Moved all included files to includes