Commit Graph

17338 Commits (3c0da100087b599667af56fff6db5d44a22b5254)

Author SHA1 Message Date
catch 3c0da10008 Issue #1760330 by s.Daniel: Fixed Hide vulnerable drupal install.php sites from search engines. 2012-09-05 13:53:41 +01:00
webchick a1bdd97474 Issue #1177830 by sun, tstoeckler, Tor Arne Thune: Shortcut_install() should be in standard_install(). 2012-09-04 20:13:17 -07:00
Dries 8be648df86 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-09-04 17:42:28 -04:00
Dries 8bcecca1fb Issue #1768576 by heyrocker, sun: Remove role names from the ->roles array. 2012-09-04 17:42:14 -04:00
webchick b787545fb5 Issue #846182 by reglogge, szantog, geerlingguy: Fixed Seven theme form buttons have no hover state. 2012-09-04 14:36:10 -07:00
webchick f2e4ea1f57 Issue #1773032 by Jorrit, quicksketch: Fixed Non-standard and pointless name attribute added to Content-Type header. 2012-09-04 14:29:17 -07:00
webchick d33147a22d Revert "Issue #1586356 by dww, amateescu: Fixed Missing 'weight' support from hook_field_widget_info() makes it impossible to sanely order widgets."
This reverts commit 2ffe4abd01. Totally, totally wrong commit message.
2012-09-04 14:16:08 -07:00
webchick 2ffe4abd01 Issue #1586356 by dww, amateescu: Fixed Missing 'weight' support from hook_field_widget_info() makes it impossible to sanely order widgets. 2012-09-04 14:15:29 -07:00
Dries 3da9d8b29a Issue #1772102 by fago: Remove StorageControllerInterface in favour of EntityStorageControllerInterface. 2012-09-04 17:06:28 -04:00
Dries a59d92e007 Issue #1761086 by cam8001, Berdir: Fixed Caching in image_effects_definitions() broken. 2012-09-04 17:04:40 -04:00
Dries 7e504e933e Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-09-04 17:02:42 -04:00
webchick 7e97629745 Issue #1768484 by dagmar, sun: Fixed Indentation in YAML files violates Drupal coding standards. 2012-09-04 13:58:37 -07:00
webchick 8366ed1a84 Issue #1668332 follow-up by swentel, webchick: CHANGELOG.txt entry for Added an E-mail field type into core. 2012-09-04 13:46:40 -07:00
webchick b198864ff6 How about a YAML file? That'd help. 2012-09-04 13:40:35 -07:00
webchick 5efb185fbd Issue #1705748 by n3or, tim.plunkett, sun, xjm, boombatower: Convert simpletest settings to configuration system. 2012-09-04 13:20:31 -07:00
webchick f1cde31fa5 Issue #1702080 follow-up by sun: PHPDoc fix. 2012-09-04 13:17:40 -07:00
Jennifer Hodgdon ced5a47a33 Issue #1765918 by TravisCarden: Fix docs for drupal_get_messages function 2012-09-04 09:38:50 -07:00
Jennifer Hodgdon abf8680d0e Issue #1326600 by batigolix: Add class docs header to dblog test 2012-09-04 09:37:02 -07:00
catch 8f785ff8de Issue #1637478 by alexpott, pounard, catch, fubhy: Fixed Add a PHP array cache backend. 2012-09-04 15:00:37 +01:00
catch 4b5fad5475 Issue #1702080 by sun, chx: Added Introduce canonical FileStorage + (regular) cache. 2012-09-04 14:51:51 +01:00
catch 4f37cf0255 Issue #1700382 by Albert Volkman, cam8001: Replace remaining references to drupal_attributes() with new Attributes(). 2012-09-04 14:32:47 +01:00
webchick d62c798d09 Issue #1772466 by nod_: Fixed Broke overlay with the dependency patch. 2012-09-03 21:21:47 -07:00
catch 7e54f17b79 Issue #1713564 by alexpott, sun: Make Config\FileStorage instantiate Yaml\Dumper and Yaml\Parser only once. 2012-09-03 11:56:01 +01:00
catch bfc2352bab Issue #1586356 by dww: Fixed Missing 'weight' support from hook_field_widget_info() makes it impossible to sanely order widgets. 2012-09-03 11:52:05 +01:00
webchick aa9744b1bd Issue #1719530 follow-up by sun: SimpleTest hasn't been converted to CMI yet; add a stop-gap rename in conf array. 2012-09-02 16:08:23 -07:00
webchick e4c2a57830 Issue #934714 by swentel, caiovlp, Coornail: Fixed Cannot add frontpage as shortcut. 2012-09-01 22:38:28 -07:00
webchick bea70831ae Issue #1429442 by Jody Lynn, gnuget, nrambeck, sun: Fixed Access denied page shown after submitting form that creates a unpublished node. 2012-09-01 22:33:30 -07:00
webchick 3daa24de6f Issue #1684930 by amontero: Added description to 'administer filters' permission. 2012-09-01 22:29:25 -07:00
webchick 296124aa4c Issue #1595594 by Alan D.: Path modules node alter uses collapsible and collapsed attributes in the 'alias' text field. 2012-09-01 22:27:57 -07:00
webchick cd15c2a774 Missing tests. I bet it'll work better now. 2012-09-01 22:15:41 -07:00
webchick e6a4819eef Issue #1751082 by das-peter: Fixed Undefined index: langcode in language_admin_edit_form_validate(). 2012-09-01 22:14:51 -07:00
webchick de473408a6 Issue #1742958 by DamienMcKenna, jhodgdon: Fixed All spellings of URI should be uppercase. 2012-09-01 21:50:06 -07:00
webchick 5d6161202c Issue #1700210 by nod_, aaronbauman: Fixed After editing a field machine name, then re-ordering the field, machine name field disappears. 2012-09-01 21:44:55 -07:00
webchick 30eee08939 Issue #1766186 by beejeebus: Move test prefix munging earlier in the bootstrap. 2012-09-01 21:40:07 -07:00
webchick a5d9872265 Issue #1668332 by rbayliss, Devin Carlson, sun: Added E-mail field type to core. 2012-09-01 20:34:27 -07:00
webchick 4a32c5d36e Issue #1764634 by tim.plunkett, nod_: Fixed Drupal.settings is only populated if a custom setting is added. 2012-09-01 19:23:09 -07:00
webchick c58b08ae9c Issue #1761040 by sun, tim.plunkett, fago, effulgentsia: Rename Storable, Entity, and Configurable to Entity, ContentEntity, and ConfigEntity. 2012-09-01 19:21:35 -07:00
webchick 620eaf7b34 Issue #1754070 by tim.plunkett, dead_arm: Fixed Editing and re-saving a node with tagged taxonomy terms removes terms from node. 2012-09-01 19:15:07 -07:00
Dries 958d9ad009 Issue #1507556 by C. Lee: remove colon from label for multi-valued field form. 2012-09-01 19:31:50 -04:00
Dries 0883beab11 Merge branch '8.x' of git.drupal.org:project/drupal into 8.x 2012-09-01 08:15:21 -04:00
Dries 6ee939ee97 Issue #253157 by Maxtorete, j.somers, FiNeX, 5ven, fastangel, jibran, penyaskito: added 'Translate own content' permission, rename 'Translate content' to 'Translate all content'. 2012-09-01 08:15:08 -04:00
Dries 6f6cc1f984 Issue #1744228 by Dave Reid, nod_, penyaskito: auto-detect the language code of an imported file by file name. 2012-08-31 21:59:54 -04:00
Dries f82f9df2e1 Issue #1738330 by k4v, das-peter, jsbalsera, bforchhammer, Schnitzel: confusing Language negotiation when accessing /. 2012-08-31 21:49:06 -04:00
webchick af7a3a8d3e Issue #1724252 by sun: Replace /sites/all/* with top-level directories. 2012-08-31 18:01:32 -07:00
webchick aba77548a1 Issue #1730760 by sun: Fixed theme_task_list() does not use installer-compatible get_t(). 2012-08-31 17:17:31 -07:00
catch 12075c974c Issue #1684862 by droplet, frega, nod_, sxnc: JSHint overlay. 2012-08-31 21:39:08 +01:00
catch cbe1b8b823 Issue #1756862 by xjm, damiankloip: Create declared property on ConfigStorageController for uuidKey. 2012-08-31 21:37:28 +01:00
catch c56e41ae85 Issue #1751398 by oxyc: Selectors clean-up: menu module. 2012-08-31 21:26:21 +01:00
catch 6e74154a55 Issue #1684812 by droplet, seutje, nod_: JSHint tabledrag.js. 2012-08-31 21:18:17 +01:00
webchick 85e654633f Issue #1468328 follow-up by Berdir, sun: Enable File module if enabling Update module in minimal profile. 2012-08-31 10:19:49 -07:00