434 Commits

Author SHA1 Message Date
stronk7
2a88f626f7 MDL-18577 drop enums support - step2: enums out from editor, dbmanager and all upgrade scripts. 2009-05-01 01:19:16 +00:00
skodak
9b010a102e MDL-18910 full support for module intro editor with embedded images 2009-04-21 21:33:08 +00:00
skodak
dc5c2bd9eb MDL-18910 full support for module intro editor with embedded images 2009-04-21 21:17:21 +00:00
skodak
42f103be4c MDL-18910 moving modedit features to modname_supports() 2009-04-21 08:57:20 +00:00
skodak
d0bcf735aa MDL-18910 normalised module intro and introformat 2009-04-20 19:57:04 +00:00
skodak
63b0256797 MDL-18910 normalised module intro and introformat 2009-04-20 18:51:37 +00:00
skodak
a8801a8bea MDL-18910 normalised module intro and introformat 2009-04-20 18:45:31 +00:00
fmarier
316914bf6e MDL-17037 ran all GIF images through gifsicle and PNG through optipng 2009-04-05 23:33:00 +00:00
danmarsden
4b5ee1bf34 Choice MDL-18600 fix sort to be sorted by surname,firstname - thanks to Mihai Sucan for the fix 2009-03-26 21:23:25 +00:00
danmarsden
ca5387202f MDL-18125 - improve lang for options/choices 2009-02-09 10:09:57 +00:00
danmarsden
d12280bb03 MDL-17198 - show better confirmation of choice selection. 2009-02-09 09:51:06 +00:00
danmarsden
82ab7cb535 MDL-18092 - better checking for empty vars when no users are in course. wrong place for empty check! 2009-02-09 09:33:50 +00:00
danmarsden
9acb770082 MDL-18092 - better checking for empty vars when no users are in course. 2009-02-09 09:19:47 +00:00
skodak
0cb93a7e45 MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-) 2009-01-29 19:58:47 +00:00
skodak
9c82ff2acd MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules 2009-01-12 21:13:28 +00:00
danmarsden
3b3370febf fixed regression caused by patch for MDL-15105 2009-01-12 02:27:53 +00:00
skodak
11e7b506ce MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +00:00
skodak
93f66983cc MDL-17773 new get_login_url() function - fixes missing httpslogin tweaks 2009-01-02 22:56:48 +00:00
danmarsden
aea6903315 MDL-17050 excorising $_POST - thanks to mikec for patch - also check groupmode before bothering to get groupstuff to save some trees. 2008-10-31 00:53:28 +00:00
fmarier
6a77823cb6 MDL-17037 Lossless optimization of all PNG and JPEG images 2008-10-28 01:50:10 +00:00
tjhunt
16851b22ad MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html 2008-09-25 10:04:01 +00:00
skodak
4313348e36 MDL-14679 fixed some more addslashes() 2008-09-23 21:22:04 +00:00
tjhunt
4ec64b4f5e Fix up XHTML strick breakage introduce during the fix for MDL-13478. 2008-08-19 05:17:07 +00:00
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
jamiesensei
585fb1f447 Fixing a couple of typos introduced likely at the time of dml conversion. 2008-08-15 09:21:33 +00:00
danmarsden
f2cb0ee899 MDL-16052 deleting responses using view.php not working. 2008-08-15 01:48:29 +00:00
danmarsden
db19ec017d MDL-15994 fix typo in choice/lib.php 2008-08-11 21:19:21 +00:00
danmarsden
10848785d1 MDL-14913 fixing bad copy paste! 2008-08-11 05:21:33 +00:00
danmarsden
9cd9656917 MDL-14913 check vars b4 using 2008-08-11 05:09:44 +00:00
danmarsden
959f4c300c MDL-15328 - hide grade category drop down. 2008-08-11 04:48:43 +00:00
danmarsden
5c657e7a3a MDL-14655 fix display of Choice when "show results after closed" is selected. 2008-08-11 04:19:34 +00:00
sam_marshall
18a2a0cb3a MDL-15498: Completion: added support for basic completion-on-view and on grade (where applicable) to assignment, choice, data, glossary, lesson, and resource. 2008-07-29 17:22:47 +00:00
skodak
8eb1d25ffe MDL-11844 new option for conditional stripping of tags from activity names 2008-07-26 15:15:25 +00:00
skodak
f432bebff2 MDL-11421 context levels fixed in capability definitions, sorting of caps by name, plug-ins may report used core caps, fixed some risks; merged from MOODLE_19_STABLE 2008-07-24 21:59:13 +00:00
Francois Marier
6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
skodak
b1f93b1512 MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl 2008-06-15 10:32:50 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
nicolasconnault
407caeeb4b MDL-15105 Upgraded choice module to new dmllib syntax. Tested, and fixed a minor bug in report.php, for ODS export. 2008-06-04 06:42:54 +00:00
skodak
cd655b33f9 MDL-15095 towards restore lib dml conversion 2008-06-03 23:35:50 +00:00
skodak
9db7dab2ca MDL-15095 towards restore lib dml conversion 2008-06-03 22:36:54 +00:00
skodak
c18269c7e5 MDL-14679 towards modform conversion 2008-06-01 21:36:11 +00:00
skodak
7cac0c4b2b MDL-14679 fixed references to mod.html 2008-06-01 19:09:13 +00:00
skodak
579d45b434 MDL-14679 converted some get courses 2008-06-01 18:12:24 +00:00
skodak
219f652b91 MDL-14679 upgrade $DB conversion 2008-05-31 18:05:42 +00:00
sam_marshall
db880aea30 MDL-15015: oops, had one extra line in the HEAD version 2008-05-27 10:22:07 +00:00
sam_marshall
c75ba879bb MDL-15015: Choice limited answers don't work with group mode 2008-05-27 10:16:25 +00:00
dongsheng
c72813552a "MDL-14129, fix print_error call" 2008-05-23 07:03:17 +00:00
thepurpleblob
cb4db90d27 MDL-14945
MDL-14946
Now checks properly for mod/choice:deleteresponses and mod/choice:downloadresponses
2008-05-22 10:13:55 +00:00
skodak
f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00