37071 Commits

Author SHA1 Message Date
skodak
3c131047f2 MDL-16089 fixed hardcoded itemid in module files support 2009-07-27 19:32:45 +00:00
mudrd8mz
ce13edc4c6 MDL-16597 Fixed typo - missing slash 2009-07-27 16:47:44 +00:00
skodak
5db2b5951f MDL-19756 better broken param diag 2009-07-27 15:14:49 +00:00
skodak
da65c538cd MDL-19756 fixing incorrect parameter objects 2009-07-27 15:13:35 +00:00
poltawski
926987ab5e lib/simplepie: Improve Integration MDL-7946, MDL-13932
Added more unit tests, improved style and fixed:
- Failed behaviour of redirects
- Incorrect behaviour on feed retrival failure
- Ensured rss cache clear for unit test setup
2009-07-27 14:18:01 +00:00
skodak
ead1429070 MDL-16231 fixed regression - completed delete file refactoring 2009-07-27 12:39:13 +00:00
nicolasconnault
cd5184a278 MDL-19756 Fixed incorrectly thrown exception in output->confirm() 2009-07-27 12:02:39 +00:00
nicolasconnault
5c023b2b7b MDL-19756 Removing debugging call 2009-07-27 10:41:38 +00:00
nicolasconnault
f8065dd287 MDL-19756 Migrated the following functions from weblib to outputlib:
1. button_to_popup_window
2. link_to_popup_window
3. print_single_button
4. print_spacer
5. print_file_picture (deprecated)
6. print_user_picture
7. print_png (deprecated)
8. helpbutton
9. doclink
10. print_paging_bar
11. notice_yesno
2009-07-27 10:33:00 +00:00
tjhunt
9482c0fff6 scales: Fix initialisation order problem. 2009-07-27 10:05:46 +00:00
dongsheng
21afd0461d "MDL-19118, remove moodleforms, check contextlevel, remove trailing whitespace" 2009-07-27 07:32:56 +00:00
moodlerobot
f7f9378b2a Updated the HEAD build version to 20090727 2009-07-27 00:37:11 +00:00
stronk7
4e1cb3397e MDL-18901 formatXXX fields - changed missed occurrence 2009-07-26 09:36:14 +00:00
moodlerobot
872db4b794 Updated the HEAD build version to 20090726 2009-07-26 00:36:42 +00:00
moodlerobot
73cb86665a Automatic installer.php lang files by installer_builder (20090726) 2009-07-26 00:26:48 +00:00
skodak
3b53c3e914 removed bogus debug code 2009-07-25 08:17:56 +00:00
moodlerobot
1e32567582 Updated the HEAD build version to 20090725 2009-07-25 00:35:55 +00:00
tjhunt
aeab3f8d37 calculated qtype: Remove unnecessary call-time pass by reference. 2009-07-24 09:18:19 +00:00
tjhunt
d1dd5d030f chat: Remove unnecessary call-time pass by reference. 2009-07-24 09:16:09 +00:00
tjhunt
aaee3df074 outputlib: debugging message was not being displayed when you forgot print_footer. 2009-07-24 04:45:29 +00:00
dongsheng
66cbd00ad3 "MDL-19118, blog should be moodle type plugin" 2009-07-24 04:18:38 +00:00
tjhunt
2427f3fe6b plugins: MDL-19921 external database auth was not showing up.
This was a regression from MDL-16438
2009-07-24 04:05:39 +00:00
dongsheng
d8aada61dc "MDL-19839, add comments block to core blocks" 2009-07-24 03:36:12 +00:00
dongsheng
346ac86b10 "MDL-19839, comments block" 2009-07-24 02:52:09 +00:00
dongsheng
1bcb7eb540 "MDL-19118, comments api" 2009-07-24 02:44:44 +00:00
moodlerobot
3209773787 Updated the HEAD build version to 20090724 2009-07-24 00:37:20 +00:00
ethem
a7be540125 print_simple_box(_start/_end) and preg_replace() fixes 2009-07-23 10:38:41 +00:00
tjhunt
4262a2f806 lesson: MDL-19890 Fix block-printing code in lesson (I hope)
This got broken by one of the commits for MDL-19077 & MDL-19010
2009-07-23 10:01:19 +00:00
tjhunt
d18675a8d7 quiz: MDL-19891 fix that quiz navigation block that was broken by the blocks changes.
Sadly it now requries JavaScript again, at least for best operation.
2009-07-23 09:20:33 +00:00
jerome
75003899ae filemanager MDL-16597 fix YUI repository requires and remove style='display:none' from filemanager form - credit: Dongsheng 2009-07-23 07:48:30 +00:00
tjhunt
c966c8a27b ajaxlib MDL-19077 required_js_code::now, for those cases when you really want inline JS, and you may be building HTML before print_header
Both quiz and lesson need this.
2009-07-23 05:55:03 +00:00
tjhunt
ac63efae6d ajaxlib: MDL-19915 skip links need to be in a div for XHTML strict.
Refine Sam's solution.
2009-07-23 05:39:41 +00:00
samhemelryk
f0b529e0a9 ajaxlib MDL-19915 Squashed minor XHTML compliance issue, wrapped an 🅰️ in a :div: 2009-07-23 05:09:29 +00:00
nicolasconnault
b32e908271 MDL-19077 Fixed whitespace 2009-07-23 02:35:58 +00:00
nicolasconnault
fa1afe32a1 MDL-19077 Fixed PHPdocs, whitespace and all typos I could find, except for a few stub methods which have a TODO tag 2009-07-23 02:33:58 +00:00
moodlerobot
0b05582e1d Updated the HEAD build version to 20090723 2009-07-23 00:35:50 +00:00
tjhunt
6e5516bf27 Fix my silly mistake. Thanks for noticing Eloy. 2009-07-22 14:26:47 +00:00
tjhunt
d4ad9adf22 quiz: fix URL escaping issues. 2009-07-22 09:49:48 +00:00
tjhunt
82fd2e8bfb quiz: Check this is the users own attempt before sending them to the attempt.php page. 2009-07-22 09:25:46 +00:00
tjhunt
1ddfb914fd quiz reports: Fix ordering of reports broken by MDL-16438. 2009-07-22 09:20:04 +00:00
tjhunt
0f2d2de675 quiz: minor layout improvement. 2009-07-22 09:13:38 +00:00
tjhunt
3ceb69108a themes: MDL-19077 pass the region name ot the block output function.
Might be useful if a theme wants to render blocks differently in regions like 'top' or 'bottom'.
2009-07-22 07:13:43 +00:00
tjhunt
6acbb3192b Remove deprecated function call. 2009-07-22 07:05:57 +00:00
tjhunt
fb3611a567 blocks MDL-19902: were seeing empty block columns on the front page when not logged in.
It turns out the only reliable way to find out whether blocks will appear is to get the contents. :-(
2009-07-22 06:38:26 +00:00
tjhunt
78d27a9049 blocks MDL-19902: were seeing empty block columns on the front page when not logged in.
It turns out the only reliable way to find out whether blocks will appear is to get the contents. :-(
2009-07-22 05:38:28 +00:00
nicolasconnault
6a92312848 MDL-19840 Upgraded code of HTML-parsing assertions 2009-07-22 04:21:13 +00:00
nicolasconnault
1a504c8996 MDL-19077 Added requires->yui_lib('event') to required_event_handler constructor 2009-07-22 04:02:54 +00:00
nicolasconnault
647df7e372 MDL-19077 Added the required_event_handler class and event_handler method 2009-07-22 03:54:13 +00:00
tjhunt
9e43d2b395 ajaxlib: fix variable name typo. 2009-07-22 03:44:14 +00:00
tjhunt
c05e49c71a themes: MDL-19077 make sure that errors displayed by blocks are displayed properly.
Note: blocks should not be calling print_error anyway, but some did!
2009-07-22 02:34:24 +00:00