Eloy Lafuente (stronk7)
6b8798dedb
Merge branch 'wip-MDL-44720-master' of git://github.com/marinaglancy/moodle
2014-04-02 21:32:42 +02:00
Eloy Lafuente (stronk7)
c790670d77
Merge branch 'MDL-30085_grade_ws' of git://github.com/jleyva/moodle
2014-04-02 04:05:19 +02:00
Eloy Lafuente (stronk7)
57c92af7ad
Merge branch 'MDL-42816-master' of https://github.com/StudiUM/moodle
2014-04-02 01:52:41 +02:00
sam marshall
e645b4d580
MDL-43975 Sessions: Should support memcache, not just memcached
...
This commit adds a session handler which works using memcache (without
requiring the memcached extension), similar to the support for
memcache within MUC.
This may be less reliable than memcached but we have been using a
similar approach on our system without problems. In case, I added a
warning in config-dist.php.
2014-04-01 13:34:50 +01:00
Marina Glancy
b3d75528de
Merge branch 'w14_MDL-40910_m27_usergraded' of git://github.com/skodak/moodle
2014-04-01 17:40:35 +08:00
Ankit Agarwal
53b9e63b80
MDL-42891 administration: Replace use of logtable in notify_login_failures() with new logging apis
2014-04-01 17:35:01 +08:00
Ankit Agarwal
b63f773296
MDL-44717 events: Fix multiple issues in events
...
Fix various incorrect urls
Fix incorrect phpdocs and other minor code style issues
Fix missing/incorrect strings
AMOS BEGIN
MOV [eventblogassociationcreated, core_blog],[eventblogassociationadded, core_blog]
AMOS END
2014-04-01 15:08:34 +08:00
Ankit Agarwal
85a4b8a3ce
MDL-44717 events: Event restore process must call the init() method
2014-04-01 14:51:02 +08:00
Marina Glancy
75823325d3
Merge branch 'MDL-44746_master' of git://github.com/markn86/moodle
2014-04-01 13:51:09 +08:00
Marina Glancy
0b1afc71bb
Merge branch 'w14_MDL-44715_m27_eventval' of git://github.com/skodak/moodle
2014-04-01 13:45:59 +08:00
Juan Leyva
19ed179716
MDL-30085 Moved to lib/classes for support autoloading
2014-03-31 15:15:18 +02:00
Mark Nelson
a82f3b4f2a
MDL-44746 core_events: minor changes to the user_deleted event
2014-03-29 15:25:49 -07:00
Mark Nelson
601c998c64
MDL-44746 core_events: removed incorrect uses of snapshots
2014-03-29 15:25:49 -07:00
Petr Škoda
ffe60f5bbd
MDL-40910 add new core event user_graded
...
This event is triggered when teacher manually edits the grade in gradebook.
2014-03-29 15:34:11 +08:00
Petr Škoda
578645aadf
MDL-44715 use parent::validate_data() consistently in all events
...
Includes some minor PHPDocs typo fixes.
2014-03-28 14:09:31 +08:00
Petr Škoda
0a5aa65b53
MDL-44733 add support for disabling of scheduled tasks
2014-03-28 10:23:37 +08:00
Gilles-Philippe Leblanc
2d35b7d3d8
MDL-42816 auth_manual: Add password expiry for manual auth method
2014-03-27 10:45:01 -04:00
Marina Glancy
92e2e85523
MDL-44720 modinfo: make it easier to use cm_info instead of get_coursemodule_from_id
...
by adding function cm_info::get_course_module_record()
2014-03-27 11:24:00 +08:00
Marina Glancy
a93c826698
Merge branch 'MDL-44084-master' of git://github.com/damyon/moodle
2014-03-26 10:02:06 +08:00
Marina Glancy
205c6db50d
MDL-44084 atto: correct standard plugins list and namespace bug fix
2014-03-26 10:01:49 +08:00
Damyon Wiese
adca7326d8
MDL-43842: Import atto back into core
2014-03-26 09:59:34 +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
Sam Hemelryk
bfb6e97eae
Merge branch 'MDL-43784-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/classes/plugin_manager.php
lib/db/upgrade.php
2014-03-26 11:33:47 +13:00
Marina Glancy
daf7b64ef7
Merge branch 'w13_MDL-44107_m27_canview' of git://github.com/skodak/moodle
2014-03-25 17:10:27 +08:00
Marina Glancy
e9e3431ad9
Merge branch 'MDL-40915-master' of git://github.com/ankitagarwal/moodle
2014-03-25 16:18:28 +08:00
Petr Škoda
15f009e1a2
MDL-44107 add debugging to deprecated event::can_view()
2014-03-25 14:53:17 +08:00
Marina Glancy
3f4a4daa03
Merge branch 'MDL-44704_master' of git://github.com/markn86/moodle
2014-03-25 14:28:10 +08:00
Sam Hemelryk
fe24226063
Merge branch 'MDL-44357-master-noplugin' of git://github.com/FMCorz/moodle
2014-03-25 08:56:49 +13: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
Frederic Massart
379924a6a5
MDL-44357 libraries: Remove import_file method from core_lessc
...
This is not used any more, and would not work if the file to be
imported is located in a theme when $CFG->themedir is not set
to the default value.
2014-03-24 15:15:04 +08:00
Frederic Massart
833511a005
MDL-44357 theme_more: New customizable theme
...
AMOS BEGIN
CPY [choosereadme,theme_clean],[choosereadme,theme_more]
CPY [configtitle,theme_clean],[configtitle,theme_more]
CPY [customcss,theme_clean],[customcss,theme_more]
CPY [customcssdesc,theme_clean],[customcssdesc,theme_more]
CPY [footnote,theme_clean],[footnote,theme_more]
CPY [footnotedesc,theme_clean],[footnotedesc,theme_more]
CPY [invert,theme_clean],[invert,theme_more]
CPY [invertdesc,theme_clean],[invertdesc,theme_more]
CPY [logo,theme_clean],[logo,theme_more]
CPY [logodesc,theme_clean],[logodesc,theme_more]
CPY [pluginname,theme_clean],[pluginname,theme_more]
CPY [region-side-post,theme_clean],[region-side-post,theme_more]
CPY [region-side-pre,theme_clean],[region-side-pre,theme_more]
AMOS END
2014-03-24 15:15:04 +08:00
Frederic Massart
d433cf37cd
MDL-44357 theme: Allow core to compile LESS in PHP
2014-03-24 15:15:03 +08:00
Ankit Agarwal
451c0e9e6a
MDL-40915 events: Add events for calendar actions
...
Added a calendar_event_created
Added a calendar_event_updated
Added a calendar_event_deleted
2014-03-21 16:33:19 +08:00
Frederic Massart
7a2dabcbaa
MDL-43784 theme: Removing all the old themes
2014-03-21 12:24:44 +08:00
Mark Nelson
53e4c89d8e
MDL-44704 core_message: always use system context when triggering a message_sent event
2014-03-20 20:35:56 -07:00
Petr Škoda
bc29320285
MDL-44661 implement event->anonymous property
2014-03-20 17:33:35 +08:00
Petr Škoda
b7f7c3bcf2
MDL-44639 fix some phpdocs issues in tasks classes
...
There is also one extra () to improve code readability.
2014-03-20 17:32:56 +08:00
Petr Škoda
bc22fa9310
MDL-44107 deprecated event_base::can_view()
...
The problem is that it would be too expensive and difficult
to implement reliable access control in each event.
2014-03-20 17:29:19 +08:00
Marina Glancy
4715639b22
Merge branch 'w12_MDL-44603_m27_extgrade2' of git://github.com/skodak/moodle
2014-03-17 14:38:01 +08:00
Marina Glancy
992d71cd8f
Merge branch 'w12_MDL-44500_m27_eventcourse' of git://github.com/skodak/moodle
2014-03-17 14:32:28 +08:00
Petr Škoda
0fa50262e0
MDL-44603 fix core_grading_external class and test location
2014-03-15 11:08:21 +08:00
Petr Škoda
9ede00db18
MDL-44500 detect context-courseid inconsistencies in new events
2014-03-14 12:08:12 +08:00
Damyon Wiese
bbd9226cb8
MDL-44608 Scheduled Tasks: Use $CFG->timezone if it is set to schedule tasks
2014-03-14 11:47:03 +08:00
Mark Nelson
f6a4a90e70
MDL-40913 core_message: fixed triggering the 'message_sent' event when the 'noreply' address is used
2014-03-13 18:33:25 +01:00
Dan Poltawski
c6b7551c71
Merge branch 'MDL-40913_master' of https://github.com/markn86/moodle
2014-03-13 18:31:52 +01:00
Dan Poltawski
d8085046ba
Merge branch 'wip-mdl-44458' of https://github.com/rajeshtaneja/moodle
2014-03-13 18:31:48 +01:00
Rajesh Taneja
f325a6eb67
MDL-44458 notes: Fixed url in events
2014-03-11 15:26:20 +08:00
Mark Nelson
5b09190975
MDL-40913 core_message: created 'message_read' event
2014-03-07 15:15:43 -08:00
Mark Nelson
ab1bc5d222
MDL-40913 core_message: replaced 'write' add_to_log call with an event
2014-03-07 15:15:43 -08:00
Mark Nelson
cd60936523
MDL-40913 core_message: replaced 'unblock contact' add_to_log call with an event
2014-03-07 15:15:43 -08:00