Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/backdrop/backdrop

Backdrop core code repository.
https://github.com/backdrop/backdrop

Merge pull request #1146 from jenlampton/1467-views-docs

Issue #1467: Update views api docs to include usage of hook_autoload_info().

993c5b642fb85b30d699a1b8dc51a1401cf187d7 authored about 9 years ago by Nate Haug <[email protected]>
Issue #1467: Update views api docs to include useage of hook_autoload_info().

e631beb265d80a89ab8f84f325a46036bc692402 authored about 9 years ago by Jen Lampton <[email protected]>
Issue #772: Use consistent terminology for storage state.

465998bc9055de57456f8cf5c44daf929e46a56d authored about 9 years ago by Jen Lampton <[email protected]>
Issue #1451: Optimize file size of images in core.

45b60620c687713ff9373432f94798d3e5ce3333 authored about 9 years ago by Dan Boulet <[email protected]>
Issue #1451: Optimize file size of images in core.

da75da24fa8a66542edeef53a5fa388985aadefc authored about 9 years ago by Dan Boulet <[email protected]>
Issue #1397: Fix ThemeUnitTest->testCSSOverride(), have it search for a more specific CSS file path which will not be found in the inline JS.

4c18787a31ae887c57686122439ddae9b0557726 authored about 9 years ago by Dan Boulet <[email protected]>
Issue #1397: Remove type="text/javascript" from script tags.

896d7b70ae977f50ccc30bd0fbf330903ae5f3db authored about 9 years ago by Dan Boulet <[email protected]>
Issue #1397: Remove CDATA wrapper from inline JavaScript.

6e343b0b43660a2f863ebc4bc1d5fce5cc01035f authored about 9 years ago by Dan Boulet <[email protected]>
Merge pull request #1139 from quicksketch/1422/travis_legacy

Issue #1422: Specifying Travis should use the Legacy BlueBox servers for performance.

32475c05591801a5b103a84b92c7eb7c184f2de6 authored about 9 years ago by Nate Haug <[email protected]>
Issue #1422: Specifying Travis should use the Legacy BlueBox servers for performance.

33095afbd9b278c056ba8a64e1f1a544588041ca authored about 9 years ago by Nate Haug <[email protected]>
Issue 1424: Prepare the default_images directory before trying to save a default image

ab4d1c89fe976e8f39ab6b08ac62493717b92bbf authored about 9 years ago by mikemccaffrey <[email protected]>
Issue #1405: Move date down with the other fields in the module list

a32ff8b90601a19bac352760acfc95d0b4ded628 authored about 9 years ago by mikemccaffrey <[email protected]>
Merge pull request #1128 from quicksketch/1386/php7_travis

Issue #1386: Fix PHP 7 support and add testing to Travis CI.

5f5b590e5bc529c25264b3d1430d0cd2c5627ce4 authored about 9 years ago by Nate Haug <[email protected]>
Issue #1386: Fix PHP 7 support and add testing to Travis CI.

d629605b3e53ef9d6087523a5a6967146ba68c5f authored about 9 years ago by Nate Haug <[email protected]>
Issue #1358: SymLinksIfOwnerMatch may break Color module.

9a2ddeb974fdd453a3dd6567ec21f4c2a34cc665 authored about 9 years ago by Nate Haug <[email protected]>
Merge pull request #1125 from d26435/issue-1357

Issue #1357: Block display of view can show page content.

4020989cecefeab70024f7dedfe13a53b0a4fb7c authored about 9 years ago by Nate Haug <[email protected]>
Issue #1357: Block display of view can show page content

7a1b711c76228629c23d75a15b76cbeabad5c21e authored about 9 years ago by Daniel <[email protected]>
Issue #1356: Fix 'Output this field as link' in views.

In a view, the 'Output this field as link' option wasn't rewriting the
tokens from 'Link path'. ...

2aaef94f720d8e29f71a5f09b9ff0459bf70e5a9 authored about 9 years ago by Daniel <[email protected]>
Issue #1823406 by idflood, jenlampton: Undefined index entityreference_field_formatter_prepare_view()

b5009cd1406f72a4fbc1103642ddc69a28d26c5a authored about 9 years ago by idflood <[email protected]>
Issue #2614680 by Devin Carlson: Add Feeds and Views modules as test dependencies

6447a432c857eedc40300fb11405f8f310b7a017 authored about 9 years ago by DevinCarlson <[email protected]>
Issue #1836106 by cs_shadow, Xano, deetergp, RobLoach: Fatal error: Call to undefined function entityreference_get_behavior_handlers() in entityreference_schema()

ef2075ef05a8804663bdfce972c0f6f4c41dc84b authored about 9 years ago by cs_shadow <[email protected]>
Issue #2495405 by jenlampton, geoffreyr, dtamajon: Notice : Undefined variable: element in entityreference_field_formatter_settings_form() (line 1141 in /sites/all/modules/entityreference/entityreference.module)

6bb3ed4bb20342e9b48230dcfdbefba9426d5496 authored about 9 years ago by geoffreyr <[email protected]>
Merge pull request #1117 from serundeputy/1343/docblock_for_runtests

Issue #1343: Put @file doc block at the beginning or run-tests.sh to show on api.backdropcms.org.

0b855b20ed47001a6c4cb5f4758f80e3320154d9 authored about 9 years ago by Nate Haug <[email protected]>
Issue #1343: Put @file doc block at the beginning or run-tests.sh to show on api.backdropcms.org.

Issue #1343: Put @file doc block at the beginning or run-tests.sh to show on api.backdropcms.org.

447f91b8c903df3eeedf167902c948a19fa9e8da authored about 9 years ago by Geoff St. Pierre <[email protected]>
Merge pull request #1116 from jenlampton/1282-search-modules

Issue #1282: Search module question cleanup.

00ccb44f19eb074995e9c5700f7b08c82fa06637 authored about 9 years ago by Nate Haug <[email protected]>
Issue #1282: Search module question cleanup.

c09100acbb96a007f443e852ff5d98af18d77b9c authored about 9 years ago by Jen Lampton <[email protected]>
Issue #1323: Prevent PHP notices when using views exposed form in block.

b0c467c84c9a2a132ceea547968498ec0b3c74aa authored about 9 years ago by Jen Lampton <[email protected]>
Issue #1111: Remove leftover 'Preview' status from vertical tabs on content type form.

ac011a57314c9af8c91611cbd4193d5260c29b02 authored about 9 years ago by Dan Boulet <[email protected]>
Issue #1305: Replace markup with a link element.

192bcc2ea0328864f54bdba44ef0f9f37f7d5ec9 authored about 9 years ago by Gor Martsen <[email protected]>
Issue #1292: Allow a relative URL for editor images.

94aaa8186ebe879e36ec08caad855424c36d7c5c authored about 9 years ago by Nate Haug <[email protected]>
Merge pull request #1105 from markcarver/patch-1

Fix drupal_array_merge_deep() backwards compatibility function.

306f1b7dff6c31c3dc50eedaa96ca110aa6e87e0 authored about 9 years ago by Nate Haug <[email protected]>
Fix drupal_array_merge_deep()

2e3dd70381192e70a5ffbe96f7625b39ecaeef1a authored about 9 years ago by Mark Carver <[email protected]>
Merge pull request #1094 from quicksketch/1271/db_settings

Issue #1271: Moving advanced database configuration documentation online.

a5070a3ac1d5efb99bcae631b2b0b7484320f33e authored over 9 years ago by Nate Haug <[email protected]>
Issue 1272: Downgrade dev release modules to be notices instead of warnings.

d0e992c88fe137716d84ad84937b0f369bcaba3d authored over 9 years ago by Nate Haug <[email protected]>
Issue #1271: Moving advanced database configuration documentation online.

46cae45a26ac205e9ffbb311ed0d20ed3588b548 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1091 from saintlynn/1266/Typo-in-settings.php

Issue #1266: This fixes typo in settings.php.

a7fa47a2b9caf82730184be492f74a774321350e authored over 9 years ago by Nate Haug <[email protected]>
Issue #1266: This fixes typo in settings.php.

9001e01d15e88c90793caf12d0ffc58390221031 authored over 9 years ago by Lynn St. Pierre <[email protected]>
Issue #1246: Ensure all core modules have a version string.

ed38c816e4fcc8c6ece5047bb3e3d02afc92675b authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1089 from quicksketch/1246/version_check

Issue #1246: Ensure all core modules have a version string.

9cdfeccef402b3591c3d641921ea584109a238d6 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1088 from quicksketch/1247/install_task

Issue #1247: Ensure that the install task is set after installation.

b4978b61a39a91448c302389cfaeafc787b5d7ce authored over 9 years ago by Nate Haug <[email protected]>
Issue #1246: Ensure all core modules have a version string.

5c3664ddd3eb70039d7391288d6300c2a898c7ee authored over 9 years ago by Nate Haug <[email protected]>
Issue #1247: Ensure that the install task is set after installation.

26be11f8188098b5513bf05e6ad7d25a9dbc1dc5 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1079 from quicksketch/1218/system_block_classes

Issue #1218: Allow the system block to have classes.

6fdff641bd2400354d86acd07d817e1eada3aa04 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1087 from quicksketch/1241/core_info_fix

Issue #1241: Version number missing from CKEditor and Date core modules.

387293ac5c5777a06456026aee8569040823cf35 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1087 from quicksketch/1241/core_info_fix

Issue #1241: Version number missing from CKEditor and Date core modules.

d8e1eaa8f888da7b9735270f9800ad03fb1a1379 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1083 from serundeputy/1236/clean_htaccess_for_php5.3_and_up

Issue #1236: Cleaning up .htaccess directives for php versions >= 5.3.

12ee91dfdad7798c93ea645a3e47ba0de11c2980 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1241: Version number missing from CKEditor and Date core modules.

514e7e642fb287d0ffb455827c1ccb7ef6c796f3 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1241: Version number missing from CKEditor and Date core modules.

bb4c2a2ae2e2fe7d8ded0a08fc9210d6c09c1eed authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1084 from quicksketch/1232/duplicate_editor_config

Issue #1232: When multiple editors are on the page, toolbar has duplicates.

3e177515dec8cce77f35fae7b02992872cac826b authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1086 from quicksketch/1244/block_save_dialog

Issue #1244: Text editors within a dialog do not save properly.

86d42b365b52d714a1a1c4bd12c628447e15f61f authored over 9 years ago by Nate Haug <[email protected]>
Issue #1244: Text editors within a dialog do not save properly.

2ee55bd8cacd5b6f2c2ed686f8a9c7f80637e822 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1244: Text editors within a dialog do not save properly.

1ab9f0cb9fb66238e297ce311b01c3f70ed74bd9 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1232: When multiple editors are on the page, toolbar has duplicates.

b1e32454c65cae78645082d2c5225d1241c9e9d0 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1236: Cleaning up .htaccess directives for php versions >= 5.3.

Issue #1236: Cleaning up .htaccess directives for php versions >= 5.3.

030e3902fb84b3d486ad55b385665d545e57456d authored over 9 years ago by Geoff St. Pierre <[email protected]>
Merge pull request #1081 from quicksketch/1240/optimize_find_functions

Issue #1240: Speed up backdrop_find_theme_functions() by searching a filtered list of functions.

805ae35c12be061004fd8e3271f36997b32e23f6 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1240: Speed up backdrop_find_theme_functions() by searching a filtered list of functions.

36183672f307c190c61f511adfc98dea4373290f authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1080 from quicksketch/1230/readme_sponsors

Issue #1230: Adding sponsors to README.

86e5036ccc0e2c9642fd76149930951539aa093a authored over 9 years ago by Nate Haug <[email protected]>
Issue #1230: Adding sponsors to README.

c04d4c7713e4a1836b117991abec353e2b745426 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1218: Allow the system block to have classes.

00b7a5b34f6e28ae73b4922dba98a9a2481cdd84 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1078 from quicksketch/1216/htaccess_symlinks

Issue #1216: Switch .htaccess to use SymLinksIfOwnerMatch.

9c5318b800abad0e59a4670d71359f67cc67801a authored over 9 years ago by Nate Haug <[email protected]>
Issue #1216: Switch .htaccess to use SymLinksIfOwnerMatch.

858faf814b2ecbe64fa08dc3ff6b7d9d5d18f189 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1077 from quicksketch/1210/ckeditor_enabled

Issue #1210: Clarify the if CKEditor is enabled.

9d9991f59bf20c3ed914b7dee5f98153a85cecd0 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1210: Clarify the if CKEditor is enabled.

3d599ae90c8bedf26f2bffdfbb27cd861977e0e9 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1210: Clarify the if CKEditor is enabled.

644bd8d5be931fbebf8ba064024133c3c419c9c3 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1076 from quicksketch/1221/ckeditor_full_screen

Issue #1221: Image dialog does not show above full screen CKEditor.

f7aff4da506dd896f1165904e3ad3377f37ab963 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1221: Image dialog does not show above full screen CKEditor.

eb19b0e53f3d09384db1f9fb111b168ee4935ed0 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1075 from quicksketch/1220/editor_textfield

Issue #1220: Single-line text field elements may break editors.

8a0f4da3cc7257aeaba7261745fe88dfdfbb686e authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1073 from docwilmot/fix-tempstore-views

Issue #1223: CANCEL button does not work in Article Views

74e4b04c158be25149ad68a4b0a2e90568c135a5 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1220: Single-line text field elements may break editors.

9f083582752aa25cef06461d6c8f58ffeaf6ba88 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1223: CANCEL button does not work in Article Views

c75fcd1beaaec4b911a0760a62a638ca3cddb055 authored over 9 years ago by docwilmot <[email protected]>
Merge pull request #1071 from quicksketch/1204/disable_align

Issue #1204: Disable alignment in editor if alignment filter is not enabled.

5732be186f820391a4221fcc577f9415481ef719 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1071 from quicksketch/1204/disable_align

Issue #1204: Disable alignment in editor if alignment filter is not enabled.

ef002d5fcc26fe72b69a93b3027403930db0ba50 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1204: Disable alignment in editor if alignment filter is not enabled.

6b0cfcccf00d10453cbdeaae2bfe5b9a117a1d19 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1204: Disable alignment in editor if alignment filter is not enabled.

0a604ffbc49dfd2e378313d0dad7953112032ba8 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1069 from backdrop/revert-1068-1200/caption_wrap

Revert "Issue #1200: Image caption should wrap."

2cce1c56e7b1e412e273bdc7511ff1387eedc6b7 authored over 9 years ago by Nate Haug <[email protected]>
Revert "Issue #1200: Image caption should wrap."

952ddc73e84e28b3fac9b75451177afd95a16e9f authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1066 from quicksketch/1202/ckeditor_aggregate

Issue #1202: CKEditor does not show up when JS aggregation is enabled.

c8933797154420054ec25b4394f491df8e9f79b3 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1067 from quicksketch/1201/filter_xss_data_attr

Issue #1201: Filter XSS may partially strip data attributes, including data-caption.

d4ee8eb71cbb12d882d026346e3bb2dd39ef5d30 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1068 from quicksketch/1200/caption_wrap

Issue #1200: Image caption should wrap.

411f9acfadd4b3f856aebbc770222ad33985419a authored over 9 years ago by Nate Haug <[email protected]>
Issue #1200: Image caption should wrap.

28ba70b69babb646a6e6079ed09da5c3af7730ff authored over 9 years ago by Nate Haug <[email protected]>
Issue #1201: Filter XSS may partially strip data attributes, including data-caption.

a8542c61a0cca42529e19aa92b323d234feee992 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1202: CKEditor does not show up when JS aggregation is enabled.

f12c655e115b4cf98abb9b499680530bb41213a3 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1202: CKEditor does not show up when JS aggregation is enabled.

3de7b28c64a3795f102dd082906b9c23ad7b8977 authored over 9 years ago by Nate Haug <[email protected]>
Reverting version string.

3ec2ae3e7f4e81061e913b88bc3762b5be95761a authored over 9 years ago by Nate Haug <[email protected]>
Backdrop 1.2.0

ffb626fe5f1d7511e9ed10339c15c47e5bd7eca4 authored over 9 years ago by Nate Haug <[email protected]>
Issue #958: Update manager not configured for layouts

a319cd22429a9fe9254d5827bd9babc8bf7bcca5 authored over 9 years ago by docwilmot <[email protected]>
Merge pull request #1065 from quicksketch/1194/admin_layout_fix

Issue #1194: Pages that are admin-URLs use the wrong layout when a user cannot view the admin th...

af132a30af4cc3583db9d5f8ef92fb31466b76f2 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1194: Pages that are admin-URLs use the wrong layout when a user cannot view the admin theme.

dee15fbda02c86b3323613e6e12d783ad0f1127e authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1064 from quicksketch/jenlampton-1186-hide-plain-text-format

Issue #1186: Clean up filter select and tips.

7dceac5f0c7d13972eb26e4ee8f59a7fa437499c authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1063 from quicksketch/1193/fix_vtabs

Issue #1193: Fixing the hiding/showing of vertical tabs with the new responsive markup.

e333fb3846e13ce6d681d866bcfe678ef1bc72a6 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1193: Fixing the hiding/showing of vertical tabs with the new responsive markup.

8f0e557fdd4e5a3d8a194eaceced860ad8a8a7b6 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1186: Hide the text format list if only one exists. Remove filter tips.

5364a34e632036697cc3a737624210ac5514e2a6 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1017 from docwilmot/layout-hooks

Issue #767: Add hooks for Layout presave/insert/update.

4831dce7b3ff0585fa4d72997f9b35141d866513 authored over 9 years ago by Nate Haug <[email protected]>
Merge branch '1186-hide-plain-text-format' of https://github.com/jenlampton/backdrop into jenlampton-1186-hide-plain-text-format

e312d30583c4149070989e6a493f75909dbda958 authored over 9 years ago by Nate Haug <[email protected]>
Merge pull request #1048 from docwilmot/core-tags

Issue #960: Add project type to core info files.

f3715d66da2618173be8d91473762bcabaf38c16 authored over 9 years ago by Nate Haug <[email protected]>
Issue #767: Add hooks for Layout presave/insert/update

2262a3f083a5d5e91913106e8ab826de014ff4f6 authored over 9 years ago by docwilmot <[email protected]>
Merge pull request #1062 from jenlampton/1189-layout-captions

Issue #1189: Fixed CSS conflict with layouts and captions.

86be0d0dfcd8a0cc47e44b1e93377ba940903217 authored over 9 years ago by Nate Haug <[email protected]>
Issue #1189: Fixed CSS conflict with layouts and captions.

661f6c91cf49419094e50b4bd4e58542b36d8792 authored over 9 years ago by Jen Lampton <[email protected]>
Issue #1186: Make sure Plain text does not appear in the text format drop-down.

218cc6d48b4aa4655c232a2887e45cee8cb75e78 authored over 9 years ago by Jen Lampton <[email protected]>
Issue #1187: Remove filter tips that indicate you can enter HTML when you can't.

0ad51c1f903b7ba9ce61ecb7a7ce41c75a4edd99 authored over 9 years ago by Jen Lampton <[email protected]>