| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-15720
|
|
|
|
| |
PHPBB3-13645
|
|
|
|
| |
PHPBB3-13455
|
|
|
|
| |
PHPBB3-13450
|
|
|
|
| |
PHPBB3-13045
|
|
|
|
| |
PHPBB3-13044
|
|
|
|
| |
PHPBB3-13044
|
|
|
|
| |
PHPBB3-12594
|
|
|
|
| |
PHPBB3-12421
|
|
|
|
|
|
| |
https://tracker.phpbb.com/browse/PHPBB3-12421
PHPBB3-12421
|
|
|
|
|
|
|
| |
https://tracker.phpbb.com/browse/PHPBB3-12413
http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=45475
PHPBB3-12413
|
|
|
|
|
|
|
|
|
| |
https://tracker.phpbb.com/browse/PHPBB3-12418
language/viewtopic.php isn't loaded, so MISSING_INLINE_ATTACHMENT isn't
available.
PHPBB3-12418
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
# By erangamapa (7) and Dhruv (2)
* ticket/11271:
[ticket/11271] Typecast forum and topic id to integer
[ticket/11271] Use absolute path for displaying inline attachments in feeds
[ticket/11271] Changed executable bit.
[ticket/11271] Formatting code and removing null assignment.
[ticket/11271] Removing unnecessary database object
[ticket/11271] Separated attachment fetching query
[ticket/11271] Fetched feed attachments before loop.
[ticket/11271] Removed in-line attachment comments properly.
[ticket/11271] Displaying in-line attached images in ATOM feed.
Conflicts:
phpBB/feed.php
|
| |
| |
| |
| | |
PHPBB3-11271
|
| |
| |
| |
| | |
PHPBB3-11271
|
| |
| |
| |
| |
| |
| | |
Changed executable bit value from 755 to 644.
PHPBB3-11271
|
| |
| |
| |
| |
| |
| |
| | |
Formatted code and replaced null assignment with empty array
assignment to attachments parameter in method 'feed_generate_content'.
PHPBB3-11271
|
| |
| |
| |
| |
| |
| |
| | |
Removed unnecessary global database object from 'feed_generate_content'
Method.
PHPBB3-11271
|
| |
| |
| |
| |
| |
| |
| |
| | |
Removed external query used to fetch related attachments.
Added attachments fetching method with database query to
post based feed.
PHPBB3-11271
|
| |
| |
| |
| |
| |
| |
| | |
Fetched feed attachments before looping through feed items and
send them to method 'feed_generate_content' for each feed item.
PHPBB3-11271
|
| |
| |
| |
| |
| |
| | |
Added a new regex to remove in-line attachment comments.
PHPBB3-11271
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In-line attached images are not displaying as they are not parsing.
Included 'parse_attachments' column name for data fetching queries
in feed.php. Checked weather feeds have in-line attachments and
parsed them by using parse_attachments() method.
PHPBB3-11271
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11481
|
| |
| |
| |
| | |
PHPBB3-11077
|
| |
| |
| |
| | |
PHPBB3-11189
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
feature/new-tz-handling
Conflicts:
phpBB/includes/functions_profile_fields.php
phpBB/includes/session.php
phpBB/install/database_update.php
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since the list of timezones is very long, and users are likely
to know their current offset but not necessarily which city
that is nearby is in the timezone database, sort the list of
timezones by offset.
UTC is specially handled to show up before other GMT+0 timezones.
PHPBB3-9558
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Code accessing the legacy user::$timezone and user::$dst properties
has been removed and replaced with code utilising user::create_datetime().
Changed by Oleg:
in viewtopic, memberlist and index use getTimestamp() + getOffset().
We show members that have birthdays on the specified date.
getTimestamp() returns the current date in UTC. We add getOffset() to
obtain the current local time in the viewing user's timezone.
Then we find members having birthday on this date.
Changed by Oleg again:
Take leap year status out of the datetime object we have, this seems
like it should work as one would expect.
PHPBB3-9558
|
| | |
| | |
| | |
| | | |
PHPBB3-10672
|
| | |
| | |
| | |
| | | |
PHPBB3-9916
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I added two function avatar_explanation_string() and avatar_error_wrong_size()
for easier handling of the "pixels"-languages, as they are used quite often.
PHPBB3-10345
|
|/ /
| |
| |
| | |
PHPBB3-10345
|
| |
| |
| |
| |
| |
| | |
Removing imagesets. Adjustments to php files
PHPBB3-10336
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
|
| |\
| | |
| | |
| | |
| | | |
* github-bantu/ticket/10335:
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
|
| | |
| | |
| | |
| | | |
PHPBB3-10335
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10320] Exclude passworded forums when determining "Most active topic".
[ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.
|