Is there a way to get an email notification when someone changes a page in a phpWiki site? Or, do I have to go to the Wiki and hit recent changes (i.e. manually check the site)?
Thanks!
Mark
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If the configuration information is in index.php, it's probably 1.3.something. If the configuration info is in lib/config.php, it's 1.2 (or before).
If you look at the raw HTML output from the wiki ("view-source" of the wiki page, there will be comments in the HTML giving the RCS version identifiers for each of the source files used.)
The patch won't work without modification for 1.3.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I added a patch to the 1.3. patches that addes email notification to a list of email addresses whenever a page is saved. The email body includes the name of the page modified and the name of the author.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to get an email notification when someone changes a page in a phpWiki site? Or, do I have to go to the Wiki and hit recent changes (i.e. manually check the site)?
Thanks!
Mark
That feature has not yet made it into any stock wiki.
There's a patch for basic e-mail change notification (in PhpWiki 1.2) at
http://sf.net/tracker/index.php?func=detail&aid=475610&group_id=6121&atid=306121
How can I tell which version of Wiki I have running. And, if I have version 1.3 will this patch work?
Thanks
Well, which version did you install?
If the configuration information is in index.php, it's probably 1.3.something. If the configuration info is in lib/config.php, it's 1.2 (or before).
If you look at the raw HTML output from the wiki ("view-source" of the wiki page, there will be comments in the HTML giving the RCS version identifiers for each of the source files used.)
The patch won't work without modification for 1.3.
I am running version 1.3.x
I added a patch to the 1.3. patches that addes email notification to a list of email addresses whenever a page is saved. The email body includes the name of the page modified and the name of the author.