aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4696 from marc1706/ticket/14979Marc Alexander2017-03-081-0/+11
|\ | | | | | | [ticket/14979] Do not display underline for unread icon
| * [ticket/14979] Use hanakin's CSS versionMarc Alexander2017-02-191-7/+6
| | | | | | | | PHPBB3-14979
| * [ticket/14979] Add text-decoration settings for lastpost links as wellMarc Alexander2017-02-131-0/+8
| | | | | | | | PHPBB3-14979
| * [ticket/14979] Do not display underline for unread iconMarc Alexander2017-02-111-0/+4
| | | | | | | | PHPBB3-14979
* | Merge pull request #4700 from DavidIQ/ticket/15089Marc Alexander2017-03-081-1/+1
|\ \ | | | | | | | | | [ticket/15089] Reverse the order of cookie secure radio buttons
| * | [ticket/15089] Reverse the order of cookie secure radio buttonsDavid Colón2017-02-121-1/+1
| | |
* | | Merge pull request #4702 from JimMH/patch-3Marc Alexander2017-03-081-3/+3
|\ \ \ | | | | | | | | | | | | [ticket/15092] Correct database update instructions
| * | | Remove all instances of install/database_update.phpJim Mossing Holsteyn2017-02-141-3/+3
| |/ /
* | | Merge pull request #4713 from DavidIQ/ticket/15106Marc Alexander2017-03-081-3/+1
|\ \ \ | | | | | | | | | | | | [ticket/15106] Remove space before comma in sub-forum list
| * | | [ticket/15106] Remove space before comma in sub-forum listDavid Colón2017-02-281-3/+1
| | | |
* | | | Merge pull request #4714 from vinny/ticket/14732Marc Alexander2017-03-083-13/+1
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/14732] Remove PHP Code syntax highlighting references
| * | | [ticket/14732] Remove references from testsVinny2017-02-281-5/+0
| | | | | | | | | | | | | | | | PHPBB3-14732
| * | | [ticket/14732] Remove PHP Code syntax highlighting referencesVinny2017-02-282-8/+1
| | | | | | | | | | | | | | | | PHPBB3-14732
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-232-31/+169
|\ \ \ \
| * \ \ \ Merge pull request #4605 from javiexin/ticket/14943Marc Alexander2017-02-232-31/+169
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14943] Fix template loop access by index
| | * | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-121-30/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. If block was empty, the insertion process should create it. Checking for out of bounds indexes. PHPBB3-14943
| | * | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. Added more tests. PHPBB3-14943
| | * | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-2/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. Added tests. PHPBB3-14943
| | * | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. PHPBB3-14943
* | | | | | Merge pull request #4629 from hubaishan/ticket/14975Marc Alexander2017-02-224-8/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14975] Correct RTL style css
| * | | | | | [ticket/14975] Changes requested by hanakinSaeed Hubaishan2017-02-221-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14975] Changes requested by hanakin [PHPBB3-14975]
| * | | | | | [ticket/14975] add missing .rtlSaeed Hubaishan2017-01-301-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14975] add missing .rtl and resolve conflict [PHPBB3-14975]
| * | | | | | [ticket/14975] Correct RTL style csshubaishan2017-01-104-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | display_options.html corrected to move (display and sorting option) to right jumpbox.html corrected to change arrow direction to left in RTL pagination.html corrected to change arrows direction on RTL bidi.css more edittions to correct remain style mistakes PHPBB3-14975
* | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-221-4/+6
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'origin/ticket/14927' into 3.1.xMarc Alexander2017-02-221-4/+6
| |\ \ \ \ \ \
| | * | | | | | [ticket/14927] Put vars on one lineMarc Alexander2017-02-211-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14927
| | * | | | | | [ticket/14927] Corrected order in docblock of event & target versiondavid632017-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14927
| | * | | | | | [ticket/14927] Add items to core.user_add_modify_datadavid632017-02-211-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14927
* | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-212-2/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #4636 from javiexin/ticket/14995Marc Alexander2017-02-212-2/+14
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14995] Add ACP template events acp_ext_list_*_name_after
| | * | | | | | | [ticket/14995] Add ACP template events acp_ext_list_*_name_afterjaviexin2017-01-122-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14995
* | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-211-6/+21
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge pull request #4604 from rxu/ticket/13344Marc Alexander2017-02-211-6/+21
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | [ticket/13344] Add core event to acp/info/acp_logs.php
| | * | | | | | | [ticket/13344] Add core event to acp/info/acp_logs.phprxu2017-01-011-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13344
* | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-194-0/+145
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge pull request #4598 from javiexin/ticket/14944Marc Alexander2017-02-194-0/+145
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14944] Add search for template loop indexes by key
| | * | | | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-284-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. Check out of bounds or wrong blockname errors. Added tests. Remove default parameter value. PHPBB3-14944
| | * | | | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-082-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. Check out of bounds or wrong blockname errors. Added tests. PHPBB3-14944
| | * | | | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2016-12-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. PHPBB3-14944
| | * | | | | | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2016-12-283-0/+96
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. PHPBB3-14944
* | | | | | | | | Merge pull request #4691 from DavidIQ/ticket/15058Marc Alexander2017-02-191-12/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | [ticket/15058] Force browser to redownload stylesheets
| * | | | | | | | [ticket/15058] Force browser to redownload stylesheetsDavid Colón2017-02-101-12/+12
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-0/+3
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #4589 from senky/ticket/14929Marc Alexander2017-02-111-0/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14929] Add error to core.posting_modify_message_text
| | * | | | | | | [ticket/14929] Add error to core.posting_modify_message_textJakub Senko2016-12-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14929
* | | | | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-1115-33/+33
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | / / / / / / | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-1112-27/+27
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| | * | | | | | | [ticket/13429] Replace @change with @changedJakub Senko2017-01-2321-60/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13429
| | * | | | | | | [ticket/13429] Fix @change tags without descriptionJakub Senko2016-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13429
| | * | | | | | | [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-2012-36/+36
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13429