| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
* ticket/jellydoughnut/9499:
[ticket/9499] Unify definition of dE() and other javascript functions
|
| | |
| |
| |
| |
| |
| |
| |
| | |
dE() was defined differently in the ACP and in prosilver. Other javascript
in editor.js files has also been unified (taking the prosilver implementation
as cannonical)
PHPBB3-9499
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/kellanved/9521:
[ticket/9521] Fix error reporting for the native SQL Server plugin.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The native SQL Server plugin used to return an error string when calling
sql_error. However, some error condition checks are done using is_array.
This patch wraps the error into an array to follow the error logic used
elsewhere.
PHPBB3-9521
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/jellydoughnut/9679:
[ticket/9679] phpBB offers to notify poster even if notification is disabled
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
The "notify user" check box would not do anything if checked in this case, but
it was still presented. The checkbox is now only shown if there are
notification options enabled.
PHPBB3-9679
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/jellydoughnut/9722:
[ticket/9722] Adjust "New Topic" title attribute for consistency in prosilver
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Title attribute was being applied to a <div> at the top of the page and to an
<a> at the bottom of the page. Now both being applied to the <div>.
PHPBB3-9722
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/jellydoughnut/9749:
[ticket/9749] Fulltext mysql unexpected behavior on entering a dash in query
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The Fulltext_mysql class had different behavior when a dash was entered in the
search query than the fulltext_native class. Specifically, a dash was
automatically turned into boolean NOT even when the user wanted to search for
legitimate hyphenated words like farty-pants
PHPBB3-9749
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/jellydoughnut/9559:
[ticket/9559] Do not override queue package size in the case of an overflow
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts r8025 to includes/functions_messenger.php. That code caused
problems on hosters with email limits less than package_size*2.5. And it isn't
desirable in general to over-ride the admin's configuration options.
PHPBB3-9559
|
| |\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
* task/evil3/set-permissions:
[task/set-permissions] shell script to set file permissions
|
| | |/ / /
| | | |
| | | |
| | | | |
PHPBB3-9689
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9068:
[ticket/9068] Added a missing comma in acp load settings explanation text.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9068
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/bantu/9744:
[ticket/9744] Fix mistyped word 'then' in FAQ. It should be 'than'.
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-9744
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/t-backoff/9099:
[ticket/9099] Add missing commas in acp language.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9099
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | / /
| | |_|/ /
| |/| | | |
* ticket/jellydoughnut/9727:
[ticket/9727] Smiley Path replacement in feeds is too generic
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The smiley path replacement in the feeds was too broad: any post content
containing "./" was changed to the fully qualified board URL. This broke CSS
for example.
PHPBB3-9727
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/kellanved/9504:
[ticket/9504] Allow whitespaces in gallery avatars
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Gallery avatars are discovered on the server filesystem; to allow linking to
the images, the filenames are urlencoded before being written to the database.
However, getimagesize needs the decoded filename as input.
PHPBB3-9504
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/rxu/9658:
[ticket/9658] Optimize topic splitting.
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Split topics takes too long in some cases because of wrong variables or arrays
values types adjustment. Cast values representing topic and forum ids as int.
PHPBB3-9658
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
* ticket/nickvergessen/7720:
[ticket/7720] Fix alternative image-description for unread posts.
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changed the wrong word "new" to "unread" as that is, what we show with the
red-icons, not whether the post is new or not. Language variables were
kept for backwards compatibility.
PHPBB3-7720
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/ckwalsh/9715:
[ticket/9715] Better email regex
[ticket/9715] Extend email unit tests
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Using email regex created by James Watts and Francisco Jose Martin Moreno.
This passes many more tests for RFC valid emails.
PHPBB3-9715
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adding more email tests for a wider range of valid email formats.
PHPBB3-9715
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9714:
[ticket/9714] Use correct variable name in email regular expression tests.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9714
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/naderman/9701:
[ticket/9701] Prevent notices from being hidden by template tests
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The template tests disable NOTICEs for the duration of template execution since
the current version of the template engine does not generate sufficiently clean
code. The error level is reset aftwards, however that part is skipped when
trigger_error is called which is converted into a regular exception by PHPUnit
and passed down until caught. Such exceptions are now caught to reset the error
level, and then the exception is rethrown.
This uncovered another issue in the template tests which only passed because
NOTICEs were unintentionally disabled at this point. assign_display is also
required to operate without NOTICEs. The respective code has been added around
its callee as well. However no handling of exceptions takes place there. If
another test checking for errors in that function is ever added similar catch
logic will have to be added there.
PHPBB3-9701
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/naderman/9140:
[ticket/9140] Check current board version in incremental update packages
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since we do not want to limit the updater functionality we only display
a prominent warning when the current board version does not match the
version the update files are meant to update from.
PHPBB3-9140
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/nickvergessen/9531:
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When quoting from the topic-review the statement "Author wrote:" is missing. The fix for this was not complete: Now it's backwards compatibile and uses the LA_ for the language variables.
PHPBB3-9531
|
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | |
| | | | | |
| | | | | | |
* ticket/adamreyher/9012:
[ticket/9012] Adjust shadow topic title to the title at the time it was moved.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Moved topics which have their title changed in the new forum will now show the
old title in the original viewforum instead of the new title.
PHPBB3-9012
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* ticket/jellydoughnut/9637:
[ticket/9637] Do not cache SQL server version in all cases
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Because the existing cache is global, there is no way to differentiate between
each of two databases which may be two different DBAL objects pointing to
servers with wildly different versions of an RDBMS. phpBB only has this
situation in the UCF, thus only one file changed outside the DBAL. I have
added a second optional parameter, $use_cache to each of the implementations
of dbal::sql_server_info()
PHPBB3-9637
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* ticket/jellydoughnut/9629:
[ticket/9629] Allow style.php to retrieve its session ID from cookies
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
style.php takes a session ID to ensure it gets the right language for a user,
but that session ID is always passed in GET. This allows change allows the SID
to be read from the cookie, and theoretically makes it friendlier for caching
engines like Varnish.
PHPBB3-9629
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* ticket/nickvergessen/9678:
[ticket/9678] Flash attachments are not displayed in subsilver2.
|
| | | |_|_|_|/ /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9678
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* ticket/nickvergessen/9677:
[ticket/9677] Subsilver2 is missing the bbcode-helpline for inline-attachments.
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-9677
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | |
| | | | | | | |
* ticket/jellydoughnut/9650:
[ticket/9650] Do not allow banning the anonymous user by username
|