aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [ticket/10001] Created new Template variable to house class names based on ↵hanakin2011-01-188-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $folder_img value, Modified prosilver template files to utilize class for forum & topic images through out template via the newly created Template variable, Created the new styles within colours.css to handle the displaying of the forum & topic images * Created new Template variable to house class names based on $folder_img value in functions_display.php. * Created new Template variable to house class names based on $folder_img value in mcp_forums.php. * Created new Template variable to house class names based on $folder_img value in ucp_main.php. * Created new Template variable to house class names based on $folder_img value in search.php. * Created new Template variable to house class names based on $folder_img value in ucp_pm_viewfolder.php. * Created new Template variable to house class names based on $folder_img value in search.php. * Created new Template variable to house class names based on $folder_img value in viewforum.php. * Modified forumlist_body.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified mcp_forum.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified search_results.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_main_bookmarks.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_main_subscribed.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_main_front.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_pm_viewfolder.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified viewforum_body.html to utilize class for forum & topic images through out template via the newly created Template variable * Created the new styles within colours.css to handle the displaying of the forum & topic images - NOTES: This changes are the first step in the revamp of prosilver initiative, this provides the ground work to handle the images via sprites to reduce the amount of HTTP requests by the server PHPBB3-10001
* | | | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-02-277-9/+9
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | * develop-olympus: [ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
| * | | | | Merge branch 'ticket/raimon/9980' into develop-olympusIgor Wiedler2011-02-277-9/+9
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/raimon/9980: [ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of T_TEMPLATE_PATH
| | * | | | | [ticket/9980] URLs to javascript should be T_SUPER_TEMPLATE_PATH instead of ↵Raimon2011-01-087-9/+9
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | T_TEMPLATE_PATH PHPBB3-9980
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-02-261-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10036] Use image from configuration file for displaying online-status.
| * | | | | Merge branch 'ticket/nickvergessen/10036' into develop-olympusAndreas Fischer2011-02-261-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/nickvergessen/10036: [ticket/10036] Use image from configuration file for displaying online-status.
| | * | | | | [ticket/10036] Use image from configuration file for displaying online-status.Joas Schilling2011-02-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10036
* | | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-02-241-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9874] view_log() performs unneeded count query over all log entries. [ticket/7834] Topic time didn't update when first post was deleted [ticket/9997] Fixed an inconsistency in the Moderator Control Panel [ticket/9872] Removed some useless code that broke delete_posts
| * | | | | [ticket/9997] Fixed an inconsistency in the Moderator Control PanelCallum Macrae2011-02-241-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The order of the Approve / Disapprove buttons was inconsistent in the Moderator Control Panel - while on the main page and the moderation queue itself the Approve button was to the right of the Disapprove button, in the post details the Approve button was to the left of the Disapprove button. This very simple edit simply switches the position of these two buttons in the post details page in the mcp. PHPBB3-9995
* | | | | [ticket/10045] Update version in some more files.Joas Schilling2011-02-168-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I did not include the docs/INSTALL.html, because we need to do a bit more on that file before releasing 3.1 (Add section how to update from 3.0 to 3.1, ...) PHPBB3-10045
* | | | | [ticket/8065] Option to lock topics while moving them: Add subsilver2 changes.Joas Schilling2011-01-301-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-8065
* | | | | [ticket/8065] Add an option to lock topics while moving them.Joas Schilling2011-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-8065
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-01-302-11/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9985] 3D Wave CAPTCHA: Pass min/max in the correct order to mt_rand(). [ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
| * | | | Merge branch 'ticket/nickvergessen/9989' into develop-olympusAndreas Fischer2011-01-302-11/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * ticket/nickvergessen/9989: [ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.
| | * | | | [ticket/9989] Skip PM popup in overall_header.html, if there are no new PMs.Joas Schilling2011-01-292-11/+5
| | | |_|/ | | |/| | | | | | | | | | | | PHPBB3-9989
* | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-01-274-9/+33
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9166] Fixed CSS element order in subsilver. [ticket/9166] Fixed CSS element order in prosilver.
| * | | | [ticket/9166] Fixed CSS element order in subsilver.Schnorrer422011-01-281-4/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-9166
| * | | | [ticket/9166] Fixed CSS element order in prosilver.Schnorrer422011-01-283-7/+25
| |/ / / | | | | | | | | | | | | PHPBB3-9166
* | | | Merge branch 'develop-olympus' into developNils Adermann2011-01-1612-92/+6
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9859] Remove the years from the copyright statements in docs files. [ticket/9859] Remove the year from the copyright meta tag in docs/*.html [ticket/9859] Remove the meta copyright tag as well. [ticket/9859] Remove the credit line comment from all html files. [ticket/9859] Remove years in credit line from some more files.
| * | | [ticket/9859] Remove the meta copyright tag as well.Andreas Fischer2011-01-165-5/+0
| | | | | | | | | | | | | | | | PHPBB3-9859
| * | | [ticket/9859] Remove the credit line comment from all html files.Andreas Fischer2011-01-168-81/+0
| | | | | | | | | | | | | | | | PHPBB3-9859
| * | | [ticket/9859] Remove years in credit line from some more files.Andreas Fischer2011-01-166-6/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | [ticket/6109] WLM subsilver2 button in the english language package.Joas Schilling2011-01-101-0/+0
| | | | | | | | | | | | PHPBB3-6109
* | | [ticket/6109] MSN is now called Windows Live Messenger (WLM)Joas Schilling2011-01-101-0/+0
| | | | | | | | | | | | | | | | | | Replaced the logo with the current one and changed the language strings. PHPBB3-6109
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-12-294-4/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * 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-292-2/+2
| |\ \ | | | | | | | | | | | | | | | | * ticket/bantu/9859: [ticket/9859] Remove years from the credit line.
| | * | [ticket/9859] Remove years from the credit line.Andreas Fischer2010-12-162-2/+2
| | |/ | | | | | | | | | PHPBB3-9859
| * | [ticket/9953] Set focus to password on re-authenticationPatrick Webster2010-12-282-2/+2
| | | | | | | | | | | | | | | | | | | | | 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-282-2/+2
|\ \ \ | | | | | | | | | | | | | | | | * ticket/VSE/9532: [ticket/9532] Simplified page titles by removing meaningless text.
| * | | [ticket/9532] Simplified page titles by removing meaningless text.Matt2010-05-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2010-12-211-0/+9
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9937] Make sure feed icon only shows for FORUM_POST [ticket/9937] The feed icon displays on External links...which we don't want [ticket/9925] prosilver logo margin bug in IE 6-7-8
| * | | [ticket/9925] prosilver logo margin bug in IE 6-7-8Marc Alexander2010-12-191-0/+9
| | |/ | |/| | | | | | | PHPBB3-9925
* | | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-11144-144/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-11-088-8/+8
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9888] Update fails when Bing [Bot] was already added to the users table [develop-olympus] Bumping version number for 3.0.8-RC1. [ticket/9885] Fix extension group name updater. Loop through all languages. [ticket/9847] Fix typo in search synonyms. Use british english for 'judgement'. [ticket/9883] Change an American English spelling to British English. [task/phing-build] Correct the path for update package patch files.
| * | [develop-olympus] Bumping version number for 3.0.8-RC1.Nils Adermann2010-11-088-8/+8
| | |
* | | Merge branch 'develop-olympus' into developAndreas Fischer2010-11-063-2/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | * develop-olympus: [ticket/9827] No longer emulate Internet Explorer 7 when using IE9. [ticket/9850] Display upgrade instructions for feature release in acp [ticket/9835] subsilver2: Don't show "To prevent automated ..." when logging in
| * | 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-052-2/+2
| |/ / | | | | | | | | | | | | | | | | | | 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 branch 'develop-olympus' into developIgor Wiedler2010-10-252-0/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9478] Validate maximum number of allowed recipients per PM value. [ticket/9686] Fix mssqlnative database data export [ticket/9595] List min/max characters indexed by search for mysql_fulltext. [ticket/9101] Remove misleading 'below' from RECAPTCHA_EXPLAIN. [ticket/9853] Change recaptcha theme from default to 'clean'.
| | |
| | \
| *-. \ Merge branches 'ticket/bantu/9101', 'ticket/bantu/9595' and ↵Igor Wiedler2010-10-252-0/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-182-0/+2
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'develop-olympus' into developIgor Wiedler2010-10-192-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9509] Remove section 8 from index [ticket/9509] Close anchor tag in coding guidelines [ticket/9854] Revise docs/auth_api.html to add more methods [ticket/9509] The VCS is now git [ticket/9840] Display view unread posts link for guests. Conflicts: phpBB/docs/coding-guidelines.html
| * | | Merge branch 'ticket/rxu/9840' into develop-olympusAndreas Fischer2010-10-182-3/+3
| |\ \ \ | | |/ / | |/| | | | | | | | | | * ticket/rxu/9840: [ticket/9840] Display view unread posts link for guests.
| | * | [ticket/9840] Display view unread posts link for guests.rxu2010-10-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Display view unread posts link for guests if applicable. PHPBB3-9840
* | | | Merge branch 'develop-olympus' into developIgor Wiedler2010-10-1711-12/+65
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/7332] Fix post details expand link rendering on Webkit. [ticket/9162] Prevent notice on unset poll title [ticket/7417] Also focus search keywords and username in subsilver2. [ticket/7417] Focus username field when prosilver login page is loaded. [ticket/7417] Focus search keywords field when prosilver search page is loaded. [ticket/9841] Change "Save" to "Save draft", "Load" to "Load draft". [ticket/9664] Resolve conflict with accesskey="t", change addlitsitem to "y". [ticket/7538] Limit user_login_attempts to prevent SQL errors. [ticket/9848] Add avatars, attachments and store files to .gitignore. [ticket/9822] Correct some style related ACP explain statements. [ticket/9698] Add .htaccess to the includes subdirectory. [ticket/9830] Redirect to install directly when config.php does not exist. [ticket/9816] Remove config.php from repository [ticket/9810] Hide "Select All" of code bbcode on print page
| * | | Merge branch 'ticket/bantu/9841' into develop-olympusIgor Wiedler2010-10-172-6/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 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-152-6/+6
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-172-2/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * 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-152-2/+2
| | |/ / | | | | | | | | | | | | PHPBB3-9664