aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'rxu/ticket/12289' into develop-ascraeusJoas Schilling2014-03-222-0/+4
|\ | | | | | | | | * rxu/ticket/12289: [ticket/12289] Add viewtopic template events for posts specific custom notices
| * [ticket/12289] Add viewtopic template events for posts specific custom noticesrxu2014-03-222-0/+4
| | | | | | | | | | | | These events allow extensions to add own posts specific notices-alike info. PHPBB3-12289
* | Merge pull request #2137 from geetakshi/ticket/8309Dhruv Goel2014-03-204-5/+5
|\ \ | |/ |/| [ticket/8309] Rename "Last visited" to "Last activity" on memberlist/viewprofile
| * [ticket/8309] Removing key with similar function to avoid redundancygeetakshi2014-03-174-5/+5
| | | | | | | | PHPBB3-8309
| * [ticket/8309] Renaming "Last visit" to "Last activity"geetakshi2014-03-164-5/+5
| | | | | | | | PHPBB3-8309
* | [ticket/12279] Add memberlist_view.html template event to add custom inforxu2014-03-172-0/+4
| | | | | | | | | | | | | | Template event to ddd custom content to the user profile view after the main content. PHPBB3-12279
* | [prep-release-3.1.0-b1] Update version to 3.1.0-b1Joas Schilling2014-03-152-4/+4
| |
* | [ticket/12272] Fix hardcoded colons in subforums.Maël Soucaze2014-03-151-1/+1
| | | | | | | | | | | | | | In subforums list, under the parent forum description, there are two harcoded colons instead of {L_COLON}. PHPBB3-12272
* | [ticket/12272] Fix hardcoded colons in subforums.Maël Soucaze2014-03-151-1/+1
|/ | | | | | | In subforums list, under the parent forum description, there are two harcoded colons instead of {L_COLON}. PHPBB3-12272
* [ticket/12271] Decouple dropdown header and footer from #notifications_listJoas Schilling2014-03-147-25/+31
| | | | PHPBB3-12271
* Merge branch 'develop-olympus' into developJoas Schilling2014-03-142-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12202] Use an array in the data provider instead of exploding manually [ticket/12202] Can't call htmlspecialchars before checking for quotes [ticket/12202] Fix tests [ticket/12202] Test for parse_cfg_file [ticket/12202] Use copyright symbol in style.cfg files [ticket/12202] Apply htmlspecialchars to style.cfg data Conflicts: phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * [ticket/12202] Use copyright symbol in style.cfg filesNathan Guse2014-03-092-3/+3
| | | | | | | | PHPBB3-12202
| * Merge remote-tracking branch 'remotes/prototech/ticket/12093' into ↵Nathan Guse2014-02-192-2/+2
| |\ | | | | | | | | | | | | | | | | | | develop-olympus * remotes/prototech/ticket/12093: [ticket/12093] Check that document.selection is supported.
| | * [ticket/12093] Check that document.selection is supported.Cesar G2014-01-252-2/+2
| | | | | | | | | | | | PHPBB3-12093
* | | [ticket/11111] Prosilver posting textarea may only be resized verticallyMatt Friedman2014-03-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The resize element displays a mechanism for allowing the user to resize the element. Setting this to vertical means it may only be resized vertically. PHPBB3-11111
* | | Merge remote-tracking branch 'crizz0/ticket/8785' into developJoas Schilling2014-03-134-70/+115
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * crizz0/ticket/8785: [ticket/8785] Deletes additional add and add_bcc buttons [ticket/8785] Fixed problem with add empty.png and travis will now pass [ticket/8785] and again a fresh line [ticket/8785] Just one blank line [ticket/8785] pm_layout.html back to more standard code [ticket/8785] <hr /> will only displayed when needed [ticket/8785] Adds blank lines at file end [ticket/8785] Adds a new optical improvement, new file and fixes html bugs [ticket/8785] Adds two <hr /> to seperate recipients and BCC [ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200px [ticket/8785] Little spaces mistake [ticket/8785] Rebuilding posting_editor pm head + new language vars
| * | | [ticket/8785] Deletes additional add and add_bcc buttonsCrizzo2014-03-111-2/+0
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] Fixed problem with add empty.png and travis will now passCrizzo2014-03-092-3/+3
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] and again a fresh lineCrizzo2014-03-091-0/+1
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] Just one blank lineCrizzo2014-03-091-0/+1
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] pm_layout.html back to more standard codeCrizzo2014-03-093-11/+12
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] <hr /> will only displayed when neededCrizzo2014-03-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] Adds blank lines at file endCrizzo2014-03-092-2/+2
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] Adds a new optical improvement, new file and fixes html bugsCrizzo2014-03-094-93/+105
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] Adds two <hr /> to seperate recipients and BCCCrizzo2014-03-041-1/+2
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] Scrollbar to Reciepients and BCC with max-height: 200pxCrizzo2014-03-031-0/+2
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] Little spaces mistakeCrizzo2014-03-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-8785
| * | | [ticket/8785] Rebuilding posting_editor pm head + new language varsCrizzo2014-03-032-35/+64
| | | | | | | | | | | | | | | | PHPBB3-8785
* | | | Merge pull request #2110 from nickvergessen/ticket/12168Andreas Fischer2014-03-133-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12168] Move padding-top to ul.linklist li * nickvergessen/ticket/12168: [ticket/12168] Move padding-top to ul.linklist li
| * | | | [ticket/12168] Move padding-top to ul.linklist liJoas Schilling2014-03-113-2/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-12168
* | | | | [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-123-5/+5
|/ / / / | | | | | | | | | | | | PHPBB3-8041
* | | | Merge pull request #2092 from nickvergessen/ticket/12090Nathan Guse2014-03-103-9/+10
|\ \ \ \ | | | | | | | | | | [ticket/12090] Pass route name to url() instead of the url itself
| * | | | [ticket/12090] Fix pagination for routesJoas Schilling2014-03-083-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No clickable "jump to" at the moment, as we can not get the route url by the route name in js yet. Need to find another solution later. PHPBB3-12090
* | | | | Merge pull request #2074 from Crizz0/ticket/12240Nathan Guse2014-03-082-27/+27
|\ \ \ \ \ | |/ / / / |/| | | | Ticket/12240 - Adds specific class to BBCode-Buttons in Template incl. Custom-BBCode support
| * | | | [ticket/12240] fontsize => size; fontcolor => color and added bbcode- in96Crizzo2014-03-032-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12240
| * | | | [ticket/12240] Added template changes for subsilver2, tooCrizzo2014-03-021-13/+13
| | | | | | | | | | | | | | | | | | | | PHPBB3-12240
| * | | | [ticket/12240] Added class code for custom bbcodes based on bbcode_tagCrizzo2014-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12240
| * | | | [ticket/12240] Added specific class name to posting buttonsCrizzo2014-03-021-13/+13
| |/ / / | | | | | | | | | | | | PHPBB3-12240
* | | | Merge pull request #2088 from nickvergessen/ticket/12236Nathan Guse2014-03-0516-126/+53
|\ \ \ \ | | | | | | | | | | Ticket/12236 Convert AOL and Yahoo to custom profile fields
| * | | | [ticket/12236] Fix layout of memberlist searchJoas Schilling2014-03-052-34/+25
| | | | | | | | | | | | | | | | | | | | PHPBB3-12236
| * | | | [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-0516-71/+24
| | | | | | | | | | | | | | | | | | | | PHPBB3-12236
| * | | | [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-0514-27/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-12237
* | | | | Merge pull request #2061 from rxu/ticket/12231Nathan Guse2014-03-052-0/+8
|\ \ \ \ \ | | | | | | | | | | | | [ticket/12231] Add template events to forumlist_body.html
| * | | | | [ticket/12231] Add template events to forumlist_body.htmlrxu2014-03-032-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add events before/after category header, before/after subforums list to allow add/modify content in respective places. PHPBB3-12231
* | | | | | Merge pull request #2080 from nickvergessen/ticket/12243Nathan Guse2014-03-057-31/+26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | [Ticket/12243] subsilver2 is missing profile field files
| * | | | | [ticket/12243] Split custom_profile_fields.html into 1 file for each typeJoas Schilling2014-03-037-31/+26
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12243
* | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12235' into developNils Adermann2014-03-0522-263/+93
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-nickvergessen/ticket/12235: [ticket/12235] Convert WLM to custom profile field [ticket/12187] Do not make clickable when using as contact field [ticket/12187] Split generate_profile_fields_template() into 2 methods [ticket/12187] Remove user_website field [ticket/12187] Remove user_website functionality [ticket/12187] Convert website field data to custom profile field [ticket/12187] Add URL type for profile fields [ticket/12234] Replace ICQ with custom profile field [ticket/12233] Update schema file [ticket/12233] Add images back to subsilver2 [ticket/12233] Allow profile fields to be contact fields Conflicts: phpBB/adm/style/acp_prune_users.html
| * | | | | [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-0417-186/+35
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12235
| * | | | | [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-0314-39/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12187
| * | | | | [ticket/12187] Add URL type for profile fieldsJoas Schilling2014-03-032-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12187