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
/
ucp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
See if this plays out: do not require people to re-enter the CAPTCHA
Henry Sudhof
2009-06-14
1
-4
/
+11
*
use same method to update custom profile fields in UCP and ACP (and then i am...
Meik Sievertsen
2009-06-13
1
-19
/
+1
*
Oh right. PHP4
Henry Sudhof
2009-06-13
1
-1
/
+1
*
#44745 - fix empty action in ucp groups
Meik Sievertsen
2009-06-13
1
-10
/
+11
*
Fix bug #46255 - Allow friends/foes to be added and removed at the same time.
Andreas Fischer
2009-06-13
1
-12
/
+15
*
some corrections, only very minor things.
Meik Sievertsen
2009-06-07
1
-11
/
+12
*
Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...
Henry Sudhof
2009-06-02
2
-162
/
+48
*
Fix a regression in r9498, activation could really do with an overhaul :(
Chris Smith
2009-05-29
1
-1
/
+2
*
late fix
Henry Sudhof
2009-05-08
1
-3
/
+2
*
#44655
Meik Sievertsen
2009-04-30
1
-1
/
+1
*
Minor security problem, discovered internally. Requires the user to know the ...
Chris Smith
2009-04-29
1
-0
/
+11
*
Bug #44525 - do not try to fetch existing username var in cookie set by exter...
Meik Sievertsen
2009-04-28
1
-1
/
+3
*
Display the online status of hidden users to users with the u_viewonline perm...
Chris Smith
2009-04-24
1
-1
/
+1
*
forgot one instance where the min/max captcha chars need to be applied ;)
Meik Sievertsen
2009-04-18
1
-1
/
+1
*
Apply append_sid() to newest/latest post links in viewforum/search and UCP ma...
Meik Sievertsen
2009-04-17
1
-3
/
+4
*
force non-relative date for pm forwards (thanks chris. :))
Meik Sievertsen
2009-04-17
1
-1
/
+1
*
fix for #r9451
Meik Sievertsen
2009-04-17
1
-1
/
+2
*
PM Export uses ISO 8601 date now. (Bug #32645)
Meik Sievertsen
2009-04-17
1
-1
/
+1
*
a language alteration for captchas.
Meik Sievertsen
2009-04-11
1
-2
/
+2
*
Correct alt tag for compose message and message locked - Bug #31525
Meik Sievertsen
2009-04-10
1
-2
/
+2
*
small SQL optimization
Henry Sudhof
2009-03-19
1
-1
/
+1
*
captcha changes
Henry Sudhof
2009-03-17
1
-8
/
+28
*
Mass Email works again for users with empty jabber address but notification s...
Meik Sievertsen
2009-03-17
1
-2
/
+2
*
Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - ...
Meik Sievertsen
2009-03-16
1
-1
/
+5
*
Hide font size options which are bigger than the allowed size in the editor. ...
Chris Smith
2009-03-11
2
-0
/
+2
*
Log password changes via password reset function. #41365
Chris Smith
2009-02-23
1
-0
/
+2
*
Add correct antiabuse headers and fix #41935
Chris Smith
2009-02-23
1
-1
/
+6
*
- Do not show 'Forward' button if the user cannot send PM's.
Chris Smith
2008-12-04
1
-1
/
+1
*
every second commit an pre/post-commit error... :/
Meik Sievertsen
2008-12-03
1
-0
/
+19
*
force full date on "edited by" line. ;)
Meik Sievertsen
2008-11-30
1
-1
/
+1
*
[Change] Performance increase for format_date() (Bug #37575 - Patch by BartVB)
Meik Sievertsen
2008-11-30
1
-5
/
+6
*
Fix header list build for replying oldest PM in PM history (Bug #37275)
Meik Sievertsen
2008-11-22
1
-1
/
+3
*
37375
Henry Sudhof
2008-11-21
2
-3
/
+5
*
additionally to the default "reply to all" behaviour, increase max_recipients...
Meik Sievertsen
2008-11-02
1
-0
/
+18
*
Display a message if no topics or forums are selected when unsubscribing. #34855
Chris Smith
2008-10-11
1
-1
/
+4
*
Make sure users still get notifications if they set to only be notified by Ja...
Meik Sievertsen
2008-10-09
2
-4
/
+20
*
Do not allow password reminders if u_passchg permission is not given. (Bug #1...
Meik Sievertsen
2008-10-06
1
-1
/
+10
*
Separate display of posted attachments in posting screen and switch for templ...
Meik Sievertsen
2008-10-06
1
-4
/
+4
*
A fix for the fix in r8934. #34525
Chris Smith
2008-09-24
1
-0
/
+4
*
We want our PM spam back. Fix a regression introduced in r8913, preventing us...
Chris Smith
2008-09-24
1
-3
/
+0
*
- Automatically add users/groups to the PM recipient list, if entered or sele...
Meik Sievertsen
2008-09-23
1
-24
/
+88
*
- Added 'max_recipients' setting for private messages. This setting allows ad...
Meik Sievertsen
2008-09-23
1
-2
/
+4
*
remove duplicate statement
Meik Sievertsen
2008-09-18
1
-1
/
+1
*
Reset login attempts on new password activation. Prevents "first failed login...
Meik Sievertsen
2008-09-18
1
-0
/
+1
*
#18175
Meik Sievertsen
2008-09-17
1
-1
/
+1
*
#34045
Henry Sudhof
2008-09-15
1
-1
/
+1
*
Correctly limit input of the users location to 100 characters in the UCP and ...
Chris Smith
2008-09-05
1
-1
/
+1
*
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
*
#33155
Henry Sudhof
2008-08-29
1
-3
/
+3
[prev]
[next]