Igor Wiedler
832b09d60d
Merge branches 'ticket/bantu/9101', 'ticket/bantu/9595' and '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'.
2010-10-25 22:08:37 +02:00
Andreas Fischer
acabe5a013
Merge branch 'ticket/rxu/9840' into develop-olympus
...
* ticket/rxu/9840:
[ticket/9840] Display view unread posts link for guests.
2010-10-18 11:50:51 +02:00
Andreas Fischer
d6aa25ede1
[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
2010-10-18 10:59:00 +02:00
Igor Wiedler
1722c1c819
Merge branch 'ticket/bantu/9841' into develop-olympus
...
* ticket/bantu/9841:
[ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft".
2010-10-17 21:38:38 +02:00
Igor Wiedler
f6db95914b
Merge branch 'ticket/bantu/9664' into develop-olympus
...
* ticket/bantu/9664:
[ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".
2010-10-17 21:33:45 +02:00
rxu
880bace355
[ticket/9840] Display view unread posts link for guests.
...
Display view unread posts link for guests if applicable.
PHPBB3-9840
2010-10-16 20:46:38 +08:00
Oleg Pudeyev
940191973f
[ticket/7417] Also focus search keywords and username in subsilver2.
...
PHPBB3-7417
2010-10-16 12:24:54 +02:00
Andreas Fischer
931bd25e34
[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
2010-10-15 19:42:29 +02:00
Andreas Fischer
2c4c1f9257
[ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".
...
PHPBB3-9664
2010-10-15 19:14:20 +02:00
rxu
f1d5005797
[ticket/9613] Implement a load switch for unread posts search feature.
...
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
2010-08-29 16:09:09 +02:00
rxu
c71236ff4d
[ticket/9117] Wrong redirection after login.
...
Go easy way for now - just place S_LOGIN_REDIRECT before S_HIDDEN_FIELDS so
the last value override the previous one.
PHPBB3-9117
2010-08-28 23:16:00 +02:00
Andreas Fischer
e1328e87ce
Merge branch 'ticket/jellydoughnut/9757' into develop-olympus
...
* ticket/jellydoughnut/9757:
[ticket/9757] Fix empty template variable {HISTORY_TITLE}
2010-07-31 02:11:33 +02:00
Josh Woody
15d7010d46
[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
2010-07-29 13:19:19 -05:00
Josh Woody
4880305436
[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
2010-07-26 13:29:53 -05:00
Andreas Fischer
e7e98f1de5
Merge branch 'ticket/nickvergessen/7720' into develop-olympus
...
* ticket/nickvergessen/7720:
[ticket/7720] Fix alternative image-description for unread posts.
2010-07-14 20:55:49 +02:00
Joas Schilling
954b3c3484
[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
2010-07-14 20:55:07 +02:00
Andreas Fischer
6724b79967
Merge branch 'ticket/nickvergessen/9531' into develop-olympus
...
* ticket/nickvergessen/9531:
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"
2010-07-12 00:04:33 +02:00
Joas Schilling
5d9948e39c
[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
2010-07-11 10:18:45 +02:00
Andreas Fischer
e46745ed34
Merge branch 'ticket/nickvergessen/9678' into develop-olympus
...
* ticket/nickvergessen/9678:
[ticket/9678] Flash attachments are not displayed in subsilver2.
2010-07-10 21:22:33 +02:00
Joas Schilling
df99bdbd53
[ticket/9678] Flash attachments are not displayed in subsilver2.
...
PHPBB3-9678
2010-07-08 21:22:54 +02:00
Joas Schilling
fc89d5d7db
[ticket/9677] Subsilver2 is missing the bbcode-helpline for inline-attachments.
...
PHPBB3-9677
2010-07-08 21:13:17 +02:00
Andreas Fischer
352c69f7b2
Merge branch 'ticket/bantu/9665' into develop-olympus
...
* ticket/bantu/9665:
[ticket/9665] Allow preview of signature when it is the string "0".
2010-06-20 22:46:14 +02:00
Andreas Fischer
ac45f07402
[ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signatures
...
PHPBB3-9653
2010-06-20 21:48:07 +02:00
Andreas Fischer
6221ba4dd1
[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
2010-06-20 13:38:36 +02:00
Nils Adermann
8f91e6ce8b
Merge branch 'ticket/nickvergessen/9135' into develop-olympus
...
* ticket/nickvergessen/9135:
[ticket/9135] Fix report-icon for moderators in PM folders.
2010-05-30 14:58:30 +02:00
Joas Schilling
9e24993855
[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
2010-05-26 01:38:19 +02:00
Joas Schilling
b6df5bdb14
[ticket/8936] Subsilver2 missing reply-to-all feature.
...
PHPBB3-8936
2010-05-24 23:32:18 +02:00
Nils Adermann
321f7a9946
Merge branch 'ticket/nickvergessen/9530' into develop-olympus
...
* 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.
2010-05-16 19:17:25 +02:00
Joas Schilling
a11fa9c738
[ticket/9530] The prosilver problem in #9531 exists in subsilver2 editor.js
...
PHPBB3-9530
2010-05-16 19:14:57 +02:00
Joas Schilling
d147bdcd73
[ticket/9530] Subsilver2 is missing BBCode-less quotes fallback-option when bbcodes are disabled.
...
PHPBB3-9530
2010-05-16 19:14:36 +02:00
Joas Schilling
fe9c5019b6
[ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" line when quoting from topic-review.
...
PHPBB3-9531
2010-05-16 19:13:22 +02:00
Andreas Fischer
cdc96b0c7d
Bug #58085 - Add terminating semicolons to JavaScript code found by JSLint. Patch by nn-
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10539 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-25 10:51:35 +00:00
Andreas Fischer
6c321c53a1
Fix Bug #57505 - Replace button2 with btnlite, button2 doesn't exist.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10488 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-09 14:10:42 +00:00
Josh Woody
8adf583bdf
Bug #38765 - Unify BBCode selection across browsers (also needs fixing in subsilver2)
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10474 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-04 01:04:52 +00:00
Nils Adermann
5a429ee61e
Change version numbers to 3.0.7 and 3.0.8-dev in preparation for development on next release
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10468 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-02-01 01:14:06 +00:00
Joas Schilling
283ad368eb
Bug #54745 - Fix language string for PM-Reports refering to post-data.
...
Authorised by: jelly_doughnut
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10455 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-26 14:06:00 +00:00
Joas Schilling
7a1b507fa6
Bug #52495 - [Fix] Replace hard coded "px" with translated language-string.
...
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
2010-01-25 15:57:10 +00:00
Andreas Fischer
d67d6ed26a
Fix Bug #30315 - No longer use group colours for usernames on print view. Colour could be white. Patch by Pasqualle.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10387 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-29 02:11:16 +00:00
Andreas Fischer
ad7e3ccf4c
Integrate active topics feed. Some language adjustments and rearrangements.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10382 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-27 00:48:52 +00:00
Andreas Fischer
d0c596a5ea
Add ability to disable overall (aka board-wide) feed.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10363 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-22 19:21:41 +00:00
Henry Sudhof
67a9a7b074
#54905 - use LA for the javascript variable, remove comma
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10334 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 15:05:39 +00:00
Henry Sudhof
d096696ef2
#54145 - move redirect parameter back to POST to avoid mod_security triggers
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10332 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 14:59:03 +00:00
Henry Sudhof
321ec3644e
#54965
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10331 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 14:23:40 +00:00
Henry Sudhof
85977941b3
#54135
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10330 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-12-13 14:05:22 +00:00
Andreas Fischer
a0d7f6ebc4
Fix Bug #51095 - Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10265 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-11-10 10:23:07 +00:00
Meik Sievertsen
53965f0085
Bug #52175
...
atm the "fix" with the most changes involved. We will inform style authors about these changes. We will not release RC2 to RC3 code changes, but will annnounce the style changes within the RC3 release announcement.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10204 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-10-04 11:08:12 +00:00
Henry Sudhof
5e22b11be1
#52095
...
Authorised by: AcydBurn
That should finally fix the issue for rtl
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10194 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-28 13:31:30 +00:00
Henry Sudhof
4208ed9c57
#52095
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10192 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-28 10:40:20 +00:00
Henry Sudhof
eb7ac464cf
#52095
...
Authorised by: AcydBurn
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10191 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-28 10:26:18 +00:00
Andreas Fischer
d20a910b86
Fix bug #50445 - Fix icon alignment for forums with large descriptions in subsilver2.
...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10128 89ea8834-ac86-4346-8a33-228a782c2dd0
2009-09-09 22:32:13 +00:00