summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* #878092 follow-up by sun, David_Rothstein: Fixed Regression from D7 alpha: ↵Angie Byron2010-11-14
| | | | themes are unable to render one group of node links separately from another.
* #923826 by catch, carlos8f, moshe weitzman: Fixed entity delete operations ↵Angie Byron2010-11-14
| | | | should use transactions.
* #965514 by agentrickard: Fix silly typo in node test.Angie Byron2010-11-12
|
* #963656 by agentrickard, bfroehle: Fixed critical bug ↵Angie Byron2010-11-09
| | | | node_access_view_all_nodes() is never invoked.
* #601932 by David_Rothstein, carlos8f, yoroy, Bojhan, et al: Allow dashboard ↵Angie Byron2010-11-06
| | | | to limit available blocks.
* - Patch #963060 by boombatower: documentation problem with hook_view().Dries Buytaert2010-11-05
|
* - Patch #955610 by casey: impossible to have multiple node forms on one page ↵Dries Buytaert2010-11-05
| | | | due to fixed IDs.
* - Patch #923998 by reglogge, Jeff Burnz: move advanced search form submit to ↵Dries Buytaert2010-10-31
| | | | the bottom of the form.
* - Patch #948416 by David_Rothstein: a menu item description, 'Administer ↵Dries Buytaert2010-10-27
| | | | content', is missing a period.
* - Patch #408160 by sun: code simplification.Dries Buytaert2010-10-27
|
* #738512 by sun: Fixed Node permissions are ordered oddly.Angie Byron2010-10-23
|
* #433454 by sun: Only hardcode node title's weight if it's not otherwise ↵Angie Byron2010-10-23
| | | | specified.
* #948272 by amateescu: Fixed hook_node_info() doc shouldn't link to node ↵Angie Byron2010-10-23
| | | | example module any more,
* #949576 by sun: Add missing hook_entity_view() and hook_entity_view_alter().Angie Byron2010-10-23
|
* - Patch #948536 by amateescu: node_type_get_types() could mention that the ↵Dries Buytaert2010-10-23
| | | | types it returns are objects.
* - Patch #883454 by jhodgdon, ctmattice1: doc and examples for hook_form() ↵Dries Buytaert2010-10-22
| | | | are misleading/wrong.
* #408160 by sun, Berdir, Gábor Hojtsy, David_Rothstein: Fixed move Add new ↵Angie Byron2010-10-20
| | | | content link to Navigation menu.
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #118108 by bleen18: node delete does not clean up node_access() table.Dries Buytaert2010-10-20
|
* #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: ↵Angie Byron2010-10-15
| | | | Add a hook_entity_delete() for consistency.
* - Patch #902644 by sun, tobiasb: machine names are too hard to implement. ↵Dries Buytaert2010-10-13
| | | | | | Date types and menu names are not validated. This patch fixes a bug, but is also a last minute clean-up that will help with better distribution support. We discussed this in http://drupal.org/node/933846.
* - Patch #934790 by agentrickard: use _node_custom_theme() for revision ↵Dries Buytaert2010-10-11
| | | | callbacks.
* #700380 by mitchmac, Dave Reid, mfb, Ryan Palmer, justinrandell: Fix sorting ↵Angie Byron2010-10-07
| | | | in tableselect if #weight is not set.
* #895014 by Damien Tournoud, chx, catch: Fixed all fields of a node type are ↵Angie Byron2010-10-07
| | | | lost on module disable.
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* - Patch #931476 by duellj: fixes for hook_node_view() documentation.Dries Buytaert2010-10-05
|
* - Patch #922824 by plach: no way to specify the language to view entities in.Dries Buytaert2010-10-03
|
* #926794 by ksenzee, moshe weitzman, Jody Lynn: Fixed revisions of ↵Angie Byron2010-10-01
| | | | unpublished nodes lose their body field on upgrade.
* - Patch #898558 by Damien Tournoud, chx, ksenzee: clean-up the upgrade path: ↵Dries Buytaert2010-09-29
| | | | node.
* - Patch #920614 by agentrickard, chx, Damien Tournoud: unpublished content ↵Dries Buytaert2010-09-29
| | | | visible when a Node Access module is enabled.
* #358437 follow-up by David_Rothstein, sun, chx: Disallow invalid text format ↵Angie Byron2010-09-28
| | | | IDs; force 0 and non-existant formats to NULL.
* - Patch #924686 by mikey_p, munzirtaha: space required after foreach construct.Dries Buytaert2010-09-28
|
* - Patch #922412 by moshe weitzman: remove node_access_example_disabling() ↵Dries Buytaert2010-09-25
| | | | from docs.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #403034 by roderik, Damien Tournoud: node_assign_owner_action() logs ↵Dries Buytaert2010-09-18
| | | | an object type instead of the type name.
* - Patch #911980 by mr.baileys: fixed WSOD on node/add/... if capitalization ↵Dries Buytaert2010-09-17
| | | | is wrong.
* - Patch #732914 by Jacine, sun, reglogge, cosmicdreams: improve the ↵Dries Buytaert2010-09-17
| | | | markup/CSS for content and user filter forms.
* #898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the ↵Angie Byron2010-09-13
| | | | upgrade path: comment.
* #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. ↵Angie Byron2010-09-11
| | | | title on node).
* - Patch #884932 by mgifford, jhodgdon: labels missing for search admin pages.Dries Buytaert2010-09-11
|
* #891028 by chx: Fixed Orphan node types lose bodies on upgrade.Angie Byron2010-09-11
|
* - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not ↵Dries Buytaert2010-09-09
| | | | taken into account for #validate, #submit, hook_form_FORMID_alter().
* - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, ↵Dries Buytaert2010-09-05
| | | | fgm, tstoeckler: allow module .info files to add CSS/JS.
* - Patch #241364 by maartenvg, sun, effulgentsia: () not passed to ↵Dries Buytaert2010-09-03
| | | | hook_validate()/hook_node_validate(), and not passed by reference to hook_form().
* - Patch #630486 by brandonojc, Rob Loach: edit content types missing ↵Dries Buytaert2010-09-03
| | | | vertical tab summaries from content_types().js.
* #821560 by plach: Fixed Notices on the content administration page after ↵Angie Byron2010-08-30
| | | | removing a language.
* #878092 by joachim, Jacine, sun: Fixed Each module is outputting its own ↵Angie Byron2010-08-30
| | | | ul.links.inline in node links.
* #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, ↵Angie Byron2010-08-30
| | | | jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page.
* #890790 by moshe weitzman: Fixed deleting nodes does not delete their comments.Angie Byron2010-08-23
|
* #846296 by Berdir, ridgerunner, agentrickard: Fixed file_file_download() ↵Angie Byron2010-08-23
| | | | only implements access checks for nodes and users.