Commit Graph

1307 Commits (002cf94d320b714640b3af5551a07bb5652c191b)

Author SHA1 Message Date
webchick 8a9f7b6d4a Issue #1079214 follow-up by pillarsdotnet: Adjustment to drupal_goto() doc example. 2011-06-01 01:47:29 -07:00
webchick 3d299c4618 Issue #1161240 by barbi, jhodgdon: Added Need documentation of non-matching return value for taxonomy_term_load_multiple(), entity_load_multiple(), and DrupalEntityControlle. 2011-06-01 01:44:36 -07:00
webchick 8ee87a0f52 Issue #1063636 by barbi: Changed drupal_add_css() should reference drupal_get_css(). 2011-05-29 22:41:06 -07:00
Dries Buytaert 09c65ba70e - Patch #759844 by jpmckinney, dixon_, plach, ksenzee, fabsor, pillarsdotnet: overlay does not work with prefixed URL paths. 2011-05-14 08:33:11 -04:00
Dries Buytaert 2a419f61aa - Patch #1089174 by plach: prepare view hooks do not receive the language parameter. 2011-05-13 10:29:20 -04:00
Dries Buytaert cabfacca39 - Patch #1024684 by linclark: omit & in @param statements. 2011-05-08 15:50:38 -04:00
Dries Buytaert 6b951d3f46 - Patch #1136130 by Crell: don't duplicate watchdog level constants. 2011-05-08 15:42:32 -04:00
Dries Buytaert 38311dc976 - Patch #1096446 by plach: entity_label() is not passing along the () parameter. 2011-05-04 20:37:56 -07:00
Dries Buytaert 721b9a1bda - Patch #183435 by gregmac, TR: drupal_http_request() and malformed responses. 2011-04-23 16:34:13 -04:00
Dries Buytaert 125596eeff - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:16 +02:00
Dries Buytaert 3db18a9d19 - Patch #998612 by longwave: drupal_render() doesn't render 0 when set into #markup property. 2011-04-10 23:38:47 +02:00
Dries Buytaert 9ee9817d1b - Patch #733306 by atchijov, carlos8f: add static caching for drupal_parse_info_file(). 2011-04-10 21:38:45 +02:00
Dries Buytaert d34e4a7d19 - Patch #1079214 by drewish: drupal_goto() doc says 'either' but presents only one alternative. 2011-03-20 20:32:21 -04:00
Dries Buytaert 787127df81 - Patch #1089320 by Dave Reid: update version strings and constants to 8.x. 2011-03-20 20:28:12 -04:00
Dries Buytaert 7a8e71e0be - Patch #1031692 by jhodgdon: entity_load() doc should not say to use for more than one load only. 2011-03-19 20:53:17 -04:00
webchick 6dabf4fc47 Issue #1087092 by danillonunes: Fix documentation for drupal_map_assoc() function 2011-03-10 01:17:43 -06:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 570dcc5752 - Patch #892864 by pwolanin, pounard: remove drupal_static() in _drupal_bootstrap_full(). 2011-02-19 13:19:26 +00:00
Dries Buytaert 0b5a09cc64 - Patch #942006 by jhodgdon, heyrocker: documentation for drupal_write_record() doesn't state what happens to missing values on existing records. 2011-02-19 01:01:41 +00:00
Dries Buytaert a5c9ab0759 - Patch #1051184 by mr.baileys: fix doxygen formatting and punctuation in documentation for drupal_parse_info_file(). 2011-02-19 00:33:05 +00:00
Dries Buytaert fa39282ef7 - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'. 2011-02-19 00:09:11 +00:00
Dries Buytaert bd1c87fbea - Patch #1049528 by sreynen: change script example for drupal_parse_info_file() from .css to .js. 2011-02-09 02:23:52 +00:00
Dries Buytaert 2b3c728a56 - Patch #859602 by catch, bfroehle: #cache does not record the #attached declared in child elements. 2011-02-04 21:36:31 +00:00
Angie Byron 5791f3724b #460448 follow-up by ridgerunner: Further optimize CSS aggregation regex. 2011-01-14 08:37:20 +00:00
Dries Buytaert 5f9eda1973 - Patch #930000 by jhodgdon, bleen18: show(), hide(), and render() documentation is misleading. 2011-01-12 23:15:26 +00:00
Angie Byron 913adae6ad #989366 by jhodgdon: Improved documentation of hook_date_formats() 2011-01-03 06:51:00 +00:00
Angie Byron 90a95fd166 #1011308 by droplet: Fixed Call to undefined function decode_entities IN common.inc 2011-01-01 22:35:28 +00:00
Angie Byron a5325d1449 #1011496 by danillonunes: Fixed Duplicate comment line for drupal_render_cid_parts() 2011-01-01 04:03:14 +00:00
Angie Byron 31560e26a7 #1010376 by danillonunes: Fixed drupal_add_js() documentation makes reference to drupal_add_css() 2011-01-01 03:25:01 +00:00
Angie Byron 0e78333485 #1004446 by rfay: Fix typo in documentation. 2010-12-21 19:16:31 +00:00
Angie Byron 64e1efb5b3 Roll-back of #1004446 to test git rebuild scripts. 2010-12-21 19:16:13 +00:00
Angie Byron d1bc85ca8a #1004446 by rfay: Fix typo in documentation. 2010-12-21 19:15:29 +00:00
Angie Byron 9fd8b30dfb #999072 by Damien Tournoud: Fix typo in drupal_system_listing() preventing testing profile from working. 2010-12-15 23:50:56 +00:00
Angie Byron de5b89a072 #714382 by Rob Loach, sun: Fixed Can't retrieve all libraries of a module 2010-12-15 04:21:39 +00:00
Angie Byron 437ba36d19 #987232 by jhodgdon: Fixed PHP wrapper functions topic page has extra text 2010-12-15 03:00:40 +00:00
Dries Buytaert e091d1aca2 - Patch #856732 by mr.baileys: document security details for drupal_attributes(). 2010-12-14 19:25:45 +00:00
Dries Buytaert 8dfb77d097 - Patch #991944 by Jacine: theme_locale_admin_manage_screen() doesn't exist. 2010-12-11 02:22:37 +00:00
Angie Byron 43fac0b20e #994482 by babbage: Fixed Syntax error in drupal_add_js API example 2010-12-10 16:44:53 +00:00
Angie Byron 6d13ffa486 #977346 by jhodgdon, joachim: Fixed More detailed docs for entity_label 2010-12-08 07:06:27 +00:00
Angie Byron 9f5cd5395a #609772 by dww, JacobSingh, ksenzee: Fixed Impossible to extend the FileTransfer class system in contrib 2010-12-01 00:23:36 +00:00
Dries Buytaert 1fb5f62ba5 - Patch #651240 by fago, sun: allow modules to react to changes to an entity. 2010-11-30 19:31:47 +00:00
Dries Buytaert b1177ba603 - Patch #954804 by ksenzee, merlinofchaos: all .js in /misc should be registered as a library. 2010-11-30 17:16:37 +00:00
Angie Byron 35d221ea41 #826486 by kscheirer, drunken monkey, tstoeckler, jhodgdon, sun: Fixed format_date() does not respect admin-defined date formats 2010-11-30 06:30:21 +00:00
Angie Byron 14779b97e1 #917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests). 2010-11-29 04:53:32 +00:00
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