Commit Graph

15495 Commits (b035fb4f46bb85379354da051483a9112e5d6769)

Author SHA1 Message Date
Greg Dunlap b035fb4f46 Massively simplified image_style_load() since and no longer apply 2011-12-02 16:18:24 +01:00
Greg Dunlap a803505f4a Starting to work through image style edit form 2011-12-02 16:06:52 +01:00
Greg Dunlap aea01c1c9d Removed image_image_default_styles() which will no longer be used 2011-12-02 15:19:07 +01:00
Greg Dunlap 794e62f999 Removed 'Settings' column from image style listing since we don't use it anymore 2011-12-02 15:12:20 +01:00
Greg Dunlap f480afe9f4 Starting to convert image styles to CMI. Ported image_styles() function 2011-12-02 14:45:45 +01:00
Greg Dunlap 035cd48649 Fixing path to config.inc 2011-11-30 13:27:40 +01:00
Greg Dunlap c1c2ceab25 Fixing problems related to corepocalypse merge 2011-11-30 13:17:28 +01:00
Greg Dunlap 4eb660a57f Fixing problems related to corepocalypse merge 2011-11-30 13:16:05 +01:00
Greg Dunlap 6f72bc30bd Merge remote-tracking branch 'core/8.x' into 8.x-file-config 2011-11-30 11:59:47 +01:00
Greg Dunlap 9032509c26 Merge from corepocalypse 2011-11-30 11:46:45 +01:00
catch 5ab5617cb3 Issue #1323720 by xenophyle: Clean up API docs for block module. 2011-11-30 12:40:49 +09:00
catch 6e3fc945f9 Issue #1325116 by xenophyle, xjm: Clean up API docs for Aggregator module. (followup) 2011-11-30 12:16:37 +09:00
catch c237d184ba Issue #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), allow hook_mail_alter() implementation to cancel mail. 2011-11-30 12:13:51 +09:00
catch cfafc141b3 Issue #1349610 by bartlantz: Added make the subtopics of Field API link back to it. 2011-11-30 11:42:42 +09:00
catch 782b1cfb07 Issue #1315008 by bfroehle: Remove unnecessary validation in user/node list filtering. 2011-11-30 11:13:33 +09:00
Dries 9988cc614f - Patch #1314384 by Pol, Gábor Hojtsy, plach: remember the provider that selected the language for later use. 2011-11-29 06:54:26 -05:00
catch efe0a73b29 Issue #334024 by klausi, catch, beejeebus, sun: Use const keyword to define constants instead of define(). 2011-11-29 18:56:53 +09:00
Greg Dunlap 614292a16a Removed execute perms 2011-11-29 09:45:17 +01:00
catch c42985ffb3 Issue #1301460 by loganfsmyth, good_man, Gábor Hojtsy, xjm: Decouple domain/path language negotiation storage from language config storage. 2011-11-29 11:23:49 +09:00
catch 7135589c89 Issue #1309278 by basic, Niklas Fiekas: Added Make PDO connection options configurable. 2011-11-28 23:58:50 +09:00
catch 7a434fd919 Issue #1313980 by jn2: Clean up API docs for node module. 2011-11-28 20:44:25 +09:00
Greg Dunlap 9d5e4705c2 Moving config.inc into core includes folder 2011-11-28 10:33:08 +01:00
Nathaniel ca25078259 Issue #1326638 by sven.lauer, jhodgdon: Clean up API docs for field_ui() module. 2011-11-28 16:47:32 +09:00
Nathaniel 07b29cbae4 Issue #1212992 by xjm, chx, beejeebus, rump, BTMash, bfroehle: Fixed Prevent tests from deleting main installation's tables when parent::setUp() is not called. 2011-11-28 16:21:58 +09:00
catch f8fc0dba31 Issue #1164926 by fastangel, good_man, Gábor Hojtsy: Fixed Nodes need to have languages specified separately for accessibility. 2011-11-25 20:31:30 +09:00
Nathaniel 129de63e06 Issue #1260716 by good_man, Gábor Hojtsy, emarchak, David_Rothstein, ezra-g: Improve language onboarding user experience. 2011-11-25 15:22:29 +09:00
Nathaniel 7cc8d7679a Issue #1322278 by rocket_nova: Fixed documentation problem with theme, doesn't link to theme functions list. 2011-11-25 13:12:07 +09:00
Nathaniel a272f10f1b Issue #673224 by jhodgdon, aspilicious, rocket_nova: Fixed None of the hooks in field.api.php are grouped as such. 2011-11-25 12:35:12 +09:00
Nathaniel 8b5bcb2a66 Issue #1336170 by rvilar, Gábor Hojtsy: Fixed Incorrect schema in locale module update tests . 2011-11-25 12:19:32 +09:00
Nathaniel 1b4dfed494 Issue #1025796 by jthorson, Rob Loach, tim.plunkett, alex_ustinov: Fixed Rename path to uri in image functions. 2011-11-25 12:09:40 +09:00
webchick 2517db019f Issue #1329914 follow-up by chx: Improve comments in drupal_path_initialize() 2011-11-24 13:42:45 -08:00
webchick ed03c4bb75 Issue #1332648 by sven.lauer, jhodgdon, xjm: Clean up API docs for contextual module. 2011-11-24 13:29:07 -08:00
webchick 554ea9ecf9 Issue #1198398 by jm@bellcom.dk, AllRob: Fixed Timezone selected on install not correctly saved to admin user account. 2011-11-24 13:27:12 -08:00
catch 6b54d34b06 Issue #93854 by pillarsdotnet, Steven Jones, Dave Reid, ericduran, das-peter, et al.: Fixed Allow autocompletion requests to include slashes. 2011-11-24 22:47:43 +09:00
catch 4325efbd46 Issue #1331350 by beejeebus, plach, catch: Fixed [Upgrade path broken] Entity module not enabled during D8 upgrade. 2011-11-24 11:21:22 +09:00
Dries 4e8234c519 - Patch #813540 by jbrown, chx: comparisons involving NULL must never return true. 2011-11-23 20:30:00 -05:00
Dries 2a378fe5c6 - Patch #1167996 by rocket_nova, Sheldon Rampton: UPGRADE.txt needs to say all D6 contrib modules need to be upgraded to their latest D6 versions before the D6->D7 update. 2011-11-23 20:14:00 -05:00
Greg Dunlap 75394dc0f3 Handling merge conflicts 2011-11-23 09:10:26 +01:00
Greg Dunlap 0c319e7c29 Merge remote-tracking branch 'core/8.x' into 8.x-file-config 2011-11-23 09:01:38 +01:00
Dries ac1742bf42 - Patch #1206992 by oriol_e9g: fixed Field UI error message and incorrect type level. 2011-11-22 21:03:34 -05:00
Dries 926564d877 - Patch #576304 by rocket_nova, sivaji: three roles now, not two -> explain the Administrator role on the Roles page!. 2011-11-22 20:59:26 -05:00
Dries bf06ae7da9 - Patch #1196112 by rocket_nova: taxonomy_get_parents() return value documentation isn't complete. 2011-11-22 20:37:29 -05:00
Dries 371f1a1e88 - Patch #1087940 by drewish, rocket_nova: document that wildcard % doesn't work as first argument in menu paths. 2011-11-22 20:32:00 -05:00
Dries da6015e052 - Patch #1297410 by bhosmer, bfroehle: drop remnants of #node_edit_form(). 2011-11-22 20:18:35 -05:00
Dries 97c83c4f4d - Patch #1289208 by minorOffense, skottler, rocket_nova: REQUEST_TIME documentation is misleading. 2011-11-22 20:12:55 -05:00
Dries 77006b272c - Patch #1302364 by Chi, realityloop: duplicate status check in forum_field_storage_pre_update(). 2011-11-22 20:07:30 -05:00
Dries 9460a7912e - Patch #1332580 by sven.lauer: clean up API docs for color module. 2011-11-22 19:57:49 -05:00
Dries 26e0575cdf - Patch #1280674 by TR, DamZ: submit button 'floats' during ajax submission. 2011-11-22 19:54:51 -05:00
Dries 835068dda2 - Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, sven.lauer: drupal_alter() fails to order modules correctly in some cases. 2011-11-21 22:17:33 -05:00
Dries 5c6a1c7137 - Patch #1302986 by stBorchert: added Save and add terms. 2011-11-21 22:11:12 -05:00