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
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
Adrian Greeve
c4a6c65c1b
MDL-47697 mod_data: Fix group id change when editing.
...
When a teacher edits an entry in the database module
it would change the group ID to the one that the teacher
currently had selected.
Thanks to Steve Bond for providing a patch.
2014-11-04 09:58:11 +13:00
David Monllao
57a69e7151
MDL-46500 mod_data: Removing duplicate filemanager initialisations
2014-10-30 16:10:15 +08:00
Ben Kelada
848e04183f
MDL-46500 filepicker: prevent error when element does not exist
2014-10-30 14:14:15 +08:00
Adrian Greeve
7e7715fb6b
MDL-47796 mod_data: Fix display of group records.
...
When viewing entries as a teacher in separate group
mode, changing the group would result in random
entries being shown.
2014-10-29 13:52:29 +08:00
sam marshall
9c85baa8c5
MDL-44725 Availability: Replace groupmembersonly - FEATURE_xx (6)
...
Remove old FEATURE_GROUPMEMBERSONLY as no longer required.
2014-09-02 13:03:17 +01:00
Damyon Wiese
c8336b9733
Merge branch 'MDL-46911' of https://github.com/bostelm/moodle
2014-09-01 15:42:01 +08:00
Henning Bostelmann
f09040d76a
MDL-46911 Database activity: jump to correct place in list after (un)approve
2014-08-26 10:15:15 +01:00
Marina Glancy
017ae4c78d
MDL-46703 mod_data: limit the width of select element when editing templates
...
Thanks to Hittesh for the provided solution
2014-08-16 13:36:20 +08:00
Dan Poltawski
9d8c363927
Merge branch 'MDL-42467_database' of https://github.com/andyjdavis/moodle
2014-06-30 15:08:59 +01:00
Andrew Davis
607d581d89
MDL-42467 mod_data: added code to delete cached RSS feeds when database or glossary entries are deleted
2014-06-25 08:48:16 +08:00
Russell Smith
d2c58b95bb
MDL-43835 phpunit: Correct unit tests.
...
When different ID's are set for each sequence a number
of unit test failures appear. They have been corrected
to allow unit tests to pass with the new generator in place.
2014-06-17 19:08:01 +10:00
Eloy Lafuente (stronk7)
61e11664c8
Merge branch 'wip-MDL-44501-master' of git://github.com/abgreeve/moodle
2014-06-09 18:59:16 +02:00
Adrian Greeve
f3998ce41e
MDL-44501 mod_data: Only attempt to export files when a file exists.
...
The error only occurs when portfolios are enabled and there is only one field which is
a file field.
2014-06-04 15:27:50 +08:00
Dan Poltawski
ed3f8591ed
Merge branch 'master_MDL-40371' of git://github.com/danmarsden/moodle
...
Conflicts:
mod/scorm/lib.php
2014-06-03 15:19:22 +01:00
Mark Nelson
1ea5f1e2d3
MDL-45630 events: removed unnecessary 'the' from event descriptions
2014-05-31 15:27:11 -07:00
Brian King
6a97697a2a
MDL-40371 Upgrade-until-22: remove obsolete _upgrade_grades functions
2014-05-29 19:43:37 +12:00
Eloy Lafuente (stronk7)
f94891cc00
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:13:42 +02:00
Dan Poltawski
1ce76b900b
Merge branch 'MDL-45676_master' of https://github.com/markn86/moodle
2014-05-26 12:02:40 +01:00
Mark Nelson
476999c722
MDL-45675 mod_data: initialise options as an empty array to avoid error when there are none
2014-05-25 19:28:07 -07:00
Mark Nelson
1f386b13c7
MDL-45676 mod_data: added missing additional name fields
2014-05-22 21:59:52 -07: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
02915dfc23
MDL-45357 events: Remove unnecessary the before 'id' in event descriptions
2014-05-06 16:45:05 +08:00
Mark Nelson
c5cfb3ca98
MDL-45357 events: changed event descriptions to ensure consistency in core
2014-05-05 00:55:50 -07:00
Mark Nelson
02a5a4b2ff
MDL-43557 events: fixed minor issues in existing events
2014-04-29 19:16:11 -07:00
Tony Levi
368e04dc7a
MDL-45232: mod_data: Simultaneously added entries do not sort correctly
...
This was picked up by behat on a fast machine, when using shorter polling interval.
2014-04-23 12:41:43 +09:30
Marina Glancy
2d6221b2ae
Merge branch 'MDL-44621_master' of git://github.com/dmonllao/moodle
2014-04-17 11:04:10 +08:00
Marina Glancy
8416d55261
Merge branch 'MDL-44618_master' of git://github.com/dmonllao/moodle
2014-04-17 11:03:52 +08:00
David Monllao
a0f59af847
MDL-44621 behat: Automating MDLQA-20
...
Database activity entries can be viewed in a list
or singly or they can be searched or browsed.
2014-04-15 20:16:19 +07:00
David Monllao
f2cc870f9c
MDL-44618 behat: MDLQA-18 converted to a behat scenario
...
In a database activity, students can add
entries to a database.
2014-04-15 18:34:36 +07:00
David Monllao
7e471fca18
MDL-44618 behat: Steps to speed up mod_data features creation
...
A step to add a field to a database and
another one to add a database entry.
2014-04-15 18:22:22 +07:00
Marina Glancy
c733401634
Merge branch 'MDL-45035-master' of git://github.com/ankitagarwal/moodle
2014-04-15 14:34:36 +08:00
Rajesh Taneja
b2b4ec308e
MDL-41283 report_participation: Added phpdoc about function not used
...
In new logging api, xxx_get_view_actions() and xxx_get_post_actions()
will not be used to identify the paticipation of user. Event's crud
and edulevel status will define user's participation.
2014-04-15 13:31:03 +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
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