36 Commits

Author SHA1 Message Date
David Mudrak
d55b0e6a1e NOMDL MNet: improved trailing slashes removal
Double slashes and eventual whitespace after trailing slash are now
removed, too.
2010-07-12 15:03:19 +00:00
David Mudrak
e7c1d0211e NOMDL MNet admin/mnet trivial code cleanups spotted during development 2010-07-12 15:03:03 +00:00
Petr Skoda
61ef8f9f88 MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
David Mudrak
16be897441 MDL-21652 html_table rendering refactored
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
jerome mouneyrac
c890a267b6 mnet MDL-21681 fix html_writer::tag call 2010-02-22 03:02:05 +00:00
Penny Leach
fa276a0c00 mnet MDL-21256 fixed regressions I introduced while rewriting 2010-02-17 01:59:39 +00:00
Penny Leach
fc363065cb mnet MDL-21582 fixing notices 2010-02-16 02:37:42 +00:00
Petr Skoda
75015e5fc1 MDL-20204 converting link to html_writer or action_link 2010-02-11 16:27:53 +00:00
Penny Leach
96bd292127 mnet MDL-21256 & the start of a proper fix for MDL-20660
Unfortunately these are tangled up together a bit
2010-02-11 02:49:11 +00:00
Petr Skoda
11b749ca90 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:32:02 +00:00
Petr Skoda
2a250a0b2e MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions 2009-11-01 09:21:41 +00:00
Petr Skoda
4daa791538 MDL-20695 print_error() now loges probems too, no need to use trigger_error() separately 2009-10-31 22:47:34 +00:00
skodak
0a127169fe MDL17980 reverting last commit - other devs agreed, to be explained in tracker 2009-08-03 07:35:41 +00:00
peterbulmer
1b509b3699 MDL17980 mnet improvements
* Allow multiple roles to be allocated by identity provider
* Allow existing enrolment plugins to manage mnet enrolments


Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2009-08-03 03:38:23 +00:00
mjollnir_
455dfd5026 MDL-14967
fixing a dml change that had the params added to the wrong function call.
2008-06-03 09:47:47 +00:00
skodak
a5d424df7c MDL-14679 converted some get/set_field() 2008-06-02 21:39:23 +00:00
skodak
bc3c2336ba MDL-14679 towards /admin/mnet conversion 2008-05-31 11:41:26 +00:00
dongsheng
bdfa043309 MDL-14129, creating error string 2008-04-10 04:22:22 +00:00
dongsheng
437c1c5050 MDL-14085, roll back some error() call 2008-04-08 01:51:00 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
donal
6102b5ff38 Ensure that the wwwroot has been supplied with a http:// or https:// prefix 2008-02-13 03:06:52 +00:00
donal72
4275772978 Display a breakdown of certificate credentials information to assist in debugging. MDL-11020, MDL-10326 2007-10-16 13:30:13 +00:00
donal72
2aa1f9bdd9 Instantiate some new strings for roaming themes 2007-10-02 16:08:46 +00:00
mjollnir_
2520258128 Merged Donal's changes to MNET to allow moodle to also network with mahara.
changelog follows

    [MNET-manual] added version.php, install.xml and upgrade.php patches
    Route remote users back to their home server without going through jump.php and land.php
    Display app-specific strings in the user view
    Display the application icon in the Remote Host block
    Hide the 'logs' tab if the application under review is not Moodle
    Hide the 'logs' tab if the application under review is not Moodle
    Update user record to note that picture == 1 once a picture has been
    transferred.
    Change 2 to uri - is this fluid?
    Add application paramter to bootstrap function
    Find the application
    Workaround for PHP5.2.2 bug: http://bugs.php.net/bug.php?id=41293
    $HTTP_RAW_POST_DATA was not being populated
    Ensure we get an application for our Peer
    Update the URI to use for MNET
    The default 'wantsurl' should be empty
    Use the appropriate 'land' url for the remote application
    Add hidden form elements for 'application'
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
    Add awareness of new Application concept
2007-07-14 03:00:12 +00:00
skodak
1ae083e424 MDL-9647 simplify dealing with headers/footers in admin sections 2007-04-30 17:08:34 +00:00
donal72
76691858b2 MNET: Check that xml-rpc is installed: #MDL-8731 #MDL-8846 2007-03-12 02:31:50 +00:00
skodak
e75ac13be2 MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - code cleanup 2007-01-30 10:23:01 +00:00
martinlanghoff
a4d967a463 mnet: try to stop trailing slashes in urls from getting through, better error msg if we dont like the SSL cert 2007-01-18 02:56:06 +00:00
donal72
5a3be3847e mnet: Replace hardcoded strings: MDL-8069 2007-01-10 23:15:53 +00:00
moodler
3c76e67145 Better errors that lead to the wiki for more help MDL-8068 2007-01-05 08:46:10 +00:00
donal72
cd607643dc mnet: Removed hardcoded English strings from some MNET files: MDL-8069 2007-01-05 05:58:39 +00:00
martinlanghoff
1734e61a41 mnet: check for openssl extension 2007-01-04 06:19:56 +00:00
martinlanghoff
b763d139b4 mnet: xhtml strrrrrrrrrrickt mein herr 2007-01-04 06:13:20 +00:00
martinlanghoff
e2d4f75c40 admin/mnet/peers: Allow admins to manually update a remote server's public
key


Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:38:30 +00:00
martinlanghoff
13c9d7e082 mnet: Some very minor style (etc) fixes
Author: Donal McMullan <donal@catalyst.net.nz>
2007-01-04 03:32:55 +00:00
martinlanghoff
71558f8502 mnet: core libraries and admin pages 2007-01-04 02:33:51 +00:00