| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9550
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9550
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9550
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9550
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Used by phpBB Gallery
PHPBB3-9550
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Used by phpBB Gallery
PHPBB3-9550
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Used by phpBB Gallery
PHPBB3-9550
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Used by phpBB Gallery
PHPBB3-9550
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
PHPBB3-9550
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10990
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Feature/new tz handling
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
feature/new-tz-handling
|
| |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
feature/new-tz-handling
Conflicts:
phpBB/includes/functions_profile_fields.php
phpBB/includes/session.php
phpBB/install/database_update.php
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/10811:
[ticket/10811] Make toogle_subscribe more generic so it can toogle all links
[ticket/10811] Make it easier for MODs/Extensions to define the alt-text
[ticket/10811] Make subscribe/unsubscribe repeatable with AJAX
[ticket/10811] Fix AJAX callback alt_text so it can be repeated.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10811
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-10811
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10847
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Split the comment into 2 lines each having
less than 79 characters.
PHPBB3-10777
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
savely was corrected to safely
PHPBB3-10777
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10270
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit AJAXifies the moderator approval functionality, and adds it to
viewtopic instead of the MCP. This commit has involved some language changes,
which may affect fallbacks.
PHPBB3-10273
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10510
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10510
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Replaced an isset() and var check with a !empty.
PHPBB3-10510
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10510
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10510
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10510
|
| |/ /
|/| |
| | |
| | | |
PHPBB3-10510
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | | |
* develop-olympus:
[ticket/10606] Also correctly use $s_search_hidden_fields in view(forum|topic).
[ticket/10606] Fix incorrect hidden fields array name in page_header().
|
| | |
| | |
| | |
| | |
| | |
| | | |
Regression from dfb7cc625a37c6345fa647ee3a21f890ba5c9649.
PHPBB3-10606
|
| | |
| | |
| | |
| | | |
PHPBB3-9916
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10319] Missing hidden fields in search form
|
| | |
| | |
| | |
| | |
| | |
| | | |
Missing hidden fields in search form (bug added in 3.0.9)
PHPBB3-10319
|
| |/
|/|
| |
| | |
PHPBB3-10345
|
| |
| |
| |
| |
| |
| | |
It's easier for mods/extensions to extend the arrays.
PHPBB3-10484
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
* develop-olympus:
[ticket/10237] Display login-box for guests, when (un)subscribing
Conflicts:
phpBB/includes/functions_display.php
|
| |\
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/10237:
[ticket/10237] Display login-box for guests, when (un)subscribing
|
| | |
| | |
| | |
| | |
| | |
| | | |
Also initialise $is_watching for PHP Notice: Undefined variable is_watching
PHPBB3-10237
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removing imagesets. Adjustments to php files
PHPBB3-10336
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/9976] Fix link to post when two posts have the same post_time.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When two posts have the same post_time, a link to the first post being on
page 1, leads you to the second post with the same timestamp on page two.
So in case the post_times are equal, we need to use the post_id to correctly
order the posts.
PHPBB3-9976
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* igorw/ticket/9608:
[ticket/9608] Remove use of references in topic_review
[ticket/9608] Revert changes to normalizer
[ticket/9608] Remove blank line
[ticket/9608] Remove use of references in captcha and other places
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
References are not really needed in PHP due to copy-on-write. Since
PHP5, objects are always passed around as identifiers, which means they
are mutable. So it is no longer required to pass these by reference
either.
PHPBB3-9608
|
|\ \ \ \
| | |/ /
| |/| |
| | | |
| | | | |
* develop-olympus:
[ticket/10199] Delete a useless join in viewtopic.
|