summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* Merge tag '7.24' into 7.xDavid Rothstein2013-11-20
|\ | | | | | | | | | | | | | | 7.24 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.24David Rothstein2013-11-20
| |
* | Issue #2129867 by ar-jan: Fix HTML formatting in drupal_add_js docs.Jennifer Hodgdon2013-11-20
| |
* | Issue #692366 by mariacha1, hosef, Albert Volkman, xjm, underq, kid_icarus, ↵Jennifer Hodgdon2013-09-12
|/ | | | willmoy, bradweikel: Replace US-centric php.net URLs with language-neutral URLs
* Issue #1975442 by thedavidmeister, dcam: Fixed drupal_render() should always ↵David Rothstein2013-08-05
| | | | return a string.
* Issue #1575060 followup by SebCorbin, andypost: Second attempt to fix broken ↵David Rothstein2013-08-04
| | | | ajax_html_ids for forms with file element (encoding=multipart/form-data).
* Issue #2038629 by sambonner: Fix first line docs for drupal_goto().Jennifer Hodgdon2013-07-17
|
* Issue #1850798 by damiankloip, ACF, geerlingguy, pfrenssen, David_Rothstein ↵David Rothstein2013-06-23
| | | | | mvc: Add a recursive version of array_diff_assoc().
* Issue #1739986 by RobLoach, pwolanin, sun, Berdir, moshe weitzman, andypost, ↵David Rothstein2013-06-03
| | | | dcam: Fixed fallback in drupal_get_hash_salt(), move it to bootstrap.inc, use instead of $GLOBALS['drupal_hash_salt()'].
* Issue #1943664 by joachim: Use new standards to document entity info ↵Jennifer Hodgdon2013-04-04
| | | | callback functions
* Issue #1664784 by effulgentsia, mikeytown2: Allow drupal_http_request() to ↵David Rothstein2013-04-01
| | | | be overridden.
* Issue #1952354 by robertcharlesfox | laurence_m: Fixed Typo in ↵David Rothstein2013-04-01
| | | | drupal_add_html_head() API doc.
* Issue #1575060 by Spleshka, andypost, serm, mcjim, nod_: Fixed ↵David Rothstein2013-04-01
| | | | ajax_html_ids() are broken for forms with file element (encoding=multipart/form-data).
* Issue #1908194 by richard.c.allen2386: Document what happens in ↵Jennifer Hodgdon2013-02-11
| | | | drupal_get_path if the file is not found
* Issue #1894850 by ben.bunk: Fix typo in code example in ↵Jennifer Hodgdon2013-01-21
| | | | drupal_prerender_links docs
* Issue #1629994 by Aron Novak, oadaeh, yurtboy, jhodgdon, kingandy: Fixed ↵webchick2012-12-26
| | | | Mail functions reference obsolete RFC.
* Issue #1787876 by Albert Volkman, cirage, BrockBoland: Add return docs for ↵Jennifer Hodgdon2012-12-04
| | | | drupal_get_token() function
* Issue #1837840 by amontero, tstoeckler: Add clarification to l() docs as to ↵Jennifer Hodgdon2012-11-13
| | | | when to use t() instead
* Issue #1821024 by scuts, mjonesdinero: Fix up docs for drupal_add_jsJennifer Hodgdon2012-11-07
|
* Issue #1799116 by jwilson3: Standardize on installation profile terminologyJennifer Hodgdon2012-10-10
|
* Issue #863428 by Albert Volkman: Clean-up of cache constant documentationJennifer Hodgdon2012-09-25
|
* Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronymsJennifer Hodgdon2012-09-17
|
* Issue #1722244 by Albert Volkman, edb: Add return docs for ↵Jennifer Hodgdon2012-09-17
| | | | drupal_get_destination function
* Issue #863428 by Albert Volkman, Mile23: Fix up documentation for block ↵Jennifer Hodgdon2012-09-14
| | | | cache constants
* Issue #1783348 by jfhovinne: Fix syntax in format_plural exampleJennifer Hodgdon2012-09-13
|
* Issue #1779120 by TravisCarden: Improve documentation of l functionJennifer Hodgdon2012-09-11
|
* Issue #7881 by mikeytown2, effulgentsia, gwynnebaer, Patrizio, sylus, ↵webchick2012-09-01
| | | | pwolanin, David_Rothstein: Add support to drupal_http_request() for proxy servers.
* Revert "Issue #1722244 by Albert Volkman, edb: Add return docs to ↵Dries2012-08-24
| | | | | | drupal_get_destination function" This reverts commit 2c3cba3b6e8442a12b02f626d2151716b9aad8ae.
* Issue #1722244 by Albert Volkman, edb: Add return docs to ↵Jennifer Hodgdon2012-08-23
| | | | drupal_get_destination function
* 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
|