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
...
*
adjust inactive users list on ACP index to act like the new inactive users li...
Meik Sievertsen
2009-09-01
1
-3
/
+16
*
fix r10076 for #48615 - Ability to specify amount of time user is able to del...
Joas Schilling
2009-08-31
1
-0
/
+1
*
Fix Bug #50035 - Fix handling of bookmarks and subscriptions on "split topcis...
Joas Schilling
2009-08-31
2
-0
/
+90
*
correct method comment
Meik Sievertsen
2009-08-31
1
-4
/
+17
*
Fix wrong error message for non-writable template file in acp_styles.php - Bu...
Meik Sievertsen
2009-08-31
1
-1
/
+2
*
Redirect to group list if confirm box canceled - Bug #50105
Meik Sievertsen
2009-08-31
1
-0
/
+6
*
Addition to r10060: Add function documentation.
Andreas Fischer
2009-08-31
1
-1
/
+5
*
Style authors are now able to define the default submit button used for form ...
Meik Sievertsen
2009-08-30
1
-1
/
+7
*
correct mode is send_statistics, else installs will differ from updates.
Meik Sievertsen
2009-08-30
1
-1
/
+1
*
Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be...
Meik Sievertsen
2009-08-30
1
-16
/
+7
*
Revert INC/DEC feature. It is not consistent with the other template variable...
Meik Sievertsen
2009-08-30
1
-30
/
+0
*
Send service unavailable response code for E_USER_ERROR
Meik Sievertsen
2009-08-28
1
-0
/
+3
*
Fix Bug #49195 - Queries on un-indexed column user_email
Joas Schilling
2009-08-28
6
-6
/
+14
*
Change of r10055, which itself was:
Meik Sievertsen
2009-08-27
1
-2
/
+0
*
One more unread posts search adjustment.
Ruslan Uzdenov
2009-08-25
1
-7
/
+13
*
Adjustement for r10050, related to Bug #50185
Meik Sievertsen
2009-08-25
1
-0
/
+2
*
This is an enhancement for revision r10051 (INC template variable)
Meik Sievertsen
2009-08-25
1
-9
/
+19
*
Make sure only logs for existing users are displayed and user-specific logs r...
Meik Sievertsen
2009-08-25
3
-2
/
+15
*
Fix possible wrong encodings in email template files in messenger. Related to...
Meik Sievertsen
2009-08-25
1
-0
/
+3
*
Add INC (working name) to template syntax
Henry Sudhof
2009-08-24
1
-0
/
+20
*
More unread posts search adjustment.
Ruslan Uzdenov
2009-08-23
1
-50
/
+58
*
- accidentally undid changes introduced in r9979
Jim Wigginton
2009-08-22
4
-4
/
+3
*
- replaced the drop down menu log filter thing with log searching
Jim Wigginton
2009-08-21
6
-167
/
+98
*
Use comparison instead of arithmetic.
Andreas Fischer
2009-08-21
1
-1
/
+1
*
Allow "0" as censor word and replacement.
Andreas Fischer
2009-08-21
2
-5
/
+13
*
Fix r10035
Meik Sievertsen
2009-08-20
1
-1
/
+1
*
Check for valid $template_path in includes/template.php - Bug #50055
Meik Sievertsen
2009-08-20
1
-0
/
+6
*
Sort private messages by message time and not message id. (Bug #50015)
Meik Sievertsen
2009-08-20
1
-4
/
+14
*
#50025
Henry Sudhof
2009-08-20
1
-1
/
+1
*
instead of only enabling forum feeds in viewforum we set it on every location...
Meik Sievertsen
2009-08-20
1
-3
/
+5
*
add feed switch to forumrow, so forums can be styled correctly (with an rss i...
Meik Sievertsen
2009-08-20
1
-0
/
+1
*
fix sql error due to us using STRICT db mode. ;)
Meik Sievertsen
2009-08-20
1
-3
/
+5
*
Add some very basic checks to the users ip - related to bug #48995
Meik Sievertsen
2009-08-20
1
-0
/
+21
*
Because we store forwarded_for if the check is activated we need a better check
Meik Sievertsen
2009-08-20
1
-5
/
+5
*
Better tracking of global announcements
Ruslan Uzdenov
2009-08-18
2
-6
/
+25
*
Adjustment to r9887: Only use one language variable.
Andreas Fischer
2009-08-18
1
-1
/
+1
*
we will use the non-compliant way for mail() until we further inspected PHP's...
Meik Sievertsen
2009-08-18
1
-11
/
+3
*
Fix email problems on servers with PHP installations not accepting RFC-compli...
Meik Sievertsen
2009-08-18
1
-11
/
+32
*
A little precaution
Chris Smith
2009-08-18
1
-1
/
+1
*
Per RFC2047 section 5 do not use quoted strings for encoded recipient names
Chris Smith
2009-08-18
1
-1
/
+1
*
i know, i know, no need to hrm me. :P - r10009
Meik Sievertsen
2009-08-17
1
-1
/
+1
*
no need to call generate_board_url() twice - r10008
Meik Sievertsen
2009-08-17
1
-2
/
+2
*
Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for imag...
Meik Sievertsen
2009-08-17
4
-16
/
+40
*
Add unread posts search support for cookie-based tracking
Ruslan Uzdenov
2009-08-17
1
-4
/
+55
*
i am very very sorry for this hackish approach...
Meik Sievertsen
2009-08-17
2
-2
/
+15
*
Fix bug #49625 - Performing actions in Main MCP tab does not return correctly
Ruslan Uzdenov
2009-08-17
1
-0
/
+5
*
Fix r9961 - populate who is online only where required
Joas Schilling
2009-08-17
1
-3
/
+3
*
erm, on the contrary; can that reset call
Henry Sudhof
2009-08-16
1
-1
/
+1
*
don't pick a new question without an explicit reset call
Henry Sudhof
2009-08-16
1
-2
/
+3
*
append_sid
Henry Sudhof
2009-08-16
1
-2
/
+2
[prev]
[next]