aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/bbcode.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-1/+1
* [ticket/15875] Fix PHP fatal error on BBCode parsingrxu2018-11-181-1/+10
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-3/+3
* [ticket/15323] Allow Twig syntax in bbcode.htmlrxu2017-08-151-1/+4
* [ticket/13616] Updates direct call to twig environment constructorTristan Darricau2016-04-031-1/+0
* [ticket/14426] Fixed undefined offset errorJoshyPHP2016-04-031-0/+5
* Merge pull request #4228 from Senky/ticket/9435Marc Alexander2016-03-271-13/+13
|\
| * [ticket/9435] Switch "ID" and BBcode name in constants keysJakub Senko2016-03-191-13/+13
| * [ticket/9435] Convert bbcode magic numbers to constantsJakub Senko2016-03-181-13/+13
* | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-2/+2
|/
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* Merge pull request #3618 from marc1706/ticket/13832Tristan Darricau2015-06-241-6/+27
|\
| * [ticket/13832] Resolve minor coding issuesMarc Alexander2015-05-201-16/+2
| * [ticket/13832] Use preg_replace_callback in bbcode classMarc Alexander2015-05-191-4/+21
| * [ticket/13832] Use preg_replace_callback instead of /e modifierMarc Alexander2015-05-181-2/+20
* | Merge branch '3.1.x'Joas Schilling2015-05-281-0/+34
|\ \ | |/ |/|
| * [ticket/13648] Allow extensions using custom bbcode validation methodsrxu2015-05-071-0/+34
* | [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-1/+1
* | [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-051-0/+1
* | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-2/+4
* | Merge branch 'develop-ascraeus' into developJoas Schilling2015-01-091-1/+21
|\ \ | |/
| * [ticket/13478] Add event core.bbcode_cache_init_endOliver Schramm2015-01-081-1/+21
* | [ticket/12957] Update the constructions of the template engineTristan Darricau2014-08-101-2/+19
|/
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/11962] Resize posted images to fit and give them a classMatt Friedman2014-03-301-1/+1
* Merge branch 'develop-olympus' into developJoas Schilling2013-12-021-2/+2
|\
| * [ticket/12048] Fix the regexp for language keys in custom bbcodes.Cesar G2013-12-021-2/+2
* | [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-2/+2
* | [ticket/11865] Convert old class name to namespaced versionJoas Schilling2013-09-261-1/+1
* | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-171-2/+2
|\ \
| * | [ticket/11832] Fix INCLUDE(JS/CSS)Nathan Guse2013-09-131-2/+2
* | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-161-5/+2
|\ \ \ | |/ /
| * | [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-241-2/+1
| * | [ticket/11628] Remove style path providerNathaniel Guse2013-07-241-2/+1
| * | [ticket/11628] Remove style resource locatorNathaniel Guse2013-07-241-2/+1
* | | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-4/+4
|/ /
* | [feature/twig] Fix BBCode parserNathaniel Guse2013-07-021-1/+1
* | [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+1
* | [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-121-1/+1
* | [ticket/10844] Add phpbb_root_path to phpbb_style_extension_path_providerJoas Schilling2013-04-121-1/+1
* | [feature/template-events] Inject extension manager into template class.Oleg Pudeyev2012-11-171-1/+1
* | [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+1
* | [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