- 03 Dec, 2012 1 commit
-
-
Melissa Draper authored
In cleanurls commit 0d28fabc the item object rather than the author id was passed to the profile_url method. Change-Id: I0cf818e57171d63bd07eee372fbacc7accf787ca
-
- 08 Jun, 2012 2 commits
-
-
Richard Mansfield authored
Bug #1006634, part 3 Change-Id: I643746b18d01fa90c8d31571fd6fc3c30c97e04b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Bug #1006634, part 3 In many places user urlids are not currently available when the profile url is generated, but it is trivial to get it, and then change the user/view.php url to a profile_url call: - Admin page access report - Profile links in feedback lists - My friends block - Wall posts - Group members block - Group members tab - Recent forum posts block - Group admin lists on forums page - Group admin lists on my groups, find groups - Group admin lists in group info block - Profile sideblock - My friends & find friends pages - Institution landing page - Online users page Change-Id: I33e122896982037a887aad8e3362db450e123e3f Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 21 Dec, 2011 1 commit
-
-
Melissa Draper authored
The time was displayed as the created time, and no indication if the comment had changed. This adds the modified time for the comment item if it is more recent than the creation time. Change-Id: Ie7790ef67d9c58414f98d9a2d65e043aa1783327 Signed-off-by:
Melissa Draper <melissa@catalyst.net.nz>
-
- 24 Nov, 2011 1 commit
-
-
Richard Mansfield authored
Urls stored in the url field of notification_internal_activity contain the site's wwwroot. This leads to broken links when the wwwroot is changed. It also dangerously turns what should be local links into remote ones when for example a production database is copied into a test Mahara instance. This patch does three things: - Removes the wwwroot from urls passed to ActivityType constructors - Adds the wwwroot back on the url when sending email and emaildigest notifications, and when displaying them on the site. - Removes the wwwroot from the url in all existing rows of notification_internal_activity. Change-Id: I00ae1abc65be79030ed4c572ce951edc43f7a034 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 15 Aug, 2011 1 commit
-
-
Richard Mansfield authored
Let the owner enable comments at the artefact level. If a textbox contains an artefact which allows comments, add a comments link at the bottom of the block to the artefact page where users can view and leave comments. Change-Id: I4428db947cbee987d5ce55f8062ce4b7c30b0239 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 25 Jul, 2011 2 commits
-
-
Ruslan Kabalin authored
All the feedback comments will be displayed on the single exported page, no pagination or limits. Star rating is preserved. Change-Id: I1d8c175ec2cb1b7c328c6b1835b95e95f2786dc5 Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Ruslan Kabalin authored
Rating html output is moved to the template. Change-Id: I8e401464e3d60367bff829c9fbf4b84495d0aa69 Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@gmail.com>
-
- 12 Jul, 2011 1 commit
-
-
Edward Murrell authored
This change was added to limit deleting of comments in standard groups views to admins only, and admins and tutors in course groups. This commit adds the functions User::can_moderate_view() and GroupType::get_view_moderating_roles() to implement this functionality. Change-Id: Ifb8f4fc55d31fd7c5928c73c3d81710934bfdad8 Signed-off-by:
Edward Murrell <edwardm@catalyst.net.nz>
-
- 10 Jun, 2011 1 commit
-
-
Ruslan Kabalin authored
When limit is set to 0, all possible comments should be displayed. Change-Id: I09f29b940bbe1d7d580f21862d4862e74c0ecf08 Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
- 10 May, 2011 1 commit
-
-
Richard Mansfield authored
Change-Id: I139ed268e27634507f56ab66ee0a097371493274 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 12 Apr, 2011 1 commit
-
-
Richard Mansfield authored
Change-Id: I238b56d3030b830c835fc8393f180b79ddafcb63 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 26 Jan, 2011 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 25 Jan, 2011 1 commit
-
-
Francois Marier authored
This fixes a bug which cause any delete button next to feedback artefacts to delete the first feedback artefact on that page instead of the one that was selected. Since the submit button was missing a name, the view never entered the codepath where the right comment ID was given as an argument to the delete form. Instead the delete action was handled (with the wrong comment ID) during the setup of the pieform. Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 18 Jan, 2011 3 commits
-
-
Francois Marier authored
We'll be able to theme these ones to look like star ratings. Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
Ratings are only displayed and editable when this is turned on. Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
Ratings from 1 to 5 can now be added to a piece of feedback on a view or artefact. Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 22 Dec, 2010 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Sean Brennan authored
Changed more deletes and edits to images. This does not include changes to the resume creation area. Signed-off-by:
Sean Brennan <sean@catalyst.net.nz>
-
- 20 Oct, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 07 Oct, 2010 1 commit
-
-
Eugene Venter authored
cron: Added relevant cronjobs and functions for cleaning activity notifications (notification_internal_activity) (bug #645744)
-
- 10 Sep, 2010 3 commits
-
-
Ruslan Kabalin authored
Missing redirection. Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Ruslan Kabalin authored
Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Ruslan Kabalin authored
* Remove exceeding code * Attachment upload valiadation now respects UploadException Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
- 06 Sep, 2010 2 commits
-
-
Ruslan Kabalin authored
Empty comment message is only allowed if the file has been attached. Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
Ruslan Kabalin authored
Do not let user to attach a file to comment if will cause his own quota exceeding. Signed-off-by:
Ruslan Kabalin <ruslan.kabalin@luns.net.uk>
-
- 03 Sep, 2010 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 17 Aug, 2010 1 commit
-
-
Evonne Cheung authored
-
- 21 Jul, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 01 Jul, 2010 3 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Add note to comment form when moderated; set moderated comments to private and notify the view owner to moderate Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 30 Jun, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 27 May, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 26 May, 2010 2 commits
-
-
Francois Marier authored
Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 25 May, 2010 1 commit
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
- 10 May, 2010 2 commits
-
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-
Richard Mansfield authored
Signed-off-by:
Richard Mansfield <richardm@catalyst.net.nz>
-