summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* Issue #1258176 by sven.lauer: API doc for element_children() is only useful ↵webchick2011-10-16
| | | | for people who already know what 'children' are.
* Issue #1253828 by sven.lauer: Fixed drupal_render() doc should explain what ↵webchick2011-10-09
| | | | 'child' means.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1057242 by drunken monkey: Change notice for entity_uri() should not ↵webchick2011-09-30
| | | | use ->uri (was ->uri doesn't match the contract for uri callbacks).
* Issue #76824 by geerlingguy, xjm, droplet, kbahey: Change notice for Drupal ↵webchick2011-09-30
| | | | should not handle 404 for certain files.
* Issue #1113702 by franz: Fixed Comment in url_is_external() wrong.webchick2011-09-30
|
* - Patch #1282986 by valthebald: password of '0' ignored in ↵Dries Buytaert2011-09-25
| | | | drupal_http_request().
* - Patch #1265586 by James_Stallings, edmund.kwok: remove bitter tasting ↵Dries Buytaert2011-09-07
| | | | 'bile' in core documentation ;).
* Issue #978944 by Aron Novak, chx, ksenzee: Fixed Handle exceptions thrown in ↵webchick2011-08-30
| | | | cron.
* - Patch #1259096 by Akaoni: cache Bin cache_path() is never cleaned up.Dries Buytaert2011-08-26
|
* - Patch #732992 by adrinux, sreynen, David_Rothstein, jensimmons, Damien ↵Dries Buytaert2011-08-12
| | | | Tournoud, marcingy, Dave Reid | Sp.Shut: Added Allow filter_xss_admin() to accept HTML5 tags.
* - Patch #1246376 by sun: HTTP_REQUEST_TIMEOUT constant value is not negative.Dries Buytaert2011-08-12
|
* - Patch #1232722 by peterpoe: drupal_process_states() - doc listing states ↵Dries Buytaert2011-08-10
| | | | is not quite right.
* Issue #1067750 by yched, fago: Let Field API fail in a tale-telling way on ↵webchick2011-07-28
| | | | invalid .
* Issue #1222794 by gapple, jhodgdon: Fixed drupal_add_css() support for ↵webchick2011-07-28
| | | | stream wrappers not documented.
* - #1180100 by barbi: Fixed drupal_attributes() doc should mention the space ↵webchick2011-07-10
| | | | at beginning of return value.
* Issue #1136130 follow-up by pillarsdotnet: Document why WATCHDOG_* constants ↵webchick2011-07-04
| | | | are necessary.
* Issue #1179582 by dalin: Changed l() documentation should mention that ↵webchick2011-07-03
| | | | sanitization is not performed when HTML => TRUE.
* Issue #1081068 by wojtha, bfroehle, Heine: Fixed drupal_http_request() ↵webchick2011-06-21
| | | | inconsistent redirect_url().
* Issue #1161240 by barbi, jhodgdon: Added Need documentation of non-matching ↵webchick2011-06-01
| | | | return value for taxonomy_term_load_multiple(), entity_load_multiple(), and DrupalEntityControlle.
* Issue #1063636 by barbi: Changed drupal_add_css() should reference ↵webchick2011-05-29
| | | | drupal_get_css().
* Issue #1096446 by plach: Fixed entity_label() is not passing along the () ↵webchick2011-05-18
| | | | parameter.
* Issue #1089174 by plach: Fixed Prepare view hooks do not receive the ↵webchick2011-05-18
| | | | language parameter.
* - Patch #759844 by jpmckinney, dixon_, plach, ksenzee, fabsor, ↵Dries Buytaert2011-05-14
| | | | pillarsdotnet: overlay does not work with prefixed URL paths.
* - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
|
* - Patch #183435 by gregmac, TR: drupal_http_request() and malformed responses.Dries Buytaert2011-04-23
|
* - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
|
* - Patch #998612 by longwave: drupal_render() doesn't render 0 when set into ↵Dries Buytaert2011-04-10
| | | | #markup property.
* - Patch #733306 by atchijov, carlos8f: add static caching for ↵Dries Buytaert2011-04-10
| | | | drupal_parse_info_file().
* Issue #1031692 by jhodgdon: entity_load() doc should not say to use for more ↵webchick2011-03-21
| | | | than one load only.
* Issue #1087092 by danillonunes: Fix documentation for drupal_map_assoc() ↵webchick2011-03-10
| | | | function
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #892864 by pwolanin, pounard: remove drupal_static() in ↵Dries Buytaert2011-02-19
| | | | _drupal_bootstrap_full().
* - Patch #942006 by jhodgdon, heyrocker: documentation for ↵Dries Buytaert2011-02-19
| | | | drupal_write_record() doesn't state what happens to missing values on existing records.
* - Patch #1051184 by mr.baileys: fix doxygen formatting and punctuation in ↵Dries Buytaert2011-02-19
| | | | documentation for drupal_parse_info_file().
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* - Patch #1049528 by sreynen: change script example for ↵Dries Buytaert2011-02-09
| | | | drupal_parse_info_file() from .css to .js.
* - Patch #859602 by catch, bfroehle: #cache does not record the #attached ↵Dries Buytaert2011-02-04
| | | | declared in child elements.
* #460448 follow-up by ridgerunner: Further optimize CSS aggregation regex.Angie Byron2011-01-14
|
* - Patch #930000 by jhodgdon, bleen18: show(), hide(), and render() ↵Dries Buytaert2011-01-12
| | | | documentation is misleading.
* #989366 by jhodgdon: Improved documentation of hook_date_formats()Angie Byron2011-01-03
|
* #1011308 by droplet: Fixed Call to undefined function decode_entities IN ↵Angie Byron2011-01-01
| | | | common.inc
* #1011496 by danillonunes: Fixed Duplicate comment line for ↵Angie Byron2011-01-01
| | | | drupal_render_cid_parts()
* #1010376 by danillonunes: Fixed drupal_add_js() documentation makes ↵Angie Byron2011-01-01
| | | | reference to drupal_add_css()
* #1004446 by rfay: Fix typo in documentation.Angie Byron2010-12-21
|
* Roll-back of #1004446 to test git rebuild scripts.Angie Byron2010-12-21
|
* #1004446 by rfay: Fix typo in documentation.Angie Byron2010-12-21
|
* #999072 by Damien Tournoud: Fix typo in drupal_system_listing() preventing ↵Angie Byron2010-12-15
| | | | testing profile from working.
* #714382 by Rob Loach, sun: Fixed Can't retrieve all libraries of a moduleAngie Byron2010-12-15
|
* #987232 by jhodgdon: Fixed PHP wrapper functions topic page has extra textAngie Byron2010-12-15
|