summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* #80257 by Jaza. Add a hook for content type changes and use it for keeping ↵Neil Drumm2006-10-31
| | | | vocabulary associations.
* - Patch #89285 by profix: code simplifications.Dries Buytaert2006-10-26
|
* - Patch #91139 bby Eaton: custom node type permissions don't work.Dries Buytaert2006-10-25
|
* - Patch #84146 by profix, webernet, et al: capitalization fixes.Dries Buytaert2006-10-23
|
* - Patch #84146 by profix, webernet, et al: capitalization fixes.Dries Buytaert2006-10-23
|
* - Patch #75395 by chx, merlin and natrak: incorporate node access arbitrator ↵Dries Buytaert2006-10-23
| | | | into node.module. Critical bugfix.
* - Patch #57015 by chx: return to the proper pages after deleting a node.Dries Buytaert2006-10-23
|
* - Patch #90128 by gotheric and chx: worked around incompatible change in ↵Dries Buytaert2006-10-22
| | | | MySQL 5.0.13. Actually improves portability with databases like Oracle. Critical bugfix as it prevented search indexing from working.
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* #90119 by ontwerpwerk and profix898. Clean up misnamed permissions.Neil Drumm2006-10-20
|
* #89304 by webernet. Use a more appropriate permission for content type ↵Neil Drumm2006-10-18
| | | | administration.
* Change admin content search instructions. They lied about wildcards.Steven Wittens2006-10-14
|
* - Patch #88180 by toddy: small grammar fixes.Dries Buytaert2006-10-11
|
* - Patch #88409 by Heine: fixed broken link.Dries Buytaert2006-10-10
|
* - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵Dries Buytaert2006-10-05
| | | | package support to the modules page.
* - Patch #82045 by chx, eaton et al: fixed nodeapi.Dries Buytaert2006-10-05
|
* - Patch #83165 by webernet: don't show revision log messages to the world.Dries Buytaert2006-10-04
|
* - Patch #87065 by Eaton et al: correct filtering of PHP nodes.Dries Buytaert2006-10-04
|
* - Patch #80271 by chx: node validate prevents programmatic node submission.Dries Buytaert2006-09-16
|
* - Patch #83316 by nickl: fixed FAPI bug.Dries Buytaert2006-09-10
|
* - Patch #83222 by edkwh: more theme('placeholder') clean-up. Good catch.Dries Buytaert2006-09-09
|
* - Patch #82465 by webchick: renamed variables in hooks for consistency.Dries Buytaert2006-09-08
|
* #78675 by pwolanin. Fix calling order for node links. Seen in book read more ↵Neil Drumm2006-09-07
| | | | links.
* #68999 by adixon. Give the theme a chance to change the node/add/... title.Neil Drumm2006-09-06
|
* #43990: Fix container-inline for node text fieldsSteven Wittens2006-09-05
|
* #48772 by markus_petrux. Remove redundant code from node_link().Neil Drumm2006-09-05
|
* #80989 by fgm. When using the PHP code input format, break the node teaser ↵Neil Drumm2006-09-01
| | | | out if the teaser starts after the delimiter.
* - Rollback of patch #68418: clean up node submit hooks. Needs more thinkering.Dries Buytaert2006-08-31
| | | | Restores the old node API.
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* - Patch #81574 by assimmonds: deleting content types was broken.Dries Buytaert2006-08-31
|
* - Patch #80470 by Eaton et al: better handling of programmatic submission.Dries Buytaert2006-08-31
|
* - Patch #80860 by eaton et al: use form API multistep for poll.moduleDries Buytaert2006-08-30
|
* - Patch #72290 by killes: split up the cache table.Dries Buytaert2006-08-30
|
* - Patch #68418 by Moshe et al: clean up node submit hooks.Dries Buytaert2006-08-29
|
* #80574 Eaton and chx. Replace $_POST['edit'] with $_POST.Neil Drumm2006-08-29
|
* - Patch #80902 by asimmonds: fixed delting of multiple nodes.Dries Buytaert2006-08-28
|
* - Patch #80809 by Uwe: fixed broken link.Dries Buytaert2006-08-26
|
* #78656 by m3avrck. Drupal Core's first CSS hack.Neil Drumm2006-08-25
|
* - Patch #66569 by m3avrck: add RSS autodiscovery automatically.Dries Buytaert2006-08-23
|
* - Patch #66569 by m3avrck: Consolidate the drupal_add_link() calls.Dries Buytaert2006-08-23
|
* #66569 by m3avrck. Put all the feed icons in the same place.Neil Drumm2006-08-23
|
* #80079 by drewish, fix some double placeholdering and other bugs with using t().Neil Drumm2006-08-23
|
* - Patch #76444 by chx, moshe, eaton, angie et al: make it possible to ↵Dries Buytaert2006-08-22
| | | | control access to form elements.
* - Patch #61636 by justin: fixed problem with reverting revisions. ↵Dries Buytaert2006-08-20
| | | | Taxonomy.module is optional.
* - Patch #79625 by justing: fixed advanced search form.Dries Buytaert2006-08-20
|
* - Patch #79476 by assimonds and webchick: fixed broken t()-iness.Dries Buytaert2006-08-20
| | | | CVS: ----------------------------------------------------------------------
* #79601: module_exist() -> module_exists()Steven Wittens2006-08-20
|
* - Patch #79498 by Eaton: fixed editing comments and nodes.Dries Buytaert2006-08-19
|
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders