jerome
|
295c7cad90
|
database: MDL-16999 move the warning message from the environment check page to a normal upgrade page
|
2009-01-08 01:01:04 +00:00 |
|
dongsheng
|
1c870741af
|
"MDL-17570, cleanup inline css settings"
|
2008-12-10 06:30:23 +00:00 |
|
dongsheng
|
f9c1a62f86
|
"MDL-17570, cleanup align property in div"
|
2008-12-10 06:05:24 +00:00 |
|
jerome
|
490414af8d
|
database: MDL-16999 move the flag from config table to config_plugins table
|
2008-11-24 00:51:58 +00:00 |
|
jerome
|
f597bba458
|
database: MDL-16999 fix "Required Entries" and "Required Entries before viewing" settings. Display a warning message during upgrade process if the fields were set previously.
|
2008-11-21 07:01:00 +00:00 |
|
stronk7
|
5979de1b0e
|
MDL-15425 Coding style: Change some logical operator uses. Thanks Robert!
|
2008-11-18 00:08:39 +00:00 |
|
robertall
|
4e96b320ec
|
[MDL-15425] Search Filters are too persistant
|
2008-10-24 19:47:47 +00:00 |
|
skodak
|
c1726a573b
|
MDL-16024 adding spam risk to database approve capability
|
2008-08-17 22:47:47 +00:00 |
|
skodak
|
054fabfbb8
|
MDL-11844 new option for conditional stripping of tags from activity names; backported from HEAD
|
2008-07-26 15:17:03 +00:00 |
|
skodak
|
3e79b6e37a
|
MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks
|
2008-07-24 21:58:05 +00:00 |
|
moodler
|
349a7e7522
|
MDL-15702 More efficient SQL for advanced searching
|
2008-07-18 07:49:27 +00:00 |
|
scyrma
|
4770b4b6b3
|
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually
|
2008-07-10 09:48:43 +00:00 |
|
robertall
|
74b4814e9c
|
[MDL-15426] Distinguish latlong value being zero from no value
|
2008-07-02 12:42:15 +00:00 |
|
robertall
|
97e32066cd
|
[MDL-15423] Remove useless latlong formatting operations.
|
2008-06-26 08:04:04 +00:00 |
|
robertall
|
737f2c15b2
|
[MDL-14440] Show latlong field at list and single view in a prettier way.
|
2008-06-26 06:09:47 +00:00 |
|
robertall
|
7a8039c2e2
|
[MDL-15298] Avoid printing a warning if debugging is enabled. Backported from HEAD.
|
2008-06-25 10:22:34 +00:00 |
|
skodak
|
93b4063955
|
MDL-15298 fixed unlink with @ - silences debug warning
|
2008-06-24 21:52:54 +00:00 |
|
robertall
|
720c7c0624
|
[MDL-15308] Automatically download exported preset.
|
2008-06-18 17:42:43 +00:00 |
|
robertall
|
5d7e3a41b2
|
[MDL-15300] Remove temporary files created while exporting a preset as ZIP file.
|
2008-06-18 14:42:20 +00:00 |
|
robertall
|
72c5387098
|
[MDL-15298] Don't create preset ZIP always in the same directory, as the same file name.
|
2008-06-18 11:39:43 +00:00 |
|
robertall
|
e869c370bb
|
[MDL-15258] Clean up data_presets_export() function.
|
2008-06-16 18:32:44 +00:00 |
|
robertall
|
12ab8a517b
|
[MDL-15258] Move data_presets_export() function out from common module specific library.
|
2008-06-16 13:46:43 +00:00 |
|
robertall
|
895dc1bb7d
|
[MDL-15069] Change filename of exported preset to ensure downloading the latest version.
|
2008-06-15 15:17:30 +00:00 |
|
robertall
|
258730666e
|
[MDL-8407] Make the default role required to export database records weaker (use the 1.9 mod/data capability "viewalluserpresets").
|
2008-06-12 13:49:40 +00:00 |
|
robertall
|
16b448da57
|
[MDL-8407] Don't offer the semicolon in the CSV delimiter selection menu.
|
2008-05-31 15:03:34 +00:00 |
|
robertall
|
7960121a2c
|
[MDL-14334] Export fields in preset.xml in the order as shown in the Fields tab.
|
2008-05-31 09:48:35 +00:00 |
|
robertall
|
2852740b2e
|
[MDL-8407] Last obligate commit to support exporting records of a database activity as a CSV, XLS, or ODS file.
|
2008-05-31 00:24:23 +00:00 |
|
robertall
|
7ce1f36198
|
[MDL-8407] Add two new files that contain the core CSV/XLS/ODS export code.
|
2008-05-30 22:17:31 +00:00 |
|
robertall
|
2b9028dcd3
|
[MDL-14771] Replace direct use of function number_format() by format_float(). Some whitespace cleaned up has been made, too.
|
2008-05-30 16:10:42 +00:00 |
|
robertall
|
22cceb0cc9
|
[MDL-8407] Add new function text_export_supported() or export_text_value() to those "mod/data/field/*/field.class.php" files which need them. The existing code formatting has been cleaned up, too.
|
2008-05-30 01:34:41 +00:00 |
|
robertall
|
775a5f4020
|
[MDL-14771] Backend code to allow a "number" field to be displayed with a specified number of decimal digits.
|
2008-05-29 19:12:37 +00:00 |
|
robertall
|
6f45a07d85
|
[MDL-14442] Resolve reopened bug for importing database records as CSV by applying "MDL-14442-clean_param.patch" (see tracker). Don't use PARAM_NOTAGS anymore.
|
2008-05-28 13:08:11 +00:00 |
|
robertall
|
e31e99f8f1
|
[MDL-14788] Don't store empty number fields as 0
|
2008-05-27 07:38:42 +00:00 |
|
robertall
|
0654809d51
|
[MDL-14816] Escape special regex characters before applying perl compatible regex substitution of field names for database activity's advanced search
|
2008-05-24 11:02:17 +00:00 |
|
robertall
|
d80e3a0b10
|
MDL-14442: apply addslashes() before importing values, to allow quotes in field's values
|
2008-05-14 17:07:22 +00:00 |
|
dongsheng
|
81f7813e8b
|
"MDL-14442, replace error() with print_error"
|
2008-05-14 02:47:35 +00:00 |
|
robertall
|
cd91db1630
|
MDL-14442: added error checking to update_record() and insert_record() calls
|
2008-05-13 15:28:37 +00:00 |
|
robertall
|
5690a10e32
|
MDL-14442: Import all records of a database activity that has been exported as CSV
|
2008-05-12 19:55:20 +00:00 |
|
skodak
|
ba3381be5d
|
MDL-14451 removing old upgrade code from HEAD and marking upgrade line in 19 stable
|
2008-05-01 20:37:22 +00:00 |
|
skodak
|
2439bedff8
|
MDL-14484 rerun asearchtemplate upgrade - there were reported problems on some sites
|
2008-04-25 15:18:54 +00:00 |
|
stronk7
|
d25fdffd6e
|
Prevent wrong data->notifications to be stored. Default to 0 if empty. MDL-14540
|
2008-04-24 17:10:03 +00:00 |
|
skodak
|
a2067bf38d
|
MDL-14424 approve icon now bigger + css class added
|
2008-04-22 13:34:40 +00:00 |
|
skodak
|
a5c9d2e444
|
MDL-14137 adding minor fix for quotes in fieldname
|
2008-04-22 07:30:52 +00:00 |
|
stronk7
|
94fc397cbb
|
Fixed typo, grrr.
|
2008-04-21 18:09:15 +00:00 |
|
stronk7
|
1b8a70860d
|
Replace custom casting code by proper sql_cast_char2int() core function. MDL-12893
|
2008-04-21 18:06:59 +00:00 |
|
skodak
|
4aeccc8bf8
|
MDL-14458 - optgroups Fields and Other in search menu; removed unused search code, html labels, added option to sort by time modified
|
2008-04-21 14:15:30 +00:00 |
|
skodak
|
12999c3311
|
MDL-13025 added data intro text formatting without cleaning - manage activity cap already marked with XSS risk
|
2008-04-21 13:25:04 +00:00 |
|
skodak
|
a7285f63b4
|
MDL-14336 defaultsort now stored as field name in preset.xml
|
2008-04-20 19:21:13 +00:00 |
|
skodak
|
3d3f891d44
|
MDL-12861 overriding of database settings now optional when using presets
|
2008-04-20 10:08:04 +00:00 |
|
skodak
|
bccb50caab
|
MDL-13188 asearchtemplate.htlm in presets implemented
|
2008-04-20 09:28:53 +00:00 |
|