Downloads
Download tar.gz
7.6 KB
MD5: 9534b60c0740363c247b29188f6d7d7a
SHA-1: 1d288c75ea13060d8e50ea15434bf636df18215b
SHA-256: 001a0ba9859a74a6a427a3eb3b6280d85234a452fc5ab703db6ec93d569cc5fe
Download zip
8 KB
MD5: c90e6e9d5866973702d8eb0292740b32
SHA-1: 1be4be0f695f07ab939f18ae25a45a2544944441
SHA-256: 6b9267576ff8ea42825655e28c5b44a5be0fab9aa1a817a9e88158430234251c
Release notes
First alpha release.
New features:
- It's now possible to change the message that's displayed when you delete a node, in addition to the messages that are displayed when nodes are created or updated.
- Not really a feature, but it is a front-end change: the custom messages now default to the messages that are set in node.module. They missed out some italics before.
Code changes:
- I've stripped out all that stupid GET['q'] and HTTP_REFERER stuff that I was using to work out which node had been created/updated.
- This is possible because there's now a hook_nodeapi() implementation that stores the $node in the variables table, along with the operation that's being performed on the $node.
- I originally added that code because once I'd decided to deal with node deletion messages as well, the old code didn't cut it because the $node it had to work with had been deleted from the database. Then I realised that the new code cleaned up a load of other stuff, too.