skodak
9d7493399d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:35:10 +00:00
skodak
7826abc79f
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
2009-06-03 20:25:27 +00:00
skodak
4eef139962
MDL-14589 file browsing refactoring - moving url encoding to filelib.php for now
2009-05-20 22:32:02 +00:00
fmarier
316914bf6e
MDL-17037 ran all GIF images through gifsicle and PNG through optipng
2009-04-05 23:33:00 +00:00
thepurpleblob
f62f7d8f8e
MDL-18542:
...
Reverting various checkins related to this bug.
PLUS... proper 1 line fix included (merged from STABLE19)
2009-03-24 10:52:50 +00:00
thepurpleblob
6bfa3f3ecf
MDL-18542:
...
Aaargh... yet another one missed. Hopefully that's it.
Merged from STABLE_19
2009-03-20 11:36:17 +00:00
thepurpleblob
ff7636f7ff
MDL-18542:
...
Missed the format field for textarea.
Merged from STABLE_19
2009-03-19 21:17:25 +00:00
thepurpleblob
cfd7998216
MDL-18542:
...
Correctly deals with field types that have multiple parts (e.g. data and lat/long)
Thanks to Eloy for spotting this.
Merged from STABLE_19
2009-03-19 20:45:40 +00:00
tjhunt
cf0e8bdba8
database mod: XHTML strict!
2009-03-17 04:28:47 +00:00
skodak
cbc08f3bfc
MDL-17130 dml: eliminated $CFG->dbfamily
2008-11-05 00:12:30 +00:00
skodak
db4a3d8ffe
MDL-16666 removing all use_html_editor() instances
2008-09-24 21:03:36 +00:00
mjollnir_
276378e6b0
MDL-15777 - updated data file and picture field types to export files using file api.
...
There's still something about this I don't like - documented in MDL-16493 and code
2008-09-16 15:48:24 +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
scyrma
5a254a2938
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9)
2008-07-10 09:55:11 +00:00
robertall
30f54a9c16
[MDL-15426] Distinguish latlong value being zero from no value. Merged from MOODLE_19_STABLE.
2008-07-02 12:53:26 +00:00
robertall
0721309f29
[MDL-15423] Remove useless latlong formatting operations. Merged from MOODLE_19_STABLE.
2008-06-26 08:07:05 +00:00
robertall
9c1ae6fc65
[MDL-14440] Show latlong field at list and single view in a prettier way. Merged from MOODLE_19_STABLE.
2008-06-26 06:15:55 +00:00
skodak
245ac55791
MDL-14679 last forgotten bits of dml conversion
2008-06-09 19:48:24 +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
c6307ef24d
MDL-14679 removed all instances of get_records_sql_menu()
2008-06-01 16:08:16 +00:00
robertall
ed019b50eb
[MDL-14771] Replace direct use of function number_format() by format_float(). Some whitespace cleaned up has been made, too. Merged from MOODLE_19_STABLE.
2008-05-30 16:13:35 +00:00
robertall
2858af4240
[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. Merged from MOODLE_19_STABLE.
2008-05-30 02:03:39 +00:00
robertall
a84f7fddec
[MDL-14771] Backend code to allow a "number" field to be displayed with a specified number of decimal digits. Merged from MOODLE_19_STABLE.
2008-05-29 19:17:46 +00:00
robertall
02ee7f3721
[MDL-14788] Don't store empty number fields as 0
2008-05-27 07:43:14 +00:00
dongsheng
ec60b8e6da
"MDL-14129, fix print_error call"
2008-05-23 08:12:14 +00:00
scyrma
59fa45d0f1
MDL-11113: simplify the code - use only one function to check for html editor availability
2008-05-07 07:40:50 +00:00
dongsheng
23360b81dd
"MDL-13233, replace the uses of old files to new ones, see tracker"
2008-05-07 03:08:44 +00:00
stronk7
ce7373f85c
Replace custom casting code by proper sql_cast_char2int() core function. MDL-12893 ; merged from 19_STABLE
2008-04-21 18:10:09 +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
skodak
33b8ead904
MDL-14018 fixed ugly query - thanks Eloy; merged from MOODLE_19_STABLE
2008-04-19 18:03:32 +00:00
skodak
9a36be0212
MDL-14018 fixed regression, proper LIKE meta quoting, fix displaying when options changed; merged from MOODLE_19_STABLE
2008-04-19 16:47:35 +00:00
dongsheng
5f7a233352
MDL-14320, remove useless icon in edit entry page, merged from MOODLE_19_STABLE
2008-04-17 09:45:09 +00:00
skodak
88145e9d08
MDL-12893 fixed sorting of date fields in pg - credit goes to David; merged from MOODLE_19_STABLE
2008-04-16 15:48:47 +00:00
skodak
593b02295f
MDL-14390 fixed saving of multiselect field type; merged from MOODLE_19_STABLE
2008-04-16 14:51:44 +00:00
skodak
0d505aced8
MDL-14018 advanced search for multiselect menu improved; merged from MOODLE_19_STABLE
2008-04-16 13:20:46 +00:00
dongsheng
1dfbf846f8
MDL-14320, improve coding style, thanks Petr, merged from MOODLE_19_STABLE
2008-04-16 02:46:03 +00:00
dongsheng
f2368fa5bb
MDL-14320, remove icon when no file in entry, Thanks Robert
2008-04-15 02:41:27 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
tjhunt
38e179a4ed
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
...
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
2007-10-12 15:55:49 +00:00
urs_hunkler
11d6ec1355
merged from 1.8 - $thumbwidth not calculated
2007-08-05 16:42:31 +00:00
skodak
c35075db50
MDL-10482 incorrect texarea height
2007-07-16 14:50:25 +00:00
mattc-catalyst
01e3838853
MDL-9473: Initialise navlinks array before use
...
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
mattc-catalyst
3b27b0fe21
MDL-9615: Correct incorrect use of term breadcrumbs
...
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
mattc-catalyst
70c6c0ad70
MDL-9474: Updated build_navigation() to use global $COURSE
...
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
mattc-catalyst
ad7767be7a
Breadcrumbs: mod/data changes
...
- Modified to use build_navigation() for breadcrumb generation.
- Removed print_header method is now provided by base class.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:05:21 +00:00
skodak
61da828a31
MDL-9226 missing closing label tag - patch by Mark Scherfling; merged from MOODLE_18_STABLE
2007-04-15 17:19:35 +00:00
nicolasconnault
f7cec5cf56
MDL-8855 - Wrote additional GD code to support alpha transparency in PNG files.
2007-03-13 02:40:18 +00:00
toyomoyo
7900ecb02c
MDL-5958, code for advanced search for db module from Elijah (HSU)
2007-02-26 06:56:05 +00:00