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
Petr Skoda
e2283206db
MDL-22059 adding some missing parent languages in order to test the installer routines
2010-04-11 18:27:10 +00:00
Petr Skoda
d8fa5a1377
MDL-22059 fixing install_string_manager to work with new installer language formats
2010-04-11 18:26:19 +00:00
Petr Skoda
9c496b5449
MDL-21694 using only titles from plugins
2010-04-11 17:57:39 +00:00
Petr Skoda
29218f369e
MDL-22060 fixed $a in string to match new rules
...
AMOS START
REM fixed $a[] in [deleteuserrecord,core_mnet]
REM fixed $a[] in [enrollingincourse,core_mnet]
REM fixed $a[] in [noipmatch,core_mnet]
REM fixed $a[] in [nonmatchingcert,core_mnet]
REM fixed $a[] in [ssl_acl_allow,core_mnet]
REM fixed $a[] in [ssl_acl_deny,core_mnet]
AMOS END
2010-04-11 17:08:08 +00:00
David Mudrak
c0fb582d26
MDL-22059 Installer strings exported from AMOS
2010-04-11 17:05:42 +00:00
Petr Skoda
c94fc98c87
MDL-22060 fixed $a in string to match new rules
...
AMOS START
REM fixed $a[] in [sso_mnet_login_refused,auth_mnet]
AMOS END
2010-04-11 16:58:28 +00:00
Petr Skoda
dc5498a44c
MDL-22060 fixed $a in string to match new rules
...
AMOS START
REM fixed $a[] in [auth_fcconnfail,auth_fc]
AMOS END
2010-04-11 16:56:43 +00:00
Petr Skoda
2c10db3b3c
MDL-22060 fixed $a in string to match new rules
...
AMOS START
REM fixed $a[] in [auth_dbdeleteuser, auth_db]
REM fixed $a[] in [auth_dbinsertuser, auth_db]
REM fixed $a[] in [auth_dbreviveduser, auth_db]
REM fixed $a[] in [auth_dbsuspenduser, auth_db]
REM fixed $a[] in [auth_dbupdatinguser, auth_db]
AMOS END
2010-04-11 16:55:17 +00:00
Petr Skoda
3e0e25efd1
MDL-22060 fixed $a in string to match new rules
...
AMOS START
REM fixed $a[] in [cannotinsertquestioncatecontext, core_question]
AMOS END
2010-04-11 16:45:55 +00:00
Petr Skoda
c1933f6de0
MDL-21694 removing unsued strings from auth.php - the strings were copied to auth plugins before
2010-04-11 16:25:10 +00:00
Petr Skoda
b65d2720b2
MDL-21695 disabling useless debugging
2010-04-11 14:57:59 +00:00