aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/9859] Remove the meta copyright tag as well.Andreas Fischer2011-01-162-2/+0
| | | | | | | | | | | | | | | | PHPBB3-9859
| * | | [ticket/9859] Remove the credit line comment from all html files.Andreas Fischer2011-01-164-40/+0
| | | | | | | | | | | | | | | | PHPBB3-9859
| * | | [ticket/9859] Remove years in credit line from some more files.Andreas Fischer2011-01-163-3/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Standard HTML output now includes: Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; phpBB Group Print output now includes: Powered by phpBB &copy; phpBB Group<br />http://www.phpbb.com/ This also fixes an inconsistency where "phpBB Group" was linked instead of "phpBB". PHPBB3-9859
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-12-292-2/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9348] Call phpbb_set_encoding() on config value 'default_dateformat'. [ticket/9953] Set focus to password on re-authentication [ticket/9905] Add SQLite to the DSN description [ticket/9859] Remove years from the credit line.
| * | Merge branch 'ticket/bantu/9859' into develop-olympusAndreas Fischer2010-12-291-1/+1
| |\ \ | | | | | | | | | | | | | | | | * ticket/bantu/9859: [ticket/9859] Remove years from the credit line.
| | * | [ticket/9859] Remove years from the credit line.Andreas Fischer2010-12-161-1/+1
| | |/ | | | | | | | | | PHPBB3-9859
| * | [ticket/9953] Set focus to password on re-authenticationPatrick Webster2010-12-281-1/+1
| |/ | | | | | | | | | | | | Sets the login focus to the password field when prompting for admin re-authentication, rather than the username field. PHPBB3-9953
* | Merge branch 'ticket/VSE/9532' into developAndreas Fischer2010-12-281-1/+1
|\ \ | | | | | | | | | | | | * ticket/VSE/9532: [ticket/9532] Simplified page titles by removing meaningless text.
| * | [ticket/9532] Simplified page titles by removing meaningless text.Matt2010-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-1168-68/+68
| |/ |/| | | | | | | | | | | | | | | | | | | | | 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
* | [develop-olympus] Bumping version number for 3.0.8-RC1.Nils Adermann2010-11-081-1/+1
| |
* | Merge branch 'ticket/bantu/9835' into develop-olympusAndreas Fischer2010-11-061-0/+2
|\ \ | | | | | | | | | | | | * ticket/bantu/9835: [ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging in
| * | [ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging innarqelion2010-10-281-0/+2
| | | | | | | | | | | | | | | | | | This makes subsilver2 consistent with prosilver. PHPBB3-9835
* | | [ticket/9827] No longer emulate Internet Explorer 7 when using IE9.Adam Reyher2010-11-051-1/+1
|/ / | | | | | | | | | | | | 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
| |
| \
*-. \ Merge branches 'ticket/bantu/9101', 'ticket/bantu/9595' and ↵Igor Wiedler2010-10-251-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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'.
| | * | [ticket/9853] Change recaptcha theme from default to 'clean'.Andreas Fischer2010-10-181-0/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge branch 'ticket/rxu/9840' into develop-olympusAndreas Fischer2010-10-181-2/+2
|\ \ \ | |/ / |/| | | | | | | | * ticket/rxu/9840: [ticket/9840] Display view unread posts link for guests.
| * | [ticket/9840] Display view unread posts link for guests.rxu2010-10-161-2/+2
| | | | | | | | | | | | | | | | | | Display view unread posts link for guests if applicable. PHPBB3-9840
* | | Merge branch 'ticket/bantu/9841' into develop-olympusIgor Wiedler2010-10-171-4/+4
|\ \ \ | | | | | | | | | | | | | | | | * ticket/bantu/9841: [ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft".
| * | | [ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft".Andreas Fischer2010-10-151-4/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge branch 'ticket/bantu/9664' into develop-olympusIgor Wiedler2010-10-171-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * ticket/bantu/9664: [ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".
| * | | [ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y".Andreas Fischer2010-10-151-1/+1
| |/ / | | | | | | | | | PHPBB3-9664
* | | [ticket/7417] Also focus search keywords and username in subsilver2.Oleg Pudeyev2010-10-162-2/+36
|/ / | | | | | | PHPBB3-7417
* | [ticket/9613] Implement a load switch for unread posts search feature.rxu2010-08-291-1/+1
| | | | | | | | | | | | | | | | 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
* | [ticket/9117] Wrong redirection after login.rxu2010-08-281-1/+1
| | | | | | | | | | | | | | Go easy way for now - just place S_LOGIN_REDIRECT before S_HIDDEN_FIELDS so the last value override the previous one. PHPBB3-9117
* | Merge branch 'ticket/jellydoughnut/9757' into develop-olympusAndreas Fischer2010-07-311-1/+1
|\ \ | | | | | | | | | | | | * ticket/jellydoughnut/9757: [ticket/9757] Fix empty template variable {HISTORY_TITLE}
| * | [ticket/9757] Fix empty template variable {HISTORY_TITLE}Josh Woody2010-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | [ticket/9499] Unify definition of dE() and other javascript functionsJosh Woody2010-07-261-2/+3
|/ / | | | | | | | | | | | | | | 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
* | Merge branch 'ticket/nickvergessen/7720' into develop-olympusAndreas Fischer2010-07-142-12/+12
|\ \ | | | | | | | | | | | | * ticket/nickvergessen/7720: [ticket/7720] Fix alternative image-description for unread posts.
| * | [ticket/7720] Fix alternative image-description for unread posts.Joas Schilling2010-07-142-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge branch 'ticket/nickvergessen/9531' into develop-olympusAndreas Fischer2010-07-123-2/+8
|\ \ \ | | | | | | | | | | | | | | | | * ticket/nickvergessen/9531: [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"
| * | | [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:"Joas Schilling2010-07-113-2/+8
| | |/ | |/| | | | | | | | | | | | | 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
* | | Merge branch 'ticket/nickvergessen/9678' into develop-olympusAndreas Fischer2010-07-101-2/+2
|\ \ \ | | | | | | | | | | | | | | | | * ticket/nickvergessen/9678: [ticket/9678] Flash attachments are not displayed in subsilver2.
| * | | [ticket/9678] Flash attachments are not displayed in subsilver2.Joas Schilling2010-07-081-2/+2
| | |/ | |/| | | | | | | PHPBB3-9678
* | | [ticket/9677] Subsilver2 is missing the bbcode-helpline for inline-attachments.Joas Schilling2010-07-081-0/+1
|/ / | | | | | | PHPBB3-9677
* | Merge branch 'ticket/bantu/9665' into develop-olympusAndreas Fischer2010-06-201-1/+1
|\ \ | | | | | | | | | | | | * ticket/bantu/9665: [ticket/9665] Allow preview of signature when it is the string "0".
| * | [ticket/9665] Allow preview of signature when it is the string "0".Andreas Fischer2010-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | [ticket/9653] Valid XHTML with code BBCode in subsilver2 viewtopic signaturesAndreas Fischer2010-06-201-1/+1
|/ / | | | | | | PHPBB3-9653
* | Merge branch 'ticket/nickvergessen/9135' into develop-olympusNils Adermann2010-05-301-0/+3
|\ \ | | | | | | | | | | | | * ticket/nickvergessen/9135: [ticket/9135] Fix report-icon for moderators in PM folders.
| * | [ticket/9135] Fix report-icon for moderators in PM folders.Joas Schilling2010-05-261-0/+3
| |/ | | | | | | | | | | 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
* | [ticket/8936] Subsilver2 missing reply-to-all feature.Joas Schilling2010-05-241-0/+1
|/ | | | PHPBB3-8936
* Merge branch 'ticket/nickvergessen/9530' into develop-olympusNils Adermann2010-05-163-2/+63
|\ | | | | | | | | | | * 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.
| * [ticket/9530] The prosilver problem in #9531 exists in subsilver2 editor.jsJoas Schilling2010-05-161-1/+2
| | | | | | | | PHPBB3-9530
| * [ticket/9530] Subsilver2 is missing BBCode-less quotes fallback-option when ↵Joas Schilling2010-05-163-1/+61
| | | | | | | | | | | | bbcodes are disabled. PHPBB3-9530
* | [ticket/9531] BBCode-less quotes fallback-option is missing "Author wrote:" ↵Joas Schilling2010-05-162-2/+2
|/ | | | | | line when quoting from topic-review. PHPBB3-9531
* Bug #58085 - Add terminating semicolons to JavaScript code found by JSLint. ↵Andreas Fischer2010-02-251-2/+2
| | | | | | Patch by nn- git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10539 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #57505 - Replace button2 with btnlite, button2 doesn't exist.Andreas Fischer2010-02-092-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10488 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #38765 - Unify BBCode selection across browsers (also needs fixing in ↵Josh Woody2010-02-041-2/+2
| | | | | | subsilver2) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10474 89ea8834-ac86-4346-8a33-228a782c2dd0
* Change version numbers to 3.0.7 and 3.0.8-dev in preparation for development ↵Nils Adermann2010-02-011-5/+5
| | | | | | on next release git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10468 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug #54745 - Fix language string for PM-Reports refering to post-data.Joas Schilling2010-01-261-1/+1
| | | | | | Authorised by: jelly_doughnut git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10455 89ea8834-ac86-4346-8a33-228a782c2dd0