summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* Issue #1371484 by makara: Fixed Private properties in abstract class ↵webchick2011-12-22
| | | | DrupalCacheArray.
* Issue #1240256 by lyricnz, Akaoni, jenspeter: Fixed file_unmanaged_copy() ↵webchick2011-12-22
| | | | Fails with Drupal 7.7+ and safe_mode() or open_basedir().
* - Patch #1258000 by chx, xjm, bfroehle: SelectQuery::countQuery() ↵Dries2011-12-21
| | | | inappropriately removes SQL expressions.
* - Patch #1366804 by TR: 'End of foo group' on a couple of API pages due to ↵Dries2011-12-19
| | | | not following standards.
* Revert "Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must ↵webchick2011-12-16
| | | | | | never return true." This reverts commit 06f31080c7281c8227d2556cd0807744e91c9fb5.
* - Patch #1229868 by nicl, DjebbZ: hook_form_BASE_FORM_ID_alter(), ↵Dries2011-12-14
| | | | hook_form_alter(), and hook_form_FORM_ID_alter() doc inconsistent.
* Issue #479368 by Heine, Roger Saner, xjm, mcarbone, keichee, asimmonds: ↵webchick2011-12-11
| | | | Fixed Create RFC compliant HTML safe JSON.
* Issue #1346760 by xjm: Fixed Drag and drop needs a scalable weight select ↵webchick2011-12-10
| | | | element.
* Issue #1322278 by rocket_nova, jhodgdon: Fixed Documentation problem with ↵webchick2011-12-10
| | | | theme -- doesn't link to theme functions list.
* Issue #813540 by jbrown, chx: Fixed Comparisons involving NULL must never ↵webchick2011-12-10
| | | | return true.
* Back to 7.x-devwebchick2011-12-05
|
* Drupal 7.10webchick2011-12-05
|
* Issue #1329914 by xjm, msonnabaum: Fixed Ensure ['q'] is set before calling ↵webchick2011-11-24
| | | | drupal_normal_path().
* Issue #1198398 by jm@bellcom.dk, AllRob: Fixed Timezone selected on install ↵webchick2011-11-24
| | | | not correctly saved to admin user account.
* Issue #1182296 by BTMash, matason, catch, xjm: Add tests for 7.0->7.x ↵webchick2011-11-24
| | | | upgrade path.
* - Patch #1289208 by minorOffense, skottler, rocket_nova: REQUEST_TIME ↵Dries2011-11-22
| | | | documentation is misleading.
* - Patch #765860 by effulgentsia, dww, dereine, mikey_p, xjm, sun, ↵Dries2011-11-21
| | | | sven.lauer: drupal_alter() fails to order modules correctly in some cases.
* Issue #1313342 by CrookedNumber, RaulMuroc, Yuri: Fixed Curacao should ↵webchick2011-11-19
| | | | appear in standard_country_list().
* Issue #655190 by dealancer: Fixed Allow hook_install_tasks() to be called ↵webchick2011-11-14
| | | | from a profile's .install file (or document that it can't be).
* Issue #488496 by loganfsmyth, Gábor Hojtsy: Implement missing msgctx ↵webchick2011-11-14
| | | | context in JS translation for feature parity with t().
* Issue #212284 by Damien Tournoud, alexanderpas, dww: Fixed security check in ↵webchick2011-11-12
| | | | 'configure' stage not compatible with overriding variables: site_name() and site_mail().
* Issue #1006714 by Steven Jones, chx, mr.baileys, xjm, carlos8f: Fixed ↵webchick2011-11-11
| | | | drupal_get_path() doesn't work for profiles.
* Issue #951644 by catch, David_Rothstein, aschiwi, xjm: Fixed Requirement ↵webchick2011-11-07
| | | | warnings (e.g. for PHP memory limit) are not shown on install or update unless there is a requirement error also.
* Issue #1326472 by xjm: Add capitalization and periods to several inline ↵webchick2011-10-31
| | | | comments in common.inc.
* Issue #561858 follow-up by effulgentsia, sun: Add tests for AJAX framework ↵webchick2011-10-29
| | | | lazy-load feature.
* Issue #1011614 by catch, pillarsdotnet: Fixed Theme registry can grow too ↵webchick2011-10-29
| | | | large for MySQL max_allowed_packet() and memcache default slab size.
* Issue #673020 follow-up by attiks: Critical fix to Content-Language HTTP ↵webchick2011-10-27
| | | | header to not cause issues with Drush.
* Ahem. Back to 7.x-dev.webchick2011-10-26
|
* Back to 7.x-devwebchick2011-10-26
|
* Drupal 7.9webchick2011-10-26
|
* Issue #570314 follow-up by jhodgdon, Mac_Weber: Fixed form_set_value() ↵webchick2011-10-24
| | | | documentation needs more detail.
* Issue #1314396 by rocket_nova: Fixed Documentation for theme_links() should ↵webchick2011-10-24
| | | | say that Attributes class must be an array .
* Issue #1129642 by jbrown: Fixed Populate HTML image tags with dimension ↵webchick2011-10-17
| | | | attributes (like D6 imagefield) without re-introducing I/O (followup).
* Reverting accidental commit with last patch.webchick2011-10-17
|
* Oops. Forgot a file.webchick2011-10-17
|
* Issue #1234848 by mr.baileys, xjm: Fixed language_list() doc is missing ↵webchick2011-10-17
| | | | return value.
* Issue #221712 by Damien Tournoud, Gábor Hojtsy, iliphil, Bodo Maass, ↵webchick2011-10-17
| | | | idflood, loganfsmyth: Fixed locale_language_from_browser() doesn't parse language tags correctly, has a broken logic.
* Issue #1281932 by loganfsmyth, bfroehle, Gábor Hojtsy: Convert Drupal.t and ↵webchick2011-10-17
| | | | Drupal.formatPlural regular expressions to extended form.
* Issue #1191614 by Gábor Hojtsy: Added Make t() formatter available as its ↵webchick2011-10-17
| | | | own function.
* - Patch #1307332 by pillarsdotnet: improve the docs for ↵Dries2011-10-16
| | | | DrupalLocalStreamWrapper::getLocalPath() function.
* - Patch #1081266 by mfb: avoid re-scanning module directory when multiple ↵Dries2011-10-16
| | | | modules are missing.
* Issue #1258176 by sven.lauer: API doc for element_children() is only useful ↵webchick2011-10-16
| | | | for people who already know what 'children' are.
* - Patch #341038 by jhodgdon, kathyh, sdboyer: Docblock for ↵Dries Buytaert2011-10-13
| | | | DatabaseStatementInterface is a bit off.
* Issue #673020 by mgifford, attiks: Added the Content-Language HTTP header to ↵webchick2011-10-09
| | | | the generated page.
* Issue #1253828 by sven.lauer: Fixed drupal_render() doc should explain what ↵webchick2011-10-09
| | | | 'child' means.
* Issue #1300496 by Dave Reid: Fixed VERSION constant was not updated to ↵webchick2011-10-05
| | | | '7.9-dev' after 7.8 release.
* Issue #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock ↵webchick2011-10-05
| | | | for timer_start(), timer_read(), and timer_stop() functions.
* Issue #1295502 by pillarsdotnet: Fixed Add missing '$' character to docblock ↵webchick2011-10-05
| | | | for timer_start(), timer_read(), and timer_stop() functions.
* Issue #1167218 by droplet, kathyh: Fixed DatabaseStatementInterface::fetch* ↵webchick2011-10-05
| | | | - document what empty return value is.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|