aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10743] Renaming user->themeVjacheslav Trushkin2012-06-111-1/+1
* [ticket/10756] Renaming phpbb_style_template to phpbb_templateVjacheslav Trushkin2012-04-191-1/+1
* [ticket/10756] Removing path provider from template classVjacheslav Trushkin2012-04-191-1/+1
* [feature/merging-style-components] Moving template initialization out of styleVjacheslav Trushkin2012-03-311-2/+2
* [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-311-2/+4
* [feature/merging-style-components] Updating style initializationVjacheslav Trushkin2012-03-151-1/+1
* [feature/merging-style-components] Creating style classVjacheslav Trushkin2012-03-151-5/+4
* [feature/merging-style-components] Renaming template classesVjacheslav Trushkin2012-03-141-3/+3
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [feature/extension-manager] Refactoring the structure of extension providerNils Adermann2011-09-291-1/+1
* [feature/extension-manager] Add support for templates in extensions.Nils Adermann2011-09-291-2/+3
* Merge remote-tracking branch 'github-p/feature/template-engine' into developNils Adermann2011-08-131-18/+6
|\
| * [feature/template-engine] Clean up template locator usage in bbcode.Oleg Pudeyev2011-08-131-3/+2
| * [feature/template-engine] Dependency inject locator into template.Oleg Pudeyev2011-08-091-1/+2
| * [feature/template-engine] Delete no longer used $template_filename property.Oleg Pudeyev2011-08-091-1/+0
| * [feature/template-engine] Delete useless $template globalization.Oleg Pudeyev2011-08-091-1/+1
| * [feature/template-engine] Use template engine class in bbcode class.Oleg Pudeyev2011-08-071-17/+6
* | Merge branch 'develop-olympus' into developOleg Pudeyev2011-08-071-0/+7
|\ \ | |/ |/|
| * [ticket/8937] Keep space characters in front of [code] bbcode contentNils Adermann2011-07-171-0/+7
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* Enter stage left: the INTTEXT tokenHenry Sudhof2010-02-211-1/+1
* BBCode parser now uses the user object for all settings rather than taking so...Nils Adermann2010-02-211-1/+1
* Fix #51285 and more issues with template inherence on set_custom_templateJoas Schilling2009-09-161-2/+2
* Color bbcode now supports three-digit hex notation. (Bug #39965 - Patch by le...Meik Sievertsen2009-07-071-1/+1
* change arabic-numbers list-style-type to correct type decimal (Bug #30775)Meik Sievertsen2009-04-171-4/+4
* revert r8893 - there were massive problems with the display and select all codeMeik Sievertsen2008-09-281-2/+2
* support tabs in code selections (Bug #25445). Still does not solve the strang...Meik Sievertsen2008-09-191-2/+2
* Okay. Frozen, we never said anything about it being permafrost. Also, this is...Henry Sudhof2008-07-281-2/+13
* - Match custom BBCodes in the same way during first and second pass - patch p...Nils Adermann2007-10-071-0/+9
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+11
* - Prevent {URL} token in custom BBCodes from make_clickable messing [Bug #14151]Nils Adermann2007-08-191-1/+1
* - BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), b...Nils Adermann2007-08-191-4/+3
* #8576Dominik Dröscher2007-03-091-1/+1
* #8456David M2007-03-081-1/+1
* blah, no need to capture thisDavid M2007-03-021-1/+1
* #8374David M2007-03-021-3/+3
* - some bugfixesMeik Sievertsen2007-01-091-1/+1
* - Changed handling of the bitfield in bbcode.phpDavid M2006-12-171-18/+5
* rather large update, most important things done:Meik Sievertsen2006-11-241-4/+4
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-2/+2
* fix custom bbcode html replacement to correctly replace referencesMeik Sievertsen2006-09-231-0/+6
* sql_in_set changesMeik Sievertsen2006-08-121-7/+6
* so.... what does this thing do?David M2006-08-111-2/+1
* OK...David M2006-07-241-25/+32
* fix some bugs... again. :)Meik Sievertsen2006-07-101-1/+1
* what? yeah...David M2006-06-201-1/+1
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-2/+5
* erm, ok, my fault. :/Meik Sievertsen2006-06-141-48/+46
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-1/+1
* - fixed a few bugsMeik Sievertsen2006-06-111-139/+200