summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #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.
* - Patch #423992 by Davy Van Den Brempt: remove unused variables.Dries Buytaert2009-08-26
|
* - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page ↵Dries Buytaert2009-08-26
| | | | variable.
* #496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, ↵Angie Byron2009-08-26
| | | | so that modules can know the final query/arguments before they are run.
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #505084 by Rob Loach: Added an #attached_library() FAPI property for ↵Angie Byron2009-08-25
| | | | drupal_add_library(), for consistency with #attached_css and #attached_js.
* #364219 follow-up by TheRec: Fix invocations of theme_links() via Drupal's ↵Angie Byron2009-08-25
| | | | rendering API.
* - Patch #368408 by jeffschuler: improve consistency of API and settings on ↵Dries Buytaert2009-08-25
| | | | administration pages.
* #558538 by pwolanin: Fixed Non-by-reference use of drupul_static() in token.inc.Angie Byron2009-08-25
|
* - Patch #496500 by chx: rollback.Dries Buytaert2009-08-24
|
* #547846 by David_Rothstein: Fixed a missing reference operator that caused ↵Angie Byron2009-08-24
| | | | Drupal installation to fail on PHP 5.3.
* #524728 follow-up by David_Rothstein: Fix whitespace in install.php and ↵Angie Byron2009-08-24
| | | | install.inc.
* #550572 by sun and c960657: Fixed CSS+JS regressions related to ↵Angie Byron2009-08-24
| | | | form-item-[name].
* #509584 by pwolanin: Various API fixes for menu_tree_data() including depth ↵Angie Byron2009-08-24
| | | | param.
* #364219 follow-up by brandonojc: Commit missing hunk from last patch.Angie Byron2009-08-24
|