| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|/ / /
| | |
| | |
| | | |
PHPBB3-10931
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
By Andreas Fischer
via Andreas Fischer (1) and Nils Adermann (1)
* develop-olympus:
[ticket/10162] Increase maximum length of email address TLD from 6 to 63.
[ticket/10162] Add test cases for top level domain names longer than 6 chars.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Increase maximum length of email address top level domains from 6 to 63.
PHPBB3-10162
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10565] Add line breaks to query in order to follow coding guidelines.
[ticket/10565] update_forum_tracking_info(): Remove unnecessary GROUP BY clause
|
| | |
| | |
| | |
| | | |
PHPBB3-10565
|
| | |
| | |
| | |
| | | |
PHPBB3-10565
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* shibulijack/ticket/10688:
[ticket/10688] Update install.html for 3.1 and current practices.
[ticket/10688] Update readme for 3.1 and current practices.
[ticket/10688] Changed version 3.0 to 3.1
[ticket/10688] Updated version to 3.1
[ticket/10688] Changed 3.0 to 3.1 in docs
Conflicts:
phpBB/docs/INSTALL.html
phpBB/docs/README.html
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Replace phpBB 3.0.x to phpBB 3.1.x
PHPBB-10688
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10783
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10607] Added 'Powered by' translation string.
Conflicts:
phpBB/adm/index.php
phpBB/language/en/common.php
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added POWERED_BY line to common.php and modified the templates
to use it.
PHPBB3-10607
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Temporary solution for T_SUPER_TEMPLATE_PATH pointing to wrong directory, variable will be completely removed later because it will be obsolete
PHPBB3-10665
|
| | | |
| | | |
| | | |
| | | | |
PHPBB-10609
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* develop: (175 commits)
[feature/ajax] Remove strange non-breaking spaces from approve button
[feature/ajax] Add entirely unrelated but nice newlines
[feature/ajax] Unify phpbb_json_response instantiation
[feature/ajax] Fix acp_styles activate_deactivate ajax callback name
[feature/ajax] Send correct activate/deactivate JSON response in acp_profile
[ticket/10270] Alter background colors for posts
[feature/ajax] Remove not working module enable/disable ajax code
[feature/ajax] Replace static call to phpbb_request with OO
[feature/ajax] Remove quick-reply AJAX handling until we have something good
[ticket/10270] Changing close button for ajax popups
[ticket/10270] Disabling links in disappearing content
[ticket/10291] Fixed an AJAX bug on quick reply form submit.
[ticket/10273] Fixed accepting / denying posts AJAX.
[ticket/10272] Removed code that was prevent event propogation in AJAX.
[ticket/10291] Fixed a bug in the quick reply AJAX.
[feature/ajax] Handle acp_modules error cases with JSON response
[feature/ajax] Fix filter check, quick mod tools data-attribute
[feature/ajax] Use the error handler
[feature/ajax] Generic error handling with a phpbb.alert box
[feature/ajax] Change filter semantics, some minor adjustments
...
Conflicts:
phpBB/adm/style/acp_styles.html
phpBB/includes/acp/acp_styles.php
|