| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Fyorl/feature/attach-dl: (75 commits)
[feature/attach-dl] Removed the use of some abbreviations
[feature/attach-dl] Changed $files_added checks
[feature/attach-dl] Renamed $post_id to $post_msg_id
[feature/attach-dl] Fixed a comment
[feature/attach-dl] Optimised an sql query
[feature/attach-dl] Fixed the logic in an sql statement
[feature/attch-dl] $forum_id cast to int
[feature/attach-dl] Fixed $file_added to $files_added
[feature/attach-dl] Moved definition of $archive_name
[feature/attach-dl] Swapped the order of an if statement
[feature/attach-dl] Cast variables to int
[feature/attach-dl] Added $archive_path
[feature/attach-dl] Used COMMA_SEPARATOR instead of actual comma
[feature/attach-dl] Renamed $count to $files_added
[feature/attach-dl] Removed sprintf() use
[feature/attach-dl] Removed need for array_keys()
[feature/attach-dl] Added multiple attachment downloads to PMs
[feature/attach-dl] Removed reliance on current($row)
[feature/attach-dl] Renamed to phpbb_download_handle_forum_auth
[feature/attach-dl] Moved PM authentication handling into own function
...
|
| |
| |
| |
| | |
PHPBB3-11042
|
| |
| |
| |
| | |
PHPBB3-11042
|
| |
| |
| |
| | |
PHPBB3-11042
|
| |
| |
| |
| | |
PHPBB3-11042
|
| |
| |
| |
| | |
PHPBB3-11042
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added a function to list all available archiving methods and integrated
it with the prosilver style.
Heavy modifications to download/file.php to support archiving and
downloading of multiple files at once.
PHPBB3-11042
|
| |
| |
| |
| | |
PHPBB3-11042
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
PHPBB3-9550
|
| |
| |
| |
| | |
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
|