| 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/10480:
[ticket/10480] Add a build target for changelog building.
[ticket/10480] Add a build script for exporting the changelog from tracker.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10480
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10480
|
| | | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | |/ |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* p/ticket/10481:
[ticket/10481] Use phar:// url for requiring goutte.
[ticket/10481] Skip functional tests if phar extension is missing.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It does not seem to work on my machine without phar:// even with
phar extension installed.
PHPBB3-10481
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10481
|
| |\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* develop-olympus:
[ticket/10280] Change the display of user activation settings in the ACP.
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/10280:
[ticket/10280] Change the display of user activation settings in the ACP.
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Use a select box to be consistent with other settings.
PHPBB3-10280
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10483] Fix test suite when running with MySQL strict mode
|
| | |\ \ \
| | | |/
| | |/|
| | | |
| | | | |
* prep-release-3.0.10:
[ticket/10483] Fix test suite when running with MySQL strict mode
|
| | | |\ \
| | | | |
| | | | |
| | | | |
| | | | | |
* igorw/ticket/10483:
[ticket/10483] Fix test suite when running with MySQL strict mode
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10483
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* 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/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632
|
| | |\ \ \ \ \
| | | |/ / /
| | |/| | |
| | | | | |
| | | | | | |
* prep-release-3.0.10:
[ticket/10485] Fix invalid HTML5 markup introduced in PHPBB3-6632
|