Cédric MORIN

Results 16 issues of 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)

Feature

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...