summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* Issue #1688016 by sun, lucascaro: Fixed drupal_cron_run() unconditionally ↵webchick2012-08-18
| | | | re-enables writing of the user session.
* Issue #1315340 by Albert Volkman, aspilicious: API docs cleanup for entity ↵Jennifer Hodgdon2012-08-03
| | | | includes and tests
* Issue #1673380 by marcin.wosinek: Fix docs for drupal_sort_weight functionJennifer Hodgdon2012-07-31
|
* Issue #635046 by claudiu.cristea, sun, fago: Fixed form_state_values_clean() ↵David Rothstein2012-07-29
| | | | is polluting form values.
* Issue #1617006 by ben.kyriakou: Add note to drupal_write_record docs saying ↵Jennifer Hodgdon2012-07-06
| | | | not to use in update functions
* Issue #1619084 by kiamlaluno: Update documentation for drupal_render to ↵Jennifer Hodgdon2012-06-26
| | | | reflect current function code
* Issue #1629994 by Aron Novak: Fix reference to obsolete RFC in ↵Jennifer Hodgdon2012-06-26
| | | | valid_email_address
* Issue #1596598 by mr.baileys: Mak drupal_goto docs say what happens if path ↵Jennifer Hodgdon2012-06-15
| | | | arg is empty, and clarify that on url docs too
* Issue #1495648 by plach: Introduce entity language support.David Rothstein2012-06-09
|
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* 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.