Reviewed: https://reviews.mahara.org/8322 Committed: https://git.mahara.org/mahara/mahara/commit/b335fdb79305dfe9a8f07eb04076e86d45da8ded Submitter: Robert Lyon ([email protected]) Branch: master
commit b335fdb79305dfe9a8f07eb04076e86d45da8ded Author: Robert Lyon <[email protected]> Date: Fri Dec 1 14:24:17 2017 +1300 Bug 1735585: Fixing update of atime on page view Currently we have a mahara_log function that logs page visits So I decided we also need a mahara_touch_record($table, $id) function that updates the 'atime' for a record when called behatnotneeded Change-Id: I2f645c8357426112f9edcdd24f1b8b85513cb7cb Signed-off-by: Robert Lyon <[email protected]> -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1735585 Title: Problem with watchlist for a page Status in Mahara: Fix Committed Status in Mahara 16.10 series: In Progress Status in Mahara 17.04 series: In Progress Status in Mahara 17.10 series: In Progress Status in Mahara 18.04 series: Fix Committed Bug description: Currently when a person adds a page to their watchlist and then later they or someone else views (but not changes) the page a row is added to the watchlist queue this is because we fire off the 'saveartefact' event on page viewing We should only fire the saveartefact event if actually changing something To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1735585/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

