Petr Skoda
db473c0d5a
MDL-45219 add report_viewed event to tool_capability
2014-04-23 11:53:35 +08:00
Ankit Agarwal
a3cfbccd49
MDL-44950 logstore_database: Make all settings positive for usability
2014-04-22 11:39:03 +08:00
Simey Lameze
da223c11a5
MDL-44990 logging: Capabilites removed from legacy and standard log.
2014-04-17 15:50:59 +08:00
Dan Poltawski
36b5096e59
Merge branch 'wip-mdl-44977' of https://github.com/rajeshtaneja/moodle
2014-04-16 14:34:58 +08:00
Sam Hemelryk
d4449f2f17
Merge branch 'wip-MDL-44998-master' of git://github.com/marinaglancy/moodle
2014-04-16 09:46:54 +12:00
Marina Glancy
c733401634
Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle
2014-04-15 14:34:36 +08:00
Marina Glancy
72aeb83a74
MDL-44998 log_standard: review indexes
2014-04-15 12:25:48 +08:00
Petr Škoda
5d2abe72a2
MDL-44910 enable new logging during upgrade and installation
...
The legacy logging is now enabled for reading only
if legacy log data older than one day exists.
2014-04-14 09:43:40 +08:00
Ankit Agarwal
3610ad436c
MDL-45035 events: Fix @package and @since tags in Moodle 2.7 events
2014-04-11 13:45:33 +08:00
Damyon Wiese
515fe565f6
Merge branch 'MDL-44070-master' of https://github.com/sammarshallou/moodle
...
Conflicts:
theme/bootstrapbase/less/moodle/forms.less
theme/bootstrapbase/style/moodle.css
version.php
2014-04-08 13:30:41 +08:00
Damyon Wiese
1e16a58525
Merge branch 'wip-MDL-22999-m27' of https://github.com/jamesmcq/moodle
2014-04-08 10:09:21 +08:00
James McQuillan
597662335d
MDL-22999 core_grades: Added ability to configure maximum grade value both globally and for each graded-activity.
2014-04-07 16:02:37 -04:00
sam marshall
8d1f33e122
MDL-44070 Conditional availability enhancements (6): core changes
...
Changes core code to use new API instead of the old one when
checking user access to activities and sections.
Includes changes to other libraries that are necessary after
adding the availability system and removing old conditional tables
etc.
2014-04-07 20:11:48 +01:00
sam marshall
d3db4b037c
MDL-44070 Conditional availability enhancements (2): subsystem, API
...
This commit defines the new /availability root folder, with
/availability/classes, /availability/tests, and
/availability/condition where the condition plugins will live.
Condition plugin prefix is availability_, e.g. availability_date.
Rationale for this organisation:
1. I was originally going to put this in /lib/availability but
it has been pointed out that putting even more junk in lib
is probably bad.
2. 'availability' and 'condition' are the two names used in code
to refer to this system ($CFG->enableavailability).
3. The prefix has to be short enough to allow database tables
(although in practice I assume that condition plugins will not
normally contain database tables).
The new API includes a Boolean tree structure that controls the
availability of an item.
AMOS BEGIN
CPY [availabilityconditions,core_condition],[restrictaccess,core_availability]
CPY [enableavailability,core_condition],[enableavailability,core_availability]
CPY [configenableavailability,core_condition],[enableavailability_desc,core_availability]
AMOS END
2014-04-07 20:11:33 +01:00
Rajesh Taneja
22001b4a9b
MDL-44977 tool_profiling: set xhprof default settings
...
Set xhprof default settings, even if xhprof is not installed.
If xhprof is not installed, hide profiling admin settings,
else show them.
This is needed, because if xhprof is installed, then it will
fail all non-js behats which navigate to setting under
site administration, as profiling settings get displayed on
default admin page.
2014-04-07 14:55:55 +08:00
Petr Škoda
1a361486a9
MDL-44882 always set maintenance mode on non-cached admin pages
...
This should resolve all issues with themes during upgrades.
2014-04-06 20:37:55 +08:00
Sam Hemelryk
3ed2a4b2cc
Merge branch 'w14_MDL-44824_m27_subplugins' of https://github.com/skodak/moodle
2014-04-02 13:04:46 +13:00
Ankit Agarwal
52dc1de746
MDL-42891 administration: Re-implement incorrect login notification, without using the logtable.
2014-04-01 17:18:15 +08:00
Petr Škoda
246230715e
MDL-44733 add disabled class rows with disabled scheduled tasks
2014-03-31 15:48:19 +08:00
Petr Škoda
0a5aa65b53
MDL-44733 add support for disabling of scheduled tasks
2014-03-28 10:23:37 +08:00
Petr Škoda
c7e5683a7e
MDL-44824 add missing subplugin type names
2014-03-27 11:59:26 +08:00
Ankit Agarwal
16e59c6af8
MDL-44596 logging: Refecator code to use component_callback() and get_plugin_list_with_function()
2014-03-26 09:50:41 +08:00
Ankit Agarwal
96c8d59dea
MDL-44596 logging: Add some tests to log stores to test the new support methods
2014-03-26 09:12:43 +08:00
Ankit Agarwal
f0a0f3c2bd
MDL-44596 logging: Improve management interfaces for reports and stores
...
This patch methods to the manager that uses callbacks from reports to determine how reports and stores are compatible with each other. This information is then displayed in the management pages.
2014-03-26 09:12:42 +08:00
Eloy Lafuente (stronk7)
c56e0192ef
Merge branch 'w13_MDL-44510_m27_phpunit4' of https://github.com/skodak/moodle
2014-03-25 21:03:44 +01:00
Andrew Nicols
1f777e5c6c
MDL-41987 Javascript: Tidy up YUI documentation
2014-03-25 17:01:37 +08:00
Marina Glancy
0029497ca5
Merge branch 'w13_MDL-44732_m27_clitask' of git://github.com/skodak/moodle
2014-03-25 16:49:14 +08:00
Marina Glancy
dd043de942
Merge branch 'w13_MDL-44106_m27_requestorig' of git://github.com/skodak/moodle
2014-03-25 14:15:19 +08:00
Marina Glancy
d11302b646
Merge branch 'wip-mdl-43681' of git://github.com/rajeshtaneja/moodle
2014-03-24 17:27:41 +08:00
Rajesh Taneja
877d5a3218
MDL-43681 logging: Invalid events are not added to get_events_select
...
If event is not restored then don't add it to returned list of
events in get_events_select
2014-03-24 17:26:42 +08:00
Marina Glancy
66cb56ade6
Merge branch 'w13_MDL-44639_m27_taskdocs' of git://github.com/skodak/moodle
2014-03-24 17:02:10 +08:00
Petr Škoda
454c7b5d39
MDL-44661 fix legacy log reader to ignore new anonymous field
2014-03-24 14:57:21 +08:00
Petr Škoda
7a82dcec41
MDL-44732 add cli script for execution of scheduled tasks
2014-03-24 09:46:51 +08:00
Petr Škoda
bc29320285
MDL-44661 implement event->anonymous property
2014-03-20 17:33:35 +08:00
Petr Škoda
5a1e6e355f
MDL-44639 fix phpdocs in scheduled tasks tool
2014-03-20 17:32:56 +08:00
Petr Škoda
54f1423ecc
MDL-44510 support PHPUnit 4.x
...
The old style PEAR installation is incompatible with PHPUnit 4,
nobody was supposed to use PEAR any more - composer
is the only supported library installation method now.
2014-03-20 17:30:42 +08:00
Petr Škoda
965a3c6621
MDL-44106 add origin info to $PAGE object and use it in logs
2014-03-20 17:28:32 +08:00
Jetha Chan
3c9535dd94
MDL-44582 installer: added check for php json extension
2014-03-19 21:22:24 +01:00
Marina Glancy
efd727063f
Merge branch 'MDL-42892-master_42890' of git://github.com/ankitagarwal/moodle
2014-03-18 18:00:42 +08:00
Ankit Agarwal
e1b2a0b4ef
MDL-42892 logging: Refactor logstore_legacy to group all legacy related changes together
2014-03-18 17:50:48 +08:00
Ankit Agarwal
536c0865ef
MDL-42892 logging: Remove usage of logtable from can_delete_course
2014-03-18 17:35:59 +08:00
Marina Glancy
fabc88f0bb
Merge branch 'MDL-29807' of git://github.com/jleyva/moodle
2014-03-18 13:52:45 +08:00
Sam Hemelryk
c961d9626e
Merge branch 'w12_MDL-44609_m27_taskcomponent' of https://github.com/skodak/moodle
2014-03-18 09:16:09 +13:00
Juan Leyva
eb625bcf64
MDL-29807 Fixed invalid add_record_snapshot references and also inexistent check of empty short names
2014-03-17 12:35:20 +01:00
Marina Glancy
6f96d1a9a7
Merge branch 'w12_MDL-41115_m27_emaillogin' of git://github.com/skodak/moodle
2014-03-17 17:44:45 +08:00
Juan Leyva
0a8ab74728
MDL-29807 Control to avoid duplicate shortnames
2014-03-17 09:53:45 +01:00
Juan Leyva
b129859207
MDL-29807 Service add admin page: should be able to enter the unique shortname of a service
2014-03-17 09:53:45 +01:00
Petr Škoda
b2ad781349
MDL-44609 add component column to the scheduled task table
2014-03-14 15:48:25 +08:00
Ankit Agarwal
2523979821
MDL-42890 backup: Remove usage of log table in backup cron helper
2014-03-14 12:07:17 +08:00
Ankit Agarwal
dc06500559
MDL-42890 tool_log Default legacy reader should handle CRUD queries
2014-03-14 12:07:17 +08:00