| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The template variable {FORUM_NAME} was missing from
the login page of a password protected forum
PHPBB3-11144
|
|
|
|
|
|
|
|
|
|
| |
If the message has been deleted before the delivery it will still show in
the message history, although with an empty message. This patch will
change that behavior to showing the info that it has been deleted before
it was delivered in red letters. The red letters ensure that users won't
mistake the info for the actual message.
PHPBB3-6723
|
|\
| |
| |
| |
| |
| |
| |
| | |
# By Senky
# Via Senky
* remotes/Senky/ticket/10050:
[ticket/10050] removing prosilver edits
[ticket/10050] adding .topicrow to template condition
|
| |
| |
| |
| | |
PHPBB3-10050
|
| |
| |
| |
| | |
PHPBB3-10841
|
| |
| |
| |
| |
| |
| |
| | |
Commit also deletes all unnecessary blank spaces at
the end of the lines in both ucp_prefs_personal.html
PHPBB3-10841
|
| |
| |
| |
| | |
PHPBB3-11081
|
|\ \
| | |
| | |
| | |
| | | |
* bantu/ticket/11069:
[ticket/11069] Add closing span back to credit line in subsilver2 simple footer
|
| |/
| |
| |
| |
| |
| | |
Regression from 0ceb77fb995e7433242a87c1fe0c22840a2b23e1.
PHPBB3-11069
|
|/
|
|
| |
PHPBB3-11135
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
* Senky/ticket/10835:
[ticket/10835] changing "e-mail" to "email"
[ticket/10835] changing CURRENT_CHANGE_PASSWORD_EXPLAIN language entry
[ticket/10835] fixing misleading message in UCP
|
| |
| |
| |
| | |
PHPBB3-10835
|
|/
|
|
|
|
| |
Added the missing helptext for list item in subsilver2.
PHPBB3-10849
|
|\
| |
| |
| |
| |
| | |
* nickvergessen/ticket/9089:
[ticket/9089] Add tabindex to pm/topic/post icon-options aswell
[ticket/9089] Add tabindex to PM recipient box, to allow tabbing to the subject
|
| |
| |
| |
| | |
PHPBB3-9089
|
| |
| |
| |
| |
| |
| |
| |
| | |
I also added tabindex 1 to the buttons for adding the recipients.
Also note, that duplicated tabindex are fine:
http://www.w3.org/TR/html4/interact/forms.html#adef-tabindex
PHPBB3-9089
|
| |
| |
| |
| |
| |
| |
| | |
Added POWERED_BY line to common.php and modified the templates
to use it.
PHPBB3-10607
|
| |
| |
| |
| |
| |
| |
| | |
In opera, window.getSelection() returned incorrect values, should be using
document.getSelection() instead. Fixed in prosilver and subsilver2 templates.
PHPBB3-10731
|
|\ \
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/8636:
[ticket/8636] Add resync option to topic_view moderation page
|
| |/
| |
| |
| | |
PHPBB3-8636
|
|/
|
|
|
|
| |
Did not set tabindex on registration page, as the hole page does not have any.
PHPBB3-10456
|
|\
| |
| |
| |
| |
| | |
* cyberalien/ticket/10569:
[ticket/10569] Invalid string comparison in prosilver
[ticket/10569] Invalid string comparison in subsilver2
|
| |
| |
| |
| |
| |
| | |
Fixing invalid string comparison in ucp_main_front.html in subsilver2
PHPBB3-10569
|
|/
|
|
|
|
| |
Adding template inheritance field to prosilver and subsilver2
PHPBB3-10616
|
|
|
|
|
|
|
| |
class="postlink" is not defined in stylesheet.css so remove it from
styles/subsilver2/template/faq_body.html
PHPBB3-10542
|
|
|
|
|
|
|
|
| |
Revert "[ticket/8996] Also fix the BBCode bug in subsilver2 and acp"
This reverts commit eb1f15bc8b7b7a284b25b2c9b9942714b6848ebc.
PHPBB3-8996
|
| |
|
|\
| |
| |
| |
| |
| | |
* nickvergessen/ticket/8996:
[ticket/8996] Also fix the BBCode bug in subsilver2 and acp
[ticket/8996] Correctly apply BBCodes in IE6-9 when applying with accesskey
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/10452:
[ticket/10452] Fix xHTML errors when print-viewing PMs
|
| |/
| |
| |
| |
| |
| |
| | |
Also changed the layout of prosilvers PM print-view, so it looks like the post
print-view and not like the subsilver2 print-view.
PHPBB3-10452
|
| |
| |
| |
| | |
PHPBB3-10254
|
| |
| |
| |
| | |
PHPBB3-10254
|
|/
|
|
| |
PHPBB3-10254
|
|\
| |
| |
| |
| |
| |
| | |
ticket/bantu/10341
* remotes/bantu/ticket/10341:
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
|
| |
| |
| |
| | |
PHPBB3-10341
|
|\ \
| |/
|/|
| |
| | |
* nickvergessen/ticket/10253:
[ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since IE9 IE supports textarea.selectionStart and window.getSelection.
The only problem is, that the values are still incorrect.
Therefore we need to ensure that it is still treated the old way,
until IE fixes this completely.
PHPBB3-10253
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* github-bantu/ticket/8571:
[ticket/8571] Show age as 0 in birthday list when birthday is in the future.
[ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future.
[ticket/8571] Also display age on memberlist/viewprofile when age is 0.
|
| | |
| | |
| | |
| | | |
PHPBB3-8571
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10298:
[ticket/10298] Properly close embed tag for QuickTime in subsilver2.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10298
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/8173:
[ticket/8173] Removed some redundant code in the BBCode JavaScript.
Conflicts:
phpBB/adm/style/acp_users_signature.html
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The following code can be found in the ACP, when changing a user's
signature:
t: '{ BBCODE_T_HELP }',
The code that uses it and the code that produces it were changed or
removed a while ago, but this code remained. In 2c4c1f9, the accesskey
for the list item button was changed to y from t, explaining the origin of
the redundant code - although it wasn't being used then, either.
This commit also changes the helpline code of "[*]" to y, as the access
key is y, so this makes it more consistent.
PHPBB3-8173
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
* callumacrae/ticket/10032:
[ticket/10032] Fixed typos in bbcode button name.
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
addlistitem was addlitsitem.
PHPBB3-10032
|
|/ /
| |
| |
| | |
PHPBB3-7291
|
|/
|
|
| |
PHPBB3-9859
|
|
|
|
|
|
|
| |
Avoids the global hidden fields from functions.php overwriting local
searches.
PHPBB3-10232
|