Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #464862 follow-up by kkaefer: Rename drupal_css_class() to ↵ | Angie Byron | 2009-10-05 |
| | | | | drupal_html_class_X(), for better accuracy. | ||
* | - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: ↵ | Dries Buytaert | 2009-10-03 |
| | | | | added drupal_css_class() to clean class names and rename form_clean_id(). | ||
* | - Patch #578520 by sun, c960657 | mfb, Dries, catch, mattyoung: Changed Make ↵ | Dries Buytaert | 2009-10-01 |
| | | | | in url() only accept an array. | ||
* | - Patch #576076 by yoroy, Gábor Hojtsy | Bojhan: remove the 'Add a main ↵ | Dries Buytaert | 2009-10-01 |
| | | | | menu link'. | ||
* | - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header(). | Dries Buytaert | 2009-09-30 |
| | |||
* | - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵ | Dries Buytaert | 2009-09-30 |
| | | | | pwolanin: allow modules to specify per-page custom themes in hook_menu(). | ||
* | #557542 follow-up by catch: Fixed module_implements() caching for ↵ | Angie Byron | 2009-09-29 |
| | | | | authenticated users. | ||
* | - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵ | Dries Buytaert | 2009-09-29 |
| | | | | url() only accept an array. Another nice API clean-up! | ||
* | - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql(). | Dries Buytaert | 2009-09-29 |
| | |||
* | - Patch #443422 by yched, bjaspan | chx, merlinofchaos, Scott Reynolds, ↵ | Dries Buytaert | 2009-09-27 |
| | | | | | | plach, profix898, mattyoung: added support for pluggable 'per field' storage engine. Comes with documentation and tests. The Field Attach API uses the Field Storage API to perform all "database access". Each Field Storage API hook function defines a primitive database operation such as read, write, or delete. The default field storage module, field_sql_storage.module, uses the local SQL database to implement these operations, but alternative field storage backends can choose to represent the data in SQL differently or use a completely different storage mechanism such as a cloud-based database. | ||
* | - Patch #367013 by bjaspan, KarenS | yched, Dries: add support for field ↵ | Dries Buytaert | 2009-09-26 |
| | | | | updates. | ||
* | - Patch #582956 by dww | Damien Tournoud: fixed ↵ | Dries Buytaert | 2009-09-25 |
| | | | | FormsTestCase::testRequiredFields(). | ||
* | - Patch #569364 by bjaspan, yched: handle failures on field storage creation. | Dries Buytaert | 2009-09-22 |
| | |||
* | - Patch #556018 by Damien Tournoud, dereine | sun: rename drupal_to_js() and ↵ | Dries Buytaert | 2009-09-21 |
| | | | | drupal_json() for consistency and readability. | ||
* | - Patch #582758 by c960657: remove t() calls from getInfo() functions. | Dries Buytaert | 2009-09-20 |
| | |||
* | - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, ↵ | Dries Buytaert | 2009-09-20 |
| | | | | dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions. | ||
* | - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave ↵ | Dries Buytaert | 2009-09-19 |
| | | | | Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks. | ||
* | #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes | Angie Byron | 2009-09-18 |
| | | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent. | ||
* | #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵ | Angie Byron | 2009-09-18 |
| | | | | hey hey hey... gooood byeeee... | ||
* | #457450 by agentrickard: Added hooks to track changes to menu links. | Angie Byron | 2009-09-17 |
| | |||
* | #578470 by Dries, jbrauer, Gábor Hojtsy: Add return status codes to ↵ | Angie Byron | 2009-09-16 |
| | | | | drupal_http_request() when a URL fails to parse, instead of failing silently. | ||
* | #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach, | Angie Byron | 2009-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 #575360 by dropcube: added API function to check if a cache bin is ↵ | Dries Buytaert | 2009-09-13 |
| | | | | empty. | ||
* | #565664 by c960657: Remove t() from 'title' in various test modules' ↵ | Angie Byron | 2009-09-11 |
| | | | | hook_menu(). | ||
* | #561104 by Crell: Added support for random ordering in dynamic select queries. | Angie Byron | 2009-09-11 |
| | |||
* | #293496 by kathyh and cwgordon7: Added tests for drupal_match_path(). | Angie Byron | 2009-09-11 |
| | |||
* | #566094 by Arancaytar and smk-ka: Fixed hierarchy generation in ↵ | Angie Byron | 2009-09-11 |
| | | | | menu_tree_data(). | ||
* | - Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe ↵ | Dries Buytaert | 2009-09-10 |
| | | | | weitzman: automatically install/uninstall schema. | ||
* | - Patch #572932 by sun: rename hook_elements() to hook_elements_info() for ↵ | Dries Buytaert | 2009-09-10 |
| | | | | consistency. Yay to API clean-ups during 'slush'. | ||
* | - Patch #473240 by Arancaytar, c960657: menu_get_names() crashed when called. | Dries Buytaert | 2009-09-09 |
| | |||
* | - Patch #557318 by cha0s, hass, Crell: Changed UNION support is missing in ↵ | Dries Buytaert | 2009-09-07 |
| | | | | database API. | ||
* | - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵ | Dries Buytaert | 2009-09-05 |
| | | | | other types of stuff to render() structures. | ||
* | - Patch by #1577 by chx, boombatower, Bèr Kessels, kkaefer: made SSL ↵ | Dries Buytaert | 2009-09-05 |
| | | | | support a bit easier by providing two cookies and ... hook_goto_alter. | ||
* | #269337 by egfrith and wrunt: Added support for more image types (PDF, TIFF, ↵ | Angie Byron | 2009-09-01 |
| | | | | EPS, etc.). | ||
* | #564562 by Gábor Hojtsy, Bojhan, yoroy, and catch: Added 'System' ↵ | Angie Byron | 2009-09-01 |
| | | | | configuration section. | ||
* | #331180 by pwolanin and Rob Loach: Added pluggable smtp/mail framework. | Angie Byron | 2009-08-31 |
| | |||
* | - Patch #331171 by pwolanin, mfb, drewish: allow modules to alter the MIME ↵ | Dries Buytaert | 2009-08-31 |
| | | | | extension mapping rather than setting a huge variable. | ||
* | - Patch #563742 by plach: hotfix for broken hook_entity_info_alter(). | Dries Buytaert | 2009-08-31 |
| | |||
* | - Patch #391330 by quicksketch, drewish et al: file module to core. Yaaa-a-a-y! | Dries Buytaert | 2009-08-29 |
| | |||
* | - Patch #499156 by Wim Leers: add hook_file_alter() so we can integrate with ↵ | Dries Buytaert | 2009-08-29 |
| | | | | CDNs. | ||
* | - Patch #528326 by JacobSingh, cwgordon7: clean-up and bug fixes for the FTP ↵ | Dries Buytaert | 2009-08-28 |
| | | | | file transfer classes. | ||
* | - Patch #545662 by yched, moshe weitzman: simplify field rendering. | Dries Buytaert | 2009-08-28 |
| | |||
* | - Patch #559658 by sun, dropcube: store filter settings per format, general ↵ | Dries Buytaert | 2009-08-27 |
| | | | | API clean-up and documentation improvements. | ||
* | #559506 by quicksketch and plach: Added variable to field widgets. | Angie Byron | 2009-08-27 |
| | |||
* | - Patch #428296 by dropcube, sun, catch: filter system doesn't communicate ↵ | Dries Buytaert | 2009-08-26 |
| | | | | with other modules about filter format changes/deletions. | ||
* | - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵ | Dries Buytaert | 2009-08-25 |
| | | | | loading for nodes, users, taxonomies, files and comments. | ||
* | #505084 by Rob Loach: Added an #attached_library() FAPI property for ↵ | Angie Byron | 2009-08-25 |
| | | | | drupal_add_library(), for consistency with #attached_css and #attached_js. | ||
* | #558756 by Davy Van Den Bremt: Fix non-by-referenced calls to drupal_static(). | Angie Byron | 2009-08-25 |
| | |||
* | - Patch #368408 by jeffschuler: improve consistency of API and settings on ↵ | Dries Buytaert | 2009-08-25 |
| | | | | administration pages. | ||
* | #557342 by agentrickard: Fixed typo. | Angie Byron | 2009-08-24 |
| |