| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10199
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10243] Adding a few unit tests for phpbb_gmgetdate().
[ticket/10243] Call phpbb_gmgetdate() from various places.
[ticket/10243] Adding wrapper function for getdate() for UTC timestamps.
|
| |\ \ \
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
* github-bantu/ticket/10243:
[ticket/10243] Adding a few unit tests for phpbb_gmgetdate().
[ticket/10243] Call phpbb_gmgetdate() from various places.
[ticket/10243] Adding wrapper function for getdate() for UTC timestamps.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10243
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10237] Also display login-box on subscribing
[ticket/10237] Handle watching and unwatching the same way.
[ticket/10237] Use confirm-box to handle unwatching a forum/topic actions
Conflicts:
phpBB/includes/functions_display.php
|
| |/
| |
| |
| |
| |
| | |
Also add some information to the confirm-box (forum_name / topic title)
PHPBB3-10237
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
|
| |
| |
| |
| |
| |
| |
| | |
Avoids the global hidden fields from functions.php overwriting local
searches.
PHPBB3-10232
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/7888] Swap in-forum/topic search to GET forms.
|
| |
| |
| |
| |
| |
| |
| |
| | |
This will allow sending URLs to search results to other users. The advanced
search page has always worked like this, but these special pages used to
cause problems.
PHPBB3-7888
|
| |
| |
| |
| | |
PHPBB3-9684
|
|\ \
| |/
| |
| |
| |
| | |
* develop-olympus:
[ticket/10121] Fix missing urlencode() for ICQ-number in viewtopic.php
[ticket/10121] Fix ICQ profile link, leading to a dead web-messenger.
|
| |
| |
| |
| | |
PHPBB3-10121
|
| |
| |
| |
| | |
PHPBB3-10121
|
|\ \
| |/
| |
| |
| | |
* develop-olympus:
[ticket/10072] Added the POST_NUMBER template var
|
| |
| |
| |
| | |
PHPBB3-10072
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/VSE/9532:
[ticket/9532] Simplified page titles by removing meaningless text.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removed View Forum, View Topic, added pagination to forum and topic page
titles, also moved the Site Name to the end of title for forum and topic
view pages.
PHPBB3-9532
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* feature/igorw/request-class:
[feature/request-class] Convert some remaining cookies
[feature/request-class] Adjust misleading comment
[feature/request-class] Remove direct access to _REQUEST in acp_search
[feature/request-class] Special case of direct access to _REQUEST
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Convert some remaining accesses to cookie to use the
request class instead. Thanks to bantu for the note.
PHPBB3-9716
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Closing tags converted using Oleg's script.
remove-php-end-tags.py -a .
Trailing newlines added using the following where $ext is file extension.
find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s;
Extensions: php, css, html, js, xml.
PHPBB3-9556
|
| |/
|/|
| |
| |
| |
| |
| | |
Now with $_VARs causing fatal errors we should really be able to find and
delete all of these occurances.
PHPBB3-9716
|