stable

Clone or download

Read-only

Move Git log DAO to PDO and prepared statements

This is part of story #11261: convert Git plugin to SQL prepared statements Change-Id: Ifd7e32fb7db3046386770900e7d69ea31687451b

Modified Files

Name
M plugins/git/include/GitBackend.class.php +13 −15 Go to diff View file
M plugins/git/include/GitLog.class.php +37 −2 Go to diff View file
M plugins/git/include/GitViews.class.php +3 −3 Go to diff View file
M plugins/git/include/Git_LastPushesGraph.class.php +3 −4 Go to diff View file
M plugins/git/include/Git_LogDao.class.php +63 −103 Go to diff View file
M plugins/git/include/Git_Widget_UserPushes.class.php +5 −5 Go to diff View file