- 08 Sep, 2013 8 commits
-
-
Aaron Wells authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Nitish Bezzala authored
(Bug 1180775) The sort function adds a 0 in front of folders and a 1 in front of file names to display folders first. So, the sort order is really by numbers, and if a file has a number in the beginning, it ends up at the end of the list. I am separating the initial number and the file name with an 'a' character, so that the sort order is - first folders, then files, and all sorted by title. Change-Id: I1367ebeaf030582beaac1892799dc844ecb51407 Signed-off-by:
Nitish Bezzala <nbezzala@yahoo.com>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 05 Sep, 2013 6 commits
-
-
Bug1185297 In order to set apart the sample code from the commentary, I'm putting all the commentary into phpdocs style /** ... */ blocks, which trendy IDE's will highlight in a different color Also putting a line in the top of config-dist.php to tell users about the existence of config-defaults.php Change-Id: I3e587cf441ed14808a24d148e969df5d08041254
-
Bug1220108 Change-Id: I1dfe7bc1cea9a8930a334af1deadb0b18a2d13f6
-
Robert Lyon authored
- getting collections to export when choosing leap2a and 'all my data' - getting the errors to subside and getting an export from 1.8 to be able to be imported into 1.8 again - getting correct default layout to be chosen for importing portfolio page. Change-Id: I81c4c7f5ffc307e8e841cafda3e38ee5864e43c7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Change-Id: I30658faf750485aa8715d48a8ba7eda56e39109c Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug 1197154 Change-Id: Ib140076be0ee3b047c708722c3b71b6a40475780
-
Aaron Wells authored
Bug 1221001. Needed artefact/lib.php (which apparently gets included by init.php if you're logged in), and it needed to add &view= to the file download URL so that Mahara could tell which view was giving you access to the PDF file. Change-Id: If7c0a6a843588075104819f7ea1e53e392cc4959
-
- 04 Sep, 2013 3 commits
-
-
Aaron Wells authored
Change-Id: I860d8c1bd693e5983b04d0cd75021f4cd564a871 Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
Patrick Pollet authored
This is the version from commit 13e788a8995ca98c158756cc4a5e35d637709f of https://github.com/patrickpollet/mahara_ldap_sync Change-Id: I9e16702a15cd42cbc6fa0c1626ad251850697afb Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz>
-
Kristina Hoeppner authored
Made minor lang string fixes that don't require new lang strings and corrected HTML for link in pluginconfig.analyzer.html Change-Id: I17027839de80a1a7faf17e0fc30017dec3b9182d Signed-off-by:
Kristina D.C. Hoeppner <kristina@catalyst.net.nz>
-
- 03 Sep, 2013 11 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
- It is another problem with Mochikit and jquery not playing well as the $('id_of_element') was being executed by jquery rather than mochikit and the syntax is wrong for jquery. - I've updated the code for the bits where they were clashing and explicitly indicated that we are using jQuery for those bits by using jQuery() to fetch the dom elements. - some time in the future this should be rewritten to be all jquery (or whatever is the 'standard' js library is) Change-Id: I51bf4ecd30c4005d7852682ea1fd087c63351e6f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
-
Aaron Wells authored
-
Aaron Wells authored
-
Change-Id: Ic24920d47e40f2d3dd21bd6b603d4f0e7442d89f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Bugs 1218092 Since changing views.js to jquery and the artefactchooser js code piped in was mochikit the search box was broken. I've got them playing better now. Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Signed-off-by:
Aaron Wells <aaronw@catalyst.net.nz> Change-Id: I1b99eb7f9d01a8198c9bb631a9a0b3ea09263c40
-
Robert Lyon authored
- fixing problem where updating 'uploading...' message with error message was out of synch and not updating the correct row - also fixed problem if uploading by 'browse' then dropzone or visa versa would get updating of 'uploading...' messages out of synch To test either upload a file that is too big via dropzone or upload files via browse button then upload files by dropzone - you should be left with messages containing the 'loading' gif after the success or error message has been added to screen Change-Id: I2a41b3b37a9a1e911a11367509e03910f5c748c8 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Aaron Wells authored
Bug1220028: There is 1 grouphomepage in a standard Mahara which has no group ID: The grouphomepage template page. And during installation, we try to send out notifications about its creation. This prevents a warning message coming up due to those notifications. Change-Id: I32da82ffd15ca6902bdcf744fcc945e8735df7b8
-
Aaron Wells authored
Oops, I accidentally pushed that change directly to the branch, instead of running it through code review. Reverting in order to allow code review. This reverts commit be631e30. Change-Id: I1f2381a064bc253b9d572183b380244d7a13f291
-
Aaron Wells authored
Bug1220028: There is 1 grouphomepage in a standard Mahara which has no group ID: The grouphomepage template page. And during installation, we try to send out notifications about its creation. This prevents a warning message coming up due to those notifications. Change-Id: I32da82ffd15ca6902bdcf744fcc945e8735df7b8
-
- 02 Sep, 2013 12 commits
-
-
Change-Id: Ia648a2a111cdf589a3dfdc2fde3abb08d0630f38 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
- When deleting a page/view not on first page of results you get taken back to first page fix allows the system to 'remember' where you were after delete. Change-Id: I68f83407281973e7c2dd587a611f9de9630e2fa2 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
- Lucky they were already there commented out :) Change-Id: I3210d4e259948892a34cc7351a22bee73275818d Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Some RSS/Atom feeds provide an over-large channel image/logo which disrupts display of the External Feed block in a Mahara Page. See e.g. this feed link from the BBC http://downloads.bbc.co.uk/podcasts/worldservice/digitalp/rss.xml Change-Id: Ib6db4b1261abbf6feefabccddb60adad605d9a25
-
Change-Id: I984afadb7bcafddaafdb2c548f2a6db1bbd904d0
-
Robert Lyon authored
-
Aaron Wells authored
Bug 1160093: This adds a few new methods to the Auth class, which represents an auth instance: - is_parent_authority(): Indicates whether this auth instance is a parent authority or not - get_parent_authority(): Gets the ID of this auth instance's parent authority - needs_remote_username(): Indicates whether this auth instance needs the user to have a remote username setting (in auth_remote_user table) I've also updated the SAML and XMLRPC auth types, which are the only ones that use remote username. And I've updated create_user() to automatically populate auth_remote_user() for auth instances that use it. Note that an auth instance of ANY type will need a remote username if it's the parent to another authority (the parent feature allows a user to log in via the parent or the child auth instance; so it's quite possible for the user to have different usernames in the two of them. Currently only XMLRPC uses the parent auth feature.) Lastly, also updated the documentation of LiveUser->create_user() to indicate that it only uses the $remoteauth parameter as a boolean (which was true even before my code changes). Change-Id: I39b1b74e68cdbc9c2632b886655caaaece1bd312
-
Aaron Wells authored
Bug 1117237: Make it so that we include the views_js from the fieldset's elements Change-Id: Ia41cc4114b03256329ce6147c2330f3e5c31e48e
-
Aaron Wells authored
Bug 1184450. I don't know why this works but it does. When attempting to connect to a UTF16 MySQL DB, if you first set the connection's character set to UTF8 and then try to set the SQL_MODE to POSTGRES, it errors out on trying to set the SQL_MODE. But if you try to set the SQL_MODE first, and *then* set the character set to UTF8, it works fine. Change-Id: I3528a92662708c081b15a111c625f0559fbd1c04
-