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
*
[ticket/9823] Unit tests for validate_config_vars.
Joas Schilling
2011-02-01
1
-2
/
+2
*
[ticket/9823] Moving the functions. Unit tests for build_select.
Joas Schilling
2011-02-01
2
-537
/
+547
*
[ticket/8065] Option to lock topics while moving them: Add subsilver2 changes.
Joas Schilling
2011-01-30
1
-0
/
+3
*
[ticket/8065] Add an option to lock topics while moving them.
Joas Schilling
2011-01-30
2
-0
/
+10
*
Merge branch 'develop-olympus' into develop
Andreas Fischer
2011-01-30
3
-13
/
+7
|
\
|
*
Merge branch 'ticket/nickvergessen/9985' into develop-olympus
Andreas Fischer
2011-01-30
1
-2
/
+2
|
|
\
|
|
*
[ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand().
Joas Schilling
2011-01-30
1
-2
/
+2
|
*
|
Merge branch 'ticket/nickvergessen/9989' into develop-olympus
Andreas Fischer
2011-01-30
2
-11
/
+5
|
|
\
\
|
|
*
|
[ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
Joas Schilling
2011-01-29
2
-11
/
+5
|
|
|
/
*
|
|
Merge branch 'develop-olympus' into develop
Oleg Pudeyev
2011-01-27
4
-9
/
+33
|
\
\
\
|
|
/
/
|
*
|
[ticket/9166] Fixed CSS element order in subsilver.
Schnorrer42
2011-01-28
1
-4
/
+10
|
*
|
[ticket/9166] Fixed CSS element order in prosilver.
Schnorrer42
2011-01-28
3
-7
/
+25
|
|
/
*
|
Merge branch 'develop-olympus' into develop
Oleg Pudeyev
2011-01-26
1
-0
/
+2
|
\
\
|
|
/
|
*
[ticket/10007] Add directive 'internal' to blocked folders in nginx config.
Andreas Fischer
2011-01-24
1
-0
/
+2
*
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2011-01-23
1
-2
/
+3
|
\
\
|
|
/
|
*
[ticket/8779] Slow search for 'View unread posts'
rxu
2011-01-24
1
-2
/
+3
*
|
Merge branch 'ticket/bantu/9790' into develop
Igor Wiedler
2011-01-18
3
-20
/
+55
|
\
\
|
*
|
[ticket/9790] Support for lighttpd's X-Sendfile header for attachments.
Andreas Fischer
2011-01-18
2
-15
/
+18
|
*
|
[ticket/9790] Support for nginx's X-Accel-Redirect header for attachments.
Andreas Fischer
2011-01-17
2
-0
/
+18
|
*
|
[ticket/9790] Always call file_gc(false) before sending the file.
Andreas Fischer
2011-01-17
1
-3
/
+4
|
*
|
[ticket/9790] Add $exit parameter to file_gc().
Andreas Fischer
2011-01-17
1
-2
/
+15
*
|
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2011-01-16
28
-150
/
+31
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'ticket/bantu/9859' into develop-olympus
Nils Adermann
2011-01-16
28
-150
/
+31
|
|
\
\
|
|
*
|
[ticket/9859] Remove the years from the copyright statements in docs files.
Andreas Fischer
2011-01-16
8
-8
/
+8
|
|
*
|
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
Andreas Fischer
2011-01-16
7
-7
/
+7
|
|
*
|
[ticket/9859] Remove the meta copyright tag as well.
Andreas Fischer
2011-01-16
5
-5
/
+0
|
|
*
|
[ticket/9859] Remove the credit line comment from all html files.
Andreas Fischer
2011-01-16
11
-116
/
+2
|
|
*
|
[ticket/9859] Remove years in credit line from some more files.
Andreas Fischer
2011-01-16
14
-14
/
+14
*
|
|
|
Merge branch 'develop-olympus' into develop
Igor Wiedler
2011-01-16
1
-19
/
+11
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
[ticket/9933] Remove empty word check.
rxu
2011-01-16
1
-5
/
+0
|
*
|
[ticket/9933] Add $use_unicode parameter to get_censor_preg_expression().
Andreas Fischer
2011-01-16
1
-6
/
+7
|
*
|
[ticket/9933] Adjust word censor regex for non-unicode mode.
rxu
2011-01-16
1
-4
/
+8
|
|
/
*
|
[task/acm-refactor] Remove includes/cache.php from coding guidelines
Igor Wiedler
2011-01-13
1
-1
/
+1
*
|
Merge branch 'task/naderman/config-class' into develop
Andreas Fischer
2011-01-12
16
-204
/
+523
|
\
\
|
*
|
[task/config-class] Do not create multiple cache driver instances.
Nils Adermann
2011-01-12
6
-32
/
+51
|
*
|
[task/config-class] Add an attribute for the table name in phpbb_config_db.
Nils Adermann
2011-01-12
1
-0
/
+6
|
*
|
[task/config-class] Correctly merge cached config with dynamically loaded data.
Nils Adermann
2011-01-12
1
-1
/
+5
|
*
|
[task/config-class] Always specify the config table to use.
Nils Adermann
2011-01-12
8
-34
/
+28
|
*
|
[task/config-class] Fix db config constructor param order
Igor Wiedler
2011-01-11
1
-2
/
+2
|
*
|
[task/config-class] Implemented a config class to replace the global array.
Nils Adermann
2011-01-10
16
-154
/
+450
*
|
|
[task/acm-refactor] Refactor WinCache ACM module
Igor Wiedler
2011-01-11
1
-7
/
+1
*
|
|
Merge branch 'develop-olympus' into develop
Igor Wiedler
2011-01-10
3
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Merge branch 'ticket/bantu/9764' into develop-olympus
Igor Wiedler
2011-01-10
3
-4
/
+4
|
|
\
|
|
*
[ticket/9764] Allow $config['mime_triggers'] to be an empty string.
Andreas Fischer
2010-10-28
3
-4
/
+4
*
|
|
[ticket/6109] WLM subsilver2 button in the english language package.
Joas Schilling
2011-01-10
1
-0
/
+0
*
|
|
[ticket/6109] MSN is now called Windows Live Messenger (WLM)
Joas Schilling
2011-01-10
5
-8
/
+8
*
|
|
[task/acm-refactor] Cleaning up left over mentions of ACM and fixing tests.
Nils Adermann
2011-01-09
7
-42
/
+32
*
|
|
[task/acm-refactor] Refactor the ACM classes to have a common interface.
Igor Wiedler
2011-01-09
18
-95
/
+278
*
|
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2011-01-07
3
-18
/
+46
|
\
\
\
|
|
/
/
|
*
|
[ticket/9933] Move word censor regex into separate function in functions.php
rxu
2011-01-07
2
-18
/
+43
[next]