1433 Commits

Author SHA1 Message Date
jerome mouneyrac
0d5fae12eb community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir 2010-09-24 05:22:07 +00:00
jerome mouneyrac
a8e174ccd8 community block/registration/publication MDL-24230 change /admin/ for $CFG->admin and /lib/ for $CFG->libdir 2010-09-24 05:12:44 +00:00
jerome mouneyrac
7a0d0804c1 community block MDL-24306 add sort by rating 2010-09-23 06:25:46 +00:00
Sam Hemelryk
a49cef3e3e blocks-completionstatus MDL-19791 Converted deprecated calls 2010-09-22 08:22:58 +00:00
Petr Skoda
6bdfef5da9 MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +00:00
Petr Skoda
dd4bee83ae MDL-24321 switching to stdClass in /blocks/ 2010-09-21 08:10:17 +00:00
jerome mouneyrac
c48ab36aeb community block MDL-24292 add 'give me more' link to course search result 2010-09-21 07:44:21 +00:00
jerome mouneyrac
43a58be792 community block MDL-22890 sort search results 2010-09-20 07:43:31 +00:00
Petr Skoda
d2a8163d07 initialised variables 2010-09-17 11:19:09 +00:00
Petr Skoda
d86b7d5a66 fixed undefined $page 2010-09-17 11:15:23 +00:00
Petr Skoda
e43485bbc6 commenting out bogus code that is never executed 2010-09-17 11:13:11 +00:00
Petr Skoda
1b62c87dbb fixed undefined error function 2010-09-17 11:08:57 +00:00
Petr Skoda
067ed170d8 fixed CSS property overriding 2010-09-17 11:05:58 +00:00
Petr Skoda
f62671d7aa fixed CSS property 2010-09-17 11:02:16 +00:00
Petr Skoda
f7af9f2e4a fixed unterminated JS statements + whitespace 2010-09-17 11:00:18 +00:00
Petr Skoda
7de44c66d3 fixed html id duplicate 2010-09-17 10:57:31 +00:00
jerome mouneyrac
914ffb4aea community block + publication MDL-24016 add outcomes support 2010-09-17 10:33:52 +00:00
jerome mouneyrac
09d2da6ecc community hub MDL-24243 course listing improvement 2010-09-17 02:30:55 +00:00
jerome mouneyrac
fb6b45426f community hub MDL-24243 course listing improvement 2010-09-17 02:23:50 +00:00
jerome mouneyrac
0bb7789a70 community hub MDL-24232 use $this->instance->parentcontextid instead $this->page->course->id in community block 2010-09-16 09:38:52 +00:00
Dongsheng Cai
e929eda61e MDL-24157, remove instance_delete function block, it is supposed to used to display comments only 2010-09-16 08:00:31 +00:00
Sam Hemelryk
d8ef60bd72 blocks MDL-24066 Blocks can now choose to be hideable + navigation and settings are no longer hideable. 2010-09-14 02:12:41 +00:00
jerome mouneyrac
8a3b20ce38 community hub MDL-19314 fix context issue + contributor name not well displayed 2010-09-13 07:21:49 +00:00
Aparup Banerjee
39726f35aa navigation MDL-24129 showing the hidden regions when moving blocks. This also adds the 'blocks-moving' class to the body as an indicator for themers. 2010-09-10 07:20:41 +00:00
Sam Hemelryk
827c319a56 dock MDL-23952 Improved support for alt positioning the dock. Kudos to Brandon for the patch. 2010-09-09 07:27:26 +00:00
jerome mouneyrac
379a5b85d3 community hub MDL-24097 change backup zip extension to mbz extension 2010-09-09 02:22:35 +00:00
Dongsheng Cai
d0257a09d0 "MDL-23920, added prompt message to user/files.php" 2010-09-08 14:01:58 +00:00
jerome mouneyrac
81da69184c community hub MDL-24011 fix warning for undeclare variable 2010-09-08 09:09:35 +00:00
jerome mouneyrac
1ce282c884 community hub MDL-24011 add rating/comment to search results + new CSS design 2010-09-08 08:48:10 +00:00
Sam Hemelryk
10a92c3963 NOBUG: Corrected phpdocs 2010-09-08 05:36:54 +00:00
Sam Hemelryk
8cbe03ee6f block_community MDL-24011 Corrected use of $page object 2010-09-08 05:36:32 +00:00
Dongsheng Cai
6faf61f631 MDL-23920, display prompt message when no private files added to moodle 2010-09-08 04:01:24 +00:00
jerome mouneyrac
e6c2edbf7c community block MDL-24011 fix two context related issues with community block 2010-09-08 02:06:43 +00:00
Petr Skoda
ef14c1e724 MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins 2010-09-05 20:36:18 +00:00
Petr Skoda
c6947ba7a5 MDL-23899 migration to new locale aware asort 2010-09-05 13:00:47 +00:00
Sam Hemelryk
92c8db120a NOBUG Additional checking in navigation JavaScript 2010-09-03 05:53:47 +00:00
Sam Hemelryk
006051fda4 theme MDL-24013 Tiding up CSS and JS for IE compatability 2010-08-31 05:40:27 +00:00
Sam Hemelryk
290da00e48 NOBUG minor CSS adjustments for IE6.... grrrr IE6 2010-08-31 04:10:50 +00:00
Petr Skoda
c426ef3aa5 MDL-23984 improvements of check_dir_exists() - replacing by make_upload_directory() in cases where we want to be sure that the dir is writable; removning now default create and recursive params to make code easier to read 2010-08-29 14:51:09 +00:00
Petr Skoda
ab4aa56734 MDL-23984 using standard check_dir_exists() in community block 2010-08-29 10:10:08 +00:00
Petr Skoda
43ba7a54c2 MDL-23980 finally removed the sloppy urldecode() that was just a workaround for the regression in simplepie itself 2010-08-28 13:57:03 +00:00
Aaron Barnes
b2f82f8099 course completion: MDL-2631 Fix use of tabs 2010-08-27 03:54:42 +00:00
Aaron Barnes
cba8b02635 course completion: MDL-2631 Display completion status more accurately 2010-08-27 03:52:05 +00:00
Petr Skoda
629e12fd81 MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL 2010-08-25 08:43:42 +00:00
Dongsheng Cai
d846488e65 "MDL-23917, display comments for not logged in users" 2010-08-25 03:50:19 +00:00
Petr Skoda
d449b24663 MDL-23916 JS now allowed on private /my/ pages again 2010-08-24 09:14:09 +00:00
Sam Hemelryk
b110d3c6d3 blocks-dock MDL-23891 Avoided use of broken YUI ancestor function in IE 2010-08-23 02:55:04 +00:00
Rossiani Wijaya
710363c97a MDL-6820 - make block icons clickable 2010-08-20 06:29:22 +00:00
Dongsheng Cai
922973526e "MDL-23865, fixed block config when upgradeing from 1.9" 2010-08-20 05:20:34 +00:00
Dongsheng Cai
02d4460c42 "MDL-23822, fixed return url of private files manager" 2010-08-18 06:56:56 +00:00