diff --git a/inc/databap.php b/inc/databap.php index 33d7c6d..ce7d19b 100755 --- a/inc/databap.php +++ b/inc/databap.php @@ -7,8 +7,8 @@ class Databap extends PhpObject { //Common Constants - const VERSION = '1.1.0'; //Versioning: ..- - const VERSION_DATE = '13/12/2014'; + const VERSION = '1.1.1'; //Versioning: ..- + const VERSION_DATE = '30/12/2014'; const EXPECTED_PAGE_COOKIE = 'exp_page'; const MAIN_SEPARATOR = ' '; const DATE_FORMAT = 'd/m/Y'; diff --git a/masks/chat.html b/masks/chat.html index 4528247..f94be66 100755 --- a/masks/chat.html +++ b/masks/chat.html @@ -604,7 +604,7 @@ function add_message(e) bInvite = (sChatMsg.substr(0, 7) == '/invite'); //No guess if not at least one letter - if(sWordLen>0) + if(sWordLen>0 || bInvite) { //turn to safename for matching var sSafeWord = getSafeNickname(sWord); diff --git a/masks/welcome.html b/masks/welcome.html index 679df13..632afdc 100755 --- a/masks/welcome.html +++ b/masks/welcome.html @@ -35,7 +35,9 @@ databap.pageInit = function() //Add EHP improvements, SP bug fixes and WIP var $ActivityBox, sIcon; var asActivityTypes = { - sp_fixes: [ ], + sp_fixes: [ 'Détection des 9gag NSFW', + 'Réparation de la fonction /invite (+tab pour trouver le nom)', + 'Modification des icônes de la documentation () et de la liste complète ()'], ehp_improvements: [ 'Possibilité d\'accéder à tous les messags non lus, mêmes plus anciens qu\'une journée. cf. #options', 'Nouveau design', 'Lecture de notes SAP (sans authentification) : #note-<num>',