summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* 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
* #78645 by moshe weitzman, finally remove node_page().Neil Drumm2006-08-15
|
* #78549 by beginner, test for function existence instead of module existence.Neil Drumm2006-08-15
|
* #77183 by m3avrck and timcn, split up drupal.css by module.Neil Drumm2006-08-14
|
* #77525 by hunmonk, clean up for hook_(node|user)_operations().Neil Drumm2006-08-14
|
* #77380 by hunmonk, fix the content type delete button.Neil Drumm2006-08-14
|
* #78340 by hunmonk, fix an error preventing search indexing.Neil Drumm2006-08-14
|
* - Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with ↵Dries Buytaert2006-08-10
| | | | | | arrays like FAPI for viewing. Once again, we're paving the path for CCK in core ... :)
* - Patch #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* Finishing that last commit.Neil Drumm2006-08-06
|
* #62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node ↵Neil Drumm2006-08-06
| | | | types.
* #75395 by merlinofchaos and moshe weitzman, make it easier for node access ↵Neil Drumm2006-08-05
| | | | modules to work together.