moodle/lib
sam marshall b16b1f86b1 MDL-55650 Library: s() function - tweak parameters for performance
The s() function includes a comment saying that parameter options
should be modified to improve performance once PHP 5.4 is required.
Since Moodle has required PHP 5.4 for some time, we should probably
make the change and remove the comment.

According to my benchmarking, these changes make s() about 7% faster
and will save a staggering 2ms from a typical course view that calls
it 8,000 times.
2016-08-22 15:38:13 +01:00
..
adodb MDL-52544 oracle: Apply upstream pull request to AdoDB oracle driver 2016-07-13 08:45:06 +08:00
ajax MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
amd MDL-55352 core: Label values series should override tooltip 2016-07-29 13:22:59 +08:00
antivirus/clamav MDL-54677 upgrade: add 3.1.0 separation line to all upgrade scripts 2016-05-23 01:31:34 +02:00
behat Merge branch 'wip-mdl-54589-mac' of https://github.com/rajeshtaneja/moodle 2016-06-22 01:42:15 +02:00
bennu MDL-49111 bennu: remove outdated readme note 2016-01-13 11:31:55 +00:00
classes Merge branch 'MDL-55272' of https://github.com/mr-russ/moodle 2016-08-16 14:55:49 +08:00
db MDL-55585 bump versions 2016-08-17 12:12:00 +01:00
ddl MDL-53495 database xmldb: Ensure field tests use constant. 2016-07-06 14:45:00 +10:00
dml Merge branch 'MDL-48856' of https://github.com/mr-russ/moodle 2016-08-08 14:45:06 +01:00
dtl
editor Merge branch 'MDL-55244-master' of git://github.com/danpoltawski/moodle 2016-07-27 00:19:40 +02:00
evalmath MDL-51784 general: Adding missing php4 style constructors 2015-12-11 14:02:42 +08:00
external MDL-55091 phpunit: Following has been deprecated. 2016-07-26 10:11:30 +08:00
filebrowser MDL-33741 file_info: show courses in hidden categories 2016-08-01 09:12:36 +08:00
filestorage Merge branch 'MDL-55445-master-2nd' of git://github.com/FMCorz/moodle 2016-08-17 11:25:24 +08:00
flowplayer MDL-44093 flowplayer: Provide information about source code location 2016-02-18 15:47:14 +01:00
form MDL-55520 forms: Properly format the grademax for the database 2016-08-16 11:19:51 +08:00
google MDL-53512 libraries: update google API library to version 1.1.7 2016-03-22 08:38:11 +08:00
grade MDL-54613 unit tests: Add iteminstance to test grade_item 2016-05-17 13:06:32 +01:00
horde MDL-52361 core: patch Horde library for PHP7 compatibility 2015-12-08 12:47:15 +08:00
html2text MDL-53896 core: Document Html2Text run-time overrides 2016-05-18 11:37:17 +08:00
htmlpurifier MDL-52651 htmlpurifier: Append rel=noreferrer to links. 2016-03-08 02:05:55 +01:00
jabber MDL-52335 core: php7 compatibility in XMPP library 2015-12-02 14:00:58 +08:00
jquery MDL-50937 jquery: remove instances of migrate plugin 2016-07-19 10:34:17 +01:00
lessphp NOBUG: Fixed file access permissions 2016-03-24 12:58:10 +01:00
markdown MDL-53518 libraries: upgrade mardown to 1.6.0 version 2016-03-21 13:04:05 +08:00
minify MDL-51533 minify: Update to 2.2.1 2015-09-30 11:41:08 +08:00
mustache MDL-53457 lib: Upgrade Mustache to 2.10.0 2016-03-18 09:30:56 +08:00
password_compat/lib MDL-51758 libraries: Reworded password.php not required 2016-07-20 12:55:09 +08:00
pear MDL-50484 lib_formslib: Persistant input should have different id 2016-02-19 14:00:04 +08:00
phpexcel MDL-52336 core: patch PHPExcel for PHP7 compatibility 2015-12-08 12:13:48 +08:00
phpmailer MDL-55069 core: escape special characters in email headers 2016-07-04 12:27:58 +01:00
phpunit MDL-55091 phpunit: Following has been deprecated. 2016-07-26 10:11:30 +08:00
portfolio
requirejs MDL-50937 jquery: Upgrade to 3.1, remove migrate plugins 2016-07-19 09:27:40 +08:00
simplepie MDL-50049 deprecation: Extra minor fixes. 2015-07-10 01:59:31 +02:00
spout NOBUG: Fixed file access permissions 2016-04-22 10:56:57 +02:00
tcpdf NOBUG: Fixed file access permissions 2015-10-08 11:36:35 +01:00
templates MDL-54680 enrol_lti: Offer cartridges in LTI provider 2016-08-16 14:15:02 +08:00
testing Merge branch 'wip-mdl-55091-m' of https://github.com/rajeshtaneja/moodle 2016-07-26 10:14:30 +08:00
tests MDL-55650 Library: s() function - tweak parameters for performance 2016-08-22 15:38:13 +01:00
typo3
xhprof MDL-55292 performance: Allow Tideways profiler extension. 2016-08-04 21:10:03 +10:00
xmldb MDL-53495 database xmldb: Use real length restriction. 2016-06-08 11:06:16 +10:00
yui Merge branch 'MDL-55244-master' of git://github.com/danpoltawski/moodle 2016-07-27 00:19:40 +02:00
yuilib
accesslib.php MDL-54582 accesslib: improve performance of load_course_context 2016-05-13 20:36:33 +01:00
adminlib.php MDL-55287 search: Custom error message if solr extension is not installed 2016-07-27 13:57:15 +08:00
authlib.php MDL-53306 auth: Add hook for auth plugins to access user object. 2016-05-30 11:57:03 -07:00
badgeslib.php MDL-45734 Badges: Add additional events 2016-07-29 21:51:05 -04:00
blocklib.php MDL-53425 blocklib: Perform deletion of block instances by chunk 2016-05-30 11:22:47 +08:00
boxlib.php MDL-49599 core: Fully deprecate the boxclient class 2016-07-19 14:44:51 +08:00
cacert.pem
cacert.txt
clilib.php MDL-51423 clilib: Fix the hard-coded English text with proper string 2015-09-17 21:12:46 +02:00
completionlib.php MDL-52471 completion: fix deprecated use of 'object' 2015-12-10 15:47:11 +00:00
componentlib.class.php MDL-24343 core: Deprecate unzip_file 2016-08-03 09:05:55 +08:00
conditionlib.php MDL-44985 libraries: Final deprecation of conditional classes and apis 2014-12-10 12:20:37 +05:30
configonlylib.php MDL-49167 YUI: Fix for theme/yui_combo.php and $CFG->yuislashargs 2015-02-16 11:26:31 +08:00
cookies.js
coursecatlib.php MDL-48012 core: added pre_*_delete hooks 2016-03-15 16:58:46 +08:00
cronlib.php MDL-51330 Cron: In log, scheduled tasks don't show component 2015-09-07 18:40:05 +01:00
csslib.php
csvlib.class.php
customcheckslib.php
dataformatlib.php MDL-51603 dataformats: coding_exception if output buffering 2016-04-21 16:20:36 +08:00
datalib.php MDL-52253 scales: Add new competence scale 2016-05-13 18:12:28 +08:00
ddllib.php MDL-50049 deprecation: Extra minor fixes. 2015-07-10 01:59:31 +02:00
default.ttf
deprecatedlib.php MDL-53765 core: Deprecate update_module_button functions 2016-08-09 11:17:43 +08:00
dmllib.php MDL-50049 deprecation: Extra minor fixes. 2015-07-10 01:59:31 +02:00
dtllib.php
editorlib.php MDL-31989 search: get_config method to search areas 2016-02-23 10:47:59 +00:00
emptyfile.php
enrollib.php MDL-54042 user: Fix debugging in core_user_get_users_by_field 2016-05-06 14:07:48 +01:00
environmentlib.php MDL-51784 general: Adding missing php4 style constructors 2015-12-11 14:02:42 +08:00
eventslib.php MDL-48621 events: Adding debugging messages 2016-01-19 15:12:15 +08:00
excellib.class.php MDL-52983 excel output: avoid single quote on end of sheet name 2016-02-08 15:17:02 +10:30
externallib.php Merge branch 'MDL-54629-master' of git://github.com/jleyva/moodle 2016-07-12 21:01:02 +02:00
filelib.php MDL-55445 files: Helper functions related to serving and caching 2016-08-17 10:26:10 +08:00
filterlib.php MDL-52279 core_lib: Remove php4 style constructor 2015-11-30 11:25:55 +08:00
flickrlib.php
formslib.php Merge branch 'MDL-54633-master-tinymce' of git://github.com/mudrd8mz/moodle 2016-05-19 13:00:34 +01:00
gdlib.php MDL-55445 gdlib: Support for resizing an image 2016-08-15 10:54:28 +08:00
googleapi.php MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00
gradelib.php MDL-45390 gradebook: sql tidy up and version alignment. 2016-05-18 10:41:30 +08:00
graphlib.php MDL-51784 general: Adding missing php4 style constructors 2015-12-11 14:02:42 +08:00
grouplib.php MDL-49314 groups: New API function groups_user_groups_visible 2015-04-01 10:19:26 +02:00
htaccess
index.html
installlib.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
javascript-static.js MDL-53548 Accessibility: Block show/hide keyboard access broken 2016-03-18 13:44:50 +00:00
javascript.php MDL-55453 core_lib: Fix usage of js_send_uncached 2016-08-03 10:18:41 -07:00
jslib.php
ldaplib.php MDL-53580 auth_ldap: Set default value for suspended_attribute 2016-05-10 23:04:46 +08:00
lexer.php MDL-51784 general: Adding missing php4 style constructors 2015-12-11 14:02:42 +08:00
licenselib.php
listlib.php
mathslib.php MDL-51784 general: Adding missing php4 style constructors 2015-12-11 14:02:42 +08:00
medialib.php MDL-53687 core_media: Comment fix 2016-05-24 09:02:36 +08:00
messagelib.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
modinfolib.php MDL-54988 core: Final deprecation for lib/modinfolib methods 2016-07-26 00:07:25 +08:00
moodlelib.php Merge branch 'MDL-55272' of https://github.com/mr-russ/moodle 2016-08-16 14:55:49 +08:00
myprofilelib.php MDL-54667 core_lib: Fix the param name in edit profile link 2016-05-30 16:34:02 +08:00
navigationlib.php MDL-47371 block_navigation: Don't double escape course titles 2016-07-12 10:31:17 +08:00
oauthlib.php
odslib.class.php MDL-24343 core: Deprecate zip_files 2016-07-29 08:15:16 +08:00
outputactions.php
outputcomponents.php MDL-52388 output: Only stop displaying pager next link on last page 2016-03-24 16:56:30 +08:00
outputfactories.php MDL-50085 output: Remove component and subtype from renderer 2015-05-05 03:19:47 +02:00
outputfragmentrequirementslib.php MDL-52715 lib: Clean up of comments and variable names. 2016-02-03 10:07:08 +08:00
outputlib.php MDL-55276 html: New down arrow entity output $OUTPUT->darrow 2016-07-28 14:43:11 +08:00
outputrenderers.php MDL-55445 core: New setting to host the logos 2016-08-17 10:26:31 +08:00
outputrequirementslib.php MDL-50937 jquery: remove instances of migrate plugin 2016-07-19 10:34:17 +01:00
pagelib.php MDL-52035 core: added ability to override pagelayout 2016-04-26 12:08:31 +08:00
pdflib.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
plagiarismlib.php MDL-52702 plagiarism: Improvements to base plugin class 2016-01-18 09:39:54 +00:00
portfoliolib.php
questionlib.php MDL-29905 question: Auto remove stale questions upon category deletion 2016-05-30 12:26:09 +08:00
recaptchalib.php
requirejs.php MDL-55453 core_lib: Fix usage of js_send_uncached 2016-08-03 10:18:41 -07:00
resourcelib.php MDL-47995 lib: encode title properly, before additing it to image title 2015-06-04 11:13:00 +08:00
rsslib.php MDL-50268 core: proper deprecation of get_file_url() method 2016-01-18 13:44:22 +08:00
searchlib.php MDL-51784 general: Adding missing php4 style constructors 2015-12-11 14:02:42 +08:00
sessionkeepalive_ajax.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
sessionlib.php MDL-44642 session: Remove 403 from require_sesskey() 2014-12-16 10:18:21 +08:00
setup.php MDL-53019 php: bump all harcoded versions to new 5.6.5 requirement 2016-07-05 01:50:43 +02:00
setuplib.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
soaplib.php
statslib.php MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00
tablelib.php MDL-53973 tablelib: Fixed bug with worksheetname being ignored 2016-04-29 12:17:58 +01:00
thirdpartylibs.xml Merge branch 'MDL-49533-master' of git://github.com/andrewnicols/moodle 2016-07-26 09:40:17 +01:00
tokeniserlib.php
upgrade.txt MDL-46214 event: Support deprecation of events 2016-08-15 09:17:02 +08:00
upgradelib.php MDL-54948 core_upgrade: fix check_unoconv_version logic 2016-06-22 13:44:48 +08:00
uploadlib.php MDL-50887 antivirus: Deprecate functions no longer required. 2016-02-25 09:55:45 +00:00
validateurlsyntax.php
webdavlib.php
weblib.php MDL-55650 Library: s() function - tweak parameters for performance 2016-08-22 15:38:13 +01:00
wiki_to_markdown.php MDL-50268 core: proper deprecation of get_file_url() method 2016-01-18 13:44:22 +08:00
womenslib.php
wordlist.txt
xhtml.xsl
xmlize.php
xsendfilelib.php