summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* - Patch #748798 by casey, Rob Loach, Jacine: changed CSS Coding Standards.Dries Buytaert2010-04-28
|
* - Patch #783584 by Pasqualle: fixed invalid HTML.Dries Buytaert2010-04-28
|
* #782846 by plach: Fixed Body field language is not properly set during the ↵Angie Byron2010-04-28
| | | | upgrade path.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* #560746 follow-up by chx: Split hook_block_info_alter() into list_ and ↵Angie Byron2010-04-22
| | | | info_alter() and clean up block_rehash().
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* #322759 by coltrane, jpmckinney: Fixed Allow hook_node_presave() to alter ↵Angie Byron2010-04-20
| | | | other node fields.
* #713872 by eojthebrave, andypost: Fixed Image field formatters not updated ↵Angie Byron2010-04-20
| | | | when image style deleted and replacement format chosen.
* #609118 by plach, te-brian, David_Rothstein, yched: Fixed node.tokens.inc: ↵Angie Byron2010-04-20
| | | | node->body issues.
* #609118 folllow-up by plach: Fixed node.tokens.inc: node body issues.Angie Byron2010-04-15
|
* - Patch #704646 by cha0s, jpmckinney, willmoy, mradcliffe: critical bug: ↵Dries Buytaert2010-04-13
| | | | node_save() fails silently.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #767872 by JohnAlbin: theme_node_log_message() has never, ever been ↵Dries Buytaert2010-04-12
| | | | used.
* - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP ↵Dries Buytaert2010-04-11
| | | | strict warnings when running tests and for PHP 5.3.
* - Patch #767852 by JohnAlbin: remove no-longer-needed theme function wrappers.Dries Buytaert2010-04-11
|
* - Patch #445130 by Rob Loach, aspilicious: namespace the Drupal jQuery ↵Dries Buytaert2010-04-09
| | | | functions.
* - Patch #764606 by JohnAlbin: node.tpl no longer needs taxonomy variables.Dries Buytaert2010-04-08
|
* - Patch #682552 by mradcliffe, jhodgdon: FieldException when trying to ↵Dries Buytaert2010-04-07
| | | | enable blog and comment modules for first time.
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #761616 by JohnAlbin: revert to .Dries Buytaert2010-04-06
|
* - Patch #757484 by catch: optimize node_save().Dries Buytaert2010-04-02
|
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved ↵Dries Buytaert2010-03-31
| | | | xpath tests.
* - Patch #757484 by catch: optimize node_save().Dries Buytaert2010-03-31
|
* - Patch #684774 by andypost, sun: critical bug: block visibility settings ↵Dries Buytaert2010-03-28
| | | | cannot be properly extended.
* - Patch #754686 by yched: rename 'cacheable' property in hook_entity_info().Dries Buytaert2010-03-27
|
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #685784 by alexj, sun: 'Create new revision' setting for content ↵Dries Buytaert2010-03-24
| | | | type isn't used in node edit form.
* - Patch #248598 by David_Rothstein, pwolanin, aspilicious: improved warning ↵Dries Buytaert2010-03-21
| | | | about dangerous permissions.
* - Patch #596582 by sun: remove remnants of theme_node_form().Dries Buytaert2010-03-18
|
* - Patch #326564 by nenne: fixed hook_validate() documentation.Dries Buytaert2010-03-18
|
* - Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a ↵Dries Buytaert2010-03-12
| | | | 'standard' user_delete_multiple() API.
* - Patch #735628 by sun, Jacine: resizable textarea behavior leads to ↵Dries Buytaert2010-03-09
| | | | unpredictable results.
* #594412 by mrfelton: Correctly label all site-owning super-admin permissions.Angie Byron2010-03-08
|
* #684774 follow-up by sun: Remove silly superfluous check from ↵Angie Byron2010-03-07
| | | | node_block_admin_configure_submit().
* #282191 follow-up by plach: Remove ambitious parts of translatable fields UI ↵Angie Byron2010-03-07
| | | | from core that are no longer relevant, given what made it into Drupal 7.
* #676800 follow-up by sun: More fieldset fixes.Angie Byron2010-03-07
|
* - Patch #239196 by Gábor Hojtsy, jhodgdon, jvandyk: indexing status shown ↵Dries Buytaert2010-03-06
| | | | on search settings page is incorrect.
* - Patch #734146 by scor: white-space clean-up.Dries Buytaert2010-03-06
|
* - Patch #731426 by fago: recursed entity loading didn't work.Dries Buytaert2010-03-05
|
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* - Patch #728820 by David_Rothstein: clean up installation of required modules.Dries Buytaert2010-03-01
|
* #716258 by mikeryan: Move node_object_prepare() to node.module.Angie Byron2010-02-27
|
* - Patch #620298 by David_Rothstein: schema not available in hook_install().Dries Buytaert2010-02-26
|
* - Patch #721010 by jhodgdon: actions topic group needs more functions ↵Dries Buytaert2010-02-26
| | | | included and better doc header.
* - Patch #704362 by catch, andypost: fixed notices/warnings when comment ↵Dries Buytaert2010-02-26
| | | | module is disabled
* - Patch #300714 by j0hn-smith, lilou, alexj, linuxbox: sort node revisions ↵Dries Buytaert2010-02-25
| | | | by vid not timestamp.
* #722688 by moshe weitzman: Allow programmatic setting of node->changed.Angie Byron2010-02-23
|
* #645374 follow-up by sun: Make entity ids available to confirm form submit ↵Angie Byron2010-02-17
| | | | handlers.
* #716284 by mikeryan: Fixed node_object_prepare() doesn't recognize is_new().Angie Byron2010-02-17
|