Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵ | Angie Byron | 2009-10-23 |
| | | | | functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). | ||
* | - Patch #607100 by peximo: fixed node multiple delete fatal error. | Dries Buytaert | 2009-10-22 |
| | |||
* | - Patch #569512 by Amitaibu: fixed un-existing function name in ↵ | Dries Buytaert | 2009-10-22 |
| | | | | hook_node_access() documentation. | ||
* | - Patch #609090 by te-brian: fixed invalid call to node_get_types() | Dries Buytaert | 2009-10-21 |
| | |||
* | #493030 follow-up by sun: Clean-ups to RDF module. | Angie Byron | 2009-10-20 |
| | |||
* | - Patch #332333 by sun: more fixes for the path API. | Dries Buytaert | 2009-10-20 |
| | |||
* | - Patch #493030 by effulgentsia: documentation improvements/additions for ↵ | Dries Buytaert | 2009-10-19 |
| | | | | RDF support. | ||
* | - Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin ↵ | Dries Buytaert | 2009-10-19 |
| | | | | Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my. | ||
* | - Patch #604166 by fgm: removed unused global in node_form_submit(). | Dries Buytaert | 2009-10-19 |
| | |||
* | - Patch #608036 by effulgentsia: add content_attributes() variable for tpl ↵ | Dries Buytaert | 2009-10-19 |
| | | | | files, so RDF can be implemented better. | ||
* | #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵ | Angie Byron | 2009-10-17 |
| | | | | Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks. | ||
* | #606640 by eojthebrave and sun: Use proper menu router paths for the block ↵ | Angie Byron | 2009-10-16 |
| | | | | module. | ||
* | - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript ↵ | Dries Buytaert | 2009-10-16 |
| | | | | States system. | ||
* | - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵ | Dries Buytaert | 2009-10-16 |
| | | | | data translation. | ||
* | - Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment ↵ | Dries Buytaert | 2009-10-16 |
| | | | | preview + unify with node preview settings. | ||
* | #493314 by yched and catch: Add multiple hook for formatters. | Angie Byron | 2009-10-16 |
| | |||
* | #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ↵ | Angie Byron | 2009-10-16 |
| | | | | between field API and locale module + translatable node bodies. | ||
* | #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵ | Angie Byron | 2009-10-15 |
| | | | | parameters as url(). | ||
* | - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵ | Dries Buytaert | 2009-10-15 |
| | | | | avoid users rendering their site unusable. | ||
* | - Patch #582456 by dereine, sun, tobiasb: make confirm_form() respect query ↵ | Dries Buytaert | 2009-10-14 |
| | | | | string destination. | ||
* | - Patch #586436 by Amitaibu: execute node_type_save() after variable_set(). | Dries Buytaert | 2009-10-14 |
| | |||
* | #557292 follow-up by dmitrig01 and sun: Fix typo in tpl.php file causing ↵ | Angie Byron | 2009-10-11 |
| | | | | node titles to not be linked. | ||
* | #557292 by peximo, plach, catch, and yched: Convert node title to Field API. | Angie Byron | 2009-10-11 |
| | |||
* | #569238 by sun, swentel, catch: Changed Make check_markup() not cache by ↵ | Angie Byron | 2009-10-10 |
| | | | | default. | ||
* | #282191 by plach, nedjo, catch, et al: TF #1: Allow different interface ↵ | Angie Byron | 2009-10-09 |
| | | | | language for the same path. | ||
* | #597508 by sun: Add %node_type argument loader to reduce number of menu ↵ | Angie Byron | 2009-10-09 |
| | | | | items cached. | ||
* | - Patch #595982 by ksenzee: fixed warning. | Dries Buytaert | 2009-10-09 |
| | |||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | - Patch #595982 by moshe, chx: use #tableselect instead of ugly theming on ↵ | Dries Buytaert | 2009-10-08 |
| | | | | admin users and admin nodes. | ||
* | - Patch #597336 by hunmonk: node_delete_multiple() barfs if no nids are passed. | Dries Buytaert | 2009-10-08 |
| | |||
* | #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵ | Angie Byron | 2009-10-08 |
| | | | | (with upgrade path). Say buh-bye to old, crusty code. | ||
* | #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 #592572 by c960657 | moshe weitzman: API clean-up, always pass nodes ↵ | Dries Buytaert | 2009-10-03 |
| | | | | as objects. | ||
* | - Patch #594434 by fago | moshe weitzman: Fixed node delete cache reset. | Dries Buytaert | 2009-10-03 |
| | |||
* | - Patch#583020 by c960657 | yched, Dries: fixed warning about missing ↵ | Dries Buytaert | 2009-10-02 |
| | | | | argument 2 for field_delete_instance() in node_configure_fields(). | ||
* | - Patch #590014 by sun, mr.baileys | Dries: fixed undefined language when ↵ | Dries Buytaert | 2009-09-30 |
| | | | | language is specified in . | ||
* | - 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(). | ||
* | - 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 #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency ↵ | Dries Buytaert | 2009-09-28 |
| | | | | for node types and menus. | ||
* | - Patch #585742 by Damien Tournoud | Amitaibu: content type wasn't created ↵ | Dries Buytaert | 2009-09-25 |
| | | | | after drupalCreateContentType(). | ||
* | - Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for ↵ | Dries Buytaert | 2009-09-25 |
| | | | | deleting revisions. | ||
* | - Patch #572778 by Amitaibu: removed outdated comment. | Dries Buytaert | 2009-09-23 |
| | |||
* | - Patch #550718 by alexanderpas, Gábor Hojtsy | Dries, webchick, ugerhard: ↵ | Dries Buytaert | 2009-09-22 |
| | | | | tabs on admin pages are not accessible from overviews and menus. | ||
* | - Patch #500038 by Shai, sreynen | webchick: changed default for RSS output ↵ | Dries Buytaert | 2009-09-21 |
| | | | | from 'teaser only' to 'full node'. | ||
* | Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection ↵ | Dries Buytaert | 2009-09-21 |
| | | | | handling. I can actually understand it now. ;-). | ||
* | - 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. |