Commit graph

1515 commits

Author SHA1 Message Date
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
Sam Hemelryk
ea2bc3599b navigation MDL-23831 Always show activity icons on the navigation 2010-08-17 02:43:09 +00:00
David Mudrak
cb616be854 MDL-21695 Making old_help_icon() deprecated
Some of the callers have never been fully implemented (help file never existed)
so I just dropped the help icon. In other cases, new help_icon() is
used. The help icons support in the messaging must be reviewed by the
subsystem maintainer.
2010-08-16 15:29:46 +00:00
Petr Skoda
ede7252234 MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code 2010-08-12 20:37:24 +00:00
Sam Hemelryk
ea9ad1f374 javascript dock MDL-23765 Fixed regression in last commit to dock 2010-08-12 06:43:43 +00:00
Sam Hemelryk
673835d4fb javascript dock MDL-23765 Dock now caches content nodes in a holding area off screen to allow JS to still modify block contents. 2010-08-12 05:51:53 +00:00
Aaron Barnes
24a3b34131 completion: MDL-2631 Improve queries, reports and fix problems checking for tracked users 2010-08-12 03:40:35 +00:00
Andrew Davis
d0ce3d0300 rss MDL-23734 fixed rss block link back to item parents ie the forum itself 2010-08-10 02:41:38 +00:00
Andrew Davis
9f76d281af glossary MDL-23717 fixed random quote block add entry link 2010-08-09 03:55:55 +00:00
Dongsheng Cai
b13842891f MDL-23196, fixed html block data structure problem 2010-08-06 05:22:08 +00:00
Tim Hunt
edc858dcce dock javascript NOBUG Add missing ;s that were causing Eclipse warnings.
I thought they were also breaking things in Firefox, but I was wrong about that.
Still, seems worth comitting this code clean-up.
2010-08-03 16:17:49 +00:00
jerome mouneyrac
43f258cdbe community block MDL-23481 "fix" pathname that used get_string 2010-08-03 09:27:30 +00:00
Andrew Davis
a30ec92268 rss MDL-23588 rss block now filters urls contained within rss feeds 2010-08-02 07:24:49 +00:00
Andrew Davis
cdb4a88d1a rss MDL-23588 refactored rss block to use html_writer 2010-08-02 02:36:17 +00:00
Andrew Davis
4fdb592ebb rss MDL-23588 unescaped urls in the rss block 2010-07-30 08:27:04 +00:00
Eloy Lafuente
dd0a7508d0 MDL-21432 backup - specialised blocks use the interlinks decoder 2010-07-27 23:47:12 +00:00
jerome mouneyrac
b48c4478ce community block MDL-23481 integrate restore operation 2010-07-26 06:58:55 +00:00
Petr Skoda
78bfb562a0 MDL-21249 improved php docs and adding direct access prevention in core libs 2010-07-25 13:35:05 +00:00
Eloy Lafuente
bd4543729c MDL-23478 backup - rss_client block restore supporting own structures 2010-07-24 23:05:44 +00:00