Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [feature/plupload/cron] Add cronjob for cleaning plupload temporary directory. | Andreas Fischer | 2013-10-11 | 3 | -0/+134 |
| | | | | PHPBB3-10929 | ||||
* | Merge remote-tracking branch 'nickvergessen/ticket/11906' into develop | Dhruv | 2013-10-11 | 3 | -4/+19 |
|\ | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * nickvergessen/ticket/11906: [ticket/11906] Fix namespace issues in prune_notifications [ticket/11906] Add notification purge cron to cron tasks [ticket/11906] Add missing configs from notifications cron to schema_data.sql | ||||
| * | [ticket/11906] Fix namespace issues in prune_notifications | Joas Schilling | 2013-10-11 | 1 | -4/+6 |
| | | | | | | | | PHPBB3-11906 | ||||
| * | [ticket/11906] Add notification purge cron to cron tasks | Joas Schilling | 2013-10-11 | 1 | -0/+10 |
| | | | | | | | | PHPBB3-11906 | ||||
| * | [ticket/11906] Add missing configs from notifications cron to schema_data.sql | Joas Schilling | 2013-10-11 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-11906 | ||||
* | | [ticket/11867] Schema files are not created by create_schema_files.php | Joas Schilling | 2013-10-11 | 7 | -170/+170 |
|/ | | | | PHPBB3-11867 | ||||
* | Merge pull request #1767 from EXreaction/ticket/11905 | Nils Adermann | 2013-10-10 | 2 | -0/+84 |
|\ | | | | | [ticket/11905] 3.1.0-a1 Migration | ||||
| * | [ticket/11905] 3.1.0-a1 Migration | Nathan Guse | 2013-10-10 | 2 | -0/+84 |
| | | | | | | | | | | | | | | | | | | Created a migration tips develop tool to help find the migration tree tips so they can be copied to versions released. With this, A1 is the only current tree tip (it depends on all other migrations). PHPBB3-11905 | ||||
* | | Merge pull request #1764 from EXreaction/ticket/11874 | Nils Adermann | 2013-10-10 | 2 | -8/+6 |
|\ \ | |/ |/| | [ticket/11874] Do not always prepend the web path; only replace phpbb_root_path | ||||
| * | [ticket/11874] Correct when $phpbb_root_path is appended to build_url() | Nathan Guse | 2013-10-10 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11874 | ||||
| * | [ticket/11874] Do not always prepend the web path; only replace phpbb_root_path | Nathan Guse | 2013-10-10 | 1 | -7/+5 |
| | | | | | | | | PHPBB3-11874 | ||||
* | | Merge pull request #1571 from bantu/ticket/11345 | Nils Adermann | 2013-10-10 | 4 | -2/+4 |
|\ \ | | | | | | | [ticket/11345] Better font for buttons | ||||
| * | | [ticket/11345] Don't include scheme, so HTTPS is used where necessary. | Andreas Fischer | 2013-07-18 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-11345 | ||||
| * | | [ticket/11345] Wrap remote webfonts in S_ALLOW_CDN. | Andreas Fischer | 2013-07-14 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-11345 | ||||
| * | | [ticket/11345] Move css import to template | Vjacheslav Trushkin | 2013-07-14 | 3 | -1/+2 |
| | | | | | | | | | | | | PHPBB3-11345 | ||||
| * | | [ticket/11345] Add Droid Sans as fallback font | Vjacheslav Trushkin | 2013-07-14 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-11345 | ||||
| * | | [ticket/11345] Change font for buttons | Vjacheslav Trushkin | 2013-07-14 | 3 | -2/+3 |
| | | | | | | | | | | | | | | | | | | Change font to Open Sans PHPBB3-11345 | ||||
* | | | [ticket/11703] Extend the correct migration class. | Andreas Fischer | 2013-10-10 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-11703 | ||||
* | | | [ticket/11703] Also use empty() for T_JQUERY_LINK. | Andreas Fischer | 2013-10-10 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-11703 | ||||
* | | | [ticket/11703] Add effectively_installed(). | Andreas Fischer | 2013-10-10 | 1 | -0/+5 |
| | | | | | | | | | | | | PHPBB3-11703 | ||||
* | | | [ticket/11703] Make jQuery CDN switch more generic. | Andreas Fischer | 2013-10-10 | 13 | -15/+43 |
| |/ |/| | | | | | | | | | | | Config variable: load_jquery_cdn -> allow_cdn Template variable: S_JQUERY_FALLBACK -> S_ALLOW_CDN PHPBB3-11703 | ||||
* | | [ticket/11901] Pass empty string as relative_url for non-local magic URL. | Andreas Fischer | 2013-10-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Only the regular expression for MAGIC_URL_LOCAL has three capturing groups. As a result $matches[3] is only set in this case. Prior to PHPBB3-11606 an empty string was passed to make_clickable_callback() as a replacement in case of less than three capturing groups. This patch reintroduces the empty string. Regression from 49c12ef4be229bf2223139298766ef441b075fbc. PHPBB3-11901 | ||||
* | | [ticket/11898] Correct adm_relative_path created by installer | Nathan Guse | 2013-10-10 | 1 | -1/+1 |
| | | | | | | PHPBB3-11898 | ||||
* | | [ticket/11898] Correct admin S_LOGIN_ACTION | Nathaniel Guse | 2013-10-09 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11898 | ||||
* | | Merge remote-tracking branch 'prototech/ticket/11890' into develop | Andreas Fischer | 2013-10-08 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | * prototech/ticket/11890: [ticket/11890] Fix untranslated string when deleting posts through MCP. | ||||
| * | | [ticket/11890] Fix untranslated string when deleting posts through MCP. | Cesar G | 2013-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-11890 | ||||
* | | | [ticket/11892] Fix undefined variables: to_forum_id & to_topic_id | Cesar G | 2013-10-08 | 2 | -39/+15 |
|/ / | | | | | | | PHPBB3-11892 | ||||
* | | [ticket/11895] Fix undefined $forum_id | Nathaniel Guse | 2013-10-08 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-11895 | ||||
* | | Merge pull request #1757 from prototech/ticket/10383 | Nathan Guse | 2013-10-07 | 4 | -14/+144 |
|\ \ | | | | | | | [ticket/10383] AJAXify poll voting | ||||
| * | | [ticket/10383] Update the results without the overlay popup. | Cesar G | 2013-10-07 | 4 | -6/+38 |
| | | | | | | | | | | | | PHPBB3-10383 | ||||
| * | | [ticket/10383] Make the content transitions smoother. | Cesar G | 2013-10-07 | 1 | -4/+4 |
| | | | | | | | | | | | | PHPBB3-10383 | ||||
| * | | [ticket/10383] AJAXify poll voting | Cesar G | 2013-10-06 | 3 | -14/+112 |
| | | | | | | | | | | | | PHPBB3-10383 | ||||
* | | | Merge pull request #1755 from prototech/ticket/11893 | Nathan Guse | 2013-10-07 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | [ticket/11893] Remove unnecessary <fieldset> causing a large font size | ||||
| * | | | [ticket/11893] Remove unnecessary <fieldset> causing a large font size | Cesar G | 2013-10-05 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | PHPBB3-11893 | ||||
* | | | | Merge pull request #1753 from dhruvgoel92/ticket/11888 | Nathan Guse | 2013-10-07 | 2 | -2/+2 |
|\ \ \ \ | |_|/ / |/| | | | [ticket/11888] Use \phpbb\search\fulltext_native as search backend config | ||||
| * | | | [ticket/11888] Update default search backend in namespaces migration | Dhruv | 2013-10-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-11888 | ||||
| * | | | [ticket/11888] Use \phpbb\search\fulltext_native as search backend config | Dhruv | 2013-10-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | If \ is missing, the default search backend shown in ACP is wrong. PHPBB3-11888 | ||||
* | | | | Merge remote-tracking branch 'prototech/ticket/11739' into develop | Dhruv | 2013-10-07 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Cesar G # Via Cesar G * prototech/ticket/11739: [ticket/11739] Rename “Remember Me” login keys module | ||||
| * | | | | [ticket/11739] Rename “Remember Me” login keys module | Cesar G | 2013-10-05 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | PHPBB3-11739 | ||||
* | | | | [ticket/11894] Fix typo in "Delete post" option | Cesar G | 2013-10-05 | 1 | -1/+1 |
|/ / / | | | | | | | | | | PHPBB3-11894 | ||||
* | | | [ticket/11885] Fix migrations error | Nathan Guse | 2013-10-04 | 3 | -12/+18 |
| | | | | | | | | | | | | PHPBB3-11885 | ||||
* | | | [ticket/11885] Use conditional in update_data() | David King | 2013-10-04 | 3 | -6/+9 |
| | | | | | | | | | | | | PHPBB3-11885 | ||||
* | | | [ticket/11885] Fix migration files for 3.0.12 | David King | 2013-10-04 | 3 | -3/+3 |
| | | | | | | | | | | | | PHPBB3-11885 | ||||
* | | | [ticket/11885] Add migration files for 3.0.12-RC2 and RC3 and 3.0.12 | David King | 2013-10-04 | 3 | -0/+90 |
| | | | | | | | | | | | | PHPBB3-11885 | ||||
* | | | Merge pull request #1742 from EXreaction/ticket/11840 | David King | 2013-10-04 | 1 | -7/+7 |
|\ \ \ | |/ / |/| | | Ticket/11840 Refactor the extension metadata class | ||||
| * | | [ticket/11840] Fix regex | Nathan Guse | 2013-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-11840 | ||||
| * | | [task/composer-compatibility] Minor changes that will break extension BC | MichaelC | 2013-10-01 | 1 | -7/+7 |
| | | | | | | | | | | | | PHPBB3-11840 | ||||
* | | | Merge remote-tracking branch 'EXreaction/ticket/11883' into develop | Dhruv | 2013-10-04 | 3 | -6/+20 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Nathan (1) and Nathan Guse (1) # Via Nathan Guse * EXreaction/ticket/11883: [ticket/11883] Only output the migration time, not total [ticket/11883] Report completed data step in migration as "Installing Data" | ||||
| * | | | [ticket/11883] Only output the migration time, not total | Nathan Guse | 2013-10-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-11883 | ||||
| * | | | [ticket/11883] Report completed data step in migration as "Installing Data" | Nathan | 2013-10-02 | 3 | -6/+20 |
| | | | | | | | | | | | | | | | | PHPBB3-11883 |