| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
For now, just dumping the notifications in the header.
PHPBB3-11103
|
| |\
| |
| | |
Feature/add events
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| |
| |
| | |
Also, I added the hook back in below the event for backwards compatibility.
PHPBB3-9550
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| |
| |
| |
| | |
The new event, core.append_sid_override can either supplement or override
the append_sid() function.
PHPBB3-9550
|
| |\ \
| |/
|/|
| |
| |
| |
| | |
* develop-olympus:
[task/functional] Fixed DEBUG_TEST related issues
[task/functional] Allow tests to bypass certain restrictions with DEBUG_TEST
[task/functional] Added posting tests (reply and new topic)
|
| | |
| |
| |
| | |
PHPBB3-10758
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| |
| |
| | |
Add an additional blank line as requested in #680
PHPBB3-9550
|
| | |
| |
| |
| |
| |
| |
| | |
See: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42799
for reference.
PHPBB3-9550
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Add a ledge that will allow listeners to override the build in
`page_footer` function.
http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42741&p=237037
PHPBB3-9550
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Add a ledge that will allow listeners to override the build in
`page_header` function.
http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=42741&p=237037
PHPBB3-9550
|
| | |
| |
| |
| | |
PHPBB3-9550
|
| | |
| |
| |
| |
| |
| | |
core.page_header is more powerful and includes all functionality of this one.
PHPBB3-9550
|
| | |
| |
| |
| |
| |
| | |
Needed by board3portal
PHPBB3-9550
|
| |\ \
| | |
| | | |
Feature/new tz handling
|
| | | |
| | |
| | |
| | | |
PHPBB3-9558
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We also add the selected timezone if we can create an object with it.
DateTimeZone::listIdentifiers seems to not add all identifiers to the list,
because some are only kept for backward compatible reasons. If the user has
a deprecated value, we add it here, so it can still be kept. Once the user
changed his value, there is no way back to deprecated values.
PHPBB3-9558
|
| | | |
| | |
| | |
| | | |
PHPBB3-9558
|
| | | |
| | |
| | |
| | | |
PHPBB3-9558
|
| | | |
| | |
| | |
| | | |
PHPBB3-9558
|
| | | |
| | |
| | |
| | | |
PHPBB3-9558
|
| | |\ \
| | | |
| | | |
| | | | |
feature/new-tz-handling
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Marked the old one as deprecated and made it using the new function.
PHPBB3-9558
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9558
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9558
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9558
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9558
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9558
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9558
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9558
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9558
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9558
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
tz_select() now uses the PHP timezone database to generate the timezone
selection box, it tries to use a translated language string otherwise falls
back to a label produced from the timezone identifier. I've done this so
new timezones are available immediately without a new language pack.
PHPBB3-9558
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add a new parameter to hold the name of the start variable. This
fulfills ticket PHPBB3-8535.
PHPBB3-10968
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Re-remove deprecated functions, change on_page to phpbb_on_page,
add null returns, remove globals and pass as params.
PHPBB3-10968
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Returned and marked deprecated topic_generate_pagination. Rename
new function in line with coding guidelines.
PHPBB3-10968
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Extracted common template code for prosilver as per subsilver2.
Various other fixups and oversight corrections, changed name
of the "new" template function and re-introduced existing
version. Altered on_page to compensate for removal of some
templating vars from pagination routine.
PHPBB3-10968
|
| | |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since phpBB 2 pagination has been rendered mostly within the source. This
limits just what designers can do with pagination. The current form is also
questionable in terms of "best practice". The aim is to move rendering
completely to the template via the use of a block element. Enabling S_
template vars also allows for control over specific aspects of the
pagination output such as next, previous, active and ellipsis.
Related to this - merging the capabilities of the topic_generate_pagination
with generate_pagination removes an element of duplication.
PHPBB3-10968
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10829
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Renaming user->theme to user->style
PHPBB3-10743
|