summaryrefslogtreecommitdiff
path: root/modules/node.module
Commit message (Expand)AuthorAge
* - Fixing typos.Kjartan Mannes2003-03-11
* - Added another security layer.Kjartan Mannes2003-03-10
* - Ahem , trailing spaces.Kjartan Mannes2003-03-09
* - Moved moderation logic back into node module.Kjartan Mannes2003-03-09
* - Changed _nodeapi("conf") to _nodeapi("settings").Kjartan Mannes2003-03-08
* - Renamed "form.admin" to "form admin".Kjartan Mannes2003-03-07
* - Removed the path_uri() function in favor of the $base_url variable andDries Buytaert2003-03-07
* - Fixed the "adminster" link at the bottom of every node's display. PatchDries Buytaert2003-03-02
* - Fixed some typos spotted by Al Maw.Dries Buytaert2003-02-25
* - Fixed typo. Patch by Garym. (Something went wrong with my earlier commit.)Dries Buytaert2003-02-23
* *** empty log message ***Dries Buytaert2003-02-23
* - New menu houskeeping. Prototyped by Zbynek.Dries Buytaert2003-02-20
* - Added function node_invoke_all($hook, &$node, $op, $arg = 0).Kjartan Mannes2003-02-16
* - Everything is using theme("function") now instead of $theme->function().Dries Buytaert2003-02-15
* - See http://lists.drupal.org/pipermail/drupal-devel/2003-February/021824.html.Dries Buytaert2003-02-11
* - Applied Alastair's date patch.Dries Buytaert2003-02-09
* - Removed redundant code.Dries Buytaert2003-02-02
* - Renamed "Allow HTML tags" to "Filter HTML tags" for clarity. Reported byDries Buytaert2003-01-29
* - Moved the filter()s back to the individual node modules as it used to be.Dries Buytaert2003-01-23
* - Tidied up XHTML. Patch by Ulf.Dries Buytaert2003-01-23
* - Small improvement to the admin menu based on feedback from Michael.Dries Buytaert2003-01-14
* - Fixed a typo that caused quite a few redundant SQL queries.Dries Buytaert2003-01-12
* - Code improvement: forgot to update an URL to the clean URL scheme.Dries Buytaert2003-01-09
* - Clean URL patch.Dries Buytaert2003-01-06
* - Added an extra parameter to watchdog() which lets you specifiy an "action"Dries Buytaert2003-01-04
* - Tidied up the use of check_output(). Might make rendering pages a bitDries Buytaert2002-12-31
* - Some small improvements/fixes to the node system. Suggested by Marco.Dries Buytaert2002-12-30
* - Put back the node table paging.Dries Buytaert2002-12-29
* - Added table rendering functions. As an example, I changed the node moduleDries Buytaert2002-12-29
* - Added a "submit new content" link to the admin page. Suggested by Amy.Dries Buytaert2002-12-27
* - Refactored the administration pages.Dries Buytaert2002-12-24
* - Fixed typo: "Allow users comments" -> "Allow user comments"Dries Buytaert2002-12-24
* - fixing doctype in rss feeds.Kjartan Mannes2002-12-21
* - Switched the "short version" and the "long version" on the preview page.Dries Buytaert2002-12-21
* - Added DOCTYPE.Dries Buytaert2002-12-15
* - Committed Marco's pager improvements.Dries Buytaert2002-12-14
* - Bugfixes by Marco.Dries Buytaert2002-12-12
* o Permission improvements:Dries Buytaert2002-12-10
* - Fixed node revisions.Dries Buytaert2002-12-02
* - Fixed "Allow user comments: disabled" no longer works and so on. Patch byDries Buytaert2002-12-02
* - Applied Jeremy's statistics module patches:Dries Buytaert2002-11-26
* Patch based on work of Kjartan:Dries Buytaert2002-11-17
* Applied Moshe's patches:Dries Buytaert2002-11-11
* - Fixing read more link showing when teaser is empty.Kjartan Mannes2002-11-10
* * Added Jeremy's pager:Dries Buytaert2002-11-09
* - Fixed glitch in block module: the admin links were not composedDries Buytaert2002-11-01
* - Committed Marco's block rewrite:Dries Buytaert2002-10-26
* - Wrapped some hardcoded colors in "theme_invoke()"s; we can still createDries Buytaert2002-10-22
* - fixing the logic for populating $node when adding a new node. Title, teaser,Kjartan Mannes2002-10-17
* - submit page will now use $edit[teaser/body] if available in the initial req...Kjartan Mannes2002-10-15