Commit graph

9700 commits

Author SHA1 Message Date
Penny Leach
677b6321af mnet MDL-21098 fixed quite a few issues in the mnet installer and testclient. Rebumped all plugin versions that use mnet to get the services reinstalled 2010-02-18 04:55:34 +00:00
Penny Leach
b257d7c411 mnet MDL-21278 print a list of potential idps on the login page with links
this adds a new contract auth plugin method (implemented as empty in the base class)
2010-02-18 01:30:13 +00:00
Penny Leach
c9606565ca mnet MDL-17629 fixed regression in fix_mnethostids 2010-02-18 01:17:43 +00:00
Petr Skoda
8cea545e0b MDL-20204 started refactoring of html_table + more cleanup 2010-02-17 19:33:24 +00:00
Petr Skoda
dd72b308ed MDL-20204 blocks rendering does not depend on html_component any more 2010-02-17 18:36:26 +00:00
Petr Skoda
5be262b66f MDL-20204 converting html_list 2010-02-17 17:56:26 +00:00
Petr Skoda
4ee753eb83 MDL-20204 converting html_span to html_writer 2010-02-17 17:17:45 +00:00
Petr Skoda
929d7a8362 MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits 2010-02-17 16:59:41 +00:00
Sam Hemelryk
28eb40111a navigation MDL-20204 Now checks an icon implements renderable interface before trying to pass it to OUTPUTs render method 2010-02-17 04:03:43 +00:00
Sam Hemelryk
abdac127cf outputcompontent MDL-20204 Regression, corrected broken conversions to html_writer::link 2010-02-17 03:53:28 +00:00
Petr Skoda
85fc9c87c8 removed html_label 2010-02-16 17:36:03 +00:00
Petr Skoda
f7065efe1e MDL-20204 removed labelled_html_component 2010-02-16 17:35:26 +00:00
Petr Skoda
ce0110bf95 MDL-20204 replaced html_button 2010-02-16 17:33:13 +00:00
Petr Skoda
0029a91734 MDL-20204 replaced html_icon with pix_icon handling 2010-02-16 17:31:35 +00:00
Petr Skoda
56ddb719e9 MDL-20204 finaly replaced all html_link uses 2010-02-16 17:23:49 +00:00
Petr Skoda
c63923bddb MDL-20204 converted action_icon 2010-02-16 16:24:49 +00:00
Petr Skoda
3ea5951efb MDL-20204 converting some more html_links 2010-02-16 15:27:16 +00:00
jerome mouneyrac
5a18a8fa74 file API MDL-20616 remove bad php doc comment 2010-02-16 09:17:39 +00:00
jerome mouneyrac
5db608f435 file API MDL-20616 added support for multiple array POST parameters in the function download_file_content(). Also added unit tests. 2010-02-16 09:04:55 +00:00
Sam Hemelryk
fe21336587 gradebook-graderreport MDL-21535 Upgraded to YUI3 and reoganised JS code 2010-02-16 08:26:21 +00:00
jerome mouneyrac
e9b66095a3 webservice MDL-21524 add role_assign and role_unassign ws functions 2010-02-16 07:07:04 +00:00
Andrew Davis
fa801e8c5a user profiles MDL-20619 Email obfuscation wasnt working in some versions of IE 2010-02-16 02:54:53 +00:00
Petr Skoda
2c0d78395c MDL-20204 fixing problematic flash test when using non standard headers 2010-02-15 19:05:33 +00:00
Petr Skoda
b4430cd698 MDL-21535 adding missing M.util.in_array 2010-02-15 16:26:26 +00:00
Petr Skoda
9a9012dc8f MDL-21590 fixed icons in navigation lib + clean up of modinfo (planned removeal of legacy use of urlencode since 1.8 - we use serialize and utf8 is ok now) 2010-02-14 20:18:10 +00:00
Petr Skoda
5bb3ef7388 MDL-21400 termopary workaround for regression 2010-02-14 19:57:27 +00:00
Petr Skoda
f9fc1461ba MDL-21590 fixed recent regression in nav icons - now using new pix_icon instead of urls, have to rework extra icon handling in resources though 2010-02-14 09:29:44 +00:00
Petr Skoda
e6a3ea28a4 MDL-21591 fixed regression in JS calls 2010-02-14 08:56:57 +00:00
jerome mouneyrac
1bd06507df webservice MDL-21351
Manage token page: user should be linked to their user profil
Security keys page: display token created by administrator
Manage service page: rewording :
Authorised user only => user
2010-02-12 04:14:26 +00:00
Andrew Davis
1762a2642a gradebook MDL-21514 Ironed out a bug with hiding course totals 2010-02-12 03:39:40 +00:00
Petr Skoda
9bf163146b MDL-20204 more html_link converstions 2010-02-11 18:50:55 +00:00
Petr Skoda
57cd3739a4 MDL-20204 converting link to html_writer or action_link 2010-02-11 16:56:00 +00:00
Petr Skoda
75015e5fc1 MDL-20204 converting link to html_writer or action_link 2010-02-11 16:27:53 +00:00
Petr Skoda
c80877aa0e MDL-20204 fixed recent regressions + improved action handling - sorrrry 2010-02-11 15:44:06 +00:00
Petr Skoda
000c278cff MDL-20204 new pix_icon renderable widget 2010-02-11 14:59:00 +00:00
Petr Skoda
4aea3cc7cd MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout 2010-02-11 13:27:02 +00:00
Petr Skoda
821e29ee19 MDL-20204 more cleanup 2010-02-11 10:39:22 +00:00
Petr Skoda
4ed857901a MDL-20204 fianl cleanup - removing obsolete renderer stuff 2010-02-11 10:32:39 +00:00
Petr Skoda
7de131039a MDL-20204 migrated checkbox to html_writer 2010-02-11 10:22:22 +00:00
Petr Skoda
4461cc604d MDL-20204 selects now removed from renderers, now livingi n html_writer - yay! 2010-02-11 10:12:59 +00:00
jerome mouneyrac
79f1d9538a webservice MDL-12866 add PARAM_EMAIL 2010-02-11 09:04:39 +00:00
jerome mouneyrac
fb79269bef webservice MDL-20808 add user lib.php, add web service user functions, rename $usercustomfields variable into profile_user_record() function 2010-02-11 04:02:04 +00:00
Petr Skoda
2849ddc667 MDL-21577 removing tests for removed features 2010-02-10 16:27:49 +00:00
Petr Skoda
edc28287b2 MDL-21577 converting select auto submit code 2010-02-10 16:20:28 +00:00
Petr Skoda
f83b9b63ae MDL-20204 legacy time selects converted, please note we should always use mforms if possible 2010-02-10 14:27:03 +00:00
Petr Skoda
78bdac6449 MDL-20204 converting yes_no selects 2010-02-10 14:05:07 +00:00
Petr Skoda
81aba78d05 MDL-20204 all popup forms converted 2010-02-10 12:00:18 +00:00
Petr Skoda
94fa6be479 MDL-20204 more single_selects converted 2010-02-10 11:51:49 +00:00
Petr Skoda
f1a3e072fa MDL-20204 using url_select 2010-02-10 10:55:51 +00:00
Petr Skoda
ab08be9839 MDL-20204 fixed docs 2010-02-10 10:23:09 +00:00