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-nickvergessen/ticket/12273' into develop...
Nils Adermann
2014-05-02
1
-1
/
+1
|
\
\
|
*
|
[ticket/12273] Fix invalid @event and @since tags
Joas Schilling
2014-04-18
1
-1
/
+1
*
|
|
[ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.
Andreas Fischer
2014-04-29
1
-3
/
+2
|
/
/
*
|
[ticket/12344] Add core.pm_submit_before to function submit_pm
lucifer4o
2014-04-15
1
-1
/
+13
*
|
[ticket/12226] Split language strings to correctly allow multiple plural rules
Joas Schilling
2014-02-24
1
-1
/
+1
*
|
Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700
Nils Adermann
2013-09-16
1
-8
/
+5
|
\
\
|
*
|
[ticket/11640] removed the space that I wonder what it was doing there.
Bruno Ais
2013-07-29
1
-1
/
+1
|
*
|
[ticket/11640] removed the unset
Bruno Ais
2013-07-22
1
-1
/
+0
|
*
|
[ticket/11640] generate_text_for_display on functions_privmsgs.php
Bruno Ais
2013-07-16
1
-8
/
+6
*
|
|
[ticket/11700] Move all recent code to namespaces
Nils Adermann
2013-09-16
1
-1
/
+1
|
/
/
*
|
[ticket/11103] Instantiate $phpbb_notifications as needed
Nathan Guse
2012-12-13
1
-7
/
+12
*
|
[ticket/11103] Create user loader class, update for DIC
Nathan Guse
2012-11-20
1
-7
/
+7
*
|
[ticket/11103] Fix failed automerge
Nathaniel Guse
2012-11-10
1
-1
/
+1
*
|
Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103
Nathaniel Guse
2012-11-10
1
-10
/
+27
|
\
\
|
*
\
Merge remote-tracking branch 'upstream/develop' into feature/prune-users
Oleg Pudeyev
2012-11-06
1
-59
/
+309
|
|
\
\
*
|
|
|
[ticket/11103] Use the full class name as the item_type/method
Nathan Guse
2012-10-20
1
-7
/
+7
*
|
|
|
[ticket/11103] Remove unnecessary comments
Nathan Guse
2012-10-18
1
-5
/
+0
*
|
|
|
[ticket/11103] Make $phpbb_notifications a global and use it everywhere
Nathan Guse
2012-10-04
1
-21
/
+14
*
|
|
|
[ticket/11103] Normalization of $phpbb_notifications variable name
Nathan Guse
2012-09-14
1
-2
/
+2
*
|
|
|
[ticket/11103] Delete notifications for PMs deleted by phpbb_delete_user_pms
Nathan Guse
2012-09-14
1
-0
/
+13
*
|
|
|
[ticket/11103] Mark Private Messages as read
Nathan Guse
2012-09-14
1
-1
/
+5
*
|
|
|
[ticket/11103] The service now handles all user loading itself
Nathan Guse
2012-09-09
1
-91
/
+15
*
|
|
|
[ticket/11103] Some fixes for the email method
Nathan Guse
2012-09-08
1
-14
/
+11
*
|
|
|
[ticket/11103] Work on the pm type and email method
Nathan Guse
2012-09-08
1
-0
/
+13
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #914 from EXreaction/ticket/10990
Nils Adermann
2012-07-22
1
-1
/
+1
|
\
\
\
|
*
|
|
[ticket/10990] Use $user->lang['COMMA_SEPARATOR'] when appropriate
Nathan
2012-07-22
1
-1
/
+1
*
|
|
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2012-07-21
1
-83
/
+122
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
[ticket/10950] Fix grammar in comments
Joas Schilling
2012-07-20
1
-3
/
+3
|
*
|
[ticket/10950] Delete PMs for users that have not yet read the pm
Joas Schilling
2012-07-20
1
-32
/
+44
|
*
|
[ticket/10950] Update undelivered pm counts in batches not 1 by 1 for each user
Joas Schilling
2012-07-16
1
-5
/
+18
|
*
|
[ticket/10950] Use database count() and group by instead of doing that in php
Joas Schilling
2012-07-11
1
-11
/
+5
|
*
|
[ticket/10950] Check $delete_ids to be not empty
Joas Schilling
2012-07-04
1
-19
/
+22
|
*
|
[ticket/10950] Recreated the behaviour of phpbb_delete_user_pms()
Joas Schilling
2012-07-04
1
-58
/
+74
|
*
|
[ticket/10950] Correct comment for the second query.
Andreas Fischer
2012-06-23
1
-1
/
+1
|
*
|
[ticket/10950] Add empty line to make unset() call more visible.
Andreas Fischer
2012-06-23
1
-0
/
+1
|
*
|
[ticket/10950] Select the correct columns in SQL queries.
Andreas Fischer
2012-06-23
1
-2
/
+2
|
*
|
[ticket/10950] Use a variable for the private message id.
Andreas Fischer
2012-06-23
1
-6
/
+8
|
*
|
[ticket/10950] Move array initialisation to the front.
Andreas Fischer
2012-06-23
1
-1
/
+2
|
*
|
[ticket/10950] Remove redundant if statement.
Andreas Fischer
2012-06-23
1
-12
/
+9
|
*
|
[ticket/10950] Fix SQL coding style (indentation) in second SQL query.
Andreas Fischer
2012-06-23
1
-1
/
+1
|
*
|
[ticket/10950] Use proper ' in order to fix comment.
Andreas Fischer
2012-06-23
1
-1
/
+1
*
|
|
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
[prev]
[next]