Commit Graph

19233 Commits (273499059dab03fbd4c6dee73e44116d498cff05)

Author SHA1 Message Date
Dries d24c6ee7e8 Issue #1869292 by Gábor Hojtsy: Remove confusing 'multiple' language from core. 2012-12-19 15:35:47 -05:00
catch 2df1b2a2a9 Issue #1440662 by marthinal, sun, nod_, bdone: Fixed Prevent links in node preview from being clicked. 2012-12-19 17:26:18 +00:00
catch 99f1870e85 Issue #1773832 by goldorak, dawehner, fastangel, tim.plunkett: Fixed Replace usage of drupal_attributes(), refactor to use Attribute better. 2012-12-19 17:10:45 +00:00
catch 7e5525c3a9 Issue #1867452 by kiamlaluno: Fixed rest_help() shows the wrong URL. 2012-12-19 17:08:45 +00:00
catch 4ed7a7d6aa Issue #1552396 by andypost, sun, tim.plunkett, amateescu, YesCT: Convert vocabularies into configuration. 2012-12-19 17:06:30 +00:00
catch 814027279f Issue #1012620 by Berdir, kbasarab, YesCT: added tests for date format case sensitivity. 2012-12-18 11:14:44 +00:00
catch c783542c40 Issue #1862344 by damiankloip, tim.plunkett: Combine the Views plugin managers. 2012-12-17 22:48:16 +00:00
catch 206598cc42 Issue #1826604 by dawehner, damiankloip, tim.plunkett: Add a dropbutton field handler to Views. 2012-12-17 22:38:55 +00:00
catch c34cdb0246 Issue #1837982 by tim.plunkett, dawehner: Fixed Contextual links within the Views UI preview are broken. 2012-12-17 22:35:26 +00:00
catch 838a9e573c Issue #1817582 by dawehner, damiankloip, tim.plunkett: Added Lazy load display plugins. 2012-12-17 22:29:36 +00:00
Dries 341e9f66ea Issue #1825278 by hrmoller, damiankloip: Add parenthesis to new stdClass calls in theme.inc. 2012-12-17 17:06:33 -05:00
Dries e43e77b735 Issue #1867310 by damiankloip: ViewExecutable::createDuplicate() is weird. 2012-12-17 17:00:38 -05:00
Dries 2aa87d3993 Issue #1778478 by dstol, cam8001, Albert Volkman, japicoder, ACF: Convert fast_404 to CMI. 2012-12-17 16:56:35 -05:00
Dries f55649698c Issue #1705920 by tim.plunkett, sun, underq, javier.alejandr...: Convert all calls to procedural drupal_array_()*() functions to Drupal\Component\Utility\NestedArray. 2012-12-17 16:54:13 -05:00
Dries 3a150c7154 Issue #1867390 by dawehner: remove unused test yml files. 2012-12-17 16:49:06 -05:00
Dries ca2f0a8c0d Issue #1864720 by yched: Minor hysteresis in field_info_instances(). 2012-12-17 16:47:16 -05:00
Dries eea79f9b44 Issue #1866544 by Sutharsan: Improve Locale batch progress and result messages. 2012-12-17 16:45:18 -05:00
Dries 08b2115339 Issue #1864216 by larowlan: No docblock for several functions in user.module. 2012-12-17 16:42:24 -05:00
Dries 05ffc3fd3e Issue #1864472 by Sutharsan: Warning when tries to delete English after non-English install, locale_translation_status_delete_languages(). 2012-12-17 16:40:36 -05:00
Dries 391197241f Issue #1858600 by sun: 'Filter log messages' details on Recent log messages page applies bogus floats. 2012-12-17 16:35:51 -05:00
catch b9be32ec79 Issue #1187726 by beejeebus: remove dead global $conf declaration. 2012-12-17 11:09:56 +00:00
catch 452ee7ac9e Issue #1187726 by yched: add a comment to field_test_module_implements_alter(). 2012-12-17 11:09:01 +00:00
catch a7d11509b1 Issue #1821612 by dawehner, larowlan: Fixed Views comment RSS plugin calls comment_view() with wrong arguments. 2012-12-17 10:51:09 +00:00
Dries bc93618d2b Issue #1629994 by Aron Novak, oadaeh, yurtboy: Fixed Mail functions reference obsolete RFC. 2012-12-14 21:42:57 -05:00
Dries ff8202a71c Issue #1832872 by dead_arm, Hydra, tim.plunkett, dawehner: Add visual emphasis on search box/filtering. 2012-12-14 21:39:15 -05:00
Dries fec72c2224 Issue #1864360 by oadaeh: Clean up some inconsistencies with @link...@endlink. 2012-12-14 21:26:51 -05:00
Dries d08da8f843 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-12-14 21:25:54 -05:00
Dries efe2e462d5 Issue #1864188 by johnshortess | hefox: Fixed user_filters() invokes hook_permission() with argument 'permission' (('permission')). 2012-12-14 21:19:07 -05:00
catch 3cbb4d38b1 Issue #1853226 by yched, fubhy, tim.plunkett: Fixed Improve performance of CacheDecorator. 2012-12-15 01:07:11 +00:00
catch 08fc6f3971 Issue #1859884 by dawehner, tstoeckler: Convert user link fields to use entities. 2012-12-15 00:56:41 +00:00
catch bc801aab00 Issue #1187726 by chx, Berdir, Fabianx, sun: Fixed Add caching for configuration / rework config object loading. 2012-12-14 22:30:50 +00:00
Dries 6d29b0ee32 Issue #1846000 by damiankloip, linclark, dawehner: Add serializer support for JSON and AJAX. 2012-12-14 13:29:50 -05:00
Dries 79fa70ee6d Issue #1839624 by dawehner: add a views integration for entity_test().module. 2012-12-14 12:16:07 -05:00
Dries 70b7301520 Issue #1846582 by klausi, katbailey: restrict data retrieving routes to media type. 2012-12-14 11:33:32 -05:00
Dries f03337ade5 Issue #1825044 by sun: turn contact form submissions into full-blown Contact Message entities, without storage. 2012-12-14 11:16:41 -05:00
Dries 3250f84ace Issue #1849570 by das-peter, marcingy: remove file.inc ties and fix unlink while at it in MTimeProtectedFastFileStorage . 2012-12-14 10:20:02 -05:00
Dries c1bf249401 Issue #1864218 by larowlan: Incorrect docblocks for all methods in Drupal\entity_test()\EntityTestAccessController. 2012-12-14 10:16:44 -05:00
Dries 6448d0e61c Issue #1865560 by sun: user register config override from Testing profile. 2012-12-14 10:13:23 -05:00
Dries 646d120fd4 Issue #1851788 by blake.thompson: fixed hook_menu() doesn't mention 'expanded'. 2012-12-14 10:10:27 -05:00
catch 6810dfa827 Issue #1864292 by effulgentsia: Fixed Installation in non-English language fails. 2012-12-13 13:04:37 +00:00
catch 56a7c639e3 Issue #817118 by Sylvain Lecoy, bfroehle, Stevel: Tests for remove {authmap} and migrate OpenID entries to their own table. 2012-12-13 13:00:10 +00:00
catch 91788849dd Issue #1824920 by sun, xjm: Fixed duplicate update numbering. 2012-12-13 12:40:43 +00:00
catch 2b5616298b Issue #1824920 by cam8001, justafish: Convert variable 'theme_link()' to config system. 2012-12-13 12:25:46 +00:00
catch 79c34ed57a Issue #1029460 by sun: Find a better hook than hook_init() for drupal_add_js() and drupal_add_css(). 2012-12-13 12:23:00 +00:00
catch 20c3db0133 Issue #1862656 by sun: Move field type modules out of Field API module. 2012-12-13 12:21:22 +00:00
catch ec9f9b5ed5 Issue #1799218 by ACF, Albert Volkman, anenkov, penyaskito, znerol, LinL: Convert taxonomy_override_selector() and taxonomy_terms_per_page_admin() variables to use configuration system. 2012-12-13 12:18:30 +00:00
catch 380cdbc6f1 Issue #1849792 by damiankloip: Abstract usage of 'config_prefix' on ConfigStorageController into getConfigPrefix method. 2012-12-13 12:14:32 +00:00
catch 23c83da4fa Issue #1857324 by Berdir, tim.plunkett: Use default theme name and entity key in $build for user entity. 2012-12-13 12:11:18 +00:00
catch af4765fa77 Issue #1815930 by gbrands, amontero: Fixed Update watchdog message in file_unmanaged_copy() with correct string/variable replacement values. 2012-12-13 12:07:13 +00:00
catch 5c16622ac2 Issue #1851180 by heyrocker: Add deleteAll() function to Drupal\Core\Config\StorageInterface. 2012-12-13 12:05:46 +00:00