aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13817] Fix target versionStanislav Atanasov2015-07-121-4/+4
| | | | PHPBB3-13817
* [ticket/13817] fix after for session_updateStanislav Atanasov2015-06-241-3/+3
| | | | | | Fix wrong variables passed to create session event PHPBB3-13817
* [ticket/13817] Add read-only notes to eventsStanislav Atanasov2015-06-201-0/+3
| | | | PHPBB3-13817
* [ticket/13817] Fix missing var namesStanislav Atanasov2015-06-201-0/+1
| | | | | | Var names in doc block PHPBB3-13817
* [ticket/13817] Add _afterStanislav Atanasov2015-06-201-19/+19
| | | | | | | | | | As requested events are named *_after core.session_start_after is moved after USERS_TABLE update to prevent returning session data from extensions PHPBB3-13817
* [ticket/13817] Change trgger_event to dispatchStanislav Atanasov2015-06-201-1/+1
| | | | | | Fix no event parameters PHPBB3-13817
* [ticket/13817] Fix empty eventStanislav Atanasov2015-06-201-1/+1
| | | | | | Try adding event with no parameters PHPBB3-13817
* [ticket/13817] Fix empty vars arrayStanislav Atanasov2015-06-201-2/+1
| | | | PHPBB3-13817
* [ticket/13817] Fix missing phpbb_dispatcherStanislav Atanasov2015-06-201-3/+17
| | | | | | Fix missing phpbb_dispatcher and add event to session_create PHPBB3-13817
* [ticket/13817] Add session_kill and session_gcStanislav Atanasov2015-06-201-2/+24
| | | | | | | | | Ticket was changed to add few more session related events core.session_kill - send user_id and session_id core.session_gc - just triger event PHPBB3-13817
* [ticket/13817] Change sinceStanislav Atanasov2015-06-201-1/+1
| | | | | | As requested by nickvergessen PHPBB3-13817
* [ticket/13817] Add core.update_session eventStanislav Atanasov2015-06-201-1/+12
| | | | | | Add core.update_session event in \phpbb\session.php PHPBB3-13817
* Merge pull request #3715 from marc1706/ticket/13949Marc Alexander2015-06-191-1/+1
|\ | | | | | | [ticket/13949] Replace colon with colon lang key in memberlist search page
| * [ticket/13949] Replace colon with colon lang key in memberlist search pageRaphaël M2015-06-191-1/+1
|/ | | | | | | [ticket/13949] Replace colon with colon lang key in memberlist search page PHPBB3-13949
* Merge pull request #3649 from callumacrae/ticket/13879Marc Alexander2015-06-173-16/+12
|\ | | | | | | [ticket/13879] Replaced px with em where appropriate.
| * [ticket/13879] Replaced px with em where appropriate.Callum Macrae2015-05-283-16/+12
| | | | | | | | | | | | We're using ems basically everywhere else so ¯\_(ツ)_/¯ PHPBB3-13879
* | Merge pull request #3712 from VSEphpbb/ticket/13882Marc Alexander2015-06-171-4/+6
|\ \ | | | | | | | | | [ticket/13882] Add lazy load avatars to phpbb avatar wrappers
| * | [ticket/13882] Add lazy load avatars to phpbb wrappersMatt Friedman2015-06-161-4/+6
|/ / | | | | | | PHPBB3-13882
* | Merge pull request #3711 from bantu/ticket/13903Andreas Fischer2015-06-161-2/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/13903] Replacing regexp path naming for container by md5. * bantu/ticket/13903: [ticket/13903] Replacing regexp path naming for container by md5.
| * | [ticket/13903] Replacing regexp path naming for container by md5.Wardormeur2015-06-161-2/+1
|/ / | | | | | | | | | | | | Replacement of the path creation based on a blacklist by a md5 filename to support broader configurations PHPBB3-13903
* | Merge pull request #3695 from javiexin/ticket/13931Andreas Fischer2015-06-161-32/+32
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13931] Wrong order in docs/events.md * javiexin/ticket/13931: [ticket/13931] Wrong order in docs/events.md Conflicts: phpBB/docs/events.md
| * | [ticket/13931] Wrong order in docs/events.mdjaviexin2015-06-081-32/+32
| | | | | | | | | | | | | | | | | | Reordered alphabetically (mcp before memberlist). PHPBB3-13931
* | | Merge pull request #3710 from marc1706/ticket/12952Andreas Fischer2015-06-161-10/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12952] Check obvious errors before status in functional tests * marc1706/ticket/12952: [ticket/12952] Check obvious errors before status in functional tests
| * | | [ticket/12952] Check obvious errors before status in functional testsMarc Alexander2015-06-161-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will change the output from just saying that the status did not match the expected one to actually showing any errors before complaining about a possible difference in the status code. PHPBB3-12952
* | | | Merge pull request #3653 from callumacrae/ticket/13882Marc Alexander2015-06-1613-15/+54
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/13882] Lazy load the notification avatars.
| * | | [ticket/13882] Added tiny docblock to lazyLoadAvatarsCallum Macrae2015-05-301-0/+3
| | | | | | | | | | | | | | | | PHPBB3-13882
| * | | [ticket/13882] no more egyptian brackets /o/Callum Macrae2015-05-301-2/+5
| | | | | | | | | | | | | | | | PHPBB3-13882
| * | | [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-2813-15/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882
* | | | Merge branch 'nickvergessen/ticket/13947' into 3.1.xCHItA2015-06-161-0/+1
|\ \ \ \
| * | | | [ticket/13947] Add CHItA to the list of developersJoas Schilling2015-06-161-0/+1
|/ / / / | | | | | | | | | | | | PHPBB3-13947
* | | | Merge branch 'prep-release-3.1.5' into 3.1.xJoas Schilling2015-06-149-22/+69
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * | | | [prep-release-3.1.5] Add migration for 3.1.5Joas Schilling2015-06-141-0/+31
| | | | |
| * | | | [prep-release-3.1.5] Update version for final 3.1.5 releaseJoas Schilling2015-06-144-4/+6
| | | | |
| * | | | Merge branch 'ticket/13938' into prep-release-3.1.5Joas Schilling2015-06-144-18/+32
| |\ \ \ \
| | * | | | [ticket/13938] Fix inconsistencies between <link> tagscyberalien2015-06-141-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13938
| | * | | | [ticket/13938] Remove type and / from <link> elementscyberalien2015-06-142-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13938
| | * | | | [ticket/13938] Change web font code in simple_headercyberalien2015-06-141-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply ticket 13876 to simple_header.html PHPBB3-13938
| | * | | | [ticket/13938] Remove link to print.css in simple_header.htmlcyberalien2015-06-141-7/+6
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remaining fixes for ticket 13873: remove link to print.css and remove type and media from other links. PHPBB3-13938
| * | | | Merge pull request #3706 from marc1706/ticket/13942Joas Schilling2015-06-141-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13942] Check if path to language file contains language path
| | * | | | [ticket/13942] Check if path to language file contains language pathMarc Alexander2015-06-131-1/+1
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13942
| * | | | Merge branch 'ticket/13939' into prep-release-3.1.5Joas Schilling2015-06-131-1/+1
| |\ \ \ \
| | * | | | [ticket/13939] Check if loadingIndicator exists before accessing itcyberalien2015-06-131-1/+1
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13939
* | | | | Merge pull request #3703 from javiexin/ticket/10711Andreas Fischer2015-06-131-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10711] Duplicate key error on forum_tracks_table * javiexin/ticket/10711: [ticket/10711] Duplicate key error on forum_tracks_table
| * | | | | [ticket/10711] Duplicate key error on forum_tracks_tablejaviexin2015-06-131-0/+4
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In certain situations, an SQL error DUPLICATE ERROR for KEY 'PRIMARY' in the forums_track table is produced when marking forums read (viewforum.php?f=xx&mark=forums). The problem happens when there are duplicates in the forum_id array. The solution is to remove those duplicates. PHPBB3-10711
* | | | | Merge pull request #3704 from Nicofuma/ticket/13941Andreas Fischer2015-06-131-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3 * Nicofuma/ticket/13941: [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3
| * | | | | [ticket/13941] Workaround to fix the bug on php 5.5 with sqlite3Tristan Darricau2015-06-131-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13941
* | | | | | [3.1.x] Update dev version to 3.1.6-RC1Joas Schilling2015-06-113-4/+4
| | | | | |
* | | | | | Merge branch 'prep-release-3.1.5' into 3.1.xJoas Schilling2015-06-1110-20/+134
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge pull request #3699 from nickvergessen/ticket/13823Joas Schilling2015-06-101-5/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13823] Move the part of the query, so the update will get it …
| | * | | | [ticket/13823] Move the part of the query, so the update will get it correctlyJoas Schilling2015-06-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13823