summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
...
* - Patch #1027630 by jhodgdon: unclear documentation for 'custom' and ↵Dries Buytaert2011-01-18
| | | | 'locked' attributes for content type.
* - Patch #375064 by c960657, catch: Performance: Multilanguage checking on ↵Dries Buytaert2011-01-12
| | | | admin/content/node slow.
* #987384 follow-up by h_peter, jhodgdon: Further clean-ups to group topics.Angie Byron2011-01-03
|
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #1003958 by mlncn: Correct _node_save_revision documentationAngie Byron2010-12-30
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #993026 by bblake, agentrickard: Fixed Default sort on admin/content incorrectAngie Byron2010-12-17
|
* #986296 by blup, tstoeckler, Damien Tournoud, carlos8f: Fixed ↵Angie Byron2010-12-15
| | | | _node_types_build() accidentally marks node types as disabled
* #728090 by alexjarvis: Fixed 'Revision information' can have incorrect summaryAngie Byron2010-12-15
|
* #968458 by Dave Reid, sun, fago: Add Missing hook_entity_presave().Angie Byron2010-12-15
|
* - Patch #986992 by yched, sun: fixed insane etid / ↵Dries Buytaert2010-12-14
| | | | {field_config_entity_type()} abstraction.
* #967330 by Dave Reid: Fixed The [current-user:?] token should provide the ↵Angie Byron2010-12-09
| | | | actual loaded user
* - Patch #991726 by wojtha, meba: missing format_plural() in comments and ↵Dries Buytaert2010-12-09
| | | | node module.
* - Patch #950460 by Gábor Hojtsy, drunken monkey, jhodgdon: language ↵Dries Buytaert2010-12-02
| | | | selection in advanced search filters broken.
* - Patch #986018 by fago: remove ununsed test files.Dries Buytaert2010-12-02
|
* #364470 follow-up by Dave Reid, JohnAlbin, et al: Move submitted by back ↵Angie Byron2010-12-01
| | | | into a variable. The string approach was too limited.
* - Patch #651240 by fago, sun: allow modules to react to changes to an entity.Dries Buytaert2010-11-30
|
* #917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests).Angie Byron2010-11-29
|
* - Patch #669510 by quicksketch, David_Rothstein, Dave Reid, casey, Gábor ↵Dries Buytaert2010-11-27
| | | | Hojtsy, mrfelton, effulgentsia: merge administration theme with hook_admin_paths().
* - Patch #802524 by CrookedNumber, aaronbauman: node_add() still ↵Dries Buytaert2010-11-26
| | | | unnecessarily complex (and confusing).
* - Patch #884948 by David_Rothstein: the wrong parameter is sometimes passed ↵Dries Buytaert2010-11-24
| | | | in to hook_node_load().
* #898360 by sun: Add caching for node types.Angie Byron2010-11-23
|
* #49428 by levavie, mgifford, joachim, et al: Include node title in 'Read ↵Angie Byron2010-11-22
| | | | more' link for better accessibility and SEO
* - Patch #867114 by jhodgdon, mgifford, sun: search results should add lang ↵Dries Buytaert2010-11-21
| | | | tag if language of search result differs.
* #920600 by bojanz, solotandem: Fixed Document the deprecated parameter in ↵Angie Byron2010-11-20
| | | | entity_load()
* #830704 by fago, effulgentsia, Frando: Fixed entity forms cannot be properly ↵Angie Byron2010-11-20
| | | | extended.
* #898360 by sun, catch: Cache node types - saves 7% in MySQL in sites using ↵Angie Byron2010-11-20
| | | | memcache for caching backend
* #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.