Commit Graph

15515 Commits (262c8781cf68c11d573311eea037c1289d9cac1f)

Author SHA1 Message Date
Greg Dunlap 262c8781cf Also removed nesting here 2011-12-08 09:38:36 +01:00
Greg Dunlap 9273863917 And we're back to non-nested config, which will help us avoid calls to nested_array() functions 2011-12-08 09:35:07 +01:00
Greg Dunlap e7b56dfbf0 Fixed broken js hide code 2011-12-08 09:33:43 +01:00
Greg Dunlap d92f9d511c Missing $ 2011-12-07 22:16:29 +01:00
Greg Dunlap 66efb79c91 Updating references to preprocess js 2011-12-07 22:15:18 +01:00
Greg Dunlap ac51c0e526 Updating references to preprocess css 2011-12-07 22:14:38 +01:00
Greg Dunlap 769e0afdfc Updating references to page compression 2011-12-07 22:13:47 +01:00
Greg Dunlap ee4f6008d0 Updating references to page cache maximum age 2011-12-07 22:11:51 +01:00
Greg Dunlap 8c7ebc0922 Updating references to cache lifetime 2011-12-07 22:09:52 +01:00
Greg Dunlap f9a2916266 Updating references to page cache variable 2011-12-07 22:02:20 +01:00
Greg Dunlap d639dddcf8 Block form alter is working too 2011-12-07 21:56:09 +01:00
Greg Dunlap 7baacd2774 Holy crap most of the performance form is working 2011-12-07 21:53:15 +01:00
Greg Dunlap f2a7dec711 Further work on xml parser 2011-12-07 21:36:10 +01:00
Greg Dunlap 4372e4c92b Working on undoing the system_settings_form stuff in system module 2011-12-07 21:24:50 +01:00
Greg Dunlap 539ee4b7f0 Changed my mind but fixed formatting 2011-12-07 20:58:40 +01:00
Greg Dunlap 4c391b83fa Removed nesting which I don't think is serving a point 2011-12-07 20:45:59 +01:00
Greg Dunlap f82d8b0010 Modified image style XML 2011-12-07 11:51:53 +01:00
Greg Dunlap 5ad0cbfd78 Improved XML parsing functions 2011-12-07 11:45:54 +01:00
Greg Dunlap 4272029053 updated image_effect_load() 2011-12-03 16:12:44 +01:00
Greg Dunlap 3510b99e6a Got styles overview working 2011-12-03 16:06:48 +01:00
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