summaryrefslogtreecommitdiff
path: root/modules/node/node.module
Commit message (Expand)AuthorAge
* - Applied modified version of almaw's 0064 patch: form item attributes.Kjartan Mannes2003-08-12
* - Added missing translation functions. Patch #78 by Stefan. Merged by handDries Buytaert2003-08-12
* - Added more filters and support for "mass-operations" to the node overview pageDries Buytaert2003-08-02
* - If $node->path has been initialized (via a form for example), node_url will...Dries Buytaert2003-07-31
* - Fixed broken links in the versioning system. Patch by Bart Jansens.Dries Buytaert2003-07-31
* - Applied Moshe's 007 patch: "read more" and author optimizations.Dries Buytaert2003-07-26
* - Fixed node_save() and user_save() bug introduced by table prefix changes.Dries Buytaert2003-07-21
* - Commited the URL aliasing patch. Thanks Matt.Dries Buytaert2003-07-16
* - Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not testedDries Buytaert2003-07-16
* - Performance improvement: changed a fair amount of "left joins" to "innerDries Buytaert2003-07-12
* - Committed a slightly modified version of Slavica's table prefix patch.Dries Buytaert2003-07-10
* - Improvement: made it possible to translate the forum module. Patch #53 by ...Dries Buytaert2003-07-02
* - Improvement: don't perform XSS checks for trusted users. Trusted usersDries Buytaert2003-07-01
* - Fixed some "search related" bugs introduced by Moshe's latest patch.Dries Buytaert2003-06-30
* - Reworked the CXX checking; now, _any_ user input will be checkedDries Buytaert2003-06-27
* - Bugfix: fixed bug #1627.Dries Buytaert2003-06-24
* - Improvements: XHTML-ifications. Patch by GmbH.Dries Buytaert2003-06-15
* - Bugfix: small Xtemplate fixes. Patch by Ax. (Slightly modified.)Dries Buytaert2003-06-13
* - Fixed two broken links in the "administration > content management >Dries Buytaert2003-06-08
* - Charset simpliciations. Patch #46 by Al.Dries Buytaert2003-06-08
* - Removed a redundant check_query().Dries Buytaert2003-06-06
* - Bugfix: better charset support for non-ISO-8859-1 languages. Patch 0029.ch...Dries Buytaert2003-06-05
* - Bugfix: renamed the SQL field 'types' to 'nodes' because 'types' is a reser...Dries Buytaert2003-06-04
* - Usability improvements to the node form. Patch by Al. Will incorporateDries Buytaert2003-06-03
* Removed node_get_node_from_nid() and modified node_load() to take an optional...Dries Buytaert2003-06-01
* - Committed Al's rollback fixes and the title improvements. Thanks again.Dries Buytaert2003-05-31
* - Michael Frankowski's excellent help text improvements!Dries Buytaert2003-05-29
* - Fixed braino. Reported by Remco as bug #1787.Dries Buytaert2003-05-28
* - Fixed validate problem. Patch by Ax.Dries Buytaert2003-05-26
* - Removed check_output() from the theme system layer.Dries Buytaert2003-05-26
* - Undid Kjartan's latest change (it breaks the feeds) and fixed it properly.Dries Buytaert2003-05-25
* - Moved the theme("header") call in node_page outside the access check so theKjartan Mannes2003-05-24
* - Updated Drupal to use "on output" filters. Derived from Gerhard's patch.Dries Buytaert2003-05-24
* - Fixed typo in URL(). Patch by Al.Dries Buytaert2003-05-23
* - Some fields can be passed through the $_GET array (eg. to make the "blogDries Buytaert2003-05-19
* - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.Dries Buytaert2003-05-13
* - Added an option to make "node previews" optional. Patch by n8. SeeDries Buytaert2003-05-10
* - Fixed the function prototypes of the newly introduced theme_user_list(),Dries Buytaert2003-05-02
* - Committed Adrian's item patch. It would be nice if one or more of theDries Buytaert2003-04-29
* - Fixed some PHP "notices".Dries Buytaert2003-04-21
* - Fixed bug #1545: incorrect sequence tables on PostgreSQL. Patch by Neil.Dries Buytaert2003-04-20
* - Node API improvements by Moshe:Dries Buytaert2003-04-15
* A batch of changes:Dries Buytaert2003-04-14
* - Fixed some SQL query directives.Dries Buytaert2003-03-29
* - Bugfix: deleting a node should flush the cache.Dries Buytaert2003-03-16
* - All LIMIT queries must go through the pager or through db_query_range().Dries Buytaert2003-03-16
* - Modified patch of Moshe. Enhances the tracker module so it displayes recentDries Buytaert2003-03-14
* - Fixing typos.Kjartan Mannes2003-03-11
* - Added another security layer.Kjartan Mannes2003-03-10
* - Ahem , trailing spaces.Kjartan Mannes2003-03-09