Eloy Lafuente (stronk7)
46e92173fd
Merge branch 'wip-MDL-51259-master' of git://github.com/abgreeve/moodle
2015-09-24 15:37:12 +02:00
Andrew Nicols
be09ca85ef
MDL-50664 mod_data: Fix for unit test failure
2015-09-23 09:27:30 +08:00
Dan Poltawski
abd3fdc977
Merge branch 'wip-MDL-51108-master' of git://github.com/abgreeve/moodle
2015-09-22 11:48:49 +01:00
Dan Poltawski
0730ddc2ad
Merge branch 'MDL-50664-master' of git://github.com/ryanwyllie/moodle
2015-09-22 10:39:33 +01:00
Adrian Greeve
453adb1adf
MDL-51108 mod_data: Addition to behat test for Lat. and Long.
2015-09-18 07:33:12 +08:00
Adrian Greeve
d25043270c
MDL-51108 mod_data: Add validation for Lat. and Long.
...
Added a check to see that both the Lat. and Long. values
are entered when filling in database module entries.
2015-09-18 07:33:12 +08:00
Adrian Greeve
f3013ba67e
MDL-51259 mod_data: ratings of items not activated.
...
When selecting a rating method, the restrict rating
to items with dates would be automatically enabled if
not checked. This code brings the data module inline
with forum and glossary.
2015-09-18 07:21:59 +08:00
Ryan Wyllie
ec9e1bec57
MDL-50664 mod_data: tests for 'manageapproved' setting.
...
Adding test coverage for the 'manageapproved' setting that
was added by Johannes Burk.
2015-09-17 06:18:26 +00:00
Johannes Burk
97fe80ad68
MDL-50664 mod_data: add 'manageapproved' setting.
...
New function data_user_can_manage_entry checks whether a user is allowed to manage an entry.
Considering manageentries capability, data_in_readonly_period() result,
ownership (determined by data_isowner()), approval and manageapproved setting.
2015-09-15 07:16:40 +00:00
Ankit Agarwal
731c2712e7
MDL-50173 ratings: Use proper checks to ensure ratings are viewable.
...
Mainly to verify groups visibility this new callback has been created.
Note this was originally 3 commits but for amending purposes they have
been squashed.
2015-09-09 04:07:21 +02:00
David Monllao
9f6a55f7ea
Merge branch 'MDL-51179-master' of git://github.com/damyon/moodle
...
Conflicts:
lib/upgrade.txt
2015-09-01 15:57:21 +08:00
Damyon Wiese
988592c556
MDL-51179 Atto: Extend autosave fix to cover text changes
...
Added new functions to editor api - set/get_text so the
original form text can be determined from an editor.
When calling use_editor() you should first call set_text() with
the text that will be inserted in the form element.
There is also a new scheduled task for cleaning Atto autosave drafts.
2015-09-01 12:23:00 +08:00
Frederic Massart
e36b5c0030
MDL-50127 mod_data: RTL styles for the required image
2015-08-14 16:46:58 +08:00
John Okely
c07c5e7bdd
MDL-50127 mod_data: Fix required icons in add entry screen
2015-08-14 16:46:58 +08:00
Henning Bostelmann
0bec64c6a1
MDL-50720 mod_data: Highlight non-approved entries
2015-08-11 11:30:02 +01:00
Juan Leyva
3c4d2965de
MDL-50171 data: Fixed incorrect text formatting in external functions
2015-06-19 09:43:51 +02:00
Dan Poltawski
356fd5bae7
Merge branch 'm29_MDL-49628a' of https://github.com/totara/moodle
2015-06-02 13:54:01 +01: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)
7a69b19596
Merge branch 'MDL-50136-master' of git://github.com/ankitagarwal/moodle
2015-05-07 19:34:00 +02:00
Ankit Agarwal
991efb8b1a
MDL-50136 database: Update css of search box
2015-05-07 13:40:44 +05:30
Frederic Massart
546a58bcdc
MDL-50128 mod_data: String needed escaping before being used in regex
2015-05-07 11:19:47 +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
David Monllao
9dbcdd8b1f
Merge branch 'MDL-49937-master' of git://github.com/jleyva/moodle
2015-04-24 10:19:18 +01:00
Juan Leyva
8352aa50f3
MDL-49937 data: Handle admins/managers in get_databases_by_courses
2015-04-23 09:37:06 +02: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
John Okely
9b5e702a11
MDL-49748 mod_data: Fix undefined offset error and add behat coverage
2015-04-10 09:42:34 +08:00
Alex Mitin
23464633c8
MDL-49748 mod_data: update fields even when empty
2015-04-10 09:42:34 +08:00
Brian Barnes
32bd11cb39
MDL-49628 general: improved accessibility of single selects
2015-04-09 11:12:16 +12:00
Damyon Wiese
75ece778c5
Merge branch 'MDL-49101' of https://github.com/andrewhancox/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2015-04-07 17:27:17 +08:00
Andrew Hancox
6398ff5387
MDL-49101 core: Add a global admin setting config->requiremodintro
...
Removed requiremodintro setting from all core activity plugins and replace
with a single global setting.
Deprecated moodleform_mod::add_intro_editor and replaced with
moodleform_mod::standard_intro_elements
2015-04-07 10:11:53 +01:00
Juan Leyva
067b3fda6a
MDL-49337 webservices: Unit tests for mod_data_get_databases_by_courses
2015-03-24 10:46:36 +01:00
Juan Leyva
a090259eaa
MDL-49337 webservices: Include the new WS in the mobile app service
2015-03-24 10:46:36 +01:00
Juan Leyva
5c438daad5
MDL-49337 webservices: mod_data services file definition
2015-03-24 10:46:35 +01:00
Juan Leyva
2ab3481990
MDL-49337 webservices: New WS mod_data_get_databases_by_courses
2015-03-24 10:46:35 +01:00
David Monllao
25ffb8d561
MDL-5583 mod_data: Unify mod_data version
2015-03-10 10:08:32 +08:00
John Okely
1c3b2058c8
MDL-5583 mod_data: Improve required fields
...
Fix accidental <tr> in some field modify screens
Update mod_data version
Change required asterisk to image
Improve required error message
Fix required icon positions
Remove required code from date field
Add name in labels for fields
Add required field option for multimenu
Remove old required field title text modifier
Add multimenu to behat
Add more comprehensive behat tests
Reload old input when an input error occurs
Behat grammar fixes
Allow location of 0, 0
Use html_writer
Fix existing mod_data behat tests
2015-03-09 13:56:16 +08:00
Damyon Wiese
b89cca197e
MDL-5583 mod_data: Add required fields
...
This is implemented for most fields but not all. The reason is that there are
some fields for which this does not make sense because no entry is a valid entry.
The supported fields are:
checkbox
file
latlong
menu
number
picture
radio
text
textarea
url
The unsupported fields are:
date
multimenu
2015-03-06 09:55:49 +08:00
Andrew Nicols
6738ad643b
MDL-8626 mod_data: Only show select/delete options when entries present
2015-01-29 10:26:44 +08:00
John Okely
5cb440f936
MDL-8626 database: Move search and sort controls to top of page
...
Credit to Andrew Walbran for the patch.
2015-01-28 09:06:30 +08:00
Eloy Lafuente (stronk7)
65d2f8e3f9
Merge branch 'wip-MDL-48325-master' of git://github.com/abgreeve/moodle
2015-01-27 00:22:36 +01:00
Adrian Greeve
4cac2470bb
MDL-48325 mod_data: Export to portfolio button uses capability.
...
The Export to portfolio button now checks the mod/data:exportownentry
capability to see if the export button should be shown.
2015-01-22 14:49:21 +08:00
Adrian Greeve
14fb7662cc
MDL-20053 mod_data: Update to fix unit tests.
2015-01-19 15:24:47 +08:00
Adrian Greeve
c1d222fcf8
MDL-20053 mod_data: Update to behat tests
...
A bulk delete of entries has been added to
the behat tests.
2015-01-19 15:24:47 +08:00
Adrian Greeve
c910cf308c
MDL-20053 mod_data: Removal of individual DB call.
...
The main functions for retrieving records have been
updated to include user picture information.
2015-01-19 15:24:47 +08:00
Anthony Borrow
560237b4b3
MDL-20053 mod_data: Add userpicture tag to show profile pictures
2015-01-16 09:57:36 +08:00
Ankit Agarwal
c21c92f11f
MDL-48372 mod_data: Add http to urls without it during import
2015-01-02 10:37:32 +05:30
Mark Nelson
4e4572963a
MDL-30619 mod_data: fixed deletion of files on reset
2014-11-16 21:42:59 -08:00
Eloy Lafuente (stronk7)
147bae8f7c
MDL-48144 upgrade: add v2.8.0 sep lines
2014-11-10 18:08:15 +01:00
Dan Poltawski
5a6c9f1cfb
Merge branch 'MDL-48021' of git://github.com/stronk7/moodle
...
Conflicts:
admin/tool/monitor/version.php
mod/lesson/version.php
2014-11-05 12:11:16 +00:00
Damyon Wiese
ec57e8b3f4
Merge branch 'MDL-46500_master' of https://github.com/dmonllao/moodle
2014-11-05 16:52:07 +08:00