Commit graph

77 commits

Author SHA1 Message Date
skodak
775f811a66 MDL-16002 rewritten upgrade locking and better upgrade progress tracking; MDL-16070 Do not use $a[0] syntax in lang packs + various other upgrade improvements and fixes 2008-08-16 12:16:01 +00:00
mjollnir_
07028cd91f MDL-15768 - add new capabilities to mod/data for portfolio export 2008-08-11 13:45:41 +00:00
mjollnir_
1bf8c6b2cb MDL-15777 - whole database module export rejigged to use files api.
disabled ods and excel export for now until those libraries work with files api.
reverted a previous patch I had in this area.
2008-08-11 10:40:04 +00:00
robertall
674b6ace0f [MDL-14129] s/invild/invalid/ from previous commit 2008-06-25 17:31:23 +00:00
dongsheng
29c1bb159a "MDL-14129, fix print_error" 2008-06-25 14:52:39 +00:00
robertall
afac85c9eb [MDL-8407] Replace four language strings that will be used by 'mod/data/export_form.php' to be committed later. Merged from MOODLE_19_STABLE. 2008-05-30 21:00:06 +00:00
robertall
6a82584b15 [MDL-8407] Replace one language string that will be used by 'mod/data/export_form.php' to be committed later. Merged from MOODLE_19_STABLE. 2008-05-30 10:22:01 +00:00
robertall
aa40f47a87 [MDL-8407] Finish preparation of language strings required to allow exporting records of a database avtivity. Merged from MOODLE_19_STABLE. 2008-05-28 12:23:38 +00:00
dongsheng
ee95802c9c "MDL-14129, add new lang string" 2008-05-23 08:09:08 +00:00
skodak
8528bf260b MDL-12861 overriding of database settings now optional when using presets; merged from MOODLE_19_STABLE 2008-04-20 10:09:28 +00:00
skodak
bb5740f4c8 MDL-14424 - approval icon is bigger again, it is possible to sort by Approved status now; merged from MOODLE_19_STABLE 2008-04-19 20:48:48 +00:00
skodak
eeeb4f2ad9 MDL-12089 several search related problems fixed in data module; merged from MOODLE_19_STABLE 2008-04-19 15:33:06 +00:00
dongsheng
60fa372b14 MDL-11511, revert changes, see tracker 2008-04-17 08:13:14 +00:00
dongsheng
f752e2fd72 MDL-11511, two new caps are introduced, see tracker, merged from MOODLE_19_STABLE 2008-04-17 05:42:13 +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
skodak
a72e67e63d MDL-14388 shuffling the field/butting lists a bit; merged from MOODLE_19_STABLE 2008-04-16 12:30:26 +00:00
skodak
bab2d9ea88 MDL-9758 merged improved lang strings 2008-04-16 12:04:16 +00:00
skodak
714bec7418 MDL-9907 searching/sorting by author name; merged from MOODLE_19_STABLE 2008-04-16 11:51:50 +00:00
dongsheng
04dc764091 MDL-9758, remove 2 useless string 2008-04-11 03:14:43 +00:00
dongsheng
cc232e935a MDL-9758, add 4 new string for database tags, see tracker. 2008-04-11 02:38:50 +00:00
nicolasconnault
013a8774a0 MDL-13397 Fixed the language string. 2008-03-31 06:15:51 +00:00
nicolasconnault
87518137bf MDL-13397 Implemented the requiredentries parameter (previously not implemented). This includes a warning message and an SQL restriction on entries fetched for view.php; merging from MOODLE_19_STABLE 2008-02-12 16:04:57 +00:00
skodak
0b5a80a1a5 MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE 2007-11-29 14:43:04 +00:00
moodler
2525e46537 MDL-12215 made the advanced search tab more consistent with the interface 2007-11-16 05:56:20 +00:00
nicolasconnault
bfe1e789de MDL-8774: Also an effort to refactorise the poorly designed mod/data/Preset code. 2007-04-03 03:32:46 +00:00
toyomoyo
7900ecb02c MDL-5958, code for advanced search for db module from Elijah (HSU) 2007-02-26 06:56:05 +00:00
toyomoyo
2535bff9bd merged fix for MDL-5736, retained search string problem 2007-02-23 03:55:50 +00:00
skodak
40b6dd0116 MDL-5964 need html editor for comments in database mod + added format sql table field
MDL-7813 accessiblity fixes in comments
2006-12-13 23:09:34 +00:00
skodak
007e4f6ede xhtml and accessibility cleanup in data mod MDL-7813
* image alt value is now called "Alternative text" because it should not be considered optional
2006-12-13 09:29:03 +00:00
skodak
a5adbd0c39 MDL-7905 Add new available tag for element id for in database mod 2006-12-12 18:20:51 +00:00
skodak
014145051e MDL-7858 Textarea field of database activity needs two translation strings. 2006-12-11 09:03:35 +00:00
skodak
061e2ce31e MDL-6234 - reworked available tags when editing database templates 2006-12-10 22:38:42 +00:00
skodak
0c097262c7 MDL-5671 html editor can now be switched off on the fly while editing database templates 2006-12-10 19:08:46 +00:00
skodak
449e6414e5 MDL-7823 Fixed hardcoded strings and xhtml compliance, code cleanup, improved access control in mod/data/preset.php
minor changes in language pack, should not cause legacy problems
2006-12-08 19:36:00 +00:00
moodler
304d08f0c4 Merged tidy-ups from stable 2006-11-01 09:44:01 +00:00
moodler
cf85513250 Added missing cap strings 2006-10-06 06:37:58 +00:00
moodler
8303eb8447 Fixes related to presets and MDL-6755.
The original code was shocking once I started reviewing it, and even
after heavy editing I'm still not happy with it, but at least it works
more like it was supposed to.

Needs more cleaning up to make it clearer and probably safer.

Also, presets can now contain langage packs and they'll be used.
The image gallery is an example.
2006-10-02 17:24:54 +00:00
moodler
94de4ab7f5 Fixed some missing strings 2006-10-02 14:30:28 +00:00
moodler
3e28f9bc07 Various new strings, mostly capability names 2006-09-24 13:51:06 +00:00
tomflannaghan
1f9aab2e10 *** empty log message *** 2006-08-17 13:18:02 +00:00
moodler
901dd2fb4c Merged new "Database preset" support from Tom Flannaghan.
Still needs some tidy-up work but it's working.
2006-08-15 08:42:06 +00:00
moodler
f9a67ea1e2 New strings for Roles and Capabilities 2006-08-13 09:10:52 +00:00
danstowell
94682d3e58 Another couple of latlong strings 2006-08-12 19:02:39 +00:00
danstowell
5cd48bf480 Another couple of latlong strings 2006-08-12 17:37:08 +00:00
danstowell
8897f6fa9f Latitude and longitude lang strings for en_utf8 for data activity 2006-08-11 08:48:28 +00:00
toyomoyo
2217ff8d50 merged fix for 5633 2006-06-15 06:33:13 +00:00
vyshane
0b0b5ea4ed Merge from 1.6. Added missing lang string. 2006-06-02 04:20:05 +00:00
vyshane
a389cc82df Merged from fix in 1.6. Made string more general for error message that is
shown when there are no fields defined in the database and we try to add an
entry.
2006-05-25 05:20:59 +00:00
moodler
9b940db6d4 New strings for Number field 2006-04-20 03:28:43 +00:00
moodler
b4c3ed39d7 New string for empty comments 2006-04-11 13:10:15 +00:00