1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-22 00:20:37 +01:00

8271 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
dongsheng
21afd0461d "MDL-19118, remove moodleforms, check contextlevel, remove trailing whitespace" 2009-07-27 07:32:56 +00:00
skodak
3b53c3e914 removed bogus debug code 2009-07-25 08:17:56 +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
1bcb7eb540 "MDL-19118, comments api" 2009-07-24 02:44:44 +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
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
tjhunt
6e5516bf27 Fix my silly mistake. Thanks for noticing Eloy. 2009-07-22 14:26:47 +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
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
tjhunt
a8c310c253 Fix new install with developer debug on. Can't print context name in the page footer before DB tables exist! Also, show page generaltype in the footer. 2009-07-21 13:58:47 +00:00
tjhunt
4565dcff25 html_table: MDL-19755 deprecate the attributes of html_table that lead to in-line styling in the HTML. 2009-07-21 07:04:19 +00:00
tjhunt
95d28870a2 pagelib: MDL-12212 require_login should set $PAGE->cm, if appicable. 2009-07-21 07:02:06 +00:00
tjhunt
41e87d30bc accesslib: MDL-19882 require_capability no longer does an automatic require_login. 2009-07-21 06:24:44 +00:00
mudrd8mz
65b6adb150 MDL-19877 fix: diplay used font family of the test page 2009-07-20 18:28:24 +00:00
mudrd8mz
f3eeee288c MDL-18664 removing lib/fpdf from the core
This obsoleted library has been replaced by lib/tcpdf - see
lib/pdflib.php
2009-07-20 17:34:33 +00:00
mudrd8mz
0a39261b8e MDL-19877 adding a script producing a test PDF 2009-07-20 17:32:44 +00:00
mudrd8mz
e9618248c3 MDL-19876 upgrade to tcpdf-4.6.020 (php5 version)
See lib/tcpdf/README-MOODLE.TXT for the detailed description about how
the upgrade was done.

MDL-18663 removing all fonts but the selected ones.
2009-07-20 17:31:48 +00:00
tjhunt
2c0901cb5a MDL-19010: In developer debug mode, print information about this page in the footer. 2009-07-20 06:18:16 +00:00
tjhunt
4578a5eb7a block MDL-19398 Initialise all blocks on this page before output is started. 2009-07-20 03:04:08 +00:00
skodak
48fb4cd689 MDL-19874 updated geoip to 1.80 and fixed iplookup regressions 2009-07-19 13:54:11 +00:00
skodak
d5645d89dd evalmath is BSD, not GPL! 2009-07-19 13:18:50 +00:00
skodak
ec00bfc5cd MDL-19873 imported new SimplePie 1.2 2009-07-19 13:14:44 +00:00
skodak
f68ab42ba3 MDL-19872 imported new TinyMCE 3.2.5 2009-07-19 13:05:21 +00:00
skodak
6ec450fb16 MDL-19871 new parameter syntax from htmlpurifier 4.0.0 2009-07-19 12:17:48 +00:00
skodak
97f973f922 MDL-19871 imported htmlpurifier 4.0.0 2009-07-19 11:56:56 +00:00
skodak
4c5e3bbe14 MDL-19725 forgotten to update version in lib desc 2009-07-19 11:54:35 +00:00
skodak
e38d0e3d9f MDL-19725 forgotten to update version in readme 2009-07-19 10:43:21 +00:00
tjhunt
c45cb4bbd7 Improve comment. Thanks David Mudrak. 2009-07-18 11:59:17 +00:00