summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
...
* | | - Patch #1169338 by barbi: _drupal_log_error() - doc is incomplete.Dries Buytaert2011-05-28
|/ /
* | - Patch #1164226 by TR: token_find_with_prefix() has typos, token.inc not up ↵Dries Buytaert2011-05-23
| | | | | | | | to doc standards.
* | Merge branch '7.x' of git.drupal.org:project/drupal into 7.xDries Buytaert2011-05-22
|\ \
| * | 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.
| * | Issue #1001146 by edhaber, droplet: Fixed Cannot theme links in a menu when ↵webchick2011-05-18
| | | | | | | | | | | | menu_name() contains a hyphen.
| * | Issue #1105848 by cafuego: Fixed Unsafe query comments possible via UI.webchick2011-05-17
| | |
* | | - Patch #1038788 by wojtha, sign: drupal_find_theme_functions() removes all ↵Dries Buytaert2011-05-22
|/ / | | | | | | theme 'prefix_' occurences.
* | - Rolled back.Dries Buytaert2011-05-17
| |
* | - Patch #784856 by dmitrig01: menu_get_names() is dead code, remove it.Dries Buytaert2011-05-17
| |
* | - Patch #759844 by jpmckinney, dixon_, plach, ksenzee, fabsor, ↵Dries Buytaert2011-05-14
| | | | | | | | pillarsdotnet: overlay does not work with prefixed URL paths.
* | - Patch #802856 by catch, pillarsdotnet: make lock_wait() wait less.Dries Buytaert2011-05-13
| |
* | - Patch #1029606 by fago, bojanz, Damien Tournoud: hook_menu() should not be ↵Dries Buytaert2011-05-13
| | | | | | | | called during uninstallation.
* | - Patch #958850 by bellHead: Postgres password containing backslashes don't ↵Dries Buytaert2011-05-08
| | | | | | | | work.
* | - Patch #1024684 by linclark: omit & in @param statements (for consistency).Dries Buytaert2011-05-08
| |
* | - Patch #1086066 by drewish, Mile23: get_t() should describe what it does ↵Dries Buytaert2011-05-04
| | | | | | | | and why.
* | - Patch #852120 by cygri: batch operations example doesn't do proper sanitizing.Dries Buytaert2011-05-01
| |
* | - Patch #1099396 by Désiré, droplet, plach: language_count() is never ↵Dries Buytaert2011-05-01
| | | | | | | | decremented when removing a language.
* | - Patch #711650 by marcvangend, cha0s: when index.php appears in the URL (or ↵Dries Buytaert2011-05-01
| | | | | | | | is automatically added by the server) users get a 'page not found' message.
* | - Patch #1139638 by DamZ: the SQLite driver cannot update a column to NULL.Dries Buytaert2011-04-28
| |
* | - Patch #1097538 by davidtrainer: update drupal_set_message() docs.Dries Buytaert2011-04-25
| |
* | Issue #908282 by jbrown, pillarsdotnet: add width and height attributes to ↵webchick2011-04-24
| | | | | | | | increase front-end performance.
* | - Patch #733192 by pillarsdotnet, Sutharsan, Letharion, clemens.tolboom: ↵Dries Buytaert2011-04-23
| | | | | | | | tokens enclosed in [ ] are not recognized.
* | - Patch #183435 by gregmac, TR: drupal_http_request() and malformed responses.Dries Buytaert2011-04-23
| |
* | - Patch #1122880 by jn2: DatabaseConnection::defaultOptions has incorrect ↵Dries Buytaert2011-04-23
| | | | | | | | php.net link.
* | - Patch #1126370 by kim-day, jn2: menu_link_save() needs more detail.Dries Buytaert2011-04-20
| |
* | - Patch #1097538 by davidtrainer: update drupal_set_message() docs.Dries Buytaert2011-04-20
| |
* | - Patch #965272 by larowlan, bellHead, TR: items defined with type ↵Dries Buytaert2011-04-20
| | | | | | | | MENU_CALLBACK show 'Home' as a title.
* | - Patch #1096842 by nanotube: typo in EntityFieldQuery documentation.Dries Buytaert2011-04-14
| |
* | - Patch #1043552: fixed typo in comment inside theme_disable().Dries Buytaert2011-04-14
| |
* | - Patch #545518 by bfroehle: move Locale module specific code out of ↵Dries Buytaert2011-04-14
| | | | | | | | module.inc and system.module.
* | - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
| |
* | - Patch #1110064 by jeffschuler: two @defgroup comment fixes.Dries Buytaert2011-04-12
| |
* | - Patch #1012768 by agentrickard: fire hook_menu_link_delete() before ↵Dries Buytaert2011-04-12
| | | | | | | | removing the data row.
* | Issue #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: ↵webchick2011-04-10
| | | | | | | | fix isset regression in tablesort, add tests, and cleanup theme_process_registry().
* | - Patch #935258 by Stevel, Josh Waihi: defaults not changed in changeField ↵Dries Buytaert2011-04-10
| | | | | | | | on postgresql.
* | - Patch #998612 by longwave: drupal_render() doesn't render 0 when set into ↵Dries Buytaert2011-04-10
| | | | | | | | #markup property.
* | - Patch #897140 by fgm: system.methodSignature returns incorrect and ↵Dries Buytaert2011-04-10
| | | | | | | | incomplete data.
* | - Patch #733306 by atchijov, carlos8f: add static caching for ↵Dries Buytaert2011-04-10
| | | | | | | | drupal_parse_info_file().
* | Issue #749992 by jhodgdon: menu system / menu module distinction is not ↵webchick2011-03-28
| | | | | | | | obvious to folks new to Drupal.
* | Issue #1031692 by jhodgdon: entity_load() doc should not say to use for more ↵webchick2011-03-21
| | | | | | | | than one load only.
* | Issue #1087092 by danillonunes: Fix documentation for drupal_map_assoc() ↵webchick2011-03-10
| | | | | | | | function
* | Stripping CVS keywordsThe Great Git Migration2011-02-25
| |
* | - Patch #1064212 by catch: page caching performance has regressed by 30-40%.Dries Buytaert2011-02-24
| |
* | - Patch #1067662 by mfb: optimize file_uri_scheme().Dries Buytaert2011-02-23
| |
* | - Patch #1062616 by benanderson: failed integration with Amazon's Simple ↵Dries Buytaert2011-02-21
| | | | | | | | Email Service (SES).
* | - Rollback of accidentical commit #1064882.Dries Buytaert2011-02-19
| |
* | - Patch #880278 by RoboPhred: cleanup _locale_import_read_po().Dries Buytaert2011-02-19
| |
* | - Patch #892864 by pwolanin, pounard: remove drupal_static() in ↵Dries Buytaert2011-02-19
| | | | | | | | _drupal_bootstrap_full().
* | - Patch #1020906 by RoboPhred: differentiate process/preprocess hook ↵Dries Buytaert2011-02-19
| | | | | | | | documentation.