Andrew Nicols
c071a83c94
Merge branch 'MDL-56355-master' of git://github.com/ryanwyllie/moodle
2016-10-24 09:47:43 +08:00
Ryan Wyllie
4788031edf
MDL-56337 message: fix behat for phantomjs
2016-10-19 06:35:12 +00:00
Ryan Wyllie
65be5b6c11
MDL-56355 message: add keyboard nav to notification page
2016-10-19 03:05:33 +00:00
Ryan Wyllie
54e22257c7
MDL-56338 message_popup: add behat tests for message popover
2016-10-17 01:07:59 +00:00
Ryan Wyllie
658dbdf7dd
MDL-56337 message_popup: add behat tests for notification popover
2016-10-14 01:32:29 +00:00
Mark Nelson
448212ecf6
MDL-56384 message_popup: fixed oracle PHPUnit failures
2016-10-13 19:32:10 +02:00
Juan Leyva
53522c6e38
MDL-55393 message: Add some external functions to mobile service
2016-10-13 19:32:05 +02:00
Mark Nelson
d4b2c195e1
MDL-54682 core: build amd modules
2016-10-11 14:39:24 +08:00
Ryan Wyllie
6b5d0e976a
MDL-56087 message: change conversations to messages
2016-10-11 14:39:24 +08:00
Mark Nelson
fd9a64a302
MDL-56336 core_message: fix WS exception when 'forcepasswordchange' set
2016-10-11 14:39:24 +08:00
Ryan Wyllie
963ba88970
MDL-56234 message: fix messaging UI in theme boost
2016-10-11 14:39:24 +08:00
Ryan Wyllie
641b36e2ab
MDL-56292 message: move notifications page into popup plugin
2016-10-11 14:39:23 +08:00
Ryan Wyllie
9f7b7b7c88
MDL-56292 message: fix style for notification popover and page
2016-10-11 14:39:23 +08:00
Ryan Wyllie
14617a566b
MDL-56292 message: mustache template docs
2016-10-11 14:39:23 +08:00
Ryan Wyllie
7d69958e6b
MDL-56292 message: move popover code into output plugin
2016-10-11 14:39:23 +08:00
Mark Nelson
7b55aaa12e
MDL-55942 core: obey the mighty CiBoT
2016-10-07 16:26:40 +08:00
Ryan Wyllie
fe8664b1ef
MDL-54698 message: update preference processor display names
2016-10-07 16:26:40 +08:00
Ryan Wyllie
ada7695d7c
MDL-54708 message: notification popover respects message preferences
2016-10-07 16:26:40 +08:00
Ryan Wyllie
607454d6f3
MDL-54708 message: change popover processor to nav bar notification
2016-10-07 16:26:40 +08:00
Ryan Wyllie
a0eabdd3c8
MDL-54698 message: make preferences page ajax save
2016-10-07 16:26:40 +08:00
Dan Poltawski
99fe296eb2
MDL-55168 css: remove 0-length units
2016-09-30 09:25:25 +01:00
Juan Leyva
65e961e4f2
MDL-56045 message_airnotifier: New WS message_airnotifier_enable_device
2016-09-21 10:45:13 +01:00
Juan Leyva
95f53a652a
MDL-56045 message_airnotifier: Move enable device code to manager class
2016-09-21 10:44:56 +01:00
Juan Leyva
618cba3494
MDL-56044 message_airnotifier: New WS message_airnotifier_get_user_devices
2016-09-21 09:47:26 +01:00
Dan Poltawski
3a0bc0fdc4
MDL-55244 js: build changes
...
There should be no changes to minified code
2016-07-25 07:58:05 +01:00
Dan Poltawski
bc8b6dc652
MDL-55244 js: fix various lint warnings in yui
...
* Incorrect brace style
* Empty functions
* Multiple var statemnts
2016-07-25 07:53:05 +01:00
Dan Poltawski
5bb4f444de
MDL-55244 js: fix problems with eslint --fix
...
eslint --fix '**/yui/src/**/*.js'
2016-07-25 07:53:05 +01:00
Dani Palou
3ce71f4eef
MDL-54928 notifications: Retrieve username from DB if empty
2016-07-01 07:45:21 +02:00
Russell Smith
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
Eloy Lafuente (stronk7)
4da854a68b
MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts
2016-05-23 01:31:34 +02:00
Eloy Lafuente (stronk7)
1abca11e0a
MDL-54638 versions: bump all versions and requires near release
...
version = 2016052300 release version
requires= 2016051900 current rc1 version
2016-05-19 02:16:15 +02:00
Eloy Lafuente (stronk7)
12c52b9140
Merge branch 'MDL-54032-master' of git://github.com/jleyva/moodle
2016-05-03 18:02:01 +02:00
Juan Leyva
7c357047cc
MDL-54032 webservice: Fix plugin functions not using services
2016-05-03 13:00:13 +02:00
Juan Leyva
6d782e3383
MDL-53635 message_airnotifier: Remove tags from notifications
2016-05-02 09:32:26 +02:00
Eloy Lafuente (stronk7)
e8c82aac82
MDL-51580 upgrade: clean < 2.7.0 upgrade steps
...
This just deletes all the upgrade steps previous to 2.7.0. Some
small adjustments, like adding missing MOODLE_INTERNAL or tweaking
globals can also be applied when needed.
Next commit will get rid of/deprecate all the upgradelib functions
not used anymore in codebase.
2016-02-15 18:38:09 +01:00
Juan Leyva
2d85210817
MDL-52289 message_airnotifier: Add debugging
2015-11-24 11:21:50 +01:00
Eloy Lafuente (stronk7)
6d29c4acdd
MDL-52140 upgrade: add 3.0.0 separation line to all upgrade scripts
2015-11-17 17:08:56 +01:00
Eloy Lafuente (stronk7)
2e144835bb
MDL-52059 versions: bump all versions and requires near release
...
version = planned 2015111600 release version
requires= current 2015111000 rc3 version
2015-11-10 12:33:52 +01:00
Daniel Neis
2108ac8a4f
MDL-30960 messages: add option to set authtype
2015-05-25 13:40:48 -03:00
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02: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
David Monllao
89a6290fb9
Merge branch 'MDL-45131-master' of git://github.com/jleyva/moodle
2015-04-16 17:04:34 +08:00
Juan Leyva
52fa3e6538
MDL-45131 message: Add validation for returned parameters in WS tests
2015-04-16 10:25:32 +02:00
Adrian Greeve
45367bdf0c
MDL-49688 navigation: First review fixes and version bump.
...
Part of MDL-45774.
2015-04-10 17:18:03 +08:00
Damyon Wiese
479fa47d0b
MDL-49632 User preferences: Move preferences out of edit profile form.
...
This is a super confusing place to change your default text editor. Lets
make these things easy to find.
Part of MDL-45774
2015-04-10 17:17:08 +08:00
Juan Leyva
5785421a37
MDL-48989 messages: Add site information in airnotifier payload
2015-01-29 12:59:03 +01:00
Andrew Nicols
557f44d970
MDL-48620 JavaScript: Updated shifted files to comply with coding style
2015-01-23 14:51:24 +08:00
Helen Foster
b7853012b8
MDL-48748 lang: Merge English strings from the en_fix language pack
2015-01-06 21:53:17 +01:00
Andrew Nicols
fc05c1b8e5
MDL-48197 testing: Normalise uses of noemailever and phpmailer sink
2014-11-19 09:09:50 +08:00
Eloy Lafuente (stronk7)
147bae8f7c
MDL-48144 upgrade: add v2.8.0 sep lines
2014-11-10 18:08:15 +01:00