Commit Graph

9 Commits

Author SHA1 Message Date
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
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
Jonathan Harker e2ebb53e68 mod/data MDL-23284 use get_records instead.
Author: Jonathan Harker <jonathan@catalyst.net.nz>
2010-07-19 23:31:46 +00:00
Jonathan Harker c603457381 mod/data MDL-23284 fix database error that was chewing up HTML output.
Author: Jonathan Harker <jonathan@catalyst.net.nz>
2010-07-19 05:19:47 +00:00
skodak a656d95103 MDL-15106 towards data mod dml conversion 2008-06-05 19:26:57 +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
danstowell ac87088b50 Added download link for all entries as KML 2006-08-12 19:03:16 +00:00
danstowell 3af692dba0 Now latlong data types allow you to choose which labels appear in Google Earth 2006-08-12 17:36:22 +00:00
danstowell 8161ac9842 Adding new data field type, latlong, to HEAD 2006-08-11 13:17:29 +00:00