- 28 Sep, 2011 1 commit
-
-
Richard Mansfield authored
There is currently only a site-wide setting for logged-in profile view access. This means that when two institutions share a site, and one wants open profiles and another only wants institution-visible profiles, new users in the open-profile institution must be asked to manually add logged-in access on their profile. Because we expect many more open-profile institutions than closed-profile institutions on a site, it makes more sense to put the onus on the closed-profile institutions to ensure their members remove logged-in access manually. This change ensures logged-in access is added to all new profiles, but only locks that access when the loggedinprofileviewaccess setting is on. Change-Id: I3375d7b2f8eb635a11879bf7758267f48f74c508 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 27 Sep, 2011 10 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Evonne Cheung authored
When you tag an artefact with 'profile', it appears in your profile sideblock. The 'Artefacts:' heading above this list has an icon that overlaps the text. Change-Id: Ifb03a5e5e49f7c8bfa996dae619d5fd1699fd29d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Evonne Cheung authored
New blocktype icons were introduced in commit e6fe5d86 , but hardcoded width & height properties in the blocktypelist template (used by the drag & drop javascript) were never updated to match the new icons. Change-Id: I8321945450a502dc91df05aa39f067713fd5e90d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Kristina Hoeppner authored
to be consistent with "Recommendation". Left the "suggest in for the notification being sent out because that sounded better. Change-Id: I53ba6c91aea6f52a7300ab02661af363b7de36ba Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
Kristina Hoeppner authored
Some people already see the new Google documents interface. The help file is updated to reflect the changes in selecting the "Publish on the web" link. A few other small changes have been made to update the workflow. Change-Id: I167c71c54b1bfdf37a2e6f423408f0590445d499 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 26 Sep, 2011 11 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
* changes: Don't show roles dropdown when the user can't change it (bug #610690) Add js to disable suggestions for non-open/request groups (bug #845290) Don't allow friend suggestions for certain groups (bug #845290) Enable 'hidemembers' when 'hidemembersfrommembers' enabled (bug #504830)
-
Richard Mansfield authored
Commit a8102e91 tried to fetch all users' maildisabled preferences in the activity_get_users function, but failed because it used the wrong table alias, so maildisabled is not being respected by the email_user function whenever email_user is called by an activity notification (most of the time). Change-Id: I2a9cf1afa3f8661ff8a52f1ce5aed5d15adaa9da Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Hugh Davenport authored
-
Richard Mansfield authored
* changes: selenium: fix group creation / deletion selenium: fix institution user creation selenium: fix view creation
-
Richard Mansfield authored
-
Richard Mansfield authored
The grouptype (roles) drop-down is displayed even when the logged in user can't create course groups. It should be hidden in this case. Change-Id: I91bd037c807ba88cd9a02f1c9852beb22b23ce94 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Adds some javascript to ensure that the suggestfriends option is compatible with the open/request/controlled option. Change-Id: I643cd1171382cb82ab07143eef0c773369be5644 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
When a group is not open and doesn't allow membership requests, there is no point in allowing members to suggest the group to their friends, because there's nothing those friends can do about the suggestion. The 'suggest' button already appears only for open & request groups, but this change adds an error on the edit group page when a user tries to set suggestfriends on a non-open, non-request group. Change-Id: Ie8f468b9f04ca7e70570b24e1b405634aa1f1fe6 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
On the edit group form, ensure that 'hidemembers' is checked when 'hidemembersfrommembers' is checked. This doesn't affect the way the settings are interpreted on the site, but may give the user a better understanding about how the settings work. Change-Id: I4741a80be342b693e1af515f74cdc30828927c5b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Whenever a textbox block title was changed, the html artefact inside it also had its title changed. That was confusing, so instead we're going to set the html artefact's title once, when the textbox is first created (generating a title for it if the block has no title). Once the html artefact has been created, the title can no longer be modified from the view editor again. However, the ability to update the artefact title from the notes area is added, so that the user can keep the title in sync with the block titles if they want to. Change-Id: I98e2529e7c81759c9b22130da355e227c8f3d577 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 25 Sep, 2011 2 commits
-
-
Kristina Hoeppner authored
Change-Id: Ibf781aee5bb96909e8cc9d1cacecf84d6c194132 Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
Chris Wharton authored
Bug #597479 Blocktype plugin that allows the user to select a tag, which then displays: all blog posts, from all blogs, owned by this user, tagged with the selected tag. Update: moved from main blocktype area to artefact/blog/blocktype Change-Id: I28ddeb7181188c1441c7a6fb55aa3200192fe112 Signed-off-by:
Chris Wharton <chrisw@catalyst.net.nz>
-
- 23 Sep, 2011 1 commit
-
-
Francois Marier authored
Change-Id: I3cf628b84dec10d80ce3a859d342f0c37e6c5f58 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
- 22 Sep, 2011 7 commits
-
-
Richard Mansfield authored
When a user is added to an institution, an attempt is made to insert a view_access record into the database without a value for the not null ctime column. This patch adds a ctime value for new access records inserted in View::add_owner_institution_access(). The call to ensure_record_exists has been removed, because that function is a bit too fragile for this case: it will fail if there is more than one record which matches the $whereobject passed to it. Change-Id: Ie6871d7137d78cd2d70ae4800b4c5613de47dfaf Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
When arriving at Mahara for the first time via SSO, the newly created user is added to an institution. During that process an attempt is made to add institution access to the user's profile view before it gets created. This patch adds a check (and when the profile view eventually gets created, institution access is added for all the owner's institutions). Change-Id: I6a6d4fc3dcb324905e67f4d52aac4160cf9ce089 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Francois Marier authored
The group creation UI changed when the group type changes got merged. Change-Id: If32c8a8af3cd12dd4d5d083222b3917d23ce4263 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
This test was checking to make sure that the "change password on next login" setting was broken. Change-Id: I2feafe7c5b93d62c7dc92d94bb382580d0d3603d Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
This broke when we made "Edit Title and Description" the default page in the view editor. Change-Id: I24226f152a7bbf56bc8e2150e48100705acf8280 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Francois Marier authored
-
Francois Marier authored
-
- 21 Sep, 2011 7 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Francois Marier authored
-
Richard Mansfield authored
Change-Id: Ie834304c59371590908b020470c0421ddb8564db Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: Ic99bcaec94ccff2b89fdf638fb37c54e5bb0f205 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Melissa Draper authored
The individual quota check was including the video and audio types but the group quota wasn't. This wasn't ideal. The quota checks now use the PluginArtefactFile::get_artefact_types() method to make sure this doesn't happen so easily in the future. Change-Id: If926233f80479f7031d1e0cac64dff7c316fa273 Signed-off-by:
Melissa Draper <melissa@catalyst.net.nz>
-
- 20 Sep, 2011 1 commit
-
-
Richard Mansfield authored
-