- 16 Feb, 2015 6 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Patrick O'Keeffe authored
Change-Id: Idf456a170356f44153621379d7c7b6195d65f3ce
-
Doris Tam authored
This test is to test when you send a friend request with more than 255 characters it will give you a warning that you can't post the friend request. Change-Id: Ia82600b836f44fe73efe9a6c5bae75a2911bd190
-
Robert Lyon authored
-
- 15 Feb, 2015 4 commits
-
-
Robert Lyon authored
-
Sylvi Low authored
(Bug #1408473) Change-Id: Ic290e4b9a17ff192334cbd6bef3b9f3b433ec702
-
Patrick O'Keeffe authored
Change-Id: If652fb1f41046e3d00e32edc6635abd866f8a9a9
-
Son Nguyen authored
-
- 13 Feb, 2015 1 commit
-
-
Bug 1414628: The "tm_yday" (day of the year) param is not supplied by strptime by default on BSD systems such as Mac OS X. It works just as well to use "tm_mday" (day of the month) param instead, and it also makes more sense! Change-Id: I1484dcde4dbd8199f578a4eb5a58a9f78de45635
-
- 12 Feb, 2015 15 commits
-
-
Aaron Wells authored
Bug 1421444 Change-Id: I9bfc571d55a2916f89bdef980b5db316715530e1
-
Liam Stewart authored
This test takes you to the URL of a deleted post (http://mahara/blocktype/wall/wall.php?id=%s ). What we are looking for is for the text NOT to say '[blockinstancenotfound/error]', but we want it to say 'Block instance with id %s not found.' Change-Id: I0395be414d5a331569bbcc71729529f5245b4cfb Signed-off-by:
Jinelle Foley-Barnes <jinelleb@catalyst.net.nz>
-
Robert Lyon authored
Needed to use a temp table as update and select are from same table Change-Id: Idddf6048b2f6cf6cff2fadad87b8703a56a7a8d5 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
-
Aaron Wells authored
Bug 1236102: In commit 5b7b2927, a bad rebase resulted in additional changes to lib/db/upgrade.php being committed, beyond those actually needed for the patch. Change-Id: I3d22ea01f17ded7a4304b2fa8eb74cc48e317002
-
Robert Lyon authored
-
Robert Lyon authored
This is on the page edit screen Change-Id: I1e96837c2292cbf9fb6c44bcb291bf722b079329 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Yuliya Bozhko authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
Time of indexing reduces from 2 hours to 23m on my dev machine after applying this patch Change-Id: Ia827a0c3945509e388da516109397a3db6e29eca Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Nigel Cunningham authored
The configure dialog for blocks is currently set to a fixed width via Javascript, but there is no handler for browser resizing and it results in the dialogue being very wide for the sake of just one line when a license agreement is enabled. Fix this issue by making all dimensions percentages, and using a combination of max-width: 90% and width: max-content. In addition, make the dialog fixed position with its own scrollbars as needed (the body's scrollbar is disabled when the dialog is shown). Contextual help's width code and CSS is also adjusted so that it wraps within dialog boxes rather than pushing the width out. Change-Id: If2a40739f1510cedcf9a6133ccfb8f0a18257356
-
- 11 Feb, 2015 5 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
Now that we've added so many options to this block, it's starting to get hard to read. Changing the radio buttons into menus makes it a little bit easier. Bug 1417357 Change-Id: I0e3a08f6f29e2c4b20d378a5b0118771197824f8
-
Robert Lyon authored
-
Bug 1417362: Since it tends to be unwieldy to update block configdata en masse, I've only merged the control, and I keep the retractonload and rectrable settings separate in block_instance.configdata. Change-Id: I56eaef5a161b0319b686ab222578538ab62e7873
-
- 10 Feb, 2015 3 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Aaron Wells authored
-
- 09 Feb, 2015 6 commits
-
-
Peter Hough authored
Change-Id: Iba8140a1a5a642bf1821be7e74219642f25fa881
-
Fix the handling of disabling a plugin when we find that the files for a module are missing. Change-Id: I706a9c4fd3c86fb1a0e330bb77c40d5e6d888a52 Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
Robert Lyon authored
-
Robert Lyon authored
-
Avoid the query for an existing artefact record when we know it doesn't exist (because we're being called from create_user). This shaves approximately 40% off the time for creating a user. Change-Id: I81697dfd0916e4a2933dfe5d1389bdc649e6e856 Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
This patch optimises the validation function by getting a list of known email addresses and usernames prior to entering the validation loop. Test runs with 2000 preexisting users using XHProf showed a reduction in execution time from 6.5 seconds to 3.8 seconds, with an increase in memory use of approximately 1.3MB. Change-Id: I099f1e3b7d459538b79b78afce271f582ec4a24c Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-