aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'Hardolaf/feature/oauth' into developDavid King2013-09-1051-42/+3073
|\
| * Merge branch 'develop' of git://github.com/phpbb/phpbb3 into feature/oauthJoseph Warner2013-09-1021-169/+253
| |\ | |/ |/|
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-101-1/+0
|\ \ | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.12] Remove changelog entry for ticket that was not resolved.
| * \ Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-09-101-1/+0
| |\ \ | | | | | | | | | | | | | | | | * prep-release-3.0.12: [prep-release-3.0.12] Remove changelog entry for ticket that was not resolved.
| | * | [prep-release-3.0.12] Remove changelog entry for ticket that was not resolved.Andreas Fischer2013-09-101-1/+0
| | | | | | | | | | | | | | | | A wrong fix version was assigned to PHPBB3-11288.
* | | | Merge pull request #1703 from cyberalien/ticket/develop/11832Nathan Guse2013-09-091-1/+7
|\ \ \ \ | | | | | | | | | | Fix path detection
| * | | | [ticket/develop/11832] Fix path detectionVjacheslav Trushkin2013-09-091-1/+7
|/ / / / | | | | | | | | | | | | | | | | | | | | Clean up path, do not count first / PHPBB3-11832
* | | | Merge pull request #1618 from VSEphpbb/ticket/11747Nathan Guse2013-09-058-1/+152
|\ \ \ \ | | | | | | | | | | [ticket/11747] UCP Prefs Core and Template Events
| * | | | [ticket/11747] Tweak some of the wording in the events docMatt Friedman2013-07-271-8/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-11747
| * | | | [ticket/11747] Use _prepend and _append for template eventsMatt Friedman2013-07-267-24/+24
| | | | | | | | | | | | | | | | | | | | PHPBB3-11747
| * | | | [ticket/11747] ucp_prefs_post template eventsMatt Friedman2013-07-263-0/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-11747
| * | | | [ticket/11747] ucp_prefs_post core eventsMatt Friedman2013-07-261-0/+25
| | | | | | | | | | | | | | | | | | | | PHPBB3-11747
| * | | | [ticket/11747] ucp_prefs_view template eventsMatt Friedman2013-07-263-0/+40
| | | | | | | | | | | | | | | | | | | | PHPBB3-11747
| * | | | [ticket/11747] ucp_prefs_view core eventsMatt Friedman2013-07-261-0/+25
| | | | | | | | | | | | | | | | | | | | PHPBB3-11747
| * | | | [ticket/11747] ucp_prefs_personal template eventsMatt Friedman2013-07-263-0/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-11747
| * | | | [ticket/11747] ucp_prefs_personal core eventsMatt Friedman2013-07-261-0/+25
| | | | | | | | | | | | | | | | | | | | PHPBB3-11747
| * | | | [ticket/11747] Add $phpbb_dispatcher to globalMatt Friedman2013-07-261-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11747
* | | | | Merge pull request #1435 from cyberalien/ticket/11562Nathan Guse2013-09-051-121/+8
|\ \ \ \ \ | | | | | | | | | | | | forum_fn.js cleanup
| * | | | | [ticket/11562] Use jQuery in subPanelsVjacheslav Trushkin2013-08-301-17/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB-11562
| * | | | | [ticket/11562] Remove submit_default_button from forum_fnVjacheslav Trushkin2013-08-301-92/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove submit_default_button() and related functions from forum_fn.js PHPBB3-11562
| * | | | | [ticket/11562] Convert marklist() to jQueryVjacheslav Trushkin2013-08-301-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11562
* | | | | | Merge pull request #1695 from dhruvgoel92/ticket/11825Nathan Guse2013-09-053-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [ticket/11825] Move schema_data.php into includes/ instead of phpbb/
| * | | | | | [ticket/11825] Move schema_data.php into includes/ instead of phpbb/Dhruv2013-09-033-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11825
* | | | | | | Merge pull request #1651 from cyberalien/ticket/11782Nathan Guse2013-09-057-43/+81
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix layout of notices in posts
| * | | | | | | [ticket/11782] Apply line-height correctlyVjacheslav Trushkin2013-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apply line-height only to bolded elements inside post notices that are direct child elements of forms. PHPBB3-11782
| * | | | | | | [ticket/11782] RTL support for post noticesVjacheslav Trushkin2013-08-111-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11782
| * | | | | | | [ticket/11782] Change p.rules to p.post-notice in CSSVjacheslav Trushkin2013-08-112-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11782
| * | | | | | | [ticket/11782] Change p.rules to p.post-notice in templatesVjacheslav Trushkin2013-08-114-30/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11782
* | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-051-0/+3
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC3. Conflicts: build/build.xml phpBB/install/database_update.php
| * | | | | | Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-09-053-2/+11
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.0.12: [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC3. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
| | * | | | | [prep-release-3.0.12] Update Changelog for 3.0.12-RC3 release.Andreas Fischer2013-09-021-0/+3
| | | | | | |
| | * | | | | [prep-release-3.0.12] Bumping version number for 3.0.12-RC3.Andreas Fischer2013-09-024-5/+11
| | | | | | |
| | | | | | * [feature/oauth] Fix tabindexJoseph Warner2013-09-091-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11673
| | | | | | * [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joseph Warner2013-09-06239-5469/+5282
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/oauth Conflicts: phpBB/composer.json phpBB/composer.lock phpBB/develop/create_schema_files.php phpBB/includes/ucp/ucp_register.php PHPBB3-11673
* | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11791' into developDavid King2013-09-025-5/+5
|\ \ \ \ \ \ \
| * | | | | | | [ticket/11791] Load adm/ events from styles/adm/event/Nathan Guse2013-09-025-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11791
* | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11818' into developDavid King2013-09-022-160/+349
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/11818] Update Symfony dependencies to 2.3.*Nathan Guse2013-09-022-160/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11818
* | | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11755' into developDavid King2013-09-024-2786/+1456
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/11755] MySQL upgrader out of dateNathan Guse2013-09-024-2786/+1456
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | De-duplicating code from create_schema_files, mysql_upgrader. New file phpbb/db/schema_data which contains all the current schema data. New function in db_tools public static function get_dbms_type_map() to make the type map available everywhere (without requiring $db be setup already) PHPBB3-11755
* | | | | | | | | Merge pull request #1102 from imkingdavid/ticket/11215Nathan Guse2013-09-028-54/+117
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [ticket/11215] Correct paths when path info is used for controller access
| * | | | | | | | | [ticket/11215] Remove unnecessary commentDavid King2013-09-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11215
| * | | | | | | | | Merge branch 'develop' into ticket/11215David King2013-09-021-1/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ticket/11215] Fix helper_url_test.php testsDavid King2013-09-022-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11215
| * | | | | | | | | | [ticket/11215] Add newline back to .htaccess, fix wordingDavid King2013-09-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11215
| * | | | | | | | | | [ticket/11215] Update comment in .htaccessDavid King2013-09-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11215
| * | | | | | | | | | [ticket/11215] Uncomment rewrite rules in .htaccessDavid King2013-09-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because we check to see if the rewrite module is available we don't have to comment the rewrite lines PHPBB3-11215
| * | | | | | | | | | [ticket/11215] Make controller helper url() method use correct formatDavid King2013-09-022-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11215
| * | | | | | | | | | [ticket/11215] Add commented-out URL rewrite capability to .htaccessDavid King2013-09-022-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11215
| * | | | | | | | | | Merge remote-tracking branch 'upstream/develop' into ticket/11215David King2013-09-026-36/+17
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |