summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* Issue #/1536750 by perusio: Fix drupal_goto documentation of status codesJennifer Hodgdon2012-05-04
|
* Issue #1404380 by msonnabaum, xjm, mjpa: Fixed Unnecessary aggregation of ↵webchick2012-04-30
| | | | CSS/JS.
* Issue #1508956 by lsenzee: Fixed unclear description for drupal_parse_url().webchick2012-03-29
|
* Issue #1221276 by gumanist, fietserwin, Gábor Hojtsy, sun, kalman.hosszu: ↵webchick2012-03-26
| | | | Fixed locale_get_plural() only works for a single language within a request and does not work for English.
* Issue #1480570 by Gaelan: Make default clear in drupal_add_css() args docJennifer Hodgdon2012-03-14
|
* Issue #911354 by adrian, boombatower, jhedstrom, sun, yhahn, langworthy, ↵webchick2012-02-28
| | | | dixon_, jrbeeman: Fixed Tests in profiles/[name]/modules cannot be run and cannot use a different profile for running tests.
* Issue #967166 by effulgentsia, Cottser, no_commit_credit, KrisBulman: Fixed ↵webchick2012-02-28
| | | | Content rendered via AJAX does not respect stylesheets removed in .info files.
* Issue #1287368 by TwoD, valthebald, sun, xjm: Fixed ↵webchick2012-02-14
| | | | Drupal.settings.ajaxPageState.css gets overwritten.
* Issue #996236 by fago, sun, pillarsdotnet, xjm: Fixed ↵webchick2012-01-31
| | | | drupal_flush_all_caches() does not clear entity info cache.
* Issue #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private ↵webchick2012-01-30
| | | | properties in abstract class DrupalCacheArray.
* - Patch #1416218 by scorchio: Improve variable naming in format_interval().Dries2012-01-25
|
* Issue #1402962 by xjm, marcingy, oriol_e9g, msonnabaum: Fixed Render cache ↵webchick2012-01-21
| | | | shouldn't treat empty strings as a cache miss.
* Issue #278425 by andypost, droplet, OnkelTem, chx, c960657, drewish, kotnik, ↵webchick2012-01-21
| | | | realityloop: Change notice for: Using basename() is not locale safe.
* Issue #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, ↵webchick2012-01-21
| | | | files starting with A-C.
* Issue #479368 by Heine, Roger Saner, xjm, mcarbone, keichee, asimmonds: ↵webchick2011-12-11
| | | | Fixed Create RFC compliant HTML safe JSON.
* Issue #1326472 by xjm: Add capitalization and periods to several inline ↵webchick2011-10-31
| | | | comments in common.inc.
* Issue #673020 follow-up by attiks: Critical fix to Content-Language HTTP ↵webchick2011-10-27
| | | | header to not cause issues with Drush.
* 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().