38932 Commits

Author SHA1 Message Date
Petr Skoda
c39e5ba20f MDL-20787 renaming image_url() to pix_url() to be more consistent with the actual image location ;-) 2009-12-16 20:33:37 +00:00
Petr Skoda
683c01d2c8 MDL-20787 removed mod_icon_url() completely 2009-12-16 20:30:24 +00:00
Petr Skoda
f44b10ed93 MDL-21139 replace all yui functions/methods with yui2 to make room for yui3 2009-12-16 20:25:14 +00:00
Petr Skoda
39302c7922 MDL-21140 CSS style reset now used from the YUI3 lib, surprisingly it is a bit different from YUI2 2009-12-16 20:11:39 +00:00
Petr Skoda
bee934afa3 MDL-20796 importing yui 3.0.0 2009-12-16 19:45:12 +00:00
Petr Skoda
c32547b39e MDL-20841 temporary fix for buggy YUI 2.8.0r4, dummy callback prevents error in js 2009-12-16 19:34:35 +00:00
Petr Skoda
bf62f18738 MDL-20795 integrating new YUI2 2.8.0r4 2009-12-16 19:32:36 +00:00
Petr Skoda
4fbf922400 MDL-20841 remporary fix for buggy YUI 2.8.0r4, dummy callback prevents error in js 2009-12-16 19:31:31 +00:00
Petr Skoda
7d89b4230b MDL-20795 importing latest version of YUI2 2.8.0r4, not integrated yet with our libs 2009-12-16 18:21:43 +00:00
Petr Skoda
f0e4c766b8 MDL-20788 fix comment 2009-12-16 18:03:52 +00:00
Petr Skoda
78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
Sam Hemelryk
e09ef36a4c lib-navigation MDL-21113 Fixed minor javascript error when positioning sidepanel tabs for display 2009-12-16 02:08:53 +00:00
Sam Hemelryk
0a4abb7306 mod-lesson MDL-21006 Huge refactoring of the lesson code
The following are notable changes made in this commit
* Lesson page type are now class based and extend an abstract class. This includes a class for the page type and a class for the creating/editing a instance of this page.
* Converted all forms to mforms
* Action script located in mod/action/* were worked into the above so far less switch statements and the action directory will be removed.
* Implements a custom renderer
* Converted everything to use page, output, and custom renderer methods
* Replaced all deprecated methods incl. print_textarea conversions
* Tried to cut down on excessive DB calls.
Things worth noting:
* The focus of this patch was on cleaning up the module not rewriting it, as such I have organized NOT rewritten. There are still many areas in the module where the code could be greatly improved however to do so would require a rethink/rewrite
2009-12-16 02:00:48 +00:00
Sam Hemelryk
fb1ee4d548 mod-assignment MDL-21106 Changed itemid for online assignment from assignment->id to user->id 2009-12-16 01:48:48 +00:00
Andrew Davis
a6ffb8eeb8 quiz MDL-18896 small efficiency improvement 2009-12-16 00:52:57 +00:00
Moodle Robot
63bc1b364d Updated the HEAD build version to 20091216 2009-12-16 00:33:04 +00:00
Penny Leach
5fb2911515 portfolio MDL-21079 updated a few more portfolio_callers
fixed a few more that were pointing to lib.php rather than locallib.php
2009-12-15 12:37:06 +00:00
Penny Leach
521a6ab04d portfolio MDL-20896 added the ability to set mime info for "intended" files
This means for places in Moodle that are going to write a file, like a
CSV file, they can set the intended mimetype of the generated file.

Previously you had to use a stored_file object.

This also gets rid of portfolio_fake_add_url function and replaces the
data module implementation with a button.  I also refactored
portfolio_add_button::to_html to use moodle_url so it's easy to return
the same parameters to hidden form fields, an escaped url (for a link),
and a non escaped url (to redirect to, which is what the data module
does)
2009-12-15 12:36:49 +00:00
Dongsheng Cai
ecea942368 "MDL-21103, fixed regex filter in tinymce plugin, and overwriten uploaded file with the same filename by default" 2009-12-15 09:19:04 +00:00
Dongsheng Cai
0f8b3f08d7 "MDL-19654, repository draft plugin removal" 2009-12-15 08:29:03 +00:00
Dongsheng Cai
062d21cd71 "MDL-21103, check if repository plugin existed" 2009-12-15 08:09:00 +00:00
Dongsheng Cai
6926df754e "MDL-21102, fixed fatal php error in file picker" 2009-12-15 08:00:11 +00:00
Sam Hemelryk
75b1018cd3 navigation MDL-20735 Activities added to the front page topic section were not being included in nav 2009-12-15 04:13:21 +00:00
Sam Hemelryk
a9da131e0b navigation MDL-20735 Activities added to the front page topic section were not being included in nav 2009-12-15 01:38:40 +00:00
Moodle Robot
f7af85b32b Updated the HEAD build version to 20091215 2009-12-15 00:33:42 +00:00
Eloy Lafuente
69d4a56e62 Test. Ignore this. 2009-12-14 18:31:22 +00:00
Penny Leach
56e20c3416 portfolio/glossary NOBUG added some phpdocs 2009-12-14 16:01:35 +00:00
Penny Leach
b9be87b3e8 portfolio/glossary NOTABUG improved some phpdocs 2009-12-14 15:43:25 +00:00
Penny Leach
ff284987c7 online assignment / send_file: MDL-21104 fixed two missing variables 2009-12-14 10:18:31 +00:00
jerome mouneyrac
7ef7363276 webservice MDL-20803 fix REST POST parameters documentation 2009-12-14 07:12:47 +00:00
jerome mouneyrac
886e3bfbd5 webservice MDL-20803 added REST POST parameters documentation 2009-12-14 06:01:13 +00:00
Sam Hemelryk
d54343ef28 portfolio MDL-21079 Fixed missing requirement in portfolio simpletests 2009-12-14 05:56:55 +00:00
jerome mouneyrac
360e9415b4 webservice MDL-20803 fix xml-rpc documentation, now show the real sent PHP structure + response. REST POST parameters coming soon... 2009-12-14 05:30:12 +00:00
Gordon Bateson
cb514f984e for consistency, use 0x80 instead of 128 in hotpot_charcode_to_utf8() 2009-12-14 03:29:33 +00:00
Sam Hemelryk
477969b6b4 portfolio MDL-21079 Fixed missing requirement in portfolio simpletests 2009-12-14 02:23:36 +00:00
Moodle Robot
a78226024e Updated the HEAD build version to 20091214 2009-12-14 00:32:31 +00:00
jerome mouneyrac
b5e4c8d4c1 webservice MDL-20803 little hack in order to not trigger environment.php in the header when $USER is set but the user is not logged 2009-12-13 14:06:09 +00:00
jerome mouneyrac
d4c6ef705c webservice MDL-20803 add web service documentation generator 2009-12-13 10:48:22 +00:00
Moodle Robot
11c33a9406 Updated the HEAD build version to 20091213 2009-12-13 00:32:17 +00:00
Penny Leach
e032f29d92 portfolio MDL-21079 fixed a regression caused by massive refactoring of where portfolio callers live 2009-12-12 14:18:34 +00:00
Dan Poltawski
194702f99b lang/portfolio MDL-20897 Add missing lang strings
For new portfolio formats
2009-12-12 13:21:59 +00:00
Penny Leach
24ba58ee9a portfolio MDL-21079 be more selective about including libraries.
this involves moving all formslib includes to where they're actually needed.
it also moves the portfolio stuff from assignment,data,chat,forum and glossary
into a locallib.php which involved creating it for many of those modules.
2009-12-12 11:27:07 +00:00
Moodle Robot
a83ad307bc Updated the HEAD build version to 20091212 2009-12-12 00:32:38 +00:00
Sam Hemelryk
460232f302 navigation MDL-14632 Attempting to fix navigation simpletests 2009-12-11 02:40:57 +00:00
Sam Hemelryk
c2a0b3adaa weblib MDL-17550 Added code to convert arrows set in themes from entities to UTF8 chars 2009-12-11 02:19:12 +00:00
Sam Hemelryk
8b7463e766 weblib MDL-17550 Added code to convert arrows set in themes from entities to UTF8 chars 2009-12-11 02:05:39 +00:00
Moodle Robot
f3568c2afa Updated the HEAD build version to 20091211 2009-12-11 00:32:26 +00:00
Dan Poltawski
42581c2b2b course/report/outline $CFG typo 2009-12-10 11:19:06 +00:00
Sam Hemelryk
417a273d1a navigation MDL-20735 Fixed issue with unset cm contexts for front page course 2009-12-10 03:33:30 +00:00
Sam Hemelryk
8f685009b3 forum MDL-21086 cleaned up boilderplates and php doc packages 2009-12-10 03:11:18 +00:00