40814 Commits

Author SHA1 Message Date
Petr Skoda
9fffbfc0fa MDL-21695 example of help_icon() conversion
AMOS BEGIN
 HLP feedback/preview.html,[preview_hlp,mod_feedback]
AMOS END
2010-04-13 22:08:28 +00:00
Petr Skoda
3fc066917d MDL-21695 adding support for module help 2010-04-13 21:59:15 +00:00
Petr Skoda
503d243a3c MDL-21695 first sample help migration - course full name
AMOS BEGIN
 HLP coursefullname.html,[fullnamecourse_hlp,core]
AMOS END
2010-04-13 21:55:02 +00:00
Petr Skoda
259c165d7a MDL-21695 new help api 2010-04-13 21:51:49 +00:00
Petr Skoda
2b0e098e83 more module upgrade notes 2010-04-13 21:42:19 +00:00
Petr Skoda
19538d8c16 more block upgrade notes 2010-04-13 21:41:11 +00:00
Petr Skoda
73593f4186 MDL-22061 fixed warning 2010-04-13 21:19:35 +00:00
Petr Skoda
49f0d48171 MDL-21695 new help_icon structure 2010-04-13 20:45:05 +00:00
Petr Skoda
596509e431 MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help 2010-04-13 20:34:27 +00:00
Petr Skoda
9f9193f623 MDL-22061 new string_exists() method - this can be used in some corner cases 2010-04-13 20:14:31 +00:00
Petr Skoda
3d93400145 MDL-21695 help files not used any more, all docs are now in wiki 2010-04-13 19:13:10 +00:00
Penny Leach
3cec7552ef portfolio MDL-21508 removed lots of debuging code (just commenting out because i still have work to do here) 2010-04-13 08:06:23 +00:00
Sam Hemelryk
c14c08dec3 admin MDL-22048 Reverted yesterdays change and implemented better solution in adminlib 2010-04-13 07:28:24 +00:00
David Mudrak
d19e47031c MDL-22015 Fixing get_string regression
The passed $a placeholder object can be some advanced object like $USER for example.
If such object contained other objects or arrays as properties, casting
to string in the loop throws error. This patch just skips all arrays and
objects when trying to find $a property value.
Thanks to Sam H. for spotting this.
2010-04-13 06:22:57 +00:00
Andrew Davis
c7b9082a6a rating MDL-22063 made the scale id column signed to allow for the +ve -ve scale id hack 2010-04-13 05:50:25 +00:00
Dongsheng Cai
4ecc7bfce4 "MDL-19118, use page context instead of block context" 2010-04-13 05:39:34 +00:00
Andrew Davis
80350ef6a0 rating MDL-22063 made the scale id column signed to allow for the +ve -ve scale id hack 2010-04-13 03:33:41 +00:00
Sam Hemelryk
cb22a295f9 navigation MDL-22073 Fixed zIndex issue with YUI2 panel and modal 2010-04-13 02:44:04 +00:00
Moodle Robot
bebc427faa Updated the HEAD build version to 20100413 2010-04-13 00:41:13 +00:00
Tim Hunt
453b28d818 Fix $PAGE->set_url initialisation order. 2010-04-12 13:31:42 +00:00
Tim Hunt
3784454b0e quiz/themes: Fix minor layout breakage introduced by the theme changes. 2010-04-12 13:30:34 +00:00
Tim Hunt
67f1a6966e base theme/questionbank: MDL-20090 Add new question pop-up styling screwed since theme changes. 2010-04-12 13:21:53 +00:00
David Mudrak
71d2465de9 MDL-15252 renaming the default implementation string_manager
We should not use the term 'amos' in Moodle core. core_string_manager
follows the naming style we already have in renderers.
2010-04-12 12:55:42 +00:00
Patrick Malley
d730eae98b Removed #page-header from CSS selectors for .navbar 2010-04-12 12:20:13 +00:00
Patrick Malley
9159cb3773 Removed navbar from header in general layout 2010-04-12 12:17:58 +00:00
Patrick Malley
c6d7551590 Added additional variables from base to general.php layout. 2010-04-12 12:09:58 +00:00
Helen Foster
7ed189a11b MDL-22064 lang string correction thanks to Patrick Malley 2010-04-12 11:45:15 +00:00
Sam Hemelryk
dca032a15f mod-glossary mod-data MDL-22065 Changed support for these two modules for ratings to false until Andrews next ratings patch gets commit 2010-04-12 09:01:19 +00:00
Dongsheng Cai
7deb5107da MDL-19118, now comments overlay works without yui3 hacks 2010-04-12 06:19:47 +00:00
Dongsheng Cai
392d5fd41e MDL-21784, fixed undefined savepath parameter 2010-04-12 03:07:40 +00:00
Sam Hemelryk
4043abef29 roles MDL-22048 Fixed use of format_string in front page settings that was causing errors 2010-04-12 02:20:29 +00:00
Dongsheng Cai
eb440c0ce6 "MDL-21146, removed extra $ADMIN->add" 2010-04-12 02:19:43 +00:00
Patrick Malley
ab3169cfc5 Changed width on coursebox divs and changed .sideblock content margin to .sideblock .content padding 2010-04-12 01:26:00 +00:00
Patrick Malley
4f68869bf6 Building theme 2010-04-12 01:23:55 +00:00
Moodle Robot
2a56765822 Updated the HEAD build version to 20100412 2010-04-12 00:41:04 +00:00
Petr Skoda
370f10b7eb MDL-22061 converting auths to pluginname and deprecating old method for getting auth names
AMOS START
 MOV [auth_castitle,auth_cas],[pluginname,auth_cas]
 MOV [auth_dbtitle,auth_db],[pluginname,auth_db]
 MOV [auth_emailtitle,auth_email],[pluginname,auth_email]
 MOV [auth_fctitle,auth_fc],[pluginname,auth_fc]
 MOV [auth_imaptitle,auth_imap],[pluginname,auth_imap]
 MOV [auth_ldaptitle,auth_ldap],[pluginname,auth_ldap]
 MOV [auth_manualtitle,auth_manul],[pluginname,auth_manul]
 MOV [auth_mnettitle,auth_mnet],[pluginname,auth_mnet]
 MOV [auth_nntptitle,auth_nntp],[pluginname,auth_nntp]
 MOV [auth_nologintitle,auth_nologin],[pluginname,auth_nologin]
 MOV [auth_nonetitle,auth_none],[pluginname,auth_none]
 MOV [auth_pamtitle,auth_pam],[pluginname,auth_pam]
 MOV [auth_pop3title,auth_pop3],[pluginname,auth_pop3]
 MOV [auth_radiustitle,auth_radius],[pluginname,auth_radius]
 MOV [auth_shibbolethtitle,auth_shibboleth],[pluginname,auth_shibboleth]
 MOV [auth_webservicetitle,auth_webservice],[pluginname,auth_webservice]
AMOS END
2010-04-11 21:31:36 +00:00
Petr Skoda
f496ada583 MDL-22061 fixed recent regression 2010-04-11 21:13:45 +00:00
Petr Skoda
859b00d0cc MDL-22061 converting profile fields to real plugins with lang packs
AMOS START
 MOV [profilefieldtypecheckbox,core_admin],[pluginname,profilefield_checkbox]
 MOV [profilefieldtypemenu,core_admin],[pluginname,profilefield_menu]
 MOV [profilefieldtypetext,core_admin],[pluginname,profilefield_text]
 MOV [profilefieldtypetextarea,core_admin],[pluginname,profilefield_textarea]
AMOS END
2010-04-11 21:02:06 +00:00
Petr Skoda
37f005b142 MDL-22061 removing unnecessary [[ tests 2010-04-11 20:50:37 +00:00
Petr Skoda
3518913cc8 MDL-21694 simplified tinymce string handling 2010-04-11 20:37:13 +00:00
Petr Skoda
c2ed166e6d MDL-22061 workaround for special handling of parentlanguage string 2010-04-11 20:30:58 +00:00
Petr Skoda
ef44fbedb6 MDL-22061 workaround for missing alttext of some emoticons 2010-04-11 20:22:07 +00:00
Patrick Malley
f020dd1b6b Adding new layout for Boxxie theme 2010-04-11 18:48:33 +00:00
Petr Skoda
c180ccf974 MDL-21695 deleting obsolete install info 2010-04-11 18:48:00 +00:00
Petr Skoda
fe5c71cf98 MDL-21695 deleting obsolete upload users helps 2010-04-11 18:42:16 +00:00
Petr Skoda
1f5bc8242d MDL-21695 no hidden role assingments any more 2010-04-11 18:38:54 +00:00
Petr Skoda
44cd865c8a MDL-21695 mod/journal is in contrib 2010-04-11 18:36:30 +00:00
Petr Skoda
31b9279c44 MDL-21695 mod/wiki will be replaced by new wiki 2010-04-11 18:35:57 +00:00
Patrick Malley
0abd36bf69 Adding a new test theme called Boxxie. It is the new name given to the Greenie theme I created for 1.9. This is my first add commit, so please contact me if I screw something up. 2010-04-11 18:35:26 +00:00
Petr Skoda
35695941e3 MDL-21695 old mod/resource is gone, the help files do not match current module - deleting 2010-04-11 18:34:32 +00:00