]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Fixes for Event plugin:
authorBrion Vibber <brion@pobox.com>
Wed, 9 Mar 2011 22:10:26 +0000 (14:10 -0800)
committerBrion Vibber <brion@pobox.com>
Wed, 9 Mar 2011 22:10:26 +0000 (14:10 -0800)
commit4ea35f339d9f926c1c1f50c4b11a9149e8e524f4
treeb4bf86f50b1e7d430faaac4eeb2c4c392775058f
parente9cab215fe5789ac26a1feab3d4f67f2f97ae4b9
Fixes for Event plugin:
* RSVP cancel/delete now works
* caching fix for RSVP insert and delete (compound unique keys aren't properly handled for pkeyGet's caching right now; hacked it for this class for the moment)
* div nesting fix
* missing name/avatar on RSVP responses
plugins/Event/EventPlugin.php
plugins/Event/Happening.php
plugins/Event/RSVP.php
plugins/Event/cancelrsvp.php
plugins/Event/newrsvp.php