Tech Geek wrote :
I would like that when somebody clicks on "Special:AllPages", the old title does not appear just to keep it clean and less confusing.
Any ideas?
edit your css file (either your skin css or the corresponding wiki page : MediaWiki:Yourskin.css) and add :
.allpagesredirect { display:none; }