Cédric MORIN
Cédric MORIN
methods addAwardEmoji() to append an emoji on an issue, and showNoteAwardEmoji() and addNoteAwardEmoji() to see and append emoji on comments on an issue
methods star() to star a project and starrers() to get the list of project starrers
methods contextCommits() to list context, and addContextCommits() to append context commits
`open_basedir` allow to isolate website from each other on same server, blocking PHP file parsing outside directories set in vhost configuration. Uploaded file are stored uin temporary file in `upload_tmp_dir`...
let the optional function settings.appear do the job. This allows to use script on elements that are not img with other loading methods (such as container for adaptive image)
A bottleneck in cache generation is the computation of `cache_string` due to the number of arguments needed to be exported. Examining cache I saw that `$currentFileInfo` is over and over...
increment index before using it to get the next source in case of error of the previous one, otherwise the first source is tried twice and the last source is...
The ImportParser can be changed in the compiler with the `setImportParser` method before compilation. This allow to implement an alternative ImportParser that can integrate a cache on parsed files. See...