Brendan Heywood
1fc0c4bd4e
MDL-58439 admin: Ignore guest logins for all admin pages
2019-06-11 13:44:58 +10:00
Shamim Rezaie
db632485ab
MDL-65689 task: fix typo in help string
2019-05-25 04:57:22 +10:00
Eloy Lafuente (stronk7)
c9a1a6341c
MDL-65571 versions: bump all versions and requires near release
...
version = 2019052000 release version
requires= 2019051100 current beta (week6roll2) version
2019-05-12 23:46:34 +02:00
Eloy Lafuente (stronk7)
8ab1bd2f5e
Merge branch 'MDL-64943-master-enfix' of git://github.com/mudrd8mz/moodle
2019-03-05 11:08:32 +01:00
Helen Foster
38dc5b9677
MDL-64943 lang: Import fixed English strings (en_fix)
...
Significant string changes:
* importgroups_help,core_group - Correcting optional fieldnames
(removing picture, hidepicture and adding groupidnumber, groupingname
and enablemessaging)
* penaltyforeachincorrecttry_help,core_question - additional paragraph
about scoring logic
* resultdownloadready,tool_dataprivacy - wording corrected (no need to
go to a download page)
* auth_dbfielduser,auth_db - varchar data type requirement
2019-02-28 09:50:18 +01:00
Mathew May
14bcc65e80
MDL-58428 behat: Fix regression of MDL-49399.
...
The behat for tool_task was no longer working in Clean & More due to the menu changes.
This updates the affected steps on Master only as 49399 was a master only fix.
2019-02-26 16:24:48 +08:00
Andrew Nicols
251ee97c35
MDL-49399 tool_task: Link to log viewer
...
This commit also adds the fa-file-text icon from font-awesome.
2019-01-16 12:14:25 +08:00
Andrew Nicols
4b71596fc9
MDL-49399 task: Add task logging API
2019-01-16 12:14:25 +08:00
Helen Foster
65d70aa81b
MDL-64509 lang: Import fixed English strings (en_fix)
...
Significant string change: enablerunnow_desc,tool_task - including
mention of pathtophp requirement
2019-01-07 14:40:34 +01:00
Eloy Lafuente (stronk7)
085353b315
MDL-64282 versions: bump all versions and requires near release
...
version = 2018120300 release version
requires= 2018112800 current rc2 (week7roll1) version
2018-11-29 18:24:08 +01:00
Helen Foster
cd492e2ea5
MDL-63976 lang: Merge English strings from the en_fix language pack
...
Significant string changes:
* courseoverviewfiles, courseoverviewfiles_help, courseoverviewfilesext
in core, configcourseoverviewfilesext, configcourseoverviewfileslimit
in core_admin, areacourseoverviewfiles in core_repository - renaming
of 'Course summary files' to 'Course image'
2018-11-19 19:17:52 +01:00
Jun Pataleta
96b9975b4b
MDL-60514 tool_task: Remove run_task_now.feature
...
This test cannot be run on Behat anymore as the "Run now" feature
depends on $CFG->pathtophp. Even if it's set, the task executed via
"Run now" will be executed for the installed site itself and not on the
Behat test site.
2018-10-26 11:03:07 +08:00
Toni Barberà Melià
c759ae5d55
MDL-60514 tasks: added new config parameter. changes in cron execution
2018-10-25 08:02:44 +02:00
Víctor Déniz Falcón
02fda279ed
MDL-57281 behat: deprecated step definition I navigate to node in
...
Definition step deprecated and affected tests modified.
2018-08-20 12:53:26 +01:00
Andrew Nicols
31bef9bdc8
MDL-62651 tool_task: Add adhoc CLI runner
2018-06-06 11:48:37 +08:00
Eloy Lafuente (stronk7)
57ea6753d3
MDL-62361 versions: bump all versions and requires near release
...
version = 2018051400 release version
requires= 2018050800 current beta+ (week4roll1) version
2018-05-09 02:46:30 +02:00
Zig Tan
de33cd0cab
MDL-61892 admin/tools: Implement null privacy providers
2018-04-20 11:41:20 +08:00
sam marshall
470d59d31f
MDL-61063 Scheduled tasks: Add link to clear fail delay
2018-01-12 11:10:29 +00:00
Ankit Agarwal
a3ce9a453c
MDL-56543 tasks: Add last run column to task list
2017-12-28 10:04:11 +05:30
Eloy Lafuente (stronk7)
ba854606e6
MDL-60764 versions: bump all versions and requires near release
...
version = 2017111300 release version
requires= 2017110800 current rc2 version
2017-11-10 02:52:53 +01:00
Helen Foster
f08d4da505
MDL-59398 lang: Merge English strings from the en_fix language pack
2017-07-05 09:27:29 +02:00
Eloy Lafuente (stronk7)
d989ee1e03
MDL-58853 versions: bump all versions and requires near release
...
version = 2017051500 release version
requires= 2017050500 current rc1 version
2017-05-09 02:58:28 +02:00
sam marshall
832a18a46a
MDL-58177 tasks: Refactor scheduled task gui to use NO_OUTPUT_BUFFERING
2017-03-09 11:21:49 +00:00
sam marshall
38fa1ca558
MDL-55980 Scheduled tasks: Run individual scheduled tasks from web
2017-02-24 10:42:28 +00:00
Eloy Lafuente (stronk7)
04649747a4
MDL-57197 versions: bump all versions and requires near release
...
version = 2016120500 release version
requires= 2016112900 current rc4 version
2016-11-29 22:57:05 +01:00
Dan Poltawski
0b2dc2751f
MDL-55071 css: reformat some css files we touch with stylefmt
2016-09-23 10:57:36 +01:00
Frederic Massart
113efed5b0
MDL-51948 admin: Make admin settings RTL friendly
...
Part of MDL-55071
2016-09-23 10:54:22 +01:00
Anant
e370e069a7
MDL-55141 task: Add CLI debugging for tasks
2016-07-14 09:24:52 -07: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)
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
Andrew Nicols
372d6b923b
MDL-30811 core: Replace use of continue_button with redirect
2016-02-29 09:05:58 +08: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
sam marshall
b9dba4e3aa
MDL-51330 Cron: In log, scheduled tasks don't show component
2015-09-07 18:40:05 +01:00
Dan Poltawski
a6e9c23016
MDL-51109 task: more debug info for failed scheduled tasks
2015-09-01 10:59:55 +01: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
Brendan Heywood
894f36abf9
MDL-49740 Lock: Fixed task lock release bugs
2015-04-03 11:13:03 +11:00
Rajesh Taneja
96e4202c3e
MDL-48841 admin: Behat table row should start with first row
2015-02-18 15:30:37 +08:00
Ruslan Kabalin
d1bb9ea917
MDL-48841 admin: Fix scheduled task reset to defaults finctionality.
...
It is safe to make fields as non-required, because form validation will not
pass through any empty field anyway.
2015-02-11 11:19:27 +00:00
Frederic Massart
18247eb090
MDL-48383 task: Indicate when a task will not run if plugin is disabled
2015-01-22 11:07:52 +08:00
Ankit Agarwal
3726a0c3fc
MDL-44393 tasks: Add unit tests for cron field validations
2015-01-02 11:02:16 +05:30
Ankit Agarwal
c241edb5cf
MDL-44393 tasks: Validate cron fields
2015-01-02 10:54:59 +05:30
Andrew Nicols
371bfca1c4
MDL-48224 cron: Buffer SMTP connections around tasks
2014-12-12 10:35:54 +08:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Dan Poltawski
ebf709ded5
MDL-46227 fix typo
2014-07-09 08:22:45 +01:00
Skylar Kelty
79a70e776e
MDL-46227 Fix XSS in scheduled tasks
2014-07-08 13:37:13 +08:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
Andrew Nicols
f12f34166d
MDL-45329 admin_task: Allow scheduled task change prevention
...
Some hosting providers have a requirement to prevent users making
modifications to the configuration of scheduled tasks as doing so may have
a negative impact not only on their own site, but also on the performance
of other sites (depending on host configuration). For example, if the
statistics or automated backup tasks were run every minute, this could have
a negative impact for other users).
2014-05-01 11:40:25 +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
7a82dcec41
MDL-44732 add cli script for execution of scheduled tasks
2014-03-24 09:46:51 +08:00