summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* - Patch #614396 by lisarex: clarify UI text on page for adding new content ↵Dries Buytaert2009-10-31
| | | | types.
* - Patch #618938 by pwolanin: fixed Drupal version is not being available ↵Dries Buytaert2009-10-30
| | | | until the end of bootstrap.
* #613666 by Jody Lynn: Fixed Sorting on admin/content table.Angie Byron2009-10-27
|
* #609152 by redndahead, bleen18 and jim0203: Ensure node filter page ↵Angie Byron2009-10-24
| | | | validates that there were rows selected. (with tests)
* - Patch #610066 by jhodgdon: hook_node_access_records() documentation was ↵Dries Buytaert2009-10-24
| | | | badly formatted.
* #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme ↵Angie Byron2009-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 Buytaert2009-10-22
|
* - Patch #569512 by Amitaibu: fixed un-existing function name in ↵Dries Buytaert2009-10-22
| | | | hook_node_access() documentation.
* - Patch #609090 by te-brian: fixed invalid call to node_get_types()Dries Buytaert2009-10-21
|
* #493030 follow-up by sun: Clean-ups to RDF module.Angie Byron2009-10-20
|
* - Patch #332333 by sun: more fixes for the path API.Dries Buytaert2009-10-20
|
* - Patch #493030 by effulgentsia: documentation improvements/additions for ↵Dries Buytaert2009-10-19
| | | | RDF support.
* - Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin ↵Dries Buytaert2009-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 Buytaert2009-10-19
|
* - Patch #608036 by effulgentsia: add content_attributes() variable for tpl ↵Dries Buytaert2009-10-19
| | | | files, so RDF can be implemented better.
* #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: ↵Angie Byron2009-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 Byron2009-10-16
| | | | module.
* - Patch #557272 by kkaefer, Rob Loach, quicksketch: added FAPI JavaScript ↵Dries Buytaert2009-10-16
| | | | States system.
* - Patch #593746 by #593746 by sun, andypost: prepare Drupal core for dynamic ↵Dries Buytaert2009-10-16
| | | | data translation.
* - Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment ↵Dries Buytaert2009-10-16
| | | | preview + unify with node preview settings.
* #493314 by yched and catch: Add multiple hook for formatters.Angie Byron2009-10-16
|
* #565480 by plach and peximo: TF #2: Multilingual field handling. Integration ↵Angie Byron2009-10-16
| | | | between field API and locale module + translatable node bodies.
* #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same ↵Angie Byron2009-10-15
| | | | parameters as url().
* - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to ↵Dries Buytaert2009-10-15
| | | | avoid users rendering their site unusable.
* - Patch #582456 by dereine, sun, tobiasb: make confirm_form() respect query ↵Dries Buytaert2009-10-14
| | | | string destination.
* - Patch #586436 by Amitaibu: execute node_type_save() after variable_set().Dries Buytaert2009-10-14
|
* #557292 follow-up by dmitrig01 and sun: Fix typo in tpl.php file causing ↵Angie Byron2009-10-11
| | | | node titles to not be linked.
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* #569238 by sun, swentel, catch: Changed Make check_markup() not cache by ↵Angie Byron2009-10-10
| | | | default.
* #282191 by plach, nedjo, catch, et al: TF #1: Allow different interface ↵Angie Byron2009-10-09
| | | | language for the same path.
* #597508 by sun: Add %node_type argument loader to reduce number of menu ↵Angie Byron2009-10-09
| | | | items cached.
* - Patch #595982 by ksenzee: fixed warning.Dries Buytaert2009-10-09
|
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-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 Buytaert2009-10-08
| | | | admin users and admin nodes.
* - Patch #597336 by hunmonk: node_delete_multiple() barfs if no nids are passed.Dries Buytaert2009-10-08
|
* #412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API ↵Angie Byron2009-10-08
| | | | (with upgrade path). Say buh-bye to old, crusty code.
* #464862 follow-up by kkaefer: Rename drupal_css_class() to ↵Angie Byron2009-10-05
| | | | drupal_html_class_X(), for better accuracy.
* - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: ↵Dries Buytaert2009-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 Buytaert2009-10-03
| | | | as objects.
* - Patch #594434 by fago | moshe weitzman: Fixed node delete cache reset.Dries Buytaert2009-10-03
|
* - Patch#583020 by c960657 | yched, Dries: fixed warning about missing ↵Dries Buytaert2009-10-02
| | | | argument 2 for field_delete_instance() in node_configure_fields().
* - Patch #590014 by sun, mr.baileys | Dries: fixed undefined language when ↵Dries Buytaert2009-09-30
| | | | language is specified in .
* - Patch #451604 by brianV, sun | Dries, c960657: rename drupal_set_header().Dries Buytaert2009-09-30
|
* - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, ↵Dries Buytaert2009-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 Buytaert2009-09-29
| | | | url() only accept an array. Another nice API clean-up!
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* - Patch #508570 by quicksketch, sun | pwolanin, bec: restore URL consistency ↵Dries Buytaert2009-09-28
| | | | for node types and menus.
* - Patch #585742 by Damien Tournoud | Amitaibu: content type wasn't created ↵Dries Buytaert2009-09-25
| | | | after drupalCreateContentType().
* - Patch #581392 by sun, catch | mr.baileys: Fixed Add an API function for ↵Dries Buytaert2009-09-25
| | | | deleting revisions.
* - Patch #572778 by Amitaibu: removed outdated comment.Dries Buytaert2009-09-23
|