Charles YVANES
458453cee0
MDL-29895 core: removed require_login() when not needed
2018-09-10 11:22:50 +02:00
Russell Smith
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
Frederic Massart
bf006d2c15
MDL-34455 Libraries: Replaced deprecated get_context_instance()
2012-07-23 14:33:02 +08:00
Petr Skoda
61ef8f9f88
MDL-20204 removing deprecated admin headers
2010-03-31 08:05:53 +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
skodak
b636fdfbc1
MDL-14123 Full IPv6 support - replaced mnet ip_in_range() by standard ipv6 compatible address_in_subnet(); replaced $_SERVER['REMOTE_ADDR'] with standard getremoteaddr()
2009-01-09 21:41:47 +00:00
skodak
1ae083e424
MDL-9647 simplify dealing with headers/footers in admin sections
2007-04-30 17:08:34 +00:00
skodak
7e040a15ed
MDL-9296 removing forgotten debug code in admin/mnet/trustedhosts.php; merged from MOODLE_18_STABLE
2007-04-11 13:21:52 +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
c9fa3eee9b
get_config() callers in new MNET code switched to expect a single value returned
...
Again, this simplifies the logic in a few places.
2007-01-16 23:27:41 +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
71558f8502
mnet: core libraries and admin pages
2007-01-04 02:33:51 +00:00