Commit Graph

1263 Commits (1a685474e698ce3e90dbae87f6a1f83966d9ef63)

Author SHA1 Message Date
Angie Byron bf2c1934b9 #672954 by effulgentsia, Jacine: Fixed Wrap inline CSS with explicit CDATA 2010-11-22 05:22:43 +00:00
Angie Byron 0e35d4d818 #601548 follow-up by David_Rothstein: Remaining clean-ups from drupal_placeholder() patch. 2010-11-22 04:33:02 +00:00
Angie Byron f5ebd774b1 #972918 by jhodgdon: Add api documentation for class attribute for the l() function 2010-11-21 10:05:27 +00:00
Angie Byron d35abf8f71 #880368 by tstoeckler, jhodgdon: Fixed Document how to load external files with #attached 2010-11-20 09:46:22 +00:00
Angie Byron ed4b74024a #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in entity_load() 2010-11-20 09:43:43 +00:00
Angie Byron 7ec15ec285 #460448 follow-up by chx: Replace advanced regex incompatible with PCRE < 7.2 with function-based approach. 2010-11-20 08:27:52 +00:00
Angie Byron 4cc8ae69a1 #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly extended. 2010-11-20 06:49:47 +00:00
Angie Byron 8a482a4fda #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() includes settings twice and breaks certain JS files. 2010-11-20 05:02:46 +00:00
Angie Byron 1a91990cae #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to theme_menu_local_tasks() theme function 2010-11-20 04:03:51 +00:00
Dries Buytaert 0a985cdac9 - Patch #934774 by Coornail, Damien Tournoud: Css aggregation includes a lots of empty newlines. 2010-11-17 04:15:37 +00:00
Angie Byron ab21e07bbd #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: themes are unable to render one group of node links separately from another. 2010-11-14 21:04:45 +00:00
Dries Buytaert 346854c12e - Patch #927406 by Damien Tournoud, carlos8f, george@dynapres.nl, amateescu, Volx: colorable themes fail when CSS aggregation is enabled due to improper stream wrapper usage. 2010-11-13 14:06:43 +00:00
Dries Buytaert b51569528f - Patch #745590 by justinrandell, effulgentsia, yched, quicksketch, eojthebrave: #managed_file() element does not work when #extended not TRUE, or when ancestor element doesn't have #tree=TRUE. 2010-11-13 14:04:08 +00:00
Dries Buytaert 566c39e7a3 - Patch #914792 by sun, moshe weitzman, effulgentsia: custom element properties entirely override default element info properties. 2010-11-12 02:59:30 +00:00
Dries Buytaert d3852cd3f5 - Patch #961136 by sun: move system_sort_by_title() into common.inc. 2010-11-07 18:33:53 +00:00
Dries Buytaert 0447e92bf3 - Patch #801632 by sun, Jacine: make phptemplate the default engine to simplify .info file. 2010-11-07 00:27:20 +00:00
Dries Buytaert 6e6761edaa - Patch #961908 by dalin, Damien Tournoud: make drupal_attributes() faster. 2010-11-05 01:29:20 +00:00
Dries Buytaert 25bc5f030d - Patch #582584 by JohnAlbin: form_required_marker() isn't passed the form element (theme_hook() definition is wrong). 2010-10-28 02:00:27 +00:00
Dries Buytaert 7c95deecb1 - Patch #952768 by jhodgdon: () parameter in drupal_add_library() and drupal_process_attached() undocumented. 2010-10-28 00:08:24 +00:00
Dries Buytaert c705279a7a - Patch #950662 by amateescu: documentation improvements for drupal_http_request() 2010-10-26 15:17:50 +00:00
Dries Buytaert 3cbd47d145 - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to fully participate in D7 AJAX framework features. 2010-10-21 19:31:39 +00:00
Dries Buytaert c7e9857de4 - Patch #945332 by webkenny: allow 'tel:' protocol through drupal_strip_dangerous_protocols(). 2010-10-21 11:58:19 +00:00
Dries Buytaert 922b51e7b9 - Patch #945118 by Island Usurper: fixed documentation formatting for drupal_add_js(). 2010-10-20 00:45:39 +00:00
Angie Byron ab190206e7 #642160 by boombatower, Damien Tournoud: Make debug() message more usable. 2010-10-16 00:00:17 +00:00
Dries Buytaert 563c673ea3 - Patch #101227 by mikeytown2, Owen Barton, grendzy: added Gzip aggregated CSS and JS. 2010-10-11 23:49:48 +00:00
Angie Byron ef474193ad #895140 by alexpott, jp.stacey, matason, David_Rothstein: Fixed _system_rebuild_module/theme_data() choose 6.x over 7.x versions. 2010-10-09 08:05:15 +00:00
Dries Buytaert 7faedbdd5f - Patch #460448 by sun: some CSS rules are broken once CSS aggregation is enabled. 2010-10-08 15:36:12 +00:00
Angie Byron 44c2bfdcd1 #898040 by jhodgdon: Replace @name with @defgroup in PHPDoc. 2010-10-08 05:07:53 +00:00
Angie Byron 65b99dc85f #895014 by Damien Tournoud, chx, catch: Fixed all fields of a node type are lost on module disable. 2010-10-07 00:28:20 +00:00
Dries Buytaert 77c85e329a - Patch #932016 by fago, klausi: fixed entity_load() defaults 2010-10-06 13:45:56 +00:00
Dries Buytaert 6893d4313f - Patch #931352 by LaurentAjdnik: documentation fixes. 2010-10-06 13:39:54 +00:00
Dries Buytaert facc581013 - Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: optimize JS/CSS aggregation for front-end performance and DX. 2010-10-05 19:59:10 +00:00
Dries Buytaert 5a23b3fdb9 - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework. 2010-10-04 17:46:01 +00:00
Dries Buytaert ae28425926 - Patch #904994 by Dave Reid: fix watchdog behavior. 2010-10-03 23:32:55 +00:00
Angie Byron 6b2b3eb931 #901062 by effulgentsia, ygerasimov, et al: Fixed regression: themes can no longer remove stylesheets by overriding them in .info files. 2010-10-03 05:11:16 +00:00
Angie Byron bf751d9a94 #651086 follow-up by carols8f: Fix cache clearing is an ineffective mess. 2010-10-01 18:37:23 +00:00
Dries Buytaert 3780b17654 - Patch #921606 by munzirtaha, bleen18: various code uses is_null(). 2010-09-26 23:31:36 +00:00
Dries Buytaert 7494238062 - Patch #910156 by sun: remove 'description' keys from schema cache. 2010-09-25 02:00:06 +00:00
Dries Buytaert e22b2153a2 - Patch #140783 by sun: a select list without #default_value() always passes form validation. 2010-09-24 21:36:22 +00:00
Dries Buytaert 0274491dea - Patch #921098 by munzirtaha: !is_null() should be replaced by isset because it's faster. 2010-09-24 02:48:35 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Dries Buytaert 63b9e4770b - Patch #908282 by jbrown: theme_image() performs I/O. 2010-09-22 03:24:09 +00:00
Dries Buytaert 1d9f387c7c - Patch #732914 by Jacine, sun, reglogge, cosmicdreams: improve the markup/CSS for content and user filter forms. 2010-09-17 14:53:22 +00:00
Dries Buytaert 2c10d1526f - Patch #740834 by makononov, sun: form elements cannot be rendered without form_builder(). 2010-09-16 20:14:49 +00:00
Angie Byron a3bc10c4ab #910190 by sun: Remove schema cache from needlessly being loaded on all pages. Performance improvement. 2010-09-15 04:34:27 +00:00
Angie Byron 86226679d9 #763376 follow-up by andypost: Fix typo. 2010-09-13 06:44:58 +00:00
Angie Byron 7e99fdd222 #734234 by quicksketch, moonray, Melissamcewen, ekes, flobruit: Fixed Radio buttons throw warning in element_children() if keyed with '' (empty string). 2010-09-13 06:41:23 +00:00
Angie Byron b06d19e349 #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. title on node). 2010-09-11 06:03:12 +00:00
Dries Buytaert dde1858249 - Patch #904994 by douggreen, chx: watchdog should always use replaceable argument. 2010-09-11 01:47:14 +00:00
Angie Byron e4aab2d289 #763376 follow-up by fago, sun, effulgentsia: Minor adjustments to drupal_array_set/get_nested_value(). 2010-09-10 07:58:40 +00:00