mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #45801
[Bug 1735585] A change has been merged
Reviewed: https://reviews.mahara.org/8335
Committed: https://git.mahara.org/mahara/mahara/commit/c7e57c7408c9fb128b678c1e8b245f339d17b721
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch: 17.10_STABLE
commit c7e57c7408c9fb128b678c1e8b245f339d17b721
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
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 <robertl@xxxxxxxxxxxxxxx>
(cherry picked from commit b335fdb79305dfe9a8f07eb04076e86d45da8ded)
--
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:
Fix Committed
Status in Mahara 17.10 series:
Fix Committed
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
References