aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | [ticket/11550] Fix copying the fixtures in extension_permission_lang_test.phpJoas Schilling2013-06-081-1/+4
| | | |_|_|_|/ / / | | |/| | | | | |
| | | | | | * | | Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-081-1/+1
| | | | | | |\ \ \
| | | | | | | * | | [ticket/10820] Fix function docblockDhruv2013-06-081-1/+1
| | | | | | * | | | [ticket/10820] Add test casesDhruv2013-06-051-4/+37
| | | | | | * | | | [ticket/10820] Rename functionDhruv2013-06-051-2/+2
| | | | | | * | | | [ticket/10820] Fix copyrightDhruv2013-06-051-1/+1
| | | | | | * | | | [ticket/10820] Change function call in testsDhruv2013-06-051-1/+1
| | | | | | * | | | Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-06-052-8/+9
| | | | | | |\ \ \ \ | | | | | | | |/ / /
| | | | | | | * | | [ticket/10820] Inject IE version in functionDhruv2013-06-051-8/+9
| | | | | | * | | | Merge branch 'ticket/10820' into ticket/10820-developDhruv2013-05-121-1/+9
| | | | | | |\ \ \ \ | | | | | | | |/ / /
| | | | | | | * | | [ticket/10820] fix regexDhruv2013-05-121-1/+9
| | | | | | * | | | [ticket/10820] Add test casesDhruv2013-05-121-0/+32
| | | | | | * | | | [ticket/10820] add unit tests for phpbb_is_greater_ie7Dhruv2013-04-291-0/+65
| | | | | | * | | | Merge remote-tracking branch 'dhruvgoel92/ticket/10820' into ticket/10820-dev...Andreas Fischer2013-04-272-7/+19
| | | | | | |\ \ \ \ | | | | | | | |/ / /
| | | | | | | * | | [ticket/10820] remove unnecessary parenthesesDhruv2013-04-271-1/+1
| | | | | | | * | | [ticket/10820] fix docblockDhruv2013-04-271-1/+1
| | | | | | | * | | [ticket/10820] add param and return to functionDhruv2013-04-271-3/+6
| | | | | | | * | | [ticket/10820] simplify regex and escape dotDhruv2013-04-271-1/+1
| | | | | | | * | | [ticket/10820] Use singular returnDhruv2013-04-271-1/+1
| | | | | | | * | | [ticket/10820] remove unnecessary condition checksDhruv2013-04-271-2/+2
| | | | | | | * | | [ticket/10820] add function docblockDhruv2013-04-271-0/+4
| | | | | | | * | | [ticket/10820] fix IE check functionDhruv2013-04-271-8/+8
| | | | | | | * | | [ticket/10820] proper usage of global and local variable browserDhruv2013-04-271-2/+2
| | | | | | | * | | [ticket/10820] Image downloader recognize new version of ieriadhchtara2013-04-271-9/+14
| | | | | | | | |/ | | | | | | | |/|
* | | | | | | | | [feature/twig] Fix controller/helper_url_test (missing globals)Nathan Guse2013-06-241-1/+1
* | | | | | | | | [feature/twig] Only set extensions if extension manager is loadedNathan Guse2013-06-241-1/+4
* | | | | | | | | [feature/twig] Change composer to load Twig 1.13.*Nathan Guse2013-06-242-2/+2
* | | | | | | | | [feature/twig] Fixing file header copyrightsNathan Guse2013-06-245-105/+35
* | | | | | | | | [feature/twig] Changing INCLUDEJS behaviorNathan Guse2013-06-2410-14/+15
* | | | | | | | | [feature/twig] Fix <!-- .blah since the being node was changedNathan Guse2013-06-242-2/+7
* | | | | | | | | [feature/twig] Able to set chain of namespaces to search for loadTemplate()Nathan Guse2013-06-244-3/+147
* | | | | | | | | [feature/twig] Use twig->display rather than echo twig->renderNathan Guse2013-06-241-1/+1
* | | | | | | | | [feature/twig] Event template tagNathan Guse2013-06-244-40/+97
* | | | | | | | | [feature/twig] Changing method for begin node to not use anonymous functionNathan Guse2013-06-233-3/+89
* | | | | | | | | [feature/twig] Setup the style chain/loader properlyNathaniel Guse2013-06-181-18/+26
* | | | | | | | | [feature/twig] Fix begin loops & subloopsNathaniel Guse2013-06-152-43/+52
* | | | | | | | | [feature/twig] Throw exceptions (don't catch and ignore)Nathaniel Guse2013-06-141-1/+1
* | | | | | | | | [feature/twig] Add && and || supportNathaniel Guse2013-06-141-0/+3
* | | | | | | | | [feature/twig] Fix improper template syntax in acp_forums.htmlNathaniel Guse2013-06-141-1/+1
* | | | | | | | | [feature/twig] Use twig loader filesystem with namespaces to add pathsNathaniel Guse2013-06-143-11/+65
* | | | | | | | | [feature/twig] Use phpbb_template_twig in testsNathan Guse2013-06-129-11/+11
* | | | | | | | | [feature/twig] Use phpBB's resource locator to find templatesNathan Guse2013-06-122-1/+51
* | | | | | | | | [feature/twig] Some additional operators, more stuff for IFNathan Guse2013-06-126-5/+55
* | | | | | | | | [feature/twig] Correcting output of INCLUDEJSNathan Guse2013-06-122-57/+27
* | | | | | | | | [feature/twig] Fixing IF .blah correctlyNathan Guse2013-06-112-8/+28
* | | | | | | | | [feature/twig] Update composer.lockNathan Guse2013-06-111-33/+819
* | | | | | | | | [feature/twig] Language output assignments, using context class againNathan Guse2013-06-112-33/+63
* | | | | | | | | [feature/twig] Replace phpBB template with TwigNathan Guse2013-06-104-396/+898
* | | | | | | | | [feature/twig] BEGIN loops now workNathan Guse2013-06-102-5/+4
* | | | | | | | | [feature/twig] Replace phpBB template code with Twig syntax, then parse w/TwigNathan Guse2013-06-106-67/+146