summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #457450 by agentrickard: Added hooks to track changes to menu links.Angie Byron2009-09-17
|
* #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to ↵Angie Byron2009-09-16
| | | | drupal_http_request() when a URL fails to parse, instead of failing silently.
* - Patch #565792 by pwolanin, salvis: follow-up on theme_username refactoring.Dries Buytaert2009-09-15
|
* #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,Angie Byron2009-09-15
| | | | | | | and alexanderpas: page.tpl.php has now been split into html.tpl.php (for <html>, <head>, and <body>) and page.tpl.php (for page content). This now provides consistency for granular theming of renderable output in all template files.
* - Patch #572942 by cwgordon7: proper comment wrapping.Dries Buytaert2009-09-14
|
* - Patch #575360 by dropcube: added API function to check if a cache bin is ↵Dries Buytaert2009-09-13
| | | | empty.
* - Patch #576096 by CorniI: use the new cache API.Dries Buytaert2009-09-13
|
* - Patch #520734 by Everett Zufelt, webernet | Dries, mgifford: ↵Dries Buytaert2009-09-11
| | | | theme_feed_icon() could use more meaningful alt text.
* - Patch #495968 by Moshe Weitzman, catch: follow-up patch to fix bug with ↵Dries Buytaert2009-09-11
| | | | language-specific caching and to improve the performance of the caching code.
* #569656 by c960657: Use DRUPAL_ROOT in menu_execute_active_handler().Angie Byron2009-09-11
|
* - Patch #526674 by Everett Zufelt, mgifford: made breadcrumbs more ↵Dries Buytaert2009-09-11
| | | | accessible for visually impaired people.
* - Patch #513940 by Everett Zufelt: improved accessibility of the installer.Dries Buytaert2009-09-11
|
* - Patch #569362 by scor, effulgentsia, catch: add attributes and ↵Dries Buytaert2009-09-11
| | | | title_attributes() variables for tpl files so that RDFa and Microformats can be implemented.
* #539022 by dropcube: Use current theme during Batch API processes.Angie Byron2009-09-11
|
* #561104 by Crell: Added support for random ordering in dynamic select queries.Angie Byron2009-09-11
|
* #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in ↵Angie Byron2009-09-11
| | | | menu_tree_data().
* #306316 follow-up by catch: Revert coupling of node_types_rebuild() and ↵Angie Byron2009-09-10
| | | | menu_rebuild().
* - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵Dries Buytaert2009-09-10
| | | | weitzman: automatically install/uninstall schema.
* - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵Dries Buytaert2009-09-10
| | | | consistency. Yay to API clean-ups during 'slush'.
* - Patch #565792 by pwolanin, effulgentsia, scor, fago, dahacouk: refactor ↵Dries Buytaert2009-09-09
| | | | theme_username() so that RDF patch can be accepted.
* - Patch #473240 by Arancaytar, c960657: menu_get_names() crashed when called.Dries Buytaert2009-09-09
|
* - Patch #394268 by Crell, sun, yched: changed DIE update_sql() DIE!.Dries Buytaert2009-09-07
|
* - Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in ↵Dries Buytaert2009-09-07
| | | | database API.
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* - Rollback #567148 because it breaks on some versions of MySQL.Dries Buytaert2009-09-05
|
* - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵Dries Buytaert2009-09-05
| | | | support a bit easier by providing two cookies and ... hook_goto_alter.
* - Patch #567148 by Damien Tournoud: enable ONLY_FULL_GROUP_BY for MySQL to ↵Dries Buytaert2009-09-05
| | | | enforce proper SQL queries.
* - Patch #565994 by mfb: src attribute for external javascript should be ↵Dries Buytaert2009-09-05
| | | | HTML-encoded.
* Patch #567250 by lilou, mikispeed: remove 'Serbia And Montenegro' from ↵Dries Buytaert2009-09-05
| | | | country list.
* #556156 by Rob Loach and doq: Fixed incorrect usage of variable_get(bin).Angie Byron2009-09-01
|
* #269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, ↵Angie Byron2009-09-01
| | | | EPS, etc.).
* #331180 follow-up by pwolanin and mfb: Fix sending of mail.Angie Byron2009-09-01
|
* #557582 by moshe weitzman: Reset statics after each update to conserve ↵Angie Byron2009-09-01
| | | | memory and avoid odd bugs.
* #564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' ↵Angie Byron2009-09-01
| | | | configuration section.
* #364219 follow-up by TheRec: One last API nicety to theme_links() for the ↵Angie Byron2009-08-31
| | | | accessibility header stuff.
* #321828 by Davy Van Den Bremt and Damien Tournoud: Move ↵Angie Byron2009-08-31
| | | | template_preprocess_maintenance_page() to theme.inc to allow Drupal to properly report fatal errors.
* #331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework.Angie Byron2009-08-31
|
* #496500 follow-up by Damien Tournoud: Fixed PostgreSQL and SQLite.Angie Byron2009-08-31
|
* - Patch #495968 by Frando, moshe weitzman: added drupal_render() cache ↵Dries Buytaert2009-08-31
| | | | pattern. Start using it for blocks.
* #558958 by Frando and moshe weitzman: Add a hook_page_build() that runs ↵Angie Byron2009-08-31
| | | | before hook_page_alter().
* - Patch #553276 by boombatower: added HTTP authentication support to the ↵Dries Buytaert2009-08-31
| | | | (simpletest) browser.
* - Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery ↵Dries Buytaert2009-08-31
| | | | .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.
* - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ↵Dries Buytaert2009-08-31
| | | | extension mapping rather than setting a huge variable.
* #560944 by seutje: Fixed collapsible fieldsets in Garland.Angie Byron2009-08-29
|
* - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with ↵Dries Buytaert2009-08-29
| | | | CDNs.
* - Patch #496500 by chx: remove global placeholder counter.Dries Buytaert2009-08-29
|
* - Patch #561520 by Pasqualle: is an object.Dries Buytaert2009-08-29
|
* #364470 by stBorchert and JohnAlbin: Made theming of 'Submitted by author, ↵Angie Byron2009-08-29
| | | | on date' easier.
* - Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP ↵Dries Buytaert2009-08-28
| | | | file transfer classes.
* #367567 by effulgentsia, yched, quicksketch, sun, and chx: Move AHAH-'add ↵Angie Byron2009-08-27
| | | | more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.