aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11921] Only get the count of unread PMsMatt Friedman2013-10-161-4/+1
| | | | PHPBB3-11921
* [ticket/11921] Move any HTML for Notifications to the templatesMatt Friedman2013-10-167-10/+9
| | | | PHPBB3-11921
* [ticket/11921] Remove "l_" from non-lang variablesMatt Friedman2013-10-151-5/+5
| | | | PHPBB3-11921
* [ticket/11921] Improve appearance of PM notifications in linklistMatt Friedman2013-10-158-21/+15
| | | | PHPBB3-11921
* [ticket/11921] Improve appearance of Notifications in linklistMatt Friedman2013-10-158-26/+9
| | | | PHPBB3-11921
* Merge pull request #1772 from bantu/feature/plupload/integrationNils Adermann2013-10-1317-9/+940
|\ | | | | [ticket/10929] Integration of Plupload
| * [feature/plupload/integration] Add missing javascript file.Fyorl2013-10-141-0/+281
| | | | | | | | PHPBB3-10929
| * [feature/plupload/integration] Integration of PluploadAndreas Fischer2013-10-1116-9/+659
| | | | | | | | | | | | | | | | This commit is a highly-refactored and up-to-date version of Fyorl's work which was part of his Google Summer of Code 2012 project "Attachment Improvements". PHPBB3-10929
* | Merge pull request #1582 from bantu/feature/plupload/cronNils Adermann2013-10-133-0/+136
|\ \ | | | | | | [ticket/10929] Cron Job for Plupload Upload Directory Cleaning
| * | [feature/plupload/cron] NamespacificationAndreas Fischer2013-10-112-7/+9
| | | | | | | | | | | | PHPBB3-10929
| * | [feature/plupload/cron] Add cronjob for cleaning plupload temporary directory.Andreas Fischer2013-10-113-0/+134
| |/ | | | | | | PHPBB3-10929
* | Merge pull request #1581 from bantu/feature/plupload/depsNils Adermann2013-10-1313-0/+182
|\ \ | | | | | | [ticket/10929] Plupload dependencies
| * | [feature/plupload/deps] Add information about Plupload to AUTHORS.Andreas Fischer2013-07-171-0/+1
| | | | | | | | | | | | PHPBB3-10929
| * | [feature/plupload/deps] Adding parts of plupload_1_5_7.zipAndreas Fischer2013-07-1712-0/+181
| | | | | | | | | | | | PHPBB3-10929
* | | Merge pull request #1766 from bantu/ticket/11621David King2013-10-133-17/+52
|\ \ \ | | | | | | | | [ticket/11621] Improve MySQL fulltext search indexes
| * | | [ticket/11621] Add explanation to mysql_fulltext_drop.Andreas Fischer2013-10-131-0/+8
| | | | | | | | | | | | | | | | PHPBB3-11621
| * | | [ticket/11621] Correct GPLv2 link in file header.Andreas Fischer2013-10-111-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11621
| * | | [ticket/11621] Put mysql_fulltext_drop into alpha1 migration.Andreas Fischer2013-10-111-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11621
| * | | Merge remote-tracking branch 'phpbb/develop' into ticket/11621Andreas Fischer2013-10-1127-195/+312
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * phpbb/develop: [ticket/11867] Schema files are not created by create_schema_files.php [ticket/11905] 3.1.0-a1 Migration [ticket/11903] Speed up paging test [ticket/11703] Extend the correct migration class. [ticket/11874] Correct when $phpbb_root_path is appended to build_url() [ticket/11703] Also use empty() for T_JQUERY_LINK. [ticket/11703] Add effectively_installed(). [ticket/11703] Make jQuery CDN switch more generic. [ticket/11874] Fix tests [ticket/11874] Do not always prepend the web path; only replace phpbb_root_path [ticket/11345] Don't include scheme, so HTTPS is used where necessary. [ticket/11345] Wrap remote webfonts in S_ALLOW_CDN. [ticket/11345] Move css import to template [ticket/11345] Add Droid Sans as fallback font [ticket/11345] Change font for buttons
| * | | | [ticket/11621] Use effectively_installed() instead.Andreas Fischer2013-10-111-5/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-11621
| * | | | [ticket/11621] Add migration dropping MySQL search indexes.Andreas Fischer2013-10-111-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Possibly time-consuming index-regeneration will be left to the user. PHPBB3-11621
| * | | | [ticket/11621] Remove unnecessary things around index_created() return value.Andreas Fischer2013-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11621
| * | | | [ticket/11621] Swap columns of post_content index.Andreas Fischer2013-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11621
| * | | | Merge remote-tracking branch 'phpbb/develop' into ticket/11621Andreas Fischer2013-10-10432-6664/+9669
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * phpbb/develop: (542 commits) [ticket/11901] Pass empty string as relative_url for non-local magic URL. [ticket/11898] Correct adm_relative_path created by installer [ticket/11898] Correct admin S_LOGIN_ACTION [ticket/11892] Fix undefined variables: to_forum_id & to_topic_id [ticket/11890] Fix untranslated string when deleting posts through MCP. [ticket/11895] Fix undefined $forum_id [ticket/10383] Update the results without the overlay popup. [ticket/10383] Make the content transitions smoother. [ticket/10383] AJAXify poll voting [ticket/11888] Update default search backend in namespaces migration [ticket/11739] Rename “Remember Me” login keys module [ticket/11893] Remove unnecessary <fieldset> causing a large font size [ticket/11894] Fix typo in "Delete post" option [ticket/11888] Use \phpbb\search\fulltext_native as search backend config [ticket/11608] Mark failed test as incomplete for mysql search backend [ticket/11608] Update search backend class names to namespaces [ticket/11608] Move markIncomplete to search backends test [ticket/11608] Rename base search test class file [ticket/11608] Remove suffix test from base class [ticket/11608] Mark postgres search not found test as incomplete ...
| * | | | | [ticket/11621] Remove mysql extra indexesDhruv2013-08-261-16/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove post_text index as post_content index is sufficient to search post text. PHPBB3-11621
* | | | | | [ticket/11908] Namespacify phpbb_auth_provider_oauth_service_exception.Andreas Fischer2013-10-111-1/+3
| |_|_|_|/ |/| | | | | | | | | | | | | | PHPBB3-11908
* | | | | Merge remote-tracking branch 'nickvergessen/ticket/11906' into developDhruv2013-10-113-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_notificationsJoas Schilling2013-10-111-4/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-11906
| * | | | [ticket/11906] Add notification purge cron to cron tasksJoas Schilling2013-10-111-0/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-11906
| * | | | [ticket/11906] Add missing configs from notifications cron to schema_data.sqlJoas Schilling2013-10-111-0/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-11906
* | | | | [ticket/11867] Schema files are not created by create_schema_files.phpJoas Schilling2013-10-117-170/+170
|/ / / / | | | | | | | | | | | | PHPBB3-11867
* | | | Merge pull request #1767 from EXreaction/ticket/11905Nils Adermann2013-10-102-0/+84
|\ \ \ \ | | | | | | | | | | [ticket/11905] 3.1.0-a1 Migration
| * | | | [ticket/11905] 3.1.0-a1 MigrationNathan Guse2013-10-102-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/11874Nils Adermann2013-10-102-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 Guse2013-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11874
| * | | | [ticket/11874] Do not always prepend the web path; only replace phpbb_root_pathNathan Guse2013-10-101-7/+5
| | |/ / | |/| | | | | | | | | | PHPBB3-11874
* | | | Merge pull request #1571 from bantu/ticket/11345Nils Adermann2013-10-104-2/+4
|\ \ \ \ | | | | | | | | | | [ticket/11345] Better font for buttons
| * | | | [ticket/11345] Don't include scheme, so HTTPS is used where necessary.Andreas Fischer2013-07-182-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11345
| * | | | [ticket/11345] Wrap remote webfonts in S_ALLOW_CDN.Andreas Fischer2013-07-142-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11345
| * | | | [ticket/11345] Move css import to templateVjacheslav Trushkin2013-07-143-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11345
| * | | | [ticket/11345] Add Droid Sans as fallback fontVjacheslav Trushkin2013-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11345
| * | | | [ticket/11345] Change font for buttonsVjacheslav Trushkin2013-07-143-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change font to Open Sans PHPBB3-11345
* | | | | [ticket/11703] Extend the correct migration class.Andreas Fischer2013-10-101-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11703
* | | | | [ticket/11703] Also use empty() for T_JQUERY_LINK.Andreas Fischer2013-10-102-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11703
* | | | | [ticket/11703] Add effectively_installed().Andreas Fischer2013-10-101-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-11703
* | | | | [ticket/11703] Make jQuery CDN switch more generic.Andreas Fischer2013-10-1013-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 Fischer2013-10-101-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 installerNathan Guse2013-10-101-1/+1
| | | | | | | | | | | | PHPBB3-11898
* | | | [ticket/11898] Correct admin S_LOGIN_ACTIONNathaniel Guse2013-10-091-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11898
* | | | Merge remote-tracking branch 'prototech/ticket/11890' into developAndreas Fischer2013-10-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * prototech/ticket/11890: [ticket/11890] Fix untranslated string when deleting posts through MCP.