aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-09-07 17:21:23 -0400
committeradmin <admin@branchable.com>2013-09-07 17:21:23 -0400
commitdbaed9e07d3258ebce4fa31d99f2786c154af6eb (patch)
tree6019197b0b4429f40d417cbf45effcc89442aa82
parentedea6c2a79be87e4dd575f1745d436e23b56ff02 (diff)
downloadikiwiki-dbaed9e07d3258ebce4fa31d99f2786c154af6eb.tar
ikiwiki-dbaed9e07d3258ebce4fa31d99f2786c154af6eb.tar.gz
i ended up making a new plugin, and it works pretty well
-rw-r--r--doc/todo/option_to_send_only_the_diff_in_notifyemail.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/option_to_send_only_the_diff_in_notifyemail.mdwn b/doc/todo/option_to_send_only_the_diff_in_notifyemail.mdwn
index 83fb3d90b..b863d361d 100644
--- a/doc/todo/option_to_send_only_the_diff_in_notifyemail.mdwn
+++ b/doc/todo/option_to_send_only_the_diff_in_notifyemail.mdwn
@@ -1,9 +1,11 @@
[[!tag wishlist]]
-[[!template id=gitbranch branch=anarcat/notifyemail_diff author="[[anarcat]]"]]
+[[!template id=gitbranch branch=anarcat/notifychanges author="[[anarcat]]"]]
It would be nice if [[plugins/notifyemail]] wouldn't send the complete page source, but only the things that changed, when notifying users. They can always follow the link to see the full page if they want.
For bonus points, make that optional. --[[anarcat]]
> I am working on a patch, in the branch mentionned above. So far, my first job was to make sure notifyemail sends a single email per refresh. Next step is to try to figure out the revisions to send to the user - I am not sure it's quite obvious in the iki internals which diffs we're working on, because of the pluggable nature of the software (and even the possibility that not RCS exists at all). So far, I am thinking of using `rcs_recentchanges()`, but how many commits to look back into? Feedback welcome. --[[anarcat]]
+
+> > It turns out it was easier to simply make a completely new plugin for this, which I called "notifychanges" (i don't like that name too much). It is in my notifychanges branch, so i guess we have a [[!taglink patch]] now! --[[anarcat]]