phpBB
Statistics
| Revision:

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

History | View | Annotate | Download (14.6 kB)

  • svn:eol-style: native
  • svn:keywords: Author Date Id Revision
# Date Author Comment
5258 10/04/2005 11:47 pm

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

5114 04/09/2005 02:26 pm Meik Sievertsen

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

5063 01/15/2005 07:49 pm Meik Sievertsen

- bugfixes
- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)

5035 12/19/2004 06:59 pm Meik Sievertsen

- some fixes/changes

5027 11/14/2004 06:12 pm Meik Sievertsen

- letting urls work again, fixing [code] breakage on urls, corrected magic_url to be able to parse urls at the beginning/end of bbcode blocks
- fixed "edited by" message.

5023 11/06/2004 03:22 pm Meik Sievertsen

- a bunch of updates, most of them bbcode related

4984 09/16/2004 08:33 pm Meik Sievertsen

- more updates, mostly bugfixes to the bbcode parser
- changed current_user in sessions (please review)
- give more flexibility to style authors in regard to the pagination elements
- profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly)...

4978 09/04/2004 09:32 pm Meik Sievertsen

my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR

4939 07/27/2004 10:03 pm Meik Sievertsen

trouble oh trouble... trouble oh trouble... trou... SLAP!

4937 07/19/2004 10:13 pm Meik Sievertsen

- approve/disapprove posts/topics
- changed mcp_front to be more moderator friendly
- able to change the forum in mcp_queue (for moderators moderating more than one forum)

4903 05/30/2004 09:24 pm Meik Sievertsen

- forum rules + link to forum rules
- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb...
- some bugfixes within admin_forums and other files
- new admin_board layout (much safer, security wise)

4883 05/02/2004 03:06 pm Meik Sievertsen

fix some issues with oop, fixing small bugs and prepare the next steps...
NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)

4819 02/08/2004 07:02 pm Meik Sievertsen

inline attachment capability...

4764 01/25/2004 03:18 pm Meik Sievertsen

do not parse smilies within code tag

4670 11/16/2003 11:28 pm ludovic_arnaud

Not even worth a log msg ;)

4578 10/12/2003 01:59 pm psotfx

Let's break lots of things

4485 09/07/2003 08:11 pm Meik Sievertsen

username quoting should be working again...

4453 08/28/2003 10:50 pm ludovic_arnaud

Added: admin definable bbcodes
Changed: preg references, use the prefered $n form instead of the old \\n one
Fixed: tweaked PHP highlightning a little

4378 08/11/2003 12:41 pm psotfx

Correct pathname for template

4370 08/10/2003 11:17 pm ludovic_arnaud

Less bug, more comments

4363 08/10/2003 08:30 pm ludovic_arnaud

Primary / secondary style bbcode implementation. Not thoroughly tested yet but my test board still functions so I guess it works ;)

4329 07/24/2003 06:10 pm psotfx

path change for bbcode

4236 07/13/2003 05:15 pm psotfx

Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon. Ashe, the bbcode primary/secondary stuff may need some tightening, particularly since it only checks the bbcode_bitfield for the primary template (which may not exist as coped with later) ... I'll leave that to you to alter.

4190 07/03/2003 12:23 am ludovic_arnaud

Shifting bits appears to be faster than the pow() function

4170 06/24/2003 06:46 pm psotfx

Fix up display of sigs and bbcode for preview

4086 06/05/2003 09:19 pm ludovic_arnaud

Changed: [list=square] is translated into an UNordered list
Fixed: <ul> opening tag
Changed: [list] is not hardcoded anymore

4060 05/25/2003 09:19 pm ludovic_arnaud

Added: width / height parameters to flash
Fixed: ol closing tag
Screwed-up: ol opening tag - will check that later

4043 05/22/2003 03:26 am ludovic_arnaud

Updated bbcode parser.
Images that are replace with a link according to user's preferences now use the corresponding [url] template.
Some regular expressions have been made a little more restrictive.

4029 05/20/2003 03:35 pm psotfx

This version tends to do what it was supposed to do ... I guess users will prefer this ...

4028 05/20/2003 03:24 pm psotfx

Enable view limiting functions ... Ashe, not sure if this is compatible with your thinking for bbcode but it seems the "logical" way to handle disabling of bbcode/flash in this manner. Fixed issue with automatic url handling of local links

4014 05/19/2003 01:26 am ludovic_arnaud

Added: [/*] tag (list item end tag). Automagically added if needed, in which case it's stored as [/*:m:$uid]
Added: any {L_*} var in bbcode.html is replaced by its matching $lang string

4010 05/17/2003 07:33 pm Meik Sievertsen

prepared (and fixed) topic review.

4005 05/11/2003 06:21 pm Meik Sievertsen

a few updates, added #539865 and #694413.

3934 04/23/2003 11:47 pm ludovic_arnaud

Changed: the loading of bbcodes template is triggered whenever needed - see bbcode_tpl()
Changed: [flash] got templated

3914 04/22/2003 02:42 am psotfx

Move second parse cache init after assignment of bitfield ... in case bitfield isn't set globally

3901 04/20/2003 10:30 pm ludovic_arnaud

First-pass syntax highlightning. Will fix quotes later

3879 04/18/2003 01:47 am ludovic_arnaud

More bbcode fixes

3863 04/17/2003 12:44 am ludovic_arnaud

Added syntax highlitning to [code]. Added [flash] tag.

3861 04/17/2003 12:32 am psotfx

Added some extra 's' extensions to preg_matches to cope with multiline data

3812 04/11/2003 02:19 am ludovic_arnaud

BBCode parser + decoder, missing some tags and mildly broken at this time

2997 11/01/2002 01:23 pm psotfx

Various, typically posting related updates

2983 10/30/2002 01:57 am psotfx

Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)

2669 07/14/2002 04:41 pm psotfx

Various updates and alterations

2630 06/10/2002 03:52 am psotfx

Updates in line with 2.0.1

2544 04/24/2002 05:00 pm the_systech

Fix for "security vulnerability" in img tag

2532 04/20/2002 02:22 am psotfx

merged from 2.0.0 branch (marked merge_point_20020420) + assorted updates and trial stuff for example session alterations

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