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_posting.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/10851] Set disallowed content to empty array if checking is disabled
Marc Alexander
2014-04-03
1
-0
/
+4
*
[ticket/11769] Allow '0' as username
Joas Schilling
2013-09-02
1
-1
/
+1
*
[ticket/11769] Fix language issues in the doc blocks
Joas Schilling
2013-08-23
1
-3
/
+3
*
[ticket/11769] Correctly supply the post author's username in posting.php
Joas Schilling
2013-08-23
1
-1
/
+4
*
[ticket/11145] Wrong error thrown when uploading a bigger image.
erangamapa
2013-05-25
1
-10
/
+10
*
[ticket/10880] The m_approve permisson no longer implies f_noapprove.
Andreas Fischer
2012-12-19
1
-2
/
+3
*
Merge PR #624 branch 'nickvergessen/ticket/8743' into develop-olympus
Oleg Pudeyev
2012-10-16
1
-2
/
+4
|
\
|
*
[ticket/8743] Include poster´s name in mail notifications
Joas Schilling
2012-03-15
1
-2
/
+4
*
|
[ticket/10967] adding $root_path to posting_get_topic_icons
Senky
2012-10-11
1
-2
/
+4
*
|
Merge remote-tracking branch 'Dickyf/ticket/10675' into develop-olympus
Igor Wiedler
2012-03-31
1
-1
/
+8
|
\
\
|
*
|
[ticket/10675] Add disk full language string when posting attachments
Richard Foote
2012-03-19
1
-1
/
+8
*
|
|
[ticket/10684] Adjust function and parameter name, minor changes.
rxu
2012-03-22
1
-2
/
+2
*
|
|
[ticket/10684] Cast user_id to integer
rxu
2012-03-11
1
-5
/
+7
*
|
|
[ticket/10684] Refactor $sql_ignore_users array update
rxu
2012-03-10
1
-10
/
+3
*
|
|
[ticket/10684] Remove isset() for $sql_ignore_users update
rxu
2012-03-09
1
-4
/
+1
*
|
|
[ticket/10684] Fix 2 typos in comment lines.
rxu
2012-03-09
1
-1
/
+1
*
|
|
[ticket/10684] Send notifications for users with stale bans
rxu
2012-03-08
1
-17
/
+19
|
/
/
*
|
[ticket/8652] Comment for also updating forum watch table in user_notification.
Andreas Fischer
2012-03-02
1
-2
/
+10
*
|
[ticket/8652] Sending 2 emails on 2 replies
Bruno Ais
2012-03-02
1
-0
/
+6
|
/
*
[ticket/9776] Delete poll if no poll options were submitted.
Joas Schilling
2011-11-18
1
-4
/
+4
*
Merge branch 'ticket/rxu/6712' into develop-olympus
Nils Adermann
2011-06-10
1
-0
/
+102
|
\
|
*
[ticket/6712] Add phpbb_ function name prefix, more docs, rename current_time
rxu
2011-05-01
1
-10
/
+21
|
*
[ticket/6712] Pass $post_data by the value instead of by the reference.
rxu
2011-04-03
1
-1
/
+1
|
*
[ticket/6712] Bump does not create new topic icon on index.
rxu
2010-10-18
1
-0
/
+91
*
|
[ticket/7834] Topic time didn't update when first post was deleted
Callum Macrae
2011-02-24
1
-2
/
+2
*
|
[ticket/9764] Allow $config['mime_triggers'] to be an empty string.
Andreas Fischer
2010-10-28
1
-1
/
+1
|
/
*
Merge branch 'ticket/bantu/9644' into develop-olympus
Igor Wiedler
2010-09-16
1
-1
/
+1
|
\
|
*
[ticket/9644] Check $mode before calling user_notification() from submit_post()
Andreas Fischer
2010-07-23
1
-1
/
+1
*
|
[ticket/9635] Useless parameter $data['post_time'] in function submit_post.
Joas Schilling
2010-08-19
1
-1
/
+1
|
/
*
[ticket/9147] "Change topic type"-option "Normal" always selected.
Joas Schilling
2010-05-28
1
-1
/
+1
*
[feature/notify_status] Define'd constants for notify_status
Mark
2010-05-16
1
-8
/
+8
*
[ticket/9529] Topic review is not showing all selected posts.
Joas Schilling
2010-05-16
1
-1
/
+1
*
Bug #54945 again: MySQL 4 does not support aggregation in ORDER BY.
Marek A. Ruszczyński
2010-03-02
1
-2
/
+2
*
Fix Bug #57455 - Fix problems with firebird by no longer using 'count' as a c...
Andreas Fischer
2010-02-08
1
-1
/
+1
*
[Fix] Do not automatically unsubscribe users from topics, when email and jabb...
Joas Schilling
2010-01-24
1
-1
/
+1
*
Fix for #54945
Marek A. R
2009-12-24
1
-1
/
+1
*
Ability to define constant PHPBB_USE_BOARD_URL_PATH to use board url for imag...
Meik Sievertsen
2009-08-17
1
-1
/
+3
*
Fix r9955 for Bug #49435
Meik Sievertsen
2009-08-12
1
-2
/
+3
*
fix r9927 - of course isset()
Meik Sievertsen
2009-08-05
1
-1
/
+1
*
submit_post() now accepts force_approved_state key passed to $data to indicat...
Meik Sievertsen
2009-08-05
1
-0
/
+8
*
Fix bug #15729 - Global announcements marked as read if all new topics in for...
Ruslan Uzdenov
2009-08-05
1
-6
/
+15
*
Apply locale-independent basename() to attachment filenames. New function add...
Meik Sievertsen
2009-08-01
1
-5
/
+5
*
Addition to r9899 for bug #48695 - trying to create thumbnail for broken jpeg...
Ruslan Uzdenov
2009-08-01
1
-0
/
+1
*
Fix bug #48695 - Do not try to create thumbnails for images we cannot open pr...
Andreas Fischer
2009-07-31
1
-0
/
+5
*
Fix bug #48885, introduced in r9843
Joas Schilling
2009-07-30
1
-2
/
+2
*
Fix bug #48265 - Correctly set attachment flag for topics, posts and pms afte...
Joas Schilling
2009-07-24
1
-0
/
+15
*
A small correction to #r9763
Meik Sievertsen
2009-07-17
1
-6
/
+10
*
- Add pagination for icons and smilies in the ACP and smilies in the smiley p...
Marek A. R
2009-07-16
1
-6
/
+30
*
Another feature: Detect when a post has been altered by someone else while ed...
Andreas Fischer
2009-07-08
1
-0
/
+7
*
Fix bug #38395 - Loading draft removes recipients when replying to PM
Joas Schilling
2009-06-26
1
-2
/
+2
[next]