| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
New phpbb_datetime::__toString() magic method that formats the datetime
according to the users default settings.
PHPBB3-9558
|
| |
|
|
|
|
|
|
|
| |
- Added comments explaining the complex time computations for rendering
relative date times.
- Replaced some repeated method invokations with variables.
PHPBB3-9558
|
| |
|
|
| |
PHPBB3-9558
|
| |
|
|
|
|
| |
First argument to user::create_datetime() should be optional.
PHPBB3-9558
|
| |
|
|
|
|
|
| |
New method which handles instantiating new phpbb_datetime objects in
the context of the current user.
PHPBB3-9558
|
| |
|
|
|
|
|
| |
user::$tz will store the new DateTimeZone object representing the users
timezone instead of the existing user::$timezone and user::$dst combination.
PHPBB3-9558
|
| |
|
|
| |
PHPBB3-9558
|
| |
|
|
| |
PHPBB3-9558
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
user::setup() now stores a DateTimeZone object in user::$timezone representing
the users timezone. For backwards compatibility a numeric value in
user/board_timezone will be converted into one of the legacy Etc/GMT±X
timezones. This will be used until the user updates his/her timezone in the
UCP.
user::format_date() is now basically a legacy wrapper that transforms a UTC
UNIX timestamp into a formatted localised date using phpbb_datetime::format().
PHPBB3-9558
|
| |
|
|
| |
PHPBB3-9558
|
| |
|
|
| |
PHPBB3-9558
|
| |
|
|
|
|
|
| |
Wrapped PHP's DateTime with some extensions for supporting phpBB's relative
date formats and provided the DateTime::getTimestamp() method to PHP < 5.3.
PHPBB3-9558
|
| |\
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10480] Add a build target for changelog building.
[ticket/10480] Add a build script for exporting the changelog from tracker.
[ticket/10502] Fix typo in changelog. 'red' should have been 'read'.
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | | |
* prep-release-3.0.10:
[ticket/10480] Add a build target for changelog building.
[ticket/10480] Add a build script for exporting the changelog from tracker.
[ticket/10502] Fix typo in changelog. 'red' should have been 'read'.
|
| | | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
prep-release-3.0.10
* github-bantu/ticket/10502:
[ticket/10502] Fix typo in changelog. 'red' should have been 'read'.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10502
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10501] Fix description of table prefixes
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* prep-release-3.0.10:
[ticket/10501] Fix description of table prefixes
|
| | | |\ \
| | | |/
| | |/|
| | | |
| | | |
| | | |
| | | | |
prep-release-3.0.10
* nickvergessen/ticket/10501:
[ticket/10501] Fix description of table prefixes
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
They must start with a letter, not an alphanumeric character
PHPBB3-10501
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[prep-release-3.0.10] Remove duplicate ticket PHPBB3-10490 from changelog.
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* prep-release-3.0.10:
[prep-release-3.0.10] Remove duplicate ticket PHPBB3-10490 from changelog.
|
| | | |/ |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[prep-release-3.0.10] Update Changelog for 3.0.10-RC2 release.
|
| | |\ \
| | |/
| | |
| | |
| | | |
* prep-release-3.0.10:
[prep-release-3.0.10] Update Changelog for 3.0.10-RC2 release.
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10497] Fix SQL error when guest visits forum with unread topic
|
| | |\ \
| | |/
| | |
| | |
| | | |
* prep-release-3.0.10:
[ticket/10497] Fix SQL error when guest visits forum with unread topic
|
| | | |\
| | | |
| | | |
| | | |
| | | | |
* rxu/ticket/10497:
[ticket/10497] Fix SQL error when guest visits forum with unread topic
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Regression from the ticket PHPBB3-9008 fix.
When topic marking was enabled for guests, and a guest visited a forum with
a new topic which is marked unread, the built SQL missed an alias for a
TOPICS_TABLE which resulted in the following error:
Unknown column 't.topic_approved' in 'where clause' [1054]
The fix is to add an alias for the table.
PHPBB3-10497
PHPBB3-9008
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[prep-release-3.0.10] Bumping version number for 3.0.10-RC2.
Conflicts:
phpBB/install/database_update.php
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.0.10:
[prep-release-3.0.10] Bumping version number for 3.0.10-RC2.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
|
| | | |/ |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10280] Change the display of user activation settings in the ACP.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Use a select box to be consistent with other settings.
PHPBB3-10280
|
| | |\ \
| | |/
| | |
| | |
| | | |
* prep-release-3.0.10:
[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632
|
| | | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
prep-release-3.0.10
* nickvergessen/ticket/10485:
[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove the previous fix and fix it the way we did it in PHPBB3-10360 for 3.1
PHPBB3-6632
PHPBB3-10485
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* nickvergessen/ticket/10484:
[ticket/10484] Use variables for sql_build_query() calls
Conflicts:
phpBB/includes/mcp/mcp_front.php
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It's easier for mods/extensions to extend the arrays.
PHPBB3-10484
|
| |\ \ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
|
| | |\ \ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | | |
* prep-release-3.0.10:
[ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
|
| | | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/10488:
[ticket/10488] Only set $config['email_max_chunk_size'] when not already set.
|
| | | | | |/
| | | |/|
| | | | |
| | | | | |
PHPBB3-10488
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10461] Add a comment explaining the logic here.
[ticket/10461] Correct $log_count check in view_log() so we show logs again.
|
| | |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | | |
* prep-release-3.0.10:
[ticket/10461] Add a comment explaining the logic here.
[ticket/10461] Correct $log_count check in view_log() so we show logs again.
|
| | | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* bantu/ticket/10461:
[ticket/10461] Add a comment explaining the logic here.
[ticket/10461] Correct $log_count check in view_log() so we show logs again.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10461
|
| | | | |/ /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
We pass $log_count as false now when we do not need to know how many log
entries there are. However when $log_count is false, $log_count == 0 will be
true as well and thus we will return early with 0.
PHPBB3-9874
PHPBB3-10461
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10479] Remove PostgreSQL version numbers from driver's language string
|