Jun Pataleta
80d4981d8d
Merge branch 'MDL-75401-master-integration' of https://github.com/ferranrecio/moodle
2022-10-20 18:31:00 +08:00
raortegar
bf5cd9cf98
MDL-75497 mod_data: Review Check existence of field.class.php
2022-10-20 09:14:48 +02:00
Ferran Recio
8305c1c74d
MDL-75401 mod_data: add sticky footers
2022-10-19 14:51:10 +02:00
Amaia Anabitarte
bc7caa3ac8
MDL-75140 mod_data: Skip mapping form if there is no field created
2022-10-11 11:00:26 +02:00
Ferran Recio
37b9bd48b6
MDL-75234 mod_data: introduce manager get_renderer
2022-10-03 15:58:28 +02:00
Sara Arjona
9d10f7d19e
MDL-75148 mod_data: Add isplugin info to presets
...
This activity currently supports two different preset types:
- Datapreset plugins, that can be installed copying them to the
mod/data/preset folder.
- Presets saved manually by users.
This commit adds an attribute to the presets to mark them, in order
to identify them later (because, for instance, the plugins can't be
removed).
Apart from that, the methods in lib.php, involved with this issue, have
been deprecated. New methods have been implemented in the manager class,
covering them with PHPUnit tests.
2022-08-01 12:08:16 +02:00
Sujith Haridasan
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
Mihail Geshoski
4cc2b15e51
MDL-73357 mod_data: Update tertiary navigation
...
The following commit disables the acivity header information in
pages where this information is not required, adds missing headings,
updates the breadcrumbs, repositions the groups selector in the
database view page.
2022-02-01 11:45:12 +08:00
Peter Dias
bdbef74109
MDL-72965 mod_data: Update tertiary navigation wording
...
- Changed text to 'Manage fields' in the primary dropdown
- Change text to 'Create a new field' in the add new field dropdown
- Add a header when on 'Manage fields' page.
2021-11-30 15:30:57 +08:00
Mihail Geshoski
6470282e93
MDL-71913 mod_data: Add tertiary navigation
2021-10-13 11:05:29 +08:00
Luca Bösch
20f166cf55
MDL-66434 mod_data: Align 'Field description' field as all other fields.
2019-08-30 07:58:52 +02:00
Mathew May
5cac5fa428
MDL-64506 templates: BS2 m-x-x to BS4 mx-x
2019-04-03 19:47:11 +08:00
Neill Magill
0b673d9714
MDL-62944 mod_data: Action menu missing from database pages
...
The action menu was missing from many of the database activity pages,
which meant that it could not be accessed until enough had been done to
the activity to make the editing tabs that used view.php accessible.
2018-08-31 10:15:32 +01:00
Damyon Wiese
e85fda95c6
MDL-56725 mod_data: Style fixes for boost theme
2016-11-10 16:21:01 +08:00
Andrew Hancox
421b2d44fe
MDL-52230 mod_data: Take fieldname from field:name()
...
AMOS BEGIN
CPY [namedate, mod_data],[fieldtypelable, datafield_date]
CPY [namefile, mod_data],[fieldtypelable, datafield_file]
CPY [namecheckbox, mod_data],[fieldtypelable, datafield_checkbox]
CPY [namelatlong, mod_data],[fieldtypelable, datafield_latlong]
CPY [namemenu, mod_data],[fieldtypelable, datafield_menu]
CPY [namemultimenu, mod_data],[fieldtypelable, datafield_multimenu]
CPY [namenumber, mod_data],[fieldtypelable, datafield_number]
CPY [namepicture, mod_data],[fieldtypelable, datafield_picture]
CPY [nameradiobutton, mod_data],[fieldtypelable, datafield_radiobutton]
CPY [nametext, mod_data],[fieldtypelable, datafield_text]
CPY [nametextarea, mod_data],[fieldtypelable, datafield_textarea]
CPY [nameurl, mod_data],[fieldtypelable, datafield_url]
AMOS END
2016-08-09 16:22:00 +08:00
Brian Barnes
32bd11cb39
MDL-49628 general: improved accessibility of single selects
2015-04-09 11:12:16 +12: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
Eloy Lafuente (stronk7)
7927245288
Merge branch '44154-27' of git://github.com/samhemelryk/moodle
2014-02-18 00:55:19 +01:00
Sam Hemelryk
002a2a44a7
MDL-44154 mod_data: unified @package use
2014-02-18 11:22:41 +13:00
Mark Nelson
d1ec55570d
MDL-40061 mod_data: replaced 'fields update' add_to_log call with an event
2014-02-14 18:12:41 -08:00
Mark Nelson
e0d7ed6dae
MDL-40061 mod_data: replaced 'fields add' add_to_log call with an event
2014-02-14 18:12:13 -08:00
Mark Nelson
e37c413e87
MDL-40061 mod_data: replaced 'fields delete' add_to_log call with an event
2014-02-14 18:11:47 -08:00
Petr Škoda
bd3b3bba9f
MDL-40220 use new core_component::get_plugin_list()
2013-07-16 22:36:11 +02:00
Petr Škoda
a9cda870ba
MDL-38109 use always get_plugin_list() to get list of plugins
...
get_list_of_plugins() is NOT intended for real plugins, only plugin like directories.
2013-06-11 10:22:45 +02:00
Frederic Massart
ae41a70b40
MDL-36634 usability: Minor CSS fixes in Wiki and Blog
2012-11-20 13:06:09 +08:00
Rossiani Wijaya
01f8e80def
MDL-34563 accessibility compliance for data module: Add forform input text and select tag
2012-08-13 15:13:07 +08:00
David Monllao
0b3b8c30e2
MDL-34464 mod_data Replace all instances of get_context_instance() with respective context_XXXX class in mod/data
2012-07-27 09:13:57 +08:00
Petr Skoda
cdbea7eed1
MDL-31607 use full course object for require_login() if already available
...
This eliminates 1 db query.
2012-04-22 17:41:47 +02:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fe
.
2012-04-11 17:18:58 +12:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Petr Skoda
39790bd805
MDL-24321 switching to stdClass in /mod/
2010-09-21 08:37:36 +00:00
Petr Skoda
fa7f82beda
initialized objects and improved coding style
2010-09-18 12:46:11 +00:00
Rossiani Wijaya
91bc072a31
MDL-20447 - add heading to the page
2010-05-28 02:30:14 +00:00
David Mudrak
7719b4db37
MDL-21695 Database module now uses new help strings
...
AMOS BEGIN
HLP data/exportzip.html,[exportaszip_help,mod_data]
HLP data/fields.html,[newfield_help,mod_data]
HLP data/fieldmappings.html,[fieldmappings_help,mod_data]
HLP data/importcsv.html,[csvimport_help,mod_data]
HLP data/importfromfile.html,[fromfile_help,mod_data]
HLP data/maxentries.html,[maxentries_help,mod_data]
HLP data/requireapproval.html,[requireapproval_help,mod_data]
HLP data/requiredentries.html,[requiredentries_help,mod_data]
HLP data/requiredentriestoview.html,[requiredentriestoview_help,mod_data]
HLP data/savepreset.html,[saveaspreset_help,mod_data]
HLP data/tags.html,[availabletags_help,mod_data]
HLP data/usepreset.html,[usestandard_help,mod_data]
AMOS END
2010-04-30 14:56:41 +00:00
Petr Skoda
596509e431
MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help
2010-04-13 20:34:27 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
4b9210f31b
MDL-21235 more conversion to new select
2010-01-16 18:25:51 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
Petr Skoda
1adbd2c350
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 14:55:15 +00:00
samhemelryk
6111b2b030
mod-data MDL-19806 Added set_url calls, replaced deprecated functions, and added boilerplates
2009-09-24 04:25:40 +00:00
samhemelryk
29b64a2272
mod-data MDL-20253 Updated database activity module to make use of the new navigation structure
2009-09-11 03:14:42 +00:00
skodak
622365d2e1
MDL-20169 fixed coding style, parameter type required
2009-08-27 18:37:53 +00:00
nicolasconnault
cd6137d707
MDL-19806 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:43:34 +00:00
nicolasconnault
4102b449ef
MDL-19806 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:13:51 +00:00