index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
[feature/twig] Add set_style function to controller helper
Nathaniel Guse
2013-07-04
2
-1
/
+25
*
[feature/twig] Change style->set_style to accept a list of base directories
Nathaniel Guse
2013-07-04
3
-35
/
+56
*
[feature/twig] Debugging test failures
Nathaniel Guse
2013-07-03
1
-0
/
+6
*
[feature/twig] Fix begin loop var regex
Nathaniel Guse
2013-07-02
1
-2
/
+2
*
[feature/twig] Prevent errors from mkdir if the dir already exists
Nathaniel Guse
2013-07-02
1
-1
/
+4
*
[feature/twig] template->cachepath is now private, missed checking tests
Nathaniel Guse
2013-07-02
2
-2
/
+6
*
[feature/twig] Move test_php back to template_test
Nathaniel Guse
2013-07-02
2
-30
/
+16
*
[feature/twig] Should compare to $this->test_path rather than hardcoded path
Nathaniel Guse
2013-07-02
1
-6
/
+6
*
[feature/twig] Fix indentation
Nathaniel Guse
2013-07-02
16
-357
/
+368
*
[feature/twig] Remove getCacheFilename function I was working on
Nathaniel Guse
2013-07-02
1
-30
/
+0
*
[feature/twig] Remove reference to cachepath, it is not used publicly anymore
Nathaniel Guse
2013-07-02
2
-3
/
+4
*
[feature/twig] Check the template context for language vars
Nathaniel Guse
2013-07-02
2
-2
/
+36
*
[feature/twig] Fix BBCode parser
Nathaniel Guse
2013-07-02
3
-1
/
+18
*
[feature/twig] Fix includejs test
Nathaniel Guse
2013-07-02
2
-7
/
+7
*
[feature/twig] Fix template test case
Nathaniel Guse
2013-07-02
1
-1
/
+1
*
[feature/twig] INCLUDEPHP behavior now supports local relative paths
Nathaniel Guse
2013-07-02
1
-1
/
+8
*
[feature/twig] INCLUDEJS behavior now supports local relative paths
Nathaniel Guse
2013-07-02
9
-12
/
+20
*
[feature/twig] INCLUDEJS now uses the definition class
Nathaniel Guse
2013-07-02
4
-4
/
+23
*
[feature/twig] Update phpbb_template interface
Nathaniel Guse
2013-07-01
2
-23
/
+47
*
[feature/twig] Should have been else
Nathaniel Guse
2013-07-01
1
-1
/
+1
*
[feature/twig] Fix call for previous change to var name case
Nathaniel Guse
2013-07-01
1
-1
/
+1
*
[feature/twig] Comments
Nathaniel Guse
2013-07-01
1
-8
/
+7
*
[feature/twig] Use correct case for variable name
Nathaniel Guse
2013-07-01
1
-3
/
+3
*
[feature/twig] Fixed tabs in environment.php
Nathaniel Guse
2013-07-01
1
-40
/
+41
*
[feature/twig] Clean up the messenger a little bit
Nathaniel Guse
2013-07-01
1
-41
/
+60
*
[feature/twig] Don't forget to set the context when rendering!
Nathaniel Guse
2013-07-01
1
-1
/
+1
*
[feature/twig] Remove get_lang function (it's not used anywhere)
Nathaniel Guse
2013-07-01
1
-21
/
+1
*
[feature/twig] Do not assign var by reference
Nathaniel Guse
2013-07-01
1
-3
/
+2
*
Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twig
Nathaniel Guse
2013-07-01
2
-17
/
+46
|
\
|
*
Merge branch 'develop-olympus' into develop
Andreas Fischer
2013-07-01
1
-4
/
+34
|
|
\
|
|
*
Merge remote-tracking branch 'dhruvgoel92/ticket/10838' into develop-olympus
Andreas Fischer
2013-07-01
1
-4
/
+34
|
|
|
\
|
|
|
*
[ticket/10838] Fix URL for wiki and remove irrelevant line
Dhruv
2013-07-02
1
-2
/
+2
|
|
|
*
[ticket/10838] Remove php 5.4 and builtin server references
Dhruv
2013-07-02
1
-7
/
+1
|
|
|
*
[ticket/10838] Fix missing data
Dhruv
2013-07-02
1
-2
/
+2
|
|
|
*
[ticket/10838] separate database used mentioned in unit tests
Dhruv
2013-07-02
1
-8
/
+8
|
|
|
*
[ticket/10838] Updated RUNNING_TESTS.md
Dhruv
2013-06-27
1
-0
/
+36
|
*
|
|
Merge remote-tracking branch 'dhruvgoel92/ticket/11585' into develop
Andreas Fischer
2013-07-01
1
-13
/
+12
|
|
\
\
\
|
|
*
|
|
[ticket/11585] Make $auth_admin class property
Dhruv
2013-07-02
1
-13
/
+12
*
|
|
|
|
[feature/twig] Fix length replace in lexer
Nathaniel Guse
2013-07-01
1
-1
/
+1
*
|
|
|
|
[feature/twig] Prevent errors from empty user->style
Nathaniel Guse
2013-07-01
1
-1
/
+1
*
|
|
|
|
[feature/twig] Use adm_relative_path to build admin namespace
Nathaniel Guse
2013-07-01
2
-6
/
+12
*
|
|
|
|
[feature/twig] Remove classes related to old template engine
Nathaniel Guse
2013-07-01
5
-2062
/
+0
*
|
|
|
|
[feature/twig] Remove debug code, set debug/auto reload correctly
Nathaniel Guse
2013-07-01
1
-6
/
+2
*
|
|
|
|
[feature/twig] Remove resource locator dependency from template
Nathaniel Guse
2013-07-01
10
-12
/
+8
*
|
|
|
|
[feature/twig] Fix template/context.php
Nathaniel Guse
2013-07-01
1
-2
/
+2
*
|
|
|
|
[feature/twig] Fix template/template_php_test.php
Nathaniel Guse
2013-07-01
1
-1
/
+10
*
|
|
|
|
[feature/twig] Fix includephp_from_subdir_test.php
Nathaniel Guse
2013-07-01
2
-5
/
+7
*
|
|
|
|
[feature/twig] Remove the twig loader class that I started (don't use it)
Nathaniel Guse
2013-07-01
1
-51
/
+0
*
|
|
|
|
[feature/twig] Changing INCLUDEJS behavior slightly
Nathaniel Guse
2013-07-01
10
-14
/
+15
*
|
|
|
|
[feature/twig] Fix includephp node
Nathaniel Guse
2013-07-01
1
-8
/
+6
[next]