- 27 Oct, 2011 3 commits
-
-
Francois Marier authored
-
Francois Marier authored
-
Melissa Draper authored
Add get_string support for the DoB field and descriptions. The strings are strfdateofbirth for the date, and dateofbirthformatguide for the description. Change-Id: I2a5eb8cc7c17bff3a4298bc9776a7439fc4bd1f7 Signed-off-by:
Melissa Draper <melissa@catalyst.net.nz>
-
- 26 Oct, 2011 6 commits
-
-
Francois Marier authored
-
Richard Mansfield authored
Commit 9496078b overwrote the $js variable in build_configure_form, losing any inline javascript from the form's elements. Change-Id: I541d510134b238789fbcea88512ed12889a2e7ab Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Francois Marier authored
-
Richard Mansfield authored
-
Richard Mansfield authored
* changes: Fix test for internal js files in block javascript Eval js to rewrite task titles after block configuration (bug #845534) Use function to process get_instance_config_javascript js (bug #845534)
-
Richard Mansfield authored
Change-Id: I28d09af1c1048363c16b5b29621dacf5b3ce5509 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 25 Oct, 2011 5 commits
-
-
Richard Mansfield authored
Change-Id: I699fe4418e2c21ec227feb8fc5a5940f529c8f73 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
The test for whether a blocktype plugin's js file was internal (and needed a wwwroot added) is case sensitive, and ignored https. Change-Id: Idc81123d0367df739a698ab688b4d4a59e023da0 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
When running through the list of a user's groups for display in the Share with my groups buttons, a group with a long name can cause another group's button to have the long-named group's short name displayed. The php array pointer is not moved when items are added to the array. Change-Id: If90b63ec721bfbee2b2c1ad2c7d29d855c9ce1f2 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
When a plans block is first added to the page, the javascript overlay of the task titles was not evaluated. This is fixed by moving javascript functions for the plans block into a new javascript file and pulling the script onto the page with the same method used by the configuration form javascript. A new get_instance_inline_javascript method is added to initialise the block when it's first configured. Change-Id: I148a1e8a667c26fe58b3f915768ada4743718c5b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Moving this code into its own function will allow it to be used for block instance rendering javascript as well as the configuration form. Change-Id: I42dba8425a8455aaa9faae19d50414e33c5988db Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 13 Oct, 2011 8 commits
-
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
Francois Marier authored
-
- 12 Oct, 2011 9 commits
-
-
Richard Mansfield authored
Change-Id: Iab7aac11915b19d0c3e306949513dfc90e6a82c6 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: Ib2d1cd9068a48d7f199dd3d056ab52ef93a3d59b Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Trying to access blocktype/wall/deletepost.php with a bad wallpost id creates a new empty View object, and attempts to commit it to the db when the View destructor is called. This fails with an sql error, and then a PHP Fatal error. Change-Id: I7e462cc4ea6cda0611e432336839d153bbd0a42e Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
This was previously added in commit 80006487 but deleted again by commit 1fec6736 . See bug #597479. Change-Id: If27ac8e9f5c7de0f72fce2c0306e40a046134ab2 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Friend request notifications from deleted users stay in the inbox, and contain a url to the deleted user's profile. We should just delete these notifications, because they're no longer useful. Change-Id: I224197238e3d5ca2f90bd28514a07f6d5d6b9852 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
The artefact_access_role subselect can return a lot of rows when artefact_access_role is joined to group_member without also going through artefact. Also, the artefact_access_role & artefact_access_usr checks are moved in to subselects in the where clause, because that appears to make the query run faster. Change-Id: Ibba16c8db59213fe4861262a950d628937f5ec13 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
This seems to speed the query up, probably because there are usually not many files inside the admin public folder. Change-Id: I99a3eff6e4b52e4942f490331d6f2cc48a3a5b0d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Richard Mansfield authored
Change-Id: Ied14a399ba2b5552187784b53ec5b8213979638d Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
Hugh Davenport authored
Bug #872619 Regression from 79810c3d Basically, a default parameter of null was given, then trim was called, which made it into the string '' which then failed the test is_null in the files it was used. This reorders the functions so that the trim is called after the test to see whether the default should be used. This means that the default value is never trimmed, and can be null. One exception to this, is the param_boolean which doesn't test to see whether it is the default that is returned, so a check is made first to see whether it is null. Change-Id: I66d7253a8414dec7eb3ea67ebd363ea068a32012 Signed-off-by:
Hugh Davenport <hugh@catalyst.net.nz>
-
- 11 Oct, 2011 1 commit
-
-
Francois Marier authored
-
- 10 Oct, 2011 3 commits
-
-
Richard Mansfield authored
-
Richard Mansfield authored
-
Richard Mansfield authored
Instead of displaying content inside the editors on these pages, it is useful if the user can see the html content as it would be displayed to someone else. The default on these pages is now to display the various resume fields as html, with an edit button beside each field to open up the editor. Also combines some code to create & submit several similar resume forms into functions in artefact/resume/lib.php Change-Id: I649d7788a7e70dfd5dd3eb1ce648f37a7c057aa0 Signed-off-by:
Richard Mansfield <richard.mansfield@catalyst.net.nz>
-
- 09 Oct, 2011 3 commits
-
-
Francois Marier authored
-
Francois Marier authored
These strings should have been part of d6446942 and can be seen as missing strings on http://mahara.example.com/tags.php Bug #869925 Change-Id: I171bdf6278dd94b477a9f9164e171dfa85b77885 Signed-off-by:
Francois Marier <francois@catalyst.net.nz>
-
Andrew Robert Nicols authored
Change-Id: I2aaf8068fac96725caee93e01b787f13ff8585eb Signed-off-by:
Andrew Robert Nicols <andrew.nicols@luns.net.uk>
-
- 07 Oct, 2011 2 commits
-
-
Francois Marier authored
-
Francois Marier authored
-