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
/
includes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set secure cookie for style switcher if required. (Bug #19625)
Meik Sievertsen
2008-09-18
1
-2
/
+4
*
Do not allow setting forums parent to the forum itself. (Bug #18855)
Meik Sievertsen
2008-09-18
1
-3
/
+9
*
#18175
Meik Sievertsen
2008-09-17
1
-1
/
+1
*
Use correct port delimiter for MSSQL connections in windows. (Bug #16615)
Meik Sievertsen
2008-09-17
2
-2
/
+6
*
Preserve alpha transparency for created thumbnails. (Bug #16575)
Meik Sievertsen
2008-09-17
1
-0
/
+4
*
Display popular topic based on posts within topic instead of replies within t...
Meik Sievertsen
2008-09-17
1
-1
/
+2
*
make topic icon image width/height available to viewforum and search template...
Meik Sievertsen
2008-09-16
1
-0
/
+1
*
Do not display reported topic icon for shadow topics. (Bug #13970)
Meik Sievertsen
2008-09-16
1
-2
/
+2
*
gah, thanks chris. :)
Meik Sievertsen
2008-09-16
1
-7
/
+0
*
add missing dot. :)
Meik Sievertsen
2008-09-16
1
-1
/
+8
*
more in-depth hostname validation. Not used in install files... there the cod...
Meik Sievertsen
2008-09-15
1
-9
/
+57
*
#34045
Henry Sudhof
2008-09-15
1
-1
/
+1
*
Add a missing & to the return to topic URL when closing a report
Chris Smith
2008-09-11
1
-1
/
+1
*
Send localised disapproval reasons in the recipients local language. #31645
Chris Smith
2008-09-08
1
-2
/
+42
*
Do not decrease topics counter when deleting shadow topics. #26495
Chris Smith
2008-09-07
1
-2
/
+2
*
Remove reported flag from shadow topics when closing reports. #19765
Chris Smith
2008-09-06
1
-1
/
+2
*
Extra slash is included in the redirect url when redirecting to the forum roo...
Chris Smith
2008-09-05
1
-1
/
+1
*
Correctly limit input of the users location to 100 characters in the UCP and ...
Chris Smith
2008-09-05
2
-3
/
+3
*
Remove a pointless str_replace()
Chris Smith
2008-09-05
1
-1
/
+1
*
direct calls
Meik Sievertsen
2008-09-04
1
-5
/
+3
*
Ok, story real database server info, as well as caching it
Meik Sievertsen
2008-09-04
13
-70
/
+187
*
Don't compile {} or {$}.
Marek A. R
2008-09-04
1
-2
/
+2
*
add phpbb version constant to constants. This allows us to check the filebase...
Meik Sievertsen
2008-09-04
1
-0
/
+3
*
Refine fix for #31445 originally committed in r8758
Chris Smith
2008-09-02
8
-8
/
+8
*
erm yeah? Fix new lines I added in r8807.
Chris Smith
2008-09-02
1
-1
/
+1
*
Allow setting birth year to current year
Chris Smith
2008-09-02
1
-2
/
+2
*
Fix one design failure in phpBB3. Do not count non-approved posts to the user...
Meik Sievertsen
2008-09-02
7
-25
/
+70
*
settings and data for the new queued posts feature ;)
Meik Sievertsen
2008-09-02
1
-5
/
+7
*
actually, queued posts can also be in forums with no post counts
Meik Sievertsen
2008-09-01
1
-1
/
+0
*
Show users posts in queue in acp and profile + link to mcp
Meik Sievertsen
2008-09-01
2
-6
/
+26
*
nullar/singular/plural substitution support. At the moment only the added lan...
Meik Sievertsen
2008-08-31
1
-0
/
+66
*
fix missing user_id entry to properly populate to the email template
Meik Sievertsen
2008-08-30
1
-0
/
+1
*
#33155
Henry Sudhof
2008-08-29
1
-3
/
+3
*
erm
Henry Sudhof
2008-08-28
1
-1
/
+1
*
fixing fault introduced with R8749
Henry Sudhof
2008-08-28
1
-1
/
+1
*
fix bug #32925
Meik Sievertsen
2008-08-25
1
-2
/
+2
*
fix installation by defining our needed CHMOD_READ and CHMOD_WRITE constants.
Meik Sievertsen
2008-08-24
2
-4
/
+4
*
a tiny fix to the language code. ;)
Meik Sievertsen
2008-08-23
1
-0
/
+1
*
fix a small glitch in phpbb_chmod
Meik Sievertsen
2008-08-23
1
-1
/
+1
*
some changes for proper code documentation
Meik Sievertsen
2008-08-23
6
-67
/
+68
*
The same way we allow defining a custom template/style path we now allow this...
Meik Sievertsen
2008-08-23
5
-41
/
+60
*
change the way we do chmodd'ing. I know, my implementation really sucked... g...
Meik Sievertsen
2008-08-22
11
-94
/
+126
*
comments
Henry Sudhof
2008-08-22
1
-5
/
+3
*
as per evil3, some more anti-CSRF
Henry Sudhof
2008-08-21
3
-7
/
+52
*
close db connection before delivering file. Also make sure connection can't b...
Meik Sievertsen
2008-08-21
1
-1
/
+7
*
More 5.3 compatibility.
Marek A. R
2008-08-16
1
-2
/
+2
*
5.3 compatibility.
Marek A. R
2008-08-16
2
-8
/
+8
*
the chmod change i already had within the changelog (by mistake). This should...
Meik Sievertsen
2008-08-16
9
-48
/
+159
*
only some space/tab changes as well as removing my debug code from the templa...
Meik Sievertsen
2008-08-16
1
-47
/
+3
*
Correctly return results for nested cached queries (Bug #31445 - Patch by faw)
Chris Smith
2008-08-14
8
-8
/
+8
[next]