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
/
functions_privmsgs.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge remote-tracking branch 'github-bantu/ticket/10790' into develop
Nils Adermann
2012-05-31
1
-6
/
+0
|
\
\
\
|
|
/
/
|
*
|
[ticket/10790] Remove a (kind of) dead code section from submit_pm().
Andreas Fischer
2012-05-22
1
-6
/
+0
*
|
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-05-14
1
-0
/
+160
|
\
\
\
|
|
/
/
|
*
|
Merge branch 'ticket/10605' into develop-olympus
Andreas Fischer
2012-05-14
1
-0
/
+160
|
|
\
\
|
|
*
|
[ticket/10605] Add parameter documentation to phpbb_delete_user_pms
Joas Schilling
2012-04-13
1
-0
/
+4
|
|
*
|
[ticket/10605] Reset userĀ“s pm count to 0 when deleting his PMs
Joas Schilling
2012-03-27
1
-1
/
+11
|
|
*
|
[ticket/10605] Split query to be able to use indexes
Joas Schilling
2012-03-27
1
-3
/
+31
|
|
*
|
[ticket/10605] Rename $delete_rows to $delete_ids.
Andreas Fischer
2012-03-27
1
-9
/
+9
|
|
*
|
[ticket/10605] Break long comment into multiple lines 80 chars short.
Andreas Fischer
2012-03-27
1
-1
/
+2
|
|
*
|
[ticket/10605] Remove unnecessary $delete_ids array.
Andreas Fischer
2012-03-27
1
-5
/
+3
|
|
*
|
[ticket/10605] Remove unnecessary array_keys calls on $delete_rows.
Andreas Fischer
2012-03-27
1
-3
/
+3
|
|
*
|
[ticket/10605] Remove unused variable declarations.
Andreas Fischer
2012-03-27
1
-1
/
+0
|
|
*
|
[ticket/10605] Turn $undelivered_user into a real array of counters.
Andreas Fischer
2012-03-27
1
-4
/
+12
|
|
*
|
[ticket/10605] Use unset() instead of checking user_id over and over again.
Andreas Fischer
2012-03-27
1
-5
/
+1
|
|
*
|
[ticket/10605] Prefix function with phpbb_ and use true instead of 1
Joas Schilling
2012-03-12
1
-2
/
+2
|
|
*
|
[ticket/10605] Check for orphan privmsgs when deleting a user
Joas Schilling
2012-02-18
1
-0
/
+116
*
|
|
|
[feature/class-prefix] Rename auth => phpbb_auth
Igor Wiedler
2012-03-31
1
-1
/
+1
*
|
|
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-03-22
1
-11
/
+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
[ticket/10684] Adjust function and parameter name, minor changes.
rxu
2012-03-22
1
-2
/
+2
|
*
|
|
[ticket/10684] Remove intval mapping for array keys
rxu
2012-03-12
1
-1
/
+1
|
*
|
|
[ticket/10684] Adjust pm_notifications() to handle stale bans
rxu
2012-03-12
1
-11
/
+6
|
|
/
/
*
|
|
[ticket/9916] Updating header license and removing Version $Id$
Unknown
2011-12-31
1
-2
/
+1
*
|
|
[ticket/10345] Make use of the plural function in some basic places
Joas Schilling
2011-11-25
1
-1
/
+1
*
|
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2011-11-13
1
-4
/
+5
|
\
\
\
|
|
/
/
|
*
|
[ticket/8616] Include old U_INBOX var for BC
Igor Wiedler
2011-11-11
1
-2
/
+3
|
*
|
[ticket/8616] Rename U_INBOX to U_VIEW_MESSAGE
Igor Wiedler
2011-10-13
1
-1
/
+1
|
*
|
[ticket/8616] Direct links in pm notification emails
Alan
2011-10-13
1
-3
/
+3
*
|
|
[ticket/9661] Remove eval() from functions_privmsgs.php
Cullen Walsh
2011-09-25
1
-33
/
+78
|
|
/
|
/
|
*
|
[ticket/9556] Drop php closing tags, add trailing newline
Igor Wiedler
2010-11-11
1
-2
/
+0
|
/
*
[ticket/7716] Data too long for column 'message_subject'
Joas Schilling
2010-08-21
1
-0
/
+3
*
[ticket/9757] Fix empty template variable {HISTORY_TITLE}
Josh Woody
2010-07-29
1
-2
/
+2
*
Do not permit unauthorised users to delete private messages from folder listi...
Chris Smith
2009-12-11
1
-0
/
+7
*
Fix Bug #51655 - Missing global vars phpbb_root_path & phpEx
Joas Schilling
2009-09-19
1
-1
/
+1
*
Bug #39505, r9677 - Add integer casting and allow array to be empty. Unset ar...
Andreas Fischer
2009-09-03
1
-3
/
+6
*
Even if the recipient of a PM is now inactive (for whatever reason) still dis...
Meik Sievertsen
2009-08-04
1
-2
/
+1
*
Apply locale-independent basename() to attachment filenames. New function add...
Meik Sievertsen
2009-08-01
1
-1
/
+1
*
Do not send private message back to sender if sender is in the same group the...
Meik Sievertsen
2009-07-27
1
-1
/
+7
*
Users can report PMs to moderators which are then visible in a new MCP module
Nils Adermann
2009-07-21
1
-1
/
+91
*
Change bug #39505 - Pm history only shows pms of the receipts you currently r...
Joas Schilling
2009-06-26
1
-1
/
+18
*
Fix bug #37285 - [Change] Add quote-button for own pm's in pm-history
Joas Schilling
2009-06-24
1
-2
/
+2
*
Fix bug #46065 - Correctly show private message history
Andreas Fischer
2009-06-08
1
-1
/
+1
*
Fix skipping messages if using next/prev PM in history links. (Bug #22205)
Meik Sievertsen
2009-04-12
1
-3
/
+8
*
Fix race condition for updating post/topic/etc. counter. (reported by BartVB)
Meik Sievertsen
2009-03-19
1
-3
/
+3
*
Fix regression introduced in r8951 #34985
Chris Smith
2008-10-10
1
-5
/
+16
*
Check users pm preferences for pm's sent to groups. (Bug #33245)
Meik Sievertsen
2008-09-30
1
-1
/
+6
*
Add quoting support to PM history when composing a reply. #34285
Chris Smith
2008-09-27
1
-0
/
+1
*
Correctly delete message attachments. (Bug #23755) Also revamped and simplifi...
Meik Sievertsen
2008-09-19
1
-1
/
+13
*
#27855
Meik Sievertsen
2008-05-26
1
-0
/
+5
*
#24665
Meik Sievertsen
2008-04-21
1
-0
/
+21
*
One commit for those fixes having a very tiny impact (mostly only whitespaces...
Meik Sievertsen
2008-01-30
1
-10
/
+10
[prev]
[next]