summaryrefslogtreecommitdiff
path: root/modules/node.module
Commit message (Collapse)AuthorAge
* - Patch #20188 by Goba: Node_feed() instructs the nodeapi view call it ↵Dries Buytaert2005-04-11
| | | | invokes to deal with the body of the node, but afterwards it only uses the teaser to generate the feed. So the nodeapi hook should be called with teaser processing in mind. This simple patch fixes that.
* - Removed weird phpdoc lineDries Buytaert2005-04-05
|
* - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵Dries Buytaert2005-04-01
| | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
* - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵Dries Buytaert2005-03-31
| | | | comments
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - #19353: Fix 'submit' button behaviour wrt optional previewing and form errors.Steven Wittens2005-03-27
|
* - #17343: Fix safari CSS issues with node admin.Steven Wittens2005-03-27
|
* - #19405: Fix SQL in comment block for anonymous users.Steven Wittens2005-03-24
|
* - #19089: Remove depency on taxonomy.module by node.module (kjartan)Steven Wittens2005-03-18
|
* - #12401: Non-admins should obey workflow wrt revisions.Steven Wittens2005-03-18
|
* - Patch #18216: fixed nodeapi settings hook.Dries Buytaert2005-03-07
|
* - Bumped the RSS version from 0.92 to 2.0Dries Buytaert2005-03-07
|
* - Patch #18418 by chx: jonbob node_access_view_all patch changed the return ↵Dries Buytaert2005-03-05
| | | | value of node_access_where_sql to empty which breaks nicely all queries which are still using this function. This is a good incentive to upgrade to db_rewrite_sql, yes, but I think it causes confusion, 'cos it is not really trivial why the query suddenly not works. Let's make it trivial -- rename it _node_access_where_sql, it is no longer a function to be called from outside. node_access_join_sql similarly.
* #18226: Non-admins were not obeying workflow.Steven Wittens2005-03-04
|
* #18329: Unify confirmation messages (and make them themable)Steven Wittens2005-03-03
|
* - Patch #18045 by JonBob: the node type admin page uses an unclear callback ↵Dries Buytaert2005-03-01
| | | | name, and uses arg() where it is not necessary. The attached patch cleans this up by unifying node_types() with node_types_configure().
* - Patch #18123 by chx: the $return['distinct'] in the past should have been ↵Dries Buytaert2005-03-01
| | | | module_implements('node_grants') but after JonBob's node_access_view_all_nodes, that part happens only if node_grants is in effect, so it is simplified to 1.
* #17747: PGSQL improvementsSteven Wittens2005-02-28
|
* - #17870: Add preview CSS class to node preview (drumm)Steven Wittens2005-02-27
|
* - Patch #17687 by Gerhard: removed some cruft.Dries Buytaert2005-02-21
|
* - Fixing broken search after sql rewrite patchesSteven Wittens2005-02-19
| | | | - Minor code style fixes.
* - Patch #16558 by JonBob: improved performance of node access checks.Dries Buytaert2005-02-18
|
* - Fixed broken colspan. Reported by asimmonds.Dries Buytaert2005-02-14
|
* - Fixed broken colspan.Dries Buytaert2005-02-11
|
* - Patch #16960 by Goba: fixed content type options.Dries Buytaert2005-02-10
|
* - Patch #16246 by Moshe: "Here is a patch for node.module since thta hunk ↵Dries Buytaert2005-02-10
| | | | failed last time. Note that I've removed the 'delete' link since it doesn't work and is mostly obsolete with the 'mass delete' feature. I've also added smart destination andling to the 'url alias delete' feature."
* - Fixing broken drupal_goto() after node submission on PHP5.Steven Wittens2005-02-04
|
* - PHP5 fix due object references: node previewing should not put node output ↵Steven Wittens2005-02-04
| | | | into form.
* - Fix warning due to old session variable.Steven Wittens2005-02-02
|
* #10296: Clean up admin - content:Steven Wittens2005-02-02
| | | | | | | | - Mass-delete functionality (with confirmation) - Flexible filtering for the overview table based on status, type and taxonomy. - Missing drupal_goto's - Clean up watchdog messages - Remove some dead code
* - Patch #16513 by James (slightly modified): export categories and ↵Dries Buytaert2005-02-01
| | | | | | enclosures to RSS feeds (and made RSS feeds extensible). NOTE: this needs to be documented.
* - Patch #16111 by chx: fixed some bugs in the db_rewrite_sql() code.Dries Buytaert2005-01-31
|
* - Patch #16253 by Goba: incremental improvements to the new content markers.Dries Buytaert2005-01-30
| | | | Goba: it would be nice if one of the core themes would showcase this functionality. ;-)
* - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query.Dries Buytaert2005-01-29
|
* - Patch #6025 by Jeremy: avoid data to get lost when two users are editing a ↵Dries Buytaert2005-01-27
| | | | node at the same time.
* - Patch #16192 by Neil: moved the submission guidelines found in forum, ↵Dries Buytaert2005-01-26
| | | | story, and blog and the minimum number of words found in story and blog (blog had a slight bug) into the node module.
* - Modified patch #14170 by Neil: improved default workflow (default node ↵Dries Buytaert2005-01-24
| | | | | | type) configuration page. Modified the patch to remove some redundant code, to translate strings, and to better use the menu system.
* - I had to modify chx's patch/change because it did not work with PHP5. ↵Dries Buytaert2005-01-23
| | | | Please double-check.
* - Patch #16026 by chx: fixed node-level permissions.Dries Buytaert2005-01-23
|
* Documenting a tricky regexp.Steven Wittens2005-01-22
|
* - Another code style fix.Steven Wittens2005-01-19
|
* - Fix tracker pager count query being wrong (it did not return a count but a ↵Steven Wittens2005-01-19
| | | | | | set, and it counted nodes with more than 1 comment as multiple nodes). - Clean up various SQL queries: removing literally inserted data (db_escape_string is evil!), fixing single "%" which should be "%%", fixing integers being compared as strings.
* - #15500: Fix tracker not showing nodes without comments.Steven Wittens2005-01-19
| | | | - Tiny code style fix
* - The real code fixes ;)Steven Wittens2005-01-17
|
* - Reversing bad commit, sorry everyone.Steven Wittens2005-01-17
|
* - Various code style fixesSteven Wittens2005-01-17
|
* - Patch #14731 by chx: made it possible to rewrite node queries.Dries Buytaert2005-01-16
|
* - Make the search settings page more user-friendly.Steven Wittens2005-01-11
|
* - Fixing a couple of watchdog() calls.Steven Wittens2005-01-09
|
* - Patch #13260 by UnConeD: watchdog module improvements.Dries Buytaert2005-01-09
| | | | | | | | | | We added a 'severity' column to watchdog(): watchdog($type, $message, $link) --> watchdog($type, $message, $severity, $link); * Specify a severity in case you are reporting a warning or error. * The $link-parameter is now the fourth parameter instead of the third. TODO: document this in the upgrade guide.