summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
...
* | Issue #1234830 by beejeebus, oriol_e9g, schildi: Fixed cache_menu(): huge ↵webchick2012-02-14
| | | | | | | | table size.
* | Issue #1013034 by ncl: Fixed PostgreSQL constraints do not get renamed by ↵webchick2012-02-14
| | | | | | | | db_rename_table().
* | - Patch #1423510 by oriol_e9g: undefined var in prepareInstallDirectory.Dries2012-02-02
|/
* Back to 7.x-dev.webchick2012-02-01
|
* Oops. Not yet. ;) Revert "Back to 7.13-dev."webchick2012-02-01
| | | | This reverts commit f1a8bf1344927827c8332a2d08bad18595f155a2.
* Back to 7.13-dev.webchick2012-02-01
|
* Drupal 7.12webchick2012-02-01
|\
| * SA-CORE-2012-001webchick2012-02-01
| |
* | Issue #1326482 by ryanissamson: Clean up minor code style issues in ↵webchick2012-01-31
| | | | | | | | archiver.inc.
* | Issue #996236 by fago, sun, pillarsdotnet, xjm: Fixed ↵webchick2012-01-31
| | | | | | | | drupal_flush_all_caches() does not clear entity info cache.
* | Issue #1421330 by heyrocker: Fixed Add @see for cache_set() and cache_get() .webchick2012-01-31
| |
* | Issue #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private ↵webchick2012-01-30
| | | | | | | | properties in abstract class DrupalCacheArray.
* | Issue #1411592 by dadikof, Niklas Fiekas: Fixed func_get_args() can't be ↵webchick2012-01-30
| | | | | | | | used as a function parameter before PHP 5.3.
* | - Patch #1416218 by scorchio: Improve variable naming in format_interval().Dries2012-01-25
| |
* | - Patch #736556 by daniels220, jeckman, Albert Volkman: fixed theme_links() ↵Dries2012-01-24
| | | | | | | | doc needs expansion.
* | - Patch #1346166 by Dave Reid: Improve performance of token_replace() if ↵Dries2012-01-24
| | | | | | | | there are no tokens to replace.
* | Issue #987930 by David_Rothstein, Tor Arne Thune: Fixed The obsolete ↵webchick2012-01-21
| | | | | | | | 'site_offline_message' variable is not always deleted during the D6->D7 upgrade.
* | Issue #1373582 by jhodgdon, TR: Fixed Trailing whitespace.webchick2012-01-21
| |
* | 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 #800434 by pillarsdotnet, plach, bart.hanssens: Added drupal_mail(), ↵webchick2012-01-21
| | | | | | | | allow hook_mail_alter() implementation to cancel mail.
* | Issue #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, ↵webchick2012-01-21
| | | | | | | | files starting with A-C.
* | Revert "Issue #1371484 by makara: Fixed Private properties in abstract class ↵webchick2012-01-01
| | | | | | | | | | | | DrupalCacheArray." This reverts commit 24c357b5c521ade1d9002c43167695d3f769b8fa.
* | Issue follow-up #1007830 by Damien Tournoud, basic: Fixed Nested ↵webchick2011-12-31
| | | | | | | | transactions throw exceptions when they got out of scope.
* | Issue #1309278 by basic, Niklas Fiekas: Added Make PDO connection options ↵webchick2011-12-25
| | | | | | | | configurable.
* | Issue #1347812 by nanotube, xjm: Fixed Remove/replace documentation ↵webchick2011-12-25
| | | | | | | | references to upload_file_load() and upload_file_delete().
* | Issue #381994 by xjm, good_man, elcuco, brianV, yhager: Fixed Machine-name ↵webchick2011-12-24
| | | | | | | | fields are always in Latin characters, and should therefore always be LTR.
* | Issue #1359326 by xjm: Fixed t() documentation does not clearly indicate ↵webchick2011-12-24
| | | | | | | | that options are documented in format_string() docs.
* | Issue #1025582 by sun: Added Custom db_select() 'conditions' parameter for ↵webchick2011-12-24
| | | | | | | | menu_build_tree().
* | Issue #1338428 by jbrown, BTMash, Tor Arne Thune: Fixed ↵webchick2011-12-24
| | | | | | | | image_dimensions_scale() and image_scale_effect() are ungrokable and buggy.
* | Issue #1371256 by ayelet_Cr, oriol_e9g: Document that ↵webchick2011-12-24
| | | | | | | | QueryConditionInterface::condition() should not be used to add NULL conditions.
* | Issue #942782 by pillarsdotnet, xjm, becw, timhilliard, JohnAlbin, jrchamp, ↵webchick2011-12-24
| | | | | | | | Tor Arne Thune, Damien Tournoud, jn2, James Andres, dstol, melon, colan: Fixed Custom menus never receive an active trail.
* | Issue #866292 by marcingy, ygerasimov, quicksketch, attiks, furamag: Fixed ↵webchick2011-12-22
| | | | | | | | '0' not displayed as checkbox / radios options (nor as any element #title).
* | Issue #1366740 by patrickd: Fixed theme_progress_bar() should have more ↵webchick2011-12-22
| | | | | | | | information about when to use function.
* | 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.