- 13 Jan, 2017 1 commit
-
-
Pau Ferrer authored
-
- 12 Jan, 2017 2 commits
-
-
Dan Poltawski authored
-
-
- 11 Jan, 2017 4 commits
-
-
-
-
Eloy Lafuente authored
-
-
- 10 Jan, 2017 8 commits
-
-
-
-
-
-
jun authored
* Create template for the language import page. * Apply Bootstrap classes to form elements. * Use core notifications for displaying error/success messages.
-
jun authored
The following pages are using the "mydashboard" page layout: * User preferences > Badges > Manage badges * User preferences > Badges > Backpack settings * User preferences > Repositories > Manage instances * Private files However, the "mydashboard" page layout should only be used for the user's dashboard page. Changing these to use the "standard" page layout.
-
Jake Dallimore authored
When adding media via drag and drop, the notifyFilterContentUpdated event should be called after the item is added to the DOM. This allows things like videojs for example, to process the new content.
-
-
- 09 Jan, 2017 9 commits
-
-
Jonathan Champ authored
-
-
-
-
-
-
-
-
Rajesh Taneja authored
-
- 08 Jan, 2017 1 commit
-
-
AMOS Bot authored
-
- 07 Jan, 2017 1 commit
-
-
godric authored
In getValidationScript function variable $element can be an array or object. Function attempt get non-existing attributes. To avoid this we should check before accessing.
-
- 06 Jan, 2017 6 commits
-
-
wehr authored
-
John Okely authored
-
Dan Poltawski authored
-
-
Rajesh Taneja authored
If suite is not default then add suite name to end of faildump file name
-
David Mudrák authored
The PARAM_TEXT has been misused in certain cases here. The 'action' parameter seems to always be alphabetic, with values like savesubmission, editsubmission and others as handled in assign::view(). Fixing the action handling fixes the reported XSS issue. While working on it, I spotted two more places where PARAM_TEXT does not seem appropriate. I include changes for them too, even if they are no strictly related to the reported bug and there are no known ways to abuse it. * The 'plugin' looks like PARAM_PLUGIN and is even declared as such in some other parts of the assignment code (such as feedback forms). * The 'workflowstate' is one of the ASSIGN_MARKING_WORKFLOW_STATE constants and is supposed to be alpha in external function input parameters handling, too.
-
- 05 Jan, 2017 7 commits
-
-
-
Rajesh Taneja authored
-
-
Rajesh Taneja authored
noreplyaddress should be a valid address, else it will not be saved. For behat we don't send email, so set it to noreply@example.com, to avoid failing validation on localhost
-
David Mudrák authored
-
-
AMOS Bot authored
-
- 04 Jan, 2017 1 commit
-
-