Commit graph

7331 commits

Author SHA1 Message Date
skodak
fb9d1e0942 MDL-14018 fixed searching when date order selected; merged from MODOLE_19_STABLE 2008-04-16 15:08:03 +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
tjhunt
c711a7aeab MDL-14391 - Timestart shown twice in quiz overview report, instead of timefinish 2008-04-16 14:39:37 +00:00
skodak
832123e166 MDL-14389 fixed adv search flag storage; merged from MOODLE_19_STABLE 2008-04-16 14:09:15 +00:00
skodak
de8ff5813d MDL-9907 searching/sorting by author name fixed when paging, MDL-14389 more transition fixes; merged from MOODLE_19_STABLE 2008-04-16 13:54:01 +00:00
skodak
69c0a60994 MDL-14389 fixed transition from advanced to simple view if multiple fields used; merged from MOODLE_19_STABLE 2008-04-16 13:32:14 +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
714bec7418 MDL-9907 searching/sorting by author name; merged from MOODLE_19_STABLE 2008-04-16 11:51:50 +00:00
dongsheng
8f7ca0030e MDL-14317, fix parameter type, see tracker, thanks Stephen, merged from MOODLE_19_STABLE 2008-04-16 03:24:28 +00:00
dongsheng
1dfbf846f8 MDL-14320, improve coding style, thanks Petr, merged from MOODLE_19_STABLE 2008-04-16 02:46:03 +00:00
skodak
afb0c82133 MDL-14113 fixed forum_count_user_posts() regressions - thanks Dan!; merged from MOODLE_19_STABLE 2008-04-15 21:57:16 +00:00
dongsheng
ef897e9324 MDL-8188, move check.gif to pix/i/approve.gif 2008-04-15 03:58:42 +00:00
dongsheng
e32d5506af MDL-8188, fix approve.gif icon 2008-04-15 03:55:07 +00:00
moodler
cb59ca286e MDL-4485 Merged from 1.9 2008-04-15 03:42:32 +00:00
dongsheng
f2368fa5bb MDL-14320, remove icon when no file in entry, Thanks Robert 2008-04-15 02:41:27 +00:00
skodak
89d35c49e6 MDL-13936 fixed group handling when adding new discussions; merged from MOODLE_19_STABLE 2008-04-14 19:05:36 +00:00
skodak
4136c239ac MDL-14113 when adding/editing posts the target group is now visible + fixed permission check when replying (removed obsolete mygroup function); merged from MOODLE_19_STABLE 2008-04-14 18:35:18 +00:00
skodak
de85c32062 MDL-14113 digest finished message now in system lang + eliminated one has_capability call; merged from MOODLE_19_STABLE 2008-04-14 17:12:25 +00:00
skodak
2011a95b44 MDL-13004 post ratings in user profile page; merged from MOODLE_19_STABLE 2008-04-14 12:04:34 +00:00
skodak
bfeb10b75b MDL-14113 fixed replies regression; merged from MOODLE_19_STABLE 2008-04-14 11:33:10 +00:00
skodak
62b04e088d MDL-14270 separate groups mode and single discussion forums == normal students can not reply; merged from MOODLE_19_STABLE 2008-04-14 09:38:50 +00:00
skodak
8675df6fd3 MDL-14270 workaround for FF alignment issue; merged from MOODLE_19_STABLE 2008-04-14 09:31:25 +00:00
skodak
b3cdbc240d MDL-14270 mode selector alignment for single discussion forums; merged from MOODLE_19_STABLE 2008-04-14 09:24:53 +00:00
skodak
948091f460 MDL-14270 fixed regressions - fatal error in forum code; merged from MOODLE_19_STABLE 2008-04-14 09:01:02 +00:00
skodak
debd3d62b3 MDL-14349 adv forum search accessibility; merged from MOODLE_19_STABLE 2008-04-14 08:52:49 +00:00
skodak
6b7de0bb9b MDL-12505 general advanced search cleanup + added capability test to recent activity; merged from MOODLE_19_STABLE 2008-04-14 08:05:48 +00:00
skodak
3c2bf848df MDL-14113 fixed notices when tracking disabled; merged from MODOLE_19_STABLE 2008-04-14 07:32:24 +00:00
skodak
02007b01b8 MDL-14346 database preset throws Fatal error; merged from MOODLE_19_STABLE 2008-04-13 23:02:31 +00:00
skodak
a1bbd88dd2 MDL-14345 undefined contexts and sesskey in new preset_class.php; merged from MOODLE_19_STABLE 2008-04-13 22:57:54 +00:00
skodak
02af98b56e MDL-14342 fixed wrong quotes; merged from MOODLE_19_STABLE 2008-04-13 22:22:57 +00:00
skodak
90f4745c22 MDL-14113 patch for multiple issues - see tracker for subtasks; merged from MOODLE_19_STABLE 2008-04-13 19:15:02 +00:00
dongsheng
143c1eb921 MDL-9534, fix xmlize() call 2008-04-11 03:59:41 +00:00
dongsheng
35e129c12b MDL-9758, remove html tags 2008-04-11 03:13:54 +00:00
dongsheng
c95034f28c MDL-9758, add 2 new tags, see tracker. 2008-04-11 02:34:11 +00:00
jamiesensei
e89e09d21d MDL-14283 attempt in mdl_question_states is always 1 - typo in attempt.php introduced in Tim's access rules refactor meant that attempt in quiz_attempts table was always set to 1. This meant that only one attempt was shown on the quiz/view.php page as well as causing other problems. 2008-04-09 13:01:40 +00:00
dongsheng
5bf2650871 MDL-14137, replace htmlentities with htmlspecialchars, merged from MOODLE_19_STABLE 2008-04-09 06:08:23 +00:00
scyrma
74369ab567 MDL-13792 - Commiting Patch by Skodak, fixing problem with japanese characters under some conditions. This has been reported to work, if nobody else
comes foward with bugs related to this, it will need to be changed everywhere else where there is no urlencoding done at this time. (merge from 1.8
and 1.9)
2008-04-08 03:04:52 +00:00
dongsheng
f7edb3c779 MDL-10662, I found these bugs when I was working on MDL-14068 2008-04-04 04:32:29 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
stronk7
c691bebc56 Force download checkbox is not initialized properly, credit goes to skodak. MDL-14010 ; merged from 19_STABLE 2008-04-01 22:17:58 +00:00
tjhunt
20b8b489ec MDL-8682 - the last commit caused a regression that stopped it working.
!something==somethingelse

is not the same as

something!==somethingelse

in javascript, it seems.
2008-03-31 15:07:14 +00:00
nicolasconnault
013a8774a0 MDL-13397 Fixed the language string. 2008-03-31 06:15:51 +00:00
skodak
9db5d080f4 MDL-14060 fixed cm caching in forum cron; merged from MOODLE_19_STABLE 2008-03-27 08:49:25 +00:00
skodak
741478495e MDL-14074 removed obsoleted $CFG->enablerecordcache = true 2008-03-27 08:44:11 +00:00
skodak
a833a46aba MDL-14074 removed obsoleted $CFG->enablerecordcache = true; merged from MOODLE_19_STABLE 2008-03-27 08:40:01 +00:00
skodak
953d154fa4 MDL-14074 removed obsoleted $CFG->enablerecordcache = true 2008-03-27 08:37:43 +00:00
gbateson
5abcfe582d trigger the updating of grades from earlier versions of Moodle
merge other fixes from Moodle 19 hotpot/lib.php
2008-03-27 08:14:44 +00:00
dongsheng
55ac3d6f21 MDL-13151 add a new language string: phone2, thanks for your idea, Jams Ballard. 2008-03-26 02:58:16 +00:00
tjhunt
44266ca4ef MDL-13806 - supplimental - bug fixes to the previous commit. 2008-03-25 19:40:42 +00:00