- 17 Aug, 2014 6 commits
-
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
Son Nguyen authored
-
- 15 Aug, 2014 2 commits
-
-
Aaron Wells authored
Bug 1337013 Change-Id: Ibb3c54e62830b74e50f3bf02053c47dd2d4123f6
-
Aaron Wells authored
Bug 1337013 Change-Id: I1f0537a4c9a4eff427555751aa3215247ffade28
-
- 13 Aug, 2014 1 commit
-
-
Robert Lyon authored
Was not working for urls with @ latitutude,longitude, zoom eg: https://www.google.com/maps/@37.509345,-121.9596665,12z And not working for shorthand ulrs like https://goo.gl/maps/pZTiA So I've added a check for the urls with @ latitutude,longitude, zoom and turned them into an acceptible embed url. And for shorthand urls I've added a generic function to fetch the url the short one resolves to and so it can parse that one instead of the short url. Change-Id: I3c76d2608e9708f1722e243cdc02a43f1885b815 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 10 Aug, 2014 1 commit
-
-
Robert Lyon authored
-
- 08 Aug, 2014 2 commits
-
-
Robert Lyon authored
-
Ghada El-Zoghbi authored
Include searching by a user to the Shared Pages tab. This is a pretty complicated area as the View::view_search() is used in many areas. Have not added a new search type of 'users only' like the 'tags only'. Have only updated the general search type of 'Title, description, tags' to include users. Change-Id: I6020aa5f432133649e50ea180bbd8536c8e30e72 Signed-off-by:
Ghada El-Zoghbi <ghada@catalyst-au.net>
-
- 07 Aug, 2014 2 commits
-
-
Nigel Cunningham authored
This patch adds support for remembering the last parameter used by ArtefactType::commit to db_format_timestamp and the output of the function, and reusing the output if the input is the same on the next call. In a test import of 2000 users, this patch reduced the number of invocations of db_format_timestamp from 80,000 (3.6s) to 14,800 (.3s). Change-Id: I6f5575f9d3649ff53514f9927744a01966d103dd Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
Nigel Cunningham authored
Improve the performance of handle_event by caching the results of database queries. In testing adding 2000 users from a CSV file with a typical number of fields (username, password, email, firstname, lastname, studentid, address, town, city, country, homenumber, mobilenumber), this change reduced the average import time over three runs (with a fresh install each time) as follows: Before After Saving Total Wall Time 246s 114s 132s - 54% handle_event 132s 21s 111s - 84% (The change to handle_event seems to affect other functions' execution times, perhaps due to other database caches still being in memory that would otherwise be replaced). Change-Id: Ibf28650df710dd807f95fca30a2dfc29ed92f5cd Signed-off-by:
Nigel Cunningham <nigelc@catalyst-au.net>
-
- 31 Jul, 2014 2 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
Change-Id: I596099e895c4199ab699dd7a2e14803822832338 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 30 Jul, 2014 7 commits
-
-
Robert Lyon authored
Change-Id: I13de527f16370f4c37e95421750d625fab636fe4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Son Nguyen authored
Another patch for bug 1314440 makes it so that when you delete an institution, this data gets deleted. This patch cleans up the data for institutions that were deleted before that patch was merged. Change-Id: I167001f444a3fd204b12610ca10274d6218d9f96 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
Problem with ensure_record_exists checking nextrun column will break things when adding new cron line to cron table. This is due the the nextrun not being null after it has run. Change-Id: I1f674cbc842a3e061224bf996cc0267b09018f55 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
Son Nguyen authored
- users change his/her password - admins delete the user's account Change-Id: Id88207309770dae3eb803abe1f23f97a6b8eb3c8 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
-
Son Nguyen authored
Scrub the password from the error output and turn it into stars Change-Id: Ie3cbf485ea2173e74364ae8505615a74b8f1c248 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
- 25 Jul, 2014 1 commit
-
-
Ghada El-Zoghbi authored
-
- 24 Jul, 2014 5 commits
-
-
Robert Lyon authored
Added options to sort by: - latest created - latest modified - most visited - most feedback Change-Id: I382101dc4b226555876fbd42ccd97a0bae77d155 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Tobias Zeuch authored
Bug 1246702: This is a plugin that replaces the current user notifications with a message system for multiple recipients. - The plugin redirects calls to sendmessage.php and inbox.php. - New Usermessages are stored in a separate table from the userrelation, where there is also kept track of whether the notification has been read or deleted. - Messages aren't deleted from the database, until all participantas (sender and all recievers) delete it. - The plugin comes with an outbox that shows messages that have been sent by the logged in user. - Both inbox and outbox show new messages and old messages alike. Note that the code is at pre-release state: The message-count per user is kept up to date with database-triggers, as is done for the old system. For this new system, you might not want to install it on a productive system or it might mess up your message count when you deactivate the plugin. Change-Id: I586af86266b5fb0e2d676bd1401b7d879d0122ef Signed-off-by:
Tobias Zeuch <tobias.zeuch@kic-innoenergy.com>
-
Son Nguyen authored
Only display upload instruction if users can edit files Change-Id: If70302d9948e04e11a122d6a0fa08b50e69b82d5 Signed-off-by:
Son Nguyen <son.nguyen@catalyst.net.nz>
-
Robert Lyon authored
If a user is in two (or more) institutions and the first institution has profile progess set up for it and the other doesn't, the switching of the select box makes the progress sideblock disappear. This patch checks that if any institution the user belongs to has profile progress then display the select box if they belong to two or more institutions and show either the bar or a message mentioning this intitution doesn't have progress. To test: - user with 1 institution that has progress - user with 1 institution that has no progress - user with 2 institution that both have progress - user with 2 institution where one has progress - user with 2 institution where none have progress Change-Id: I4daca26b4b9cfef9faa73be34c34ad931d89465e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
-
- 23 Jul, 2014 3 commits
-
-
Robert Lyon authored
-
Robert Lyon authored
-
Robert Lyon authored
-
- 22 Jul, 2014 4 commits
-
-
Robert Lyon authored
When installing a normal font you have to select 4 or 5 different files to be allowed to install the font - and most often you get these files from 'fontSquirrel generator' in a zip file. I've altered it so that you can either upload each file individually or you can upload a zip file. Change-Id: I381b2a06cf4e82c6c7bdb7b5413c620aa98eb467 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Yuliya Bozhko authored
* changes: Fix E_STRICT "Only variables should be assigned by reference" Remove a bunch of abstract static methods of abstract classes to satisfy E_STRICT
-
Aaron Wells authored
Bug 1268746 Change-Id: I438629b7bb03590b4f5875c07381f500569c80d1
-
Ghada El-Zoghbi authored
-
- 21 Jul, 2014 4 commits
-
-
Robert Lyon authored
Change-Id: Iaa59f0a7c0a6964516cb0b4140bdd53b2b0985c9 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Robert Lyon authored
Problem is the line 1809 in lib/mahara.php namely - [optional] validate_config_options() was not being respected So I added a check to see if the function exists for the plugin before trying to call it. Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz> Change-Id: Iceabeec423f67339903959fe4083bb87250cad12
-
Robert Lyon authored
-
Tony Butler authored
Change-Id: Iba6f4266557448f54e4dc69c9dbc6727dba9aad6 Signed-off-by:
Tony Butler <tonyjbutler@gmail.com>
-