| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| |
| | |
* ticket/bantu/9835:
[ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging in
|
| | |
| |
| |
| |
| |
| | |
This makes subsilver2 consistent with prosilver.
PHPBB3-9835
|
| |/
|
|
|
|
|
| |
The IE9 beta fixes the IE8 textarea width bug which required IE7 emulation in
phpBB's styles. Emulation should only occur when using IE8 now.
PHPBB3-9827
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
'ticket/bantu/9853' into develop-olympus
* ticket/bantu/9101:
[ticket/9101] Remove misleading 'below' from RECAPTCHA_EXPLAIN.
* ticket/bantu/9595:
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
* ticket/bantu/9853:
[ticket/9853] Change recaptcha theme from default to 'clean'.
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
Change recaptcha theme to 'clean' to better coordinate with the color schemes
of prosilver and subsilver2. The default red theme doesn't really fit prosilver
and subsilver2.
PHPBB3-9853
|
| |\ \
| |/
|/|
| |
| | |
* ticket/rxu/9840:
[ticket/9840] Display view unread posts link for guests.
|
| | |
| |
| |
| |
| |
| | |
Display view unread posts link for guests if applicable.
PHPBB3-9840
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9841:
[ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft".
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
This has confused people that are less familiar with phpBB or web applications
in general. "Save draft" should make it clear that a draft is being saved, but
it is still short enough to be used in a button.
PHPBB3-9841
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9664:
[ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".
|
| | |/
| |
| |
| | |
PHPBB3-9664
|
| |/
|
|
| |
PHPBB3-7417
|
| |
|
|
|
|
|
|
| |
Since unread posts search can produce a high server load in certain
circumstances, we implement a switch for ACP "Load settings" to have an option
to disable this type of search.
PHPBB3-9613
|
| |
|
|
|
|
|
| |
Go easy way for now - just place S_LOGIN_REDIRECT before S_HIDDEN_FIELDS so
the last value override the previous one.
PHPBB3-9117
|
| |\
| |
| |
| |
| | |
* ticket/jellydoughnut/9757:
[ticket/9757] Fix empty template variable {HISTORY_TITLE}
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
The template variable {HISTORY_TITLE} was always being set to the empty string.
It is now filled with the title of the currently displayed message. It is not
showed in prosilver or subsilver2 for aesthetic reasons (title is already
prominent)
PHPBB3-9757
|
| |/
|
|
|
|
|
|
| |
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/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/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/nickvergessen/9678:
[ticket/9678] Flash attachments are not displayed in subsilver2.
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-9678
|
| |/ /
| |
| |
| | |
PHPBB3-9677
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/bantu/9665:
[ticket/9665] Allow preview of signature when it is the string "0".
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since only the SIGNATURE_PREVIEW parameter is evaluated in the templates
<!-- IF SIGNATURE_PREVIEW --> will not allow the signature to be "0".
<!-- IF SIGNATURE_PREVIEW != '' --> however does allow "0".
PHPBB3-9665
|
| |/ /
| |
| |
| | |
PHPBB3-9653
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/9135:
[ticket/9135] Fix report-icon for moderators in PM folders.
|
| | |/
| |
| |
| |
| |
| | |
There was a S_TOPIC_REPORTED switch in the template of prosilver, which should indicate whether the PM is reported. But the variable was neither filled, nor named correctly. Now it is filled with a boolean and a link to the report is displayed for permitted users.
PHPBB3-9135
|
| |/
|
|
| |
PHPBB3-8936
|
| |\
| |
| |
| |
| |
| | |
* ticket/nickvergessen/9530:
[ticket/9530] The prosilver problem in #9531 exists in subsilver2 editor.js
[ticket/9530] Subsilver2 is missing BBCode-less quotes fallback-option when bbcodes are disabled.
|
| | |
| |
| |
| | |
PHPBB3-9530
|
| | |
| |
| |
| |
| |
| | |
bbcodes are disabled.
PHPBB3-9530
|
| |/
|
|
|
|
| |
line when quoting from topic-review.
PHPBB3-9531
|
| |
|
|
|
|
| |
Patch by nn-
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10539 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10488 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
subsilver2)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10474 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
on next release
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10468 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
|
|
| |
of rtl/ltr mixed content.
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10456 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
Authorised by: jelly_doughnut
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10455 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
|
| |
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
Colour could be white. Patch by Pasqualle.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10387 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10382 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10363 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10334 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10332 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10331 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
| |
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10330 89ea8834-ac86-4346-8a33-228a782c2dd0
|
| |
|
|
|
|
| |
ACP and subsilver2 MCP.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10265 89ea8834-ac86-4346-8a33-228a782c2dd0
|