David Monllao
a415852d2b
MDL-31496 mod_data Replacing inline styles for CSS classes in textarea elements
2012-08-21 10:49:03 +08:00
Rossiani Wijaya
ee53ceb3eb
MDL-34563 accessibility compliance for data module: Add forform input text and select tag
2012-08-13 15:13:54 +08:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +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
Eloy Lafuente (stronk7)
f8b02913ad
MDL-30007 standardise data field subplugin lang files
2011-11-30 03:46:08 +01:00
Eloy Lafuente (stronk7)
9b7e2cbb2e
MDL-30007 standardise data field subplugin version files
2011-11-30 02:59:39 +01: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
Eloy Lafuente
be4d5a927b
MDL-21437 data - latlong, menu, radiobutton, text, textarea, url
2010-11-17 19:27:47 +00:00
Eloy Lafuente
eca891267c
MDL-21437 data - latlong, radio menu and multimenu now working under sqlserver & oracle
2010-11-17 16:57:56 +00:00
Sam Hemelryk
71762d4675
mod-data MDLSITE-970 Raarrrrrrrr fixed way old bug from dml conversion
2010-10-01 08:51:26 +00:00
Dongsheng Cai
a7d4cb676d
MDL-22980, move mod/data/field/*/icon.gif to mod/data/pix/field/*.gif
2010-06-29 07:20:51 +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
1adbd2c350
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 14:55:15 +00:00
nicolasconnault
601104f238
MDL-19806 Upgraded calls to choose_from_menu
2009-08-17 15:19:49 +00:00
fmarier
316914bf6e
MDL-17037 ran all GIF images through gifsicle and PNG through optipng
2009-04-05 23:33:00 +00:00
skodak
8429163db9
MDL-16493 file and picture element migrated; waiting for file picker to mature, presets not finished yet
2008-09-14 08:22:44 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
skodak
e348793639
MDL-15106 towards data mod dml conversion
2008-06-06 08:39:44 +00:00
skodak
a656d95103
MDL-15106 towards data mod dml conversion
2008-06-05 19:26:57 +00:00
skodak
a4e3818f2a
MDL-14417 fixed sql for menu adv search - multimenu already fixed today; merged from MOODLE_19_STABLE
2008-04-19 21:22:03 +00:00
toyomoyo
7900ecb02c
MDL-5958, code for advanced search for db module from Elijah (HSU)
2007-02-26 06:56:05 +00:00
skodak
aab98aaff1
data mod whitespace cleanup - there are already many accessibility related changes and fixes that are not backportable anyway and merging from previous versions is not expected
2006-12-13 20:26:11 +00:00
skodak
e357c206db
xhtml and accessibility cleanup in data mod MDL-7813
...
* image galery preset accessiblity fixes MDL-7822
* xhtml fixes
* fields now use s() and p() where needed
* added labels to all fields - imporved accessiblity for adding of new entries
* some other general bugfixing and cleanup
it is still not finished though, expect some more commits tomorrow
2006-12-12 23:34:55 +00:00
moodler
505d3123d9
Misc fixes
2006-03-27 06:52:50 +00:00
moodler
a7ee8d45cc
Don't prefix add filed with label
2006-03-25 08:46:02 +00:00
moodler
26d93549f5
Fixed up some styles and pagepath for field-editing pages
2006-03-22 13:38:29 +00:00
moodler
0997e51afe
Lots and lots and lots of cleanup for the data module code, mostly
...
to do with how the field classes worked. Now it should be even easier
for developers.
No changes for users. :-P
The changes are not well tested yet!
2006-03-22 08:07:26 +00:00
skodak
107e7612b5
short php tags once more
2006-03-07 21:46:34 +00:00
vyshane
af25f45e1a
Cleaning up xhtml markup. Code now validates for xhtml 1.0 transitional.
2006-02-20 02:15:45 +00:00
vyshane
bbe39b6ca9
Updated lang/en/data.php.
...
Removed hard coded message strings from scripts and moved them to the language file.
Fixed a display bug in multimenu field.
Removed rounded help buttons from fields, made the fields use html title to
display the descriptions instead.
2006-02-09 04:44:56 +00:00
moodler
cd2f695055
Added a parameter to display_browse_field() to pass the template name
...
to the fields, so they can return different output for different templates.
Picture now has two heights/widths for different templates
2006-02-06 02:49:46 +00:00
vyshane
173b1b1261
Input field size cleanups.
2006-02-03 09:22:23 +00:00
vyshane
bad7f9e00a
Removed debugging output from /mod/data/lib.php
...
New icons for field types
2006-02-02 10:12:30 +00:00
vyshane
c87fbb27e1
Removed autolink support from radio button field (not needed).
...
Fixed bug for empty muti menu and multi checkbox fields.
Added "Choose..." as first item in single selection menu. Added relevant
string in en language.
Updated /mod/data/lib.php, function store_data_content() so that we store
empty content for fields too.
2006-02-02 06:28:17 +00:00
vyshane
f1ad19bcae
Fixed update display bug in the menu field.
...
Updated following fields so that they do not pack data into
data_content.content, but use data_content.content, data_content.content1,
etc:
- URL field
- File field
- Picture field
Note that above changes to the way data is stored means that the new
implementation is not compatible with previous version.
Updated textarea field. Added relevant help messages. Added richtext editor
support. Removed ability to restrict allowed formats for the textarea field.
Misc bug fixes and display tweaks.
2006-01-31 04:25:46 +00:00
moodler
bfadc7ef00
New field for menus
2006-01-19 08:22:01 +00:00