Petr Skoda
6fbaf7f8b8
fixed my own sloppy typos in comments
2010-04-18 10:14:04 +00:00
Petr Skoda
0a27866d58
MDL-22102 trying to fix line endings
2010-04-16 08:45:05 +00:00
Andrew Davis
11cca21ec3
unit tests MDL-22017 made test_usergetdate() work on machines in different timezones
2010-04-16 07:47:39 +00:00
Tim Hunt
79312a06e4
grades: MDL-22098 silly bug that leads to bad performance problems in the grader report.
2010-04-15 16:37:05 +00:00
Petr Skoda
4399b9d5de
MDL-22091 fix for sloppy IE CSS limits hack
2010-04-15 14:43:25 +00:00
Sam Hemelryk
84db3ea2a3
themes MDL-21984 Removed the need to specify the theme name in layouts within its config.php file
2010-04-15 06:37:55 +00:00
Petr Skoda
15a17d3504
MDL-22015 fixed more string_manager encapsulation issues - string format conversion scripts
2010-04-14 14:48:12 +00:00
Petr Skoda
ecd7978c05
MDL-22015 fixed more string_manager encapsulation issues
2010-04-14 14:38:33 +00:00
Petr Skoda
db975a46c0
MDL-22015 fixed recent regression
2010-04-14 14:37:56 +00:00
Petr Skoda
0aa759b01c
MDL-22015 more get_list_of_countries() refactoring
2010-04-14 14:27:10 +00:00
Petr Skoda
42b702a627
MDL-22015 list of pix names is not used any more
2010-04-14 14:05:39 +00:00
Petr Skoda
97b7d149b6
MDL-22015 deprecated get_list_of_currencies() method - improved string_manager encapsulation
2010-04-14 14:04:21 +00:00
Petr Skoda
f6907ba954
MDL-22015 fixed php docs
2010-04-14 13:37:59 +00:00
Petr Skoda
ef686eb5c8
MDL-22015 new translation_exists() method - improved string_manager encapsulation
2010-04-14 13:16:20 +00:00
Petr Skoda
c11575dbe7
MDL-22015 improved get_string method - it can now fetch strings from any language, not just the current one
2010-04-14 12:51:53 +00:00
Petr Skoda
adea0621fa
MDL-22015 improved country lists
2010-04-14 12:42:48 +00:00
Petr Skoda
b7db66cb09
MDL-22085 language name lists - implementation of iso-639-2 support
2010-04-14 12:14:18 +00:00
Petr Skoda
36f069fd6b
MDL-22084 new API - making a clear distinction between list of our translations and list of all languages defined in ISO 639-3
2010-04-14 10:02:05 +00:00
Petr Skoda
1f96e907ea
MDL-22084 making a clear distinction between list of our translations and list of all languages defined in ISO 639-2
2010-04-14 09:45:49 +00:00
Petr Skoda
b2ad1a3aea
MDL-15252 fixed docs
2010-04-14 09:18:13 +00:00
Petr Skoda
9c7b24bf49
MDL-21695 fixed help regression
2010-04-14 08:53:30 +00:00
Petr Skoda
259c165d7a
MDL-21695 new help api
2010-04-13 21:51:49 +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
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
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
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
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
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
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
b65d2720b2
MDL-21695 disabling useless debugging
2010-04-11 14:57:59 +00:00
Petr Skoda
1453bf7767
MDL-21694 fixed regression caused by moving langs to tinymce editor plugin
2010-04-11 14:54:50 +00:00
Petr Skoda
df973cf57d
MDL-21693 hiding legacy languages with _utf8 in our UI
2010-04-11 14:37:12 +00:00
Petr Skoda
ff67afbd95
MDL-22054 converting course formats to have own lang packs
...
AMOS START
MOV [formatscorm,core],[pluginname,format_scorm]
MOV [formatsocial,core],[pluginname,format_social]
MOV [formattopics,core],[pluginname,format_topics]
MOV [formatweeks,core],[pluginname,format_weeks]
AMOS END
2010-04-11 12:46:14 +00:00
Petr Skoda
15822fe21c
MDL-22054 improving blocks management UI and removing debug message because the block manage page shows the correct info instead
2010-04-11 12:08:40 +00:00
Petr Skoda
150135ab08
MDL-22054 the last blockname removed
2010-04-11 11:57:46 +00:00
Petr Skoda
bac6e62eba
MDL-22054 starting to switch blocks to pluginname
2010-04-11 10:09:59 +00:00
Petr Skoda
fe9d7318b5
MDL-22054 fixed missing strings and some really annoying redirects
2010-04-11 09:41:25 +00:00
Petr Skoda
5fd8ea0e9d
MDL-22054 fixed string identifier typo
2010-04-11 09:29:07 +00:00
Petr Skoda
49503e5a41
MDL-22054 turning on detection of missing strings + hunting them down
2010-04-11 09:21:18 +00:00
Petr Skoda
fc61cecd6a
MDL-22054 skip loading of missing modules
2010-04-11 08:59:27 +00:00