summaryrefslogtreecommitdiffstatshomepage
path: root/includes
Commit message (Collapse)AuthorAge
* Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core ↵Nathan Haug2011-11-01
| | | | Drupal files under a core subdirectory.
* Issue #1260586 by Gábor Hojtsy, tstoeckler, good_man: Consolidate .po file ↵catch2011-10-29
| | | | import to one directory..
* Issue #1020842 by reglogge, yoroy: Fixed Error messages when importing ↵catch2011-10-29
| | | | translated strings fails are not helpful at all.
* Issue #1320648 by Crell: Register Drupal namespace for autoloader.catch2011-10-29
|
* Issue #1295696 by Gábor Hojtsy: Sync predefined list of languages with ↵catch2011-10-29
| | | | localize.drupal.org and extend native language information.
* Issue #1077566 by scor, karschsp, jessebeach: Convert html.tpl.php to HTML5.catch2011-10-28
|
* Issue #673020 follow-up by attiks: Critical fix to Content-Language HTTP ↵webchick2011-10-27
| | | | header to not cause issues with Drush.
* Issue #1266318 by Gábor Hojtsy, alberto56, David Lesieur: Make English a ↵Nathaniel2011-10-27
| | | | first class language.
* Issue #342350 by Deciphered: Fixed Override template files based on template ↵Nathaniel2011-10-27
| | | | filename as well as hook name.
* Issue #1301148 by Gábor Hojtsy: Stop pretending we have configuration ↵Nathaniel2011-10-26
| | | | translation for languages.
* Issue #488496 by loganfsmyth: Implement missing msgctx context in JS ↵Nathaniel2011-10-26
| | | | translation for feature parity with t().
* - Patch #1178246 by Crell: added Symfony2 HttpFoundation library to core.Dries2011-10-24
|
* Issue #1314396 by rocket_nova: Fixed Documentation for theme_links() should ↵Nathaniel2011-10-24
| | | | say that Attributes class must be an array.
* Issue #1260510 by andypost, Berdir, Gábor Hojtsy: Introduce a ↵Nathaniel2011-10-21
| | | | language_load()($langcode).
* Issue #1269734 by Everett Zufelt, sun, Jacine: Add form name class to forms ↵catch2011-10-21
| | | | for styling purposes.
* Issue #1313790 by greggles: Remove unused and undocumented $prefix from ↵catch2011-10-21
| | | | drupal_rewrite_settings().
* Revert "Issue #1313790 by greggles: Remove unused and undocumented from ↵catch2011-10-20
| | | | | | drupal_rewrite_settings()." This reverts commit bf6fd9225d23408cfa9304738affd0ff276b0931.
* Issue #1313790 by greggles: Remove unused and undocumented from ↵catch2011-10-20
| | | | drupal_rewrite_settings().
* Issue #1129642 by jbrown: Fixed Populate HTML image tags with dimension ↵webchick2011-10-17
| | | | attributes (like D6 imagefield) without re-introducing I/O.
* 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.
* - 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 ↵Dries Buytaert2011-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 #1260860 by Gábor Hojtsy, sun: rework language list admin user ↵Dries Buytaert2011-10-13
| | | | interface.
* - Patch #1281932 by loganfsmyth: convert Drupal.t and Drupal.formatPlural ↵Dries Buytaert2011-10-13
| | | | regular expressions to extended form.
* - 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 #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 #1297506 by alberto56: Fixed non-English installation: Call to ↵catch2011-10-03
| | | | undefined function _locale_import_read_po() in ../includes/install.inc on line 1113.
* Issue #1011614 by catch: Fixed Theme registry can grow too large for MySQL ↵webchick2011-10-02
| | | | max_allowed_packet() and memcache default slab size.
* Issue #1082328 by pounard: roll back changes to installer.catch2011-10-02
|
* - Patch #806974 by kiamlaluno, rocket_nova: fixed punctuation errors in ↵Dries Buytaert2011-10-01
| | | | messages.
* - Patch #1082328 by pounard: provide a proper no-op cache.inc.Dries Buytaert2011-10-01
|
* Issue #951644 by David_Rothstein, aschiwi, xjm: Fixed Requirement warnings ↵catch2011-10-02
| | | | (e.g. for PHP memory limit) are not shown on install or update unless there is a requirement error also.
* Issue #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock ↵webchick2011-09-30
| | | | for _theme_load_registry() function.
* Issue #1177738 by catch: Speed up theme registry rebuilds when multiple ↵webchick2011-09-30
| | | | themes are enabled.
* Issue #1113588 follow-up by pillarsdotnet: Un-break multisite installations.webchick2011-09-29
|
* Issue #1291458 by arithmetric: Fixed Database::getConnection mentions ↵catch2011-09-29
| | | | short-lived fixed bug and shouldn't.
* Issue #1050606 by jhodgdon, bxtaylor: Fixed menu_tree_data() doc needs more ↵catch2011-09-29
| | | | detail.
* Issue #1283892 by tim.plunkett, chx: Let Render API fail in a tale-telling ↵catch2011-09-28
| | | | way on invalid element.
* Issue #1290486 by arthurf: File.mimetypes needs entry for m4v.catch2011-09-28
|
* Issue #1215716 by Gábor Hojtsy, svendecabooter: Introduce ↵catch2011-09-28
| | | | locale_language_save().
* Issue #825972 by daniels220, Reidsy: Fixed sess_write()/sess_read() ↵Nathaniel2011-09-28
| | | | documentation should recommend instead.
* Issue #1113588 by pillarsdotnet: Added Provide find_conf_path() function by ↵Nathaniel2011-09-28
| | | | re-factoring reusable code from existing conf_path() function.
* Issue #256827 by sun, zeta ζ: Fixed Various bugs in theme_item_list().Nathaniel2011-09-28
|
* Issue #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, katbailey, ↵catch2011-09-28
| | | | dereine et al: documentation and tests for drupal_add_js() and drupal_add_css() with the AJAX framework.