Dan Poltawski
cd83fae089
Merge branch 'MDL-51399' of https://github.com/andrewhancox/moodle
2015-10-14 15:02:50 +01:00
Mark Nelson
607021c14b
MDL-46455 events: added more mapping
...
Also fixed a few bugs.
2015-10-11 18:52:36 -07:00
Damyon Wiese
0817451470
MDL-46455 events: Add mapping info to events
...
This commit covers all events outside of /mod/. It adds mapping info for restoring
events, or the default implementation which returns false if mapping is not required.
2015-10-11 18:14:58 -07:00
Andrew Hancox
fb57f15170
MDL-51399 report_outline: Hide blog column if blogs are disabled.
2015-10-01 10:46:58 +01:00
Andrew Nicols
711b1d6b3e
MDL-51100 behat: Remove javascript tag from usermenu steps
...
These tests only needed the javascript tag because of the user menu.
Now that issue has been resolved, they do not need it.
Note: Some were also not using the singleselect feature, so would fail
without changes to use this too as they were not handling proper selection
of the singleselect element.
2015-08-14 08:52:29 +08:00
Dan Poltawski
55155aeee2
Merge branch 'MDL-50833-master' of git://github.com/merrill-oakland/moodle
2015-07-28 12:38:52 +01:00
Marina Glancy
7cd401446d
MDL-50649 report: query optimisation
2015-07-24 17:38:18 +08:00
Eric Merrill
06c9c36bdc
MDL-50833 report: Still make a chart if there are no logs
2015-07-15 09:13:30 -04:00
Ankit Agarwal
2149326b8c
MDL-50049 deprecation: Remove usage of deprecated api and cleanup
2015-06-29 17:15:50 +05:30
David Monllao
1bd2c8ad01
Merge branch 'MDL-49611' of git://github.com/srynot4sale/moodle-fixes
2015-05-27 08:49:23 +08:00
Aaron Barnes
03f3f7180f
MDL-49611 completion: Update dangling err_nocriteria lang strings
2015-05-19 22:41:19 +12:00
Marina Glancy
bdbe385cc2
MDL-49061 reports: call format_string on activities names
2015-05-13 12:14:13 +08:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
John Okely
4887d15228
MDL-49983 navigation: Remove 'my' from user context navigation
2015-05-04 12:38:50 +08:00
Andrew Nicols
c80270fe89
Merge branch 'MDL-50033-master-enfix' of git://github.com/mudrd8mz/moodle
2015-04-30 10:47:33 +08:00
Helen Foster
0634dc3b76
MDL-50033 lang: Merge English strings from the en_fix language pack
2015-04-29 21:43:00 +02:00
Adrian Greeve
dc769673fa
MDL-49843 navigation: Fixed fatal error when viewing reports.
2015-04-29 11:28:55 +01:00
Adrian Greeve
12261113a9
MDL-49888 navigation: Added missing reports to user profile.
...
Added statistics and grade to the reports section in the user
profile.
2015-04-28 14:30:26 +08:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
Adrian Greeve
6e918b6437
MDL-45774 navigation: General fixes for the user navigation.
2015-04-13 15:54:24 +08:00
Adrian Greeve
7588cc6302
MDL-45774 navigation: Added general reports on a site level
...
These reports are located on the full user profile page.
2015-04-13 15:31:22 +08:00
Ankit Agarwal
f614731e0b
MDL-49412 report_outline: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
e81fef5d54
MDL-49412 report_usersessions: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
686e1251e5
MDL-49412 report_participation: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
40705d6a3b
MDL-49412 report_log: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
be53c87791
MDL-49412 report_loglive: Fix behat failures
...
Part of MDL-45774.
2015-04-10 17:18:22 +08:00
Ankit Agarwal
b19cc4ef25
MDL-45898 myprofile: Redesign my profile page
...
Part of MDL-45774.
Contributions by John Okely, Jetha Chan and Damyon Wiese (squashed branch).
AMOS BEGIN
CPY [coursebadges,core_badges], [badges,core_badges]
AMOS END
2015-04-10 17:17:32 +08:00
Adrian Greeve
283ea788bf
MDL-48931 navigation: Implement the user subheader.
...
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Adrian Greeve
880c50731f
MDL-48930 navigation: Using user headers in user pages.
...
Pages that are percieved to be in a user context are now
using a user context for the header.
Part of MDL-45774
2015-04-10 17:17:07 +08:00
Rajesh Taneja
bed97c39eb
MDL-49513 behat: Set admin config using php api
...
Added a new set to set config using set_config() api
to make steps faster and more efficient
2015-04-01 14:25:23 +08:00
David Monllao
5803e36cc5
MDL-48595 logstore_standard: Fixing unit tests comparing performance
...
Adding also an extra userid checking as databases
may include userid = 0 records.
2015-03-12 14:17:29 +08:00
David Monllao
59aebbed70
MDL-48595 logstore: Replacing references to deprecated interfaces
2015-03-09 08:25:37 +08:00
David Monllao
1cfce08e63
MDL-48595 logstore: Adding new interfaces
...
sql_reader and sql_internal_table_reader.
2015-03-09 08:25:37 +08:00
David Monllao
40b10c304a
MDL-49145 report_log: Moving conditions
...
Now get_url() does not need to be resolved when
we are downloading.
2015-02-23 10:30:47 +08:00
Andrew Nicols
f393b0592e
Merge branch 'MDL-49145_master' of git://github.com/dmonllao/moodle
2015-02-23 09:05:34 +08:00
David Monllao
fada0d44cc
MDL-49145 report_log: Fixing condition
...
Credit and thanks to Tyler Bannister and Renaat Debleu.
2015-02-23 08:45:25 +08:00
David Monllao
a27b8c9b3b
Merge branch 'MDL-48559-master' of git://github.com/ankitagarwal/moodle
2015-02-16 16:51:51 +08:00
Eloy Lafuente (stronk7)
273612a293
Merge branch 'wip-MDL-48794-master' of git://github.com/marinaglancy/moodle
2015-02-09 13:04:58 +01:00
Ankit Agarwal
9e01886562
MDL-48559 reports: security report checks for web cron
2015-01-27 11:00:40 +05:30
Andrew Nicols
557f44d970
MDL-48620 JavaScript: Updated shifted files to comply with coding style
2015-01-23 14:51:24 +08:00
Aaron Barnes
301bc0f249
MDL-47792 javascript: Fix for cropped headers and horizontal align
2015-01-20 11:34:47 +08:00
Marina Glancy
698aa47e40
MDL-48794 report_log: make sure y-axis gridlines in graphs are integers
2015-01-12 16:16:14 +08:00
Andrew Nicols
7f9db4747c
Merge branch 'MDL-48640-duplicated-code' of https://github.com/rougeth/moodle
2015-01-06 15:51:12 +08:00
Marco Rougeth
d46dc7d7e0
MDL-48640 report_configchanges: Remove duplicated code
2014-12-23 09:07:43 -02:00
Dan Poltawski
2da35cd459
Merge branch 'MDL-48445-master' of https://github.com/jmarshall-netspot/moodle
2014-12-22 13:56:19 +00:00
Dan Poltawski
e9db67b43a
Merge branch 'MDL-48580-master' of git://github.com/lameze/moodle
2014-12-22 13:41:11 +00:00
Dan Poltawski
f5360dd16b
Merge branch 'MDL-43902-master' of git://github.com/FMCorz/moodle
2014-12-16 18:52:40 +00:00
Simey Lameze
64a5ede261
MDL-48580 report_log: fix site errors dropdown
...
Thanks Renaat Debleu for pointing this bug and share a solution.
2014-12-16 12:37:28 +08:00
Josh Marshall
404e33e9b5
MDL-48445 report_loguser: Include logstore parameter for pagination
2014-12-16 14:29:31 +10:30
Eloy Lafuente (stronk7)
05a9873b89
Merge branch 'MDL-47037-master' of git://github.com/jethac/moodle
2014-12-16 01:23:16 +01:00