index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
Commit message (
Expand
)
Author
Age
Files
Lines
*
[feature/remove-db-styles] Add error if template/theme file is unwritable.
Chris Smith
2011-09-20
2
-29
/
+26
*
[feature/remove-db-styles] Add schema changes sinces 3.0.x.
Chris Smith
2011-09-20
1
-1
/
+10
*
[feature/remove-db-styles] Readd table constant for upgrades etc.
Chris Smith
2011-09-20
1
-0
/
+1
*
[feature/remove-db-styles] Update database schemas.
Chris Smith
2011-09-20
9
-149
/
+5
*
[feature/remove-db-styles] Remove style.php DB storage.
Chris Smith
2011-09-20
3
-69
/
+6
*
[feature/remove-db-styles] Remove parse_css_file option from themes.
Chris Smith
2011-09-20
2
-7
/
+0
*
[feature/remove-db-styles] Remove DB theme handling code from session.
Chris Smith
2011-09-20
1
-49
/
+2
*
[feature/remove-db-styles] ACP has forgotten how to store themes in the DB.
Chris Smith
2011-09-20
1
-120
/
+22
*
[feature/remove-db-styles] Missed a few template DB bits in acp_styles.
Chris Smith
2011-09-20
1
-23
/
+3
*
[feature/remove-db-styles] Removing unused methods from acp_style.
Chris Smith
2011-09-20
1
-176
/
+0
*
[feature/remove-db-styles] Removed database storage of style components.
Chris Smith
2011-09-20
9
-373
/
+30
*
[ticket/10371] Removing last mentions of imageset
Vjacheslav Trushkin
2011-09-20
2
-15
/
+1
*
Merge remote-tracking branch 'github-cyberalien/feature/remove-imagesets' int...
Nils Adermann
2011-09-20
210
-2294
/
+1558
|
\
|
*
[feature/remove-imagesets] Script for converting imageset to css
Vjacheslav Trushkin
2011-09-04
1
-0
/
+274
|
*
[feature/remove-imagesets] Changing subsilver
Vjacheslav Trushkin
2011-09-04
21
-55
/
+598
|
*
[feature/remove-imagesets] Changing prosilver
Vjacheslav Trushkin
2011-09-04
10
-154
/
+617
|
*
[feature/remove-imagesets] Adjustments to php files
Vjacheslav Trushkin
2011-09-04
12
-342
/
+16
|
*
[feature/remove-imagesets] Changing admin control panel styles module
Vjacheslav Trushkin
2011-09-03
5
-985
/
+33
|
*
[feature/remove-imagesets] Changing database structure
Vjacheslav Trushkin
2011-09-03
12
-460
/
+20
|
*
[feature/remove-imagesets] Removing imageset files
Vjacheslav Trushkin
2011-09-03
6
-298
/
+0
|
*
[feature/remove-imagesets] Moving images
Vjacheslav Trushkin
2011-09-03
143
-0
/
+0
*
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2011-09-19
1
-37
/
+20
|
\
\
|
*
|
[ticket/10370] Add function documentation for get_stacktrace().
Andreas Fischer
2011-09-19
1
-1
/
+6
|
*
|
[ticket/10370] Explain that we are not the ones hiding backtrace pieces.
Andreas Fischer
2011-09-19
1
-2
/
+3
|
*
|
[ticket/10370] Call htmlspecialchars() after phpbb_filter_root_path().
Andreas Fischer
2011-09-19
1
-2
/
+1
|
*
|
[ticket/10370] Add require_once to whitelisted functions.
Andreas Fischer
2011-09-19
1
-1
/
+1
|
*
|
[ticket/10370] Use single string instead of an array for arguments.
Andreas Fischer
2011-09-19
1
-3
/
+3
|
*
|
[ticket/10370] Ease up code checking for arguments of include etc.
Andreas Fischer
2011-09-19
1
-14
/
+7
|
*
|
[ticket/10370] Use unset() on the first backtrace instead of checking in loop.
Andreas Fischer
2011-09-19
1
-7
/
+4
|
*
|
[ticket/10370] Use phpbb_filter_root_path() in get_backtrace().
Andreas Fischer
2011-09-19
1
-14
/
+2
*
|
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2011-09-18
1
-5
/
+21
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'github-bantu/ticket/10245' into develop-olympus
Nils Adermann
2011-09-18
1
-5
/
+21
|
|
\
\
|
|
*
|
[ticket/10245] Use error_collector instead of ob_start() and ob_get_clean().
Andreas Fischer
2011-09-18
1
-5
/
+21
*
|
|
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2011-09-18
2
-8
/
+32
|
\
\
\
\
|
|
/
/
/
|
*
|
|
[ticket/10369] Replace root path with "[ROOT]" as per IRC.
Andreas Fischer
2011-09-18
1
-1
/
+1
|
*
|
|
[ticket/10369] Add warning about paths outside of phpBB root not being filtered
Andreas Fischer
2011-09-18
1
-0
/
+2
|
*
|
|
[ticket/10369] Rename filter_errfile() to filter_root_path().
Andreas Fischer
2011-09-18
2
-4
/
+4
|
*
|
|
[ticket/10369] DRY code to remove phpbb path from errfile.
Andreas Fischer
2011-09-18
2
-6
/
+24
|
*
|
|
[ticket/10369] Always include errfile and errline in format_errors().
Andreas Fischer
2011-09-18
1
-5
/
+9
|
|
/
/
*
|
|
Merge remote-tracking branch 'github-noxwizard/ticket/10322' into develop
Nils Adermann
2011-09-18
1
-16
/
+54
|
\
\
\
|
*
|
|
[ticket/10322] Separate template varref resolution from output generation
Patrick Webster
2011-09-16
1
-38
/
+51
|
*
|
|
[ticket/10322] Fix dynamic template includes
Patrick Webster
2011-09-08
1
-1
/
+26
*
|
|
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2011-09-17
1
-1
/
+1
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
[ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme
galaxyAbstractor
2011-09-17
1
-1
/
+1
*
|
|
|
[ticket/10360] Fix invalid HTML5 markup introduced in PHPBB3-6632
Joas Schilling
2011-09-11
4
-17
/
+25
*
|
|
|
[ticket/10359] Also include utf_tools in style.php because of request class.
Andreas Fischer
2011-09-08
1
-0
/
+1
|
|
/
/
|
/
|
|
*
|
|
[ticket/10359] Fix phpbb_request regression in download/file.php
Igor Wiedler
2011-09-08
1
-0
/
+4
*
|
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2011-09-06
2
-2
/
+3
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'bantu/ticket/10294' into develop-olympus
Andreas Fischer
2011-09-06
1
-1
/
+1
|
|
\
\
|
|
*
|
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
Andreas Fischer
2011-07-28
1
-1
/
+1
[next]