summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* Issue #1662950 by bxtaylor, chx, mjonesdinero: Add note to EntityFieldQuery ↵Jennifer Hodgdon2012-07-06
| | | | methods that exclude rows where fields are empty
* Issue #1617006 by ben.kyriakou: Add note to drupal_write_record docs saying ↵Jennifer Hodgdon2012-07-06
| | | | not to use in update functions
* Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings ↵David Rothstein2012-06-28
| | | | values because list_themes() has inconsistent theme object data.
* 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 #1587858 by apotek: Fixed AJAX alert dialogs respect neither ↵David Rothstein2012-06-23
| | | | display_errors ini.php setting or $conf['error_level'] setting, exposing server info.
* Issue #1333122 by effulgentsia, tim.plunkett: Clarify docs for theme and ↵Jennifer Hodgdon2012-06-18
| | | | preprocess/process functions so it is clearer which ones get called for theme functions vs. templates
* 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 #1591726 by sun, tim.plunkett: Fixed Missing form_id, form_build_id, ↵David Rothstein2012-06-12
| | | | and form_token when using custom #parents and #tree = TRUE on $form itself.
* Issue #1572394 by attiks, Sweetchuck: Fixed Language detection by domain ↵David Rothstein2012-06-09
| | | | only works on port 80.
* Issue #1495648 by plach: Introduce entity language support.David Rothstein2012-06-09
|
* Issue #1503184 by aspilicious, Rob Loach, cweagans, Dave.Ingram: Make ↵David Rothstein2012-06-04
| | | | Graph.inc documentation clearer.
* Issue #1602112 by ryanissamson, bgano: Add return docs to startTransaction ↵Jennifer Hodgdon2012-05-30
| | | | method
* Issue #1601136 by Chaulky: Fix param docs in drupal_validate_form functionJennifer Hodgdon2012-05-30
|
* Issue #1576300 by pwolanin: Fixed trim() expects parameter 1 to be string, ↵David Rothstein2012-05-25
| | | | array given in request_path() (line 2732 of bootstrap.inc).
* 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
|
* Back to 7.x-devwebchick2012-05-02
|
* Drupal 7.14webchick2012-05-02
|
* Merge branch '7.12-security' into 7.xwebchick2012-05-02
|\
| * Drupal 7.13webchick2012-05-02
| |
* | Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'.webchick2012-04-30
| |
* | Issue #1404380 by msonnabaum, xjm, mjpa: Fixed Unnecessary aggregation of ↵webchick2012-04-30
| | | | | | | | CSS/JS.
* | Issue #1213536 by David_Rothstein, tim.plunkett, sun, effulgentsia, Yorirou, ↵webchick2012-04-30
| | | | | | | | xjm: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations.
* | Issue #261148 follow-up by mikeytown2, chx: Fixed menu_masks() variable is ↵webchick2012-04-28
| | | | | | | | empty (race condition).
* | Issue #1349722 by kgoel, Everett Zufelt, xjm: Fixed Who's new & Who's online ↵webchick2012-04-28
| | | | | | | | blocks have empty headings.
* | Issue #598586 by grendzy, deekayen, matglas86, dawehner, Zgear: Fixed ↵webchick2012-04-28
| | | | | | | | watchdog() assumes is defined.
* | Issue #1372122 by klausi, sun, beejeebus, juampy, mradcliffe, tim.plunkett, ↵webchick2012-04-28
| | | | | | | | cha0s: Fixed STOP the registry integrity constraint violation nightmare.
* | Issue #1490150 by xjm, duellj, tim.plunkett: Fixed ↵webchick2012-04-28
| | | | | | | | EntityFieldQuery::pager(0) generates PHP error 'divide by zero'.
* | Issue #720630 by tim.plunkett, kid_icarus, tsphethean: Fix up docs for ↵Jennifer Hodgdon2012-04-27
| | | | | | | | watchdog, hook_watchdog, and watchdog constants
* | Issue #1536160 by drumm: Make update_fix_d7_block_deltas() faster.webchick2012-04-26
| |
* | Issue #1538182 by infiniteluke: update variable_get doc to say it handles ↵Jennifer Hodgdon2012-04-24
| | | | | | | | unserializing
* | Issue #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB ↵webchick2012-04-22
| | | | | | | | Case Sensitivity: Allow BINARY attribute in MySQL.
* | Issue #1537888 by wulff: Fix typo in EntityFieldQuery docsJennifer Hodgdon2012-04-19
| |
* | Issue #1537370 by Liam Morland: Improve documentation of return value for ↵Jennifer Hodgdon2012-04-18
| | | | | | | | file_load()
* | Issue #1513520: And NOW with the actual fix, not just the failing test. Sigh. :Pwebchick2012-04-12
| |
* | Issue #1516030 by valthebald, rdickert: Fixed Change parenthesis in ↵webchick2012-04-12
| | | | | | | | menu_link_save() to express intended order of operations.
* | Issue #1421410 by andypost, Niklas Fiekas: Fixed not defined in ↵webchick2012-04-12
| | | | | | | | form_pre_render_conditional_form_element().
* | Issue #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien ↵webchick2012-04-12
| | | | | | | | Tournoud: Fixed Eliminate ->cache and {session}.cache in favor of ['cache_expiration()'][].
* | Issue #918356 by David_Rothstein, franz, tekante, dstol, mikestefff: Fixed ↵webchick2012-04-12
| | | | | | | | WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used.
* | Issue #1171866 by sun, catch, Alan Evans, bvirtual, frob, btmash: Fixed ↵webchick2012-04-12
| | | | | | | | Enforced fetching of fields/columns in lowercase breaks third-party integration.
* | Issue #1516934 by jmarkel: Fix up docs for batch_set()Jennifer Hodgdon2012-04-11
| |
* | Issue #1508956 by lsenzee: Fixed unclear description for drupal_parse_url().webchick2012-03-29
| |
* | Issue #1250800 by attiks, Jelle_S, dawehner, xjm, Gábor Hojtsy: Fixed ↵webchick2012-03-26
| | | | | | | | Language domain should work regardless of ports or protocols.
* | 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 #1338282 by Damien Tournoud, zymsys, JamesOakley, pillarsdotnet, chx: ↵webchick2012-03-26
| | | | | | | | Fixed php notice in menu_link_save().
* | Revert "Issue #1475666 by filijonka, Niklas Fiekas, Devin Carlson, Kevin ↵webchick2012-03-25
| | | | | | | | | | | | Morse, tstoeckler: Fixed PHP error because of typo in form.inc line 3025." This reverts commit ea8e74bbd494ce2f8d6e5bf38e1596fe014a1b85.
* | Issue #1164812 by Niklas Fiekas, tim.plunkett, xjm: Improve UX for machine ↵webchick2012-03-24
| | | | | | | | names for fields.
* | Issue #1479572 by chertzog: Fixed update_fix_d7_install_profile().webchick2012-03-23
| |
* | Issue #1050746 by grendzy, xjm, Everett Zufelt: Fixed HTTPS sessions not ↵webchick2012-03-23
| | | | | | | | working in all cases.