aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-261-1/+1
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/10233] IE Emulation fix breaks PM posting layout
| * | Merge remote-tracking branch 'naderman/ticket/10233' into prep-release-3.0.9Andreas Fischer2011-06-261-1/+1
| |\ \ | | | | | | | | | | | | | | | | * naderman/ticket/10233: [ticket/10233] IE Emulation fix breaks PM posting layout
| | * | [ticket/10233] IE Emulation fix breaks PM posting layoutRaimon2011-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The minimum and maximum width of 100% make the textarea dynamically adjust. However the smilies next to the textarea will float out of their containing div when the default width pre-min/max is specified as a too high value. PHPBB3-10233
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-193-3/+3
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDS
| * | | [ticket/10232] Renamed S_SEARCH_HIDDEN_FIELDS to S_SEARCH_LOCAL_HIDDEN_FIELDSNils Adermann2011-06-183-3/+3
| |/ / | | | | | | | | | | | | | | | | | | Avoids the global hidden fields from functions.php overwriting local searches. PHPBB3-10232
| * | [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 releases.Andreas Fischer2011-06-128-8/+8
| | |
* | | Merge branch 'develop-olympus' into developNils Adermann2011-06-095-5/+6
|\ \ \ | |/ / | | | | | | | | | * develop-olympus: [ticket/9878] Remove IE7 emulation from prosilver/subSilver2
| * | Merge branch 'ticket/adamreyher/9878' into develop-olympusNils Adermann2011-06-095-5/+6
| |\ \ | | | | | | | | | | | | | | | | * ticket/adamreyher/9878: [ticket/9878] Remove IE7 emulation from prosilver/subSilver2
| | * | [ticket/9878] Remove IE7 emulation from prosilver/subSilver2Adam Reyher2011-06-095-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With these changes, prosilver and subSilver2 no longer need to force IE7 emulation when browsing with IE8 due to the well-known textarea scrolling bug. PHPBB3-9878
* | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-092-6/+2
|\ \ \ \ | |/ / / | | | | | | | | | | | | * develop-olympus: [ticket/10068] Style links posted in posts the same way as in signatures.
| * | | Merge remote-tracking branch 'nickvergessen/ticket/10068' into develop-olympusAndreas Fischer2011-06-092-6/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10068: [ticket/10068] Style links posted in posts the same way as in signatures.
| | * | | [ticket/10068] Style links posted in posts the same way as in signatures.Joas Schilling2011-06-062-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Firefox4 is going to have some restrictions to :visited for security purpose (see http://hacks.mozilla.org/2010/03/privacy-related-changes-coming-to-css-vistited/ for more information) In phpBB links inside posts therefor can not be displayed with the dotted line anymore. So when we change this anyway we can just make links in signature and posts look the same. PHPBB3-10068
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-091-5/+7
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/10171] Fix displaying the "PM marking colours" in Firefox4.
| * | | | Merge remote-tracking branch 'nickvergessen/ticket/10171' into develop-olympusAndreas Fischer2011-06-091-5/+7
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/10171: [ticket/10171] Fix displaying the "PM marking colours" in Firefox4.
| | * | | | [ticket/10171] Fix displaying the "PM marking colours" in Firefox4.Joas Schilling2011-05-051-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10171
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-093-6/+5
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/7888] Swap in-forum/topic search to GET forms.
| * | | | | Merge remote-tracking branch 'naderman/ticket/7888' into develop-olympusAndreas Fischer2011-06-093-6/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * naderman/ticket/7888: [ticket/7888] Swap in-forum/topic search to GET forms.
| | * | | | | [ticket/7888] Swap in-forum/topic search to GET forms.Nils Adermann2011-06-093-6/+5
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow sending URLs to search results to other users. The advanced search page has always worked like this, but these special pages used to cause problems. PHPBB3-7888
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-06-091-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/7057] Use GET for quicksearch and add session id to hidden fields [ticket/7057] Remove trailing whitespace in functions.php
| * | | | | Merge remote-tracking branch 'naderman/ticket/7057' into develop-olympusAndreas Fischer2011-06-091-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | * naderman/ticket/7057: [ticket/7057] Use GET for quicksearch and add session id to hidden fields [ticket/7057] Remove trailing whitespace in functions.php
| | * | | | [ticket/7057] Use GET for quicksearch and add session id to hidden fieldsNils Adermann2011-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without sid a GET form logs a user out if they have cookies disabled. PHPBB3-7057
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2011-06-051-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9922] Link post subject to the post's anchor in subsilver2.
| * | | | | Merge branch 'ticket/bantu/9922' into develop-olympusNils Adermann2011-06-051-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/bantu/9922: [ticket/9922] Link post subject to the post's anchor in subsilver2.
| | * | | | | [ticket/9922] Link post subject to the post's anchor in subsilver2.Andreas Fischer2011-05-051-1/+1
| | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Link post subject to the post's anchor in subsilver2 to expose full URL to post which is otherwise only hidden behind the small post icon. PHPBB3-9922
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-05-232-2/+2
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/9630] Make language for moving posts clearer in quickmod/mcp.
| * | | | | [ticket/9630] Make language for moving posts clearer in quickmod/mcp.Oleg Pudeyev2011-05-022-2/+2
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-9630
* | | | | Merge remote-tracking branch 'nickvergessen/ticket/8542' into developOleg Pudeyev2011-05-201-1/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/8542: [ticket/8542] Display custom profile fields in private messages Conflicts: phpBB/install/database_update.php
| * | | | | [ticket/8542] Display custom profile fields in private messagesJoas Schilling2011-05-201-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce an option to display the cpf in the PM view. PHPBB3-8542
* | | | | | [ticket/10173] Use a loop var for the birthdays list to allow proper templatingAndreas Fischer2011-05-082-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a loop variable for the list of birthdays to allow templates to handle how the list is displayed. We keep the old BIRTHDAY_LIST variable that contains the precompiled list around for backward compatibility. PHPBB3-10173
* | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-222-2/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10105] Update AIM express link. [ticket/10105] Update AIM application download link.
| * | | | | [ticket/10105] Update AIM express link.Andreas Fischer2011-04-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10105
| * | | | | [ticket/10105] Update AIM application download link.Andreas Fischer2011-04-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10105
* | | | | | [ticket/9684] Also display forum-name in subsilver2 templateJoas Schilling2011-04-072-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9684
* | | | | | [ticket/9684] View origin-forumname for GAs in topic-listJoas Schilling2011-04-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct some links using ['forum_id'] instead of $forum_id. Correctly handle from "sort by day"-viewforum when there are global announcements displayed in the forum. PHPBB3-9684
* | | | | | [ticket/9684] Remove code for global announcement in root-filesJoas Schilling2011-04-071-8/+3
| |/ / / / |/| | | | | | | | | | | | | | PHPBB3-9684
* | | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-03-201-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.
| * | | | [ticket/10102] Correct member.S_PENDING_SET to S_PENDING_SET in if statement.Andreas Fischer2011-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no member.S_PENDING_SET variable. This fixes an XHTML error when managing groups with both approved and pending users from the UCP. PHPBB3-10102
* | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-121-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/8802] Make FORUMS_MARKED more generic as it is also used for subforums. [ticket/8802] Rename "Mark forums read" to "Mark subforums read" for subforums.
| * | | | Merge branch 'ticket/bantu/8802' into develop-olympusOleg Pudeyev2011-03-121-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/bantu/8802: [ticket/8802] Make FORUMS_MARKED more generic as it is also used for subforums. [ticket/8802] Rename "Mark forums read" to "Mark subforums read" for subforums.
| | * | | | [ticket/8802] Rename "Mark forums read" to "Mark subforums read" for subforums.Andreas Fischer2011-03-101-1/+1
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clicking "Mark forums read" when not browsing on the index page only marks all subforums (and sub-sub forums etc.) read, topics in the current forum have to marked seperately by clicking the "Mark topics read" link. Let's indicate this circumstance by using the word "subforums". PHPBB3-8802
* | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-03-122-4/+4
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | * develop-olympus: [ticket/9948] Inline quicktime files won't show
| * | | Merge branch 'ticket/erikfrerejean/9948' into develop-olympusOleg Pudeyev2011-03-122-4/+4
| |\ \ \ | | |/ / | |/| | | | | | | | | | * ticket/erikfrerejean/9948: [ticket/9948] Inline quicktime files won't show
| | * | [ticket/9948] Inline quicktime files won't showErik Frèrejean2010-12-152-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When attaching a quicktime file and placing it inline the movie won't be shown due to the size the movie box is being given. PHPBB3-9948
* | | | Merge branch 'ticket/9549' into developOleg Pudeyev2011-03-012-80/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/9549: [ticket/9549] Display users in their primary group instead of their first group [ticket/9549] Change default value of "sort legend by group name" to false. [ticket/9549] Fix displaying empty groups [ticket/9549] Fix language strings. [ticket/9549] Only add group to legend/teampage when the checkbox is checked. [ticket/9549] New method move() to move a group more than 1 up/down. [ticket/9549] Fix some minor issues with descriptions and coding-guidelines. [ticket/9549] Throw an error when the given field-name is invalid. [ticket/9549] Make the class non static and extend delete_group function. [ticket/9549] Add template changes for subsilver2. [ticket/9549] Enhance teampage and legend functionality [ticket/9549] Add the module and files for the ACP. [ticket/9549] Update database with the new config values and columns [ticket/9549] Enhance teampage functionality with a new class, group_positions. Conflicts: phpBB/install/database_update.php
| * | | | [ticket/9549] Add template changes for subsilver2.Joas Schilling2011-02-161-36/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-9549
| * | | | [ticket/9549] Enhance teampage and legend functionalityJoas Schilling2011-02-161-44/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-9549
* | | | | Merge branch 'ticket/nickvergessen/7938' into developOleg Pudeyev2011-02-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * ticket/nickvergessen/7938: [ticket/7938] Display information about unread and new PMs in the header.
| * | | | | [ticket/7938] Display information about unread and new PMs in the header.Joas Schilling2011-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-7938
* | | | | | Merge branch 'ticket/hanakin/10001' into developIgor Wiedler2011-02-289-9/+62
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | * ticket/hanakin/10001: [ticket/10001] Created the new styles within colours.css to handle the displaying of the forum & topic images [ticket/10001] Created new Template variable to house class names based on $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
| * | | | | [ticket/10001] Created the new styles within colours.css to handle the ↵hanakin2011-01-181-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | displaying of the forum & topic images * 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