aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12240] Added specific class name to posting buttonsCrizzo2014-03-021-13/+13
| | | | PHPBB3-12240
* Merge pull request #2065 from prototech/ticket/12232Nathan Guse2014-03-011-2/+4
|\ | | | | [ticket/12232] Remove excessive calls to sizeof() in assign_block_vars() method.
| * [ticket/12232] Fix a similar excessive pattern in the method.Cesar G2014-02-271-1/+2
| | | | | | | | PHPBB3-12232
| * [ticket/12232] Remove excessive calls to sizeof() in assign_block_vars() methodCesar G2014-02-271-1/+2
| | | | | | | | | | | | | | | | | | | | The size of the template block array is calculated within a foreach loop iterating through the array, which is unnecessary. It only needs to be done once. In a block of 1000 rows, this results in 500,500 calls to sizeof() in this location. With this change, that's reduced to 1000. PHPBB3-12232
* | Merge remote-tracking branch 'rxu3/ticket/12222' into developJoas Schilling2014-03-012-2/+2
|\ \ | | | | | | | | | | | | * rxu3/ticket/12222: [ticket/12222] Replace hardoded comma with translatable separator
| * | [ticket/12222] Replace hardoded comma with translatable separatorrxu2014-02-232-2/+2
| | | | | | | | | | | | | | | | | | | | | Replace hardoded comma with translatable separator in forumlist_body.html. PHPBB3-12222
* | | [ticket/12238] Remove defunct confirmation box template code.Cesar G2014-03-012-33/+0
| |/ |/| | | | | | | | | Confirmation boxes are handled by confirm_body.html. PHPBB3-12238
* | [ticket/12194] Ensure that field_show_novalue is presentJoas Schilling2014-02-272-0/+46
| | | | | | | | | | | | The field was not created on boards that were 3.1-dev before 3.0.11 was relesed PHPBB3-12194
* | Merge remote-tracking branch 'nickvergessen/ticket/12205' into ↵Joas Schilling2014-02-251-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | ticket/12205-develop * nickvergessen/ticket/12205: [ticket/12205] Do not display 0 for empty integers when show_novalue is off Conflicts: phpBB/includes/functions_profile_fields.php
| * [ticket/12205] Do not display 0 for empty integers when show_novalue is offJoas Schilling2014-02-251-1/+1
| | | | | | | | PHPBB3-12205
* | Merge pull request #2053 from prototech/ticket/12220Andreas Fischer2014-02-211-1/+0
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12220] Fix division by zero in search page with no results. * prototech/ticket/12220: [ticket/12220] Fix division by zero in search page with no results.
| * | [ticket/12220] Fix division by zero in search page with no results.Cesar G2014-02-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | The page url parameter no longer exists in the pagination.on_page() method, therefore the page url passed is being divided by 0 - the total number of items. Since PAGE_NUMBER is assigned in generate_template_pagination(), this separate assignment is no longer needed. PHPBB3-12220
* | | Merge pull request #2035 from prototech/ticket/12138Nathan Guse2014-02-201-62/+130
|\ \ \ | | | | | | | | [ticket/12138] Include file time limit when generating attachment management pagination and stats.
| * | | [ticket/12138] Replace old code and generate pagination using filetime limit.Cesar G2014-02-161-60/+22
| | | | | | | | | | | | | | | | PHPBB3-12138
| * | | [ticket/12138] Add methods for attachment manage functionality.Cesar G2014-02-161-2/+108
| | | | | | | | | | | | | | | | PHPBB3-12138
* | | | Merge pull request #1939 from prototech/ticket/12078Nathan Guse2014-02-201-1/+1
|\ \ \ \ | | | | | | | | | | [ticket/12078] Check for f_delete when a user attempts to permanently delete a post.
| * | | | [ticket/12078] Check for f_delete when a user attempts to permanently deleteCesar G2013-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12078
* | | | | Merge pull request #2037 from prototech/ticket/12080Nathan Guse2014-02-204-6/+23
|\ \ \ \ \ | | | | | | | | | | | | [ticket/12080] Fix color palettes when responsive.
| * | | | | [ticket/12080] Stop responsive ACP sig textarea from dropping to second line.Cesar G2014-02-162-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12080
| * | | | | [ticket/12080] Reduce the palette options in all locations when responsive.Cesar G2014-02-162-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12080
| * | | | | [ticket/12080] Add classes to color palette table to identify it more easily.Cesar G2014-02-161-1/+2
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-12080
* | | | | Merge pull request #2025 from marc1706/ticket/12183Nathan Guse2014-02-209-16/+56
|\ \ \ \ \ | | | | | | | | | | | | [ticket/12183] Update user_newpasswd column in users table for passwords manager
| * | | | | [ticket/12183] Move user_newpasswd, user_actkey below user_pass_convertMarc Alexander2014-02-178-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12183
| * | | | | [ticket/12183] Add migration file for updating user_newpasswd columnMarc Alexander2014-02-101-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12183
| * | | | | [ticket/12183] Update user_newpasswd column to length of 255 in schema filesMarc Alexander2014-02-108-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12183
* | | | | | Merge pull request #2021 from nickvergessen/ticket/12171Nathan Guse2014-02-204-35/+93
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ticket/12171 Attachments from soft-deleted posts are still downloadable
| * | | | | | [ticket/12171] Send correct status 403 when forbidden and 404 when not foundJoas Schilling2014-02-102-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12171
| * | | | | | [ticket/12171] Check post visibility before being able to download attachmentsJoas Schilling2014-02-101-6/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12171
| * | | | | | [ticket/12171] Split post and pm download linksJoas Schilling2014-02-103-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12171 PHPBB3-12172
| * | | | | | [ticket/12171] Check topic visibility before allowing to download attachmentsJoas Schilling2014-02-102-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12171
* | | | | | | [ticket/12139] Spaces $ show_guests viewonline.phpkaran2014-02-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12139
* | | | | | | Merge pull request #2050 from rxu/ticket/12217Nathan Guse2014-02-203-1/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/12217] Add more template events to viewtopic_body.html
| * | | | | | | [ticket/12217] Add more template events to viewtopic_body.htmlrxu2014-02-213-1/+31
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add viewtopic template events before/after the posts, after the sorting options to allow adding contents to respective places (like advertisement and so on). PHPBB3-12217
* | | | | | | Merge pull request #2044 from prototech/ticket/12212Nathan Guse2014-02-201-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/12212] Encode the attachment file name before presenting to user.
| * | | | | | | [ticket/12212] Encode the attachment file name before presenting to user.Cesar G2014-02-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The uploader inserts the file name directly into the page at the moment without handling any HTML special chars that may be in the name. This results in HTML that may be present getting rendered in error messages and the attachments list. This simply causes layout breakage for the user, since the backend takes care of sanitizing the name. Once phpBB returns the file data for the uploaded file, the name in the attachment list gets replaced by the one that phpBB provides. PHPBB3-12212
* | | | | | | | [ticket/12200] Add missing profile field template files to adm/style/ directoryCesar G2014-02-196-0/+26
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | PHPBB3-12200
* | | | | | | [ticket/12153] Replace old template variables with {PAGE_NUMBER}.Cesar G2014-02-192-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12153
* | | | | | | Merge pull request #2030 from rxu/ticket/12190Nathan Guse2014-02-191-0/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add core event "core.modify_submit_post_data"
| * | | | | | | [ticket/12190] Add core event "core.modify_submit_post_data"rxu2014-02-201-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event - core.modify_submit_post_data to submit_post() function. This allows extensions to modify the whole post data before the post submitting, or even provide its own post submit procedure. PHPBB3-12190
* | | | | | | | Merge pull request #2045 from rxu/ticket/12213Nathan Guse2014-02-192-1/+31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/12213] Add MCP events for custom quick moderation options
| * | | | | | | | [ticket/12213] Add MCP events for custom quick moderation optionsrxu2014-02-202-1/+31
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core events to mcp.php and mcp_main.php. This allows extensions to add and to handle custom quick moderation options. PHPBB3-12213
* | | | | | | | Merge branch 'develop-olympus' into developNathan Guse2014-02-191-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/12093] Check that document.selection is supported. Conflicts: phpBB/adm/style/editor.js phpBB/assets/javascript/editor.js phpBB/styles/prosilver/template/editor.js
| * | | | | | | Merge remote-tracking branch 'remotes/prototech/ticket/12093' into ↵Nathan Guse2014-02-193-3/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-253-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12093
* | | | | | | | | Merge pull request #1994 from prototech/ticket/12158Nathan Guse2014-02-181-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [ticket/12158] The pagination start value should be 0 when there are no items.
| * | | | | | | | | [ticket/12158] The pagination start value should be 0 when there are no items.Cesar G2014-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12158
* | | | | | | | | | Merge pull request #2002 from prototech/ticket/12153Nathan Guse2014-02-1830-130/+95
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()
| * | | | | | | | | | [ticket/12153] Remove duplicate assignment of $u_previous_page & $u_next_page.Cesar G2014-02-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12153
| * | | | | | | | | | [ticket/12153] Remove redundant calls to pagination.on_page().Cesar G2014-02-0325-27/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12153
| * | | | | | | | | | [ticket/12153] Remove vars already assigned in generate_template_pagination().Cesar G2014-02-035-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12153