- 16 Nov, 2017 1 commit
-
-
Added new html custom filter to allow voki embed code with javascript tags. issue with the creation/edition of blocks: Voki embed code its a javascript code that loads js functions from a remote file and makes a call to a AC_Voki_Embed() function parameters: function AC_Voki_Embed (width, height, chsm, sc, transparent, bgcolor, returnFlag, playerType) The number of parameter makes the difference between old and new voki code. The old one will have only 7, the new one will have one more. The new embed code will have playerType = 1 The function uses an XMLHttpRequest to obtain the new embed code. When we are loading the page, there is no problem. But when we are editing or creating the block, the the connection with the object gets lost and the embed code is never loaded. Solution found: reload the page after editing or adding a block with new voki code. The old voki code can have returnFlag = 1 will return a string with the code returnFlag = 0 will load the embed code in the page (by default) In this last case, after the function creates the embed code, it will call document.write('embed code') if we are loading a page with the embed code, we have no problem but if we have the page already loaded and we are editing the block or creating it, the document.write will replace all the html with the embed code. Solution found: change parameter of the function so it returns the code instead, then manually add it in the correct place of the html. behatnotneeded Change-Id: Ieed00b6c6887715b707b8123082a1312f3db1d9c
-
- 07 Nov, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
for the case where user's firstname and lastname are empty and can't be used to generate a username. behatnotneeded Change-Id: I71aeffbf4c9bbf7f46c09c54ea16d9ef8642ca5c
-
- 31 Oct, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I84b1c6286bc066ceb830732082f8dc9f8fcdbe20 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 30 Oct, 2017 1 commit
-
-
removed code from htdocs/api/module/ files and replace it with a json reply error message. removed the 'allowmobileuploads' config variable since it is only used by the old mobile api. removed the 'mobileuploadtoken' values in usr_account_preferences since they are only used by old mobile api. The new mahara mobile uses external_tokens table to store its access tokens. behatnotneeded Change-Id: I02e94079fc83aa6a81534b70446f7e8ab2ebd7a4
-
- 29 Oct, 2017 3 commits
-
-
Robert Lyon authored
Also make the minimum PHP version be 5.5.9 behatnotneeded Change-Id: I784566d0a75ec7020ac61d3b6a56237fe4e2c670 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
behatnotneeded Change-Id: I9f993ca61a1309bcd75dac5f4f77737b1f060c54 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Which is only the user's name Change-Id: I01d3dab89c0f48b6b734b31690f1b4036c7cf7a6 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 27 Oct, 2017 2 commits
-
-
Cecilia Vela Gurovic authored
1. when a user logs in it clears any obsolete usr_session cookies for the user 2. recording the user-agent of the session and if it changes to prompt the user to login again 3. when self adding / editing email address(es) send 2 emails - one to the new email address asking user to confirm address - and one to the primary email address to alert user that a new email is being added to their account and if this is bad how to contact their admin about the problem. behatnotneeded Change-Id: Ia44b66cf831abd553b72aa8b1d58d2a2634863b8
-
Robert Lyon authored
For the 3 columns that use elasticsearch - group page comments - shared pages - shared page comments behatnotneeded Change-Id: Ib7ee64f958a0d9ddd7382e067f23fe2e62c7d207 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Oct, 2017 2 commits
-
-
Robert Lyon authored
in reports for masquerading / user activity as 'mahara' institution may not be the first institution to do these activities. behatnotneeded Change-Id: Id3bf240346636ba729a91637629db7194c5ff04c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Only show the secret url info once for each portfolio Also fix the sort by owner so pagination works correctly behatnotneeded Change-Id: I3ea9ef06b45ea785eeda154beb37a8da6ec27407 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Oct, 2017 2 commits
-
-
Robert Lyon authored
to avoid having problems when the user emails another user Change-Id: If694e969ea8a9d77badfffa095dc5fac3b6da417 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: Id1a1d1e99d58b9b2c3567ee36eebaeb70c9944e6
-
- 19 Oct, 2017 3 commits
-
-
Dmitrii Metelkin authored
behatnotneeded Change-Id: Ic42778ecf4c3c5bc90cbc81244a9744d405983fa
-
Robert Lyon authored
Includes: - Getting the masquerading 'data available message' to be correct - Ignoring the deleted users for portfolio access report - Fixing the 'typesubtype' error when switching from 'All institutions' to an institution when report type is one not allowed for institution. behatnotneeded Change-Id: Ie9a569e2e837ab337be23c6e2a5381a24150e50d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Kristina Hoeppner authored
And change some other language strings behatnotneeded Change-Id: I0cd6d8f8bdba56a7cddc5ece0fec25f9aa1678df
-
- 18 Oct, 2017 1 commit
-
-
Robert Lyon authored
This patch includes - Allow the overview report to be the default report - Fixed sorting of modified/visited columns for page activity report - Fixed sorting for username in useractivity report - Fixed total rows count for user activity - Fixed collaboration report for institutions - Fixed issues with the new columns in the groups report Change-Id: I2269bb5610d238bc9786d04d4c2a9122c0a4ccfc Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Oct, 2017 1 commit
-
-
Robert Lyon authored
As elasticsearch records dates in UTC milliseconds behatnotneeded Change-Id: I98f1a92c2cccd795e5009cf334530aa0eecc28ba Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 12 Oct, 2017 2 commits
-
-
Robert Lyon authored
behatnotneeded Change-Id: I439d1161e2d3ae12920ae24bba8af47c62a7ce07 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Update a number of language strings that were either missing or in the wrong place. Added help files for the "User activity" report columns. behatnotneeded Change-Id: If0758649b749451827eb6f9b426c410776b9c5bb
-
- 11 Oct, 2017 3 commits
-
-
Robert Lyon authored
As part of the db upgrade process. This allows us to turn the triggers off while updating a certain table and turning them on again afterwards. behatnotneeded Change-Id: I5d6f2f7fb7075fca5fe8c811820abe87d92790b3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
To make choosing 'from' date more realistic behatnotneeded Change-Id: Idd11d28e4115989f23cca8046567a72720fe553b Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: I6a051e24163f341d9dfff2d35826696b7ef7d7a2
-
- 10 Oct, 2017 1 commit
-
-
In the report "User activity", one column displays the last activity. Human-readable language strings have been created to make it easier for people to understand the activity. behatnotneeded Change-Id: I877394edbf41606b0d0f98bde7e05250aaa99843
-
- 08 Oct, 2017 1 commit
-
-
Robert Lyon authored
Also removing a line not needed from institution user activity report behatnotneeded Change-Id: Ie5ff3c13b33eeae8429e827f5a49d287d262ce00 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 29 Sep, 2017 3 commits
-
-
Dmitrii Metelkin authored
behatnotneeded Change-Id: I0ea71a5402889e41dc121e26ddde8bf020e9e76f
-
Cecilia Vela Gurovic authored
Change-Id: I53d11d1763348e1b2617231a7b66d1af89ea053c
-
Cecilia Vela Gurovic authored
and fixing "addLoadEvent is not defined" error message behatnotneeded Change-Id: Ifad07033b35004372d556dcf8f5a43dbc5d770e3
-
- 28 Sep, 2017 1 commit
-
-
Go through new lang strings and fix them where needed. behatnotneeded Change-Id: If3efc3bd4ca990960d5209ddb80fc9dec4699b5f
-
- 26 Sep, 2017 2 commits
-
-
Robert Lyon authored
By checking if extra args are expected behatnotneeded Change-Id: I64d4b0bc55323be71fcf11c4455e19190d511ea3 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
So that they have artefact_file_embedded rows associated with them and can display to non-admins behatnotneeded Change-Id: I477a910637ffc53e0e5be9ed44d0188f49b61bad Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Sep, 2017 5 commits
-
-
A new method is added to treat the institution lang when an invitation is sent to the user. behatnotneeded Change-Id: I0da8d8341f0dc15f13db9f80dc6f560ca924df3c
-
Choosing the correct language for the confirmation message sent when a user is added to an institution that has a different language than the site default. behatnotneeded Change-Id: I832a18777654dc82d506e3d3a1238a74c6a6bdd7
-
Robert Lyon authored
And adding info to help developers behatnotneeded Change-Id: Idebbf277cd37f4406874bddb66b4ffef71088750 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Dmitrii Metelkin authored
behatnotneeded Change-Id: Iddb57a880675ec6097f19a597cd2e8f1083534ba
-
Robert Lyon authored
If it doesn't already exist in Mahara and we pass in the 'forcecategory' parameter with value '1' for true behatnotneeded Change-Id: Ic5c7023262b9683153463940139ae8c22645eba8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Sep, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I589cc42dd543ea4edfa418de8b85b711d3f0dd3e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Sep, 2017 3 commits
-
-
Robert Lyon authored
Now that it has been obsolete for 1 year behatnotneeded Change-Id: Ifa784d9e815b950e4d8725a99acfc57e098ade65 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
This value would be present in < 1.10 versions behatnotneeded Change-Id: Ic92beea1a209580f798716227a7c53fb600a8869 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
As we don't need to record user interation at this point and it breaks things on upgrade from old systems as some of the tables/columns/sequences do not exist behatnotneeded Change-Id: I7d6f8969f9b94ba93761c0c25303e2e4916fa778 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-