| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13455
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/13450] Type-hint return value of $phpbb_container->get()
* MGaetan89/ticket/13450:
[ticket/13450] Type-hint return value of $phpbb_container->get()
|
| |
| |
| |
| | |
PHPBB3-13450
|
| |
| |
| |
| | |
PHPBB3-13160
|
| |
| |
| |
| | |
PHPBB3-13146
|
| |
| |
| |
| | |
PHPBB3-13146
|
| |
| |
| |
| | |
PHPBB3-13146
|
| |
| |
| |
| | |
PHPBB3-13146
|
| |
| |
| |
| | |
PHPBB3-13160
|
| |
| |
| |
| | |
PHPBB3-13160
|
| |
| |
| |
| | |
PHPBB3-13160
|
| |
| |
| |
| | |
PHPBB3-13160
|
| |
| |
| |
| | |
PHPBB3-13160
|
| |
| |
| |
| |
| |
| |
| |
| | |
Adds a couple of variables to the event that allows extension authors to
bypass the f_read and forum password checks as if the user had those permissions
whether or not he actually has them.
PHPBB3-13160
|
|/
|
|
|
|
| |
An event before the f_Read permissions check in viewtopic
PHPBB3-13160
|
|
|
| |
PHPBB3-13453
|
|
|
|
|
|
| |
https://tracker.phpbb.com/browse/PHPBB3-13326
PHPBB3-13326
|
|
|
|
|
|
| |
https://tracker.phpbb.com/browse/PHPBB3-13326
PHPBB3-13326
|
|
|
|
| |
PHPBB3-13300
|
|
|
|
| |
PHPBB3-13186
|
|
|
|
| |
PHPBB3-13177
|
|\
| |
| |
| | |
[ticket/12993] Improve get_user_ranks
|
| |
| |
| |
| | |
PHPBB3-12993
|
| |
| |
| |
| | |
PHPBB3-12993
|
| |
| |
| |
| |
| |
| | |
Explanation in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=46051
PHPBB3-12993
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Currently, there's impossible to subscribe topic/forum if emails and/or jabber
is disabled. This seems to be a 3.0 leftover since 3.1 introduces new
notification system which handles this case and offers email/jabber-free
board notifications.
PHPBB3-13050
|
| |
| |
| |
| | |
PHPBB3-13047
|
|\ \
| | |
| | | |
[ticket/12966] Sort posts by post_id in addition to sorting by post_time
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change was not applied to the search as this would require a larger
rewrite of the search methods.
PHPBB3-12966
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This should make sure that posts with the same post time are properly sorted
on database backends like postgres.
PHPBB3-12966
|
| |/
|/|
| |
| |
| |
| |
| | |
Add core event to viewtopic.php before sending vars to template
to allow extensions performing additional actions/modifying data first.
PHPBB3-12994
|
|/
|
|
| |
PHPBB3-12938
|
|
|
|
|
|
|
|
| |
The user shouldn't be able to unlock his own topic if he doesn't have m_lock
permissions. Also, the check for f_user_lock was never going to evaluate to
true due to the topic not being unlocked making it obsolete anyway.
PHPBB3-12886
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/12861] Add event to modify the post, poster and attachment data
* nickvergessen/ticket/12861:
[ticket/12861] Add event to modify the post, poster and attachment data
|
| |
| |
| |
| | |
PHPBB3-12861
|
| |
| |
| |
| |
| |
| | |
Change "rc3" to "RC3".
PHPBB3-12872
|
|/
|
|
|
|
| |
To allow extension authors to use the poster_id var.
PHPBB3-12872
|
|
|
|
| |
PHPBB3-12013
|
|
|
|
| |
PHPBB3-12013
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[Ticket/12680] - Adds alternative text to contact icon in viewtopic.php
* Crizz0/ticket/12680:
[ticket/12680] Adds variable for guest user
[ticket/12680] Brings back get_username_string()
[ticket/12680] Solves last bugs. viewprofile: contact --> contact nickname
[ticket/12680] Still some problems with displaying the nickname in ucp
[ticket/12680] Little changes, but some issues are still there
[ticket/12680] Removes unnessesary $user->lang from CONTACT_USER
[ticket/12680] Adds alternativ text with new variable to contact:
[ticket/12680] Adds second alternativ text and font-size: 0 to remove text
[ticket/12680] Adds alternative text to contact icon in viewtopic.php
|
| |
| |
| |
| | |
PHPBB3-12680
|
| |
| |
| |
| | |
PHPBB3-12680
|
| |
| |
| |
| | |
PHPBB3-12680
|
| |
| |
| |
| | |
PHPBB3-12680
|
| |
| |
| |
| | |
PHPBB3-12680
|
| |
| |
| |
| | |
PHPBB3-12680
|
|/
|
|
| |
PHPBB3-12667
|
|
|
|
| |
PHPBB3-12566
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/12174] Update topic_attachment flag when a post is soft-deleted
* Nicofuma/ticket/12174:
[ticket/12174] Add tests
[ticket/12174] Coding style
[ticket/12174] Remove $update_topic_attachments_flag
[ticket/12174] Don't update the flag for a post without attachment
[ticket/12174] Update the conditions
[ticket/12174] Remove inline assignment
[ticket/12174] Update sql query
[ticket/12174] Revert the changes on $topic_update_array
[ticket/12174] Corrections
[ticket/12174] Update topic_attachment flag when a post is soft-deleted
|
| |
| |
| |
| |
| |
| | |
https://tracker.phpbb.com/browse/PHPBB3-12174
PHPBB3-12174
|