Skip to content
  • nyloth's avatar
    [FIX] comments and forums: replace some wrong/unknown variables by $this in... · 4dd1e460
    nyloth authored
    [FIX] comments and forums: replace some wrong/unknown variables by $this in $commentslib->post_in_forum() and $commentslib->post_in_object()
    [MOD] change $TWV->cvs into $TWV->svn (and CVS into SVN in some places)
    
    + Some backports (BP-svnrevision) from experimental/coe branch, listed below:
    
    [FIX] [BP-16748] many features: new TikiWiki version of parse_str, that:
     - uses a workaround for a bug in PHP 5.2.0
     - Handle the value of magic_quotes_gpc to stripslashes when needed (as already done for GET/POST/... in tiki-setup_base.php)
    
    This fixes bugs in multiple places where the buggy parse_str was used (for example in smarty button, which caused problems when editing/renaming/... a wiki page that includes a ' in its name. Same problem occured, for example, when changing language of such a wiki page, ...).
    
    Please now use TikiLib::parse_str() instead of parse_str().
    
    [DEL] [BP-16742] remove useless empty dirs
    [FIX] [BP-16741] missing icon for locks
    [NEW] [BP-16740] forum and comments: New locking feature
    [FIX] [BP-16739] survey wiki plugin: fix missing global
    [ENH] [BP-16738] javascript detection: use cookies instead of session vars to avoid problems due to session timeout + try to better detect using an additionnal setcookie()
    [FIX] [BP-16737] magic: small css class fix
    [MOD] [BP-16735] setup: remove useless PHP5 check, since Tiki 3.0 is not PHP4 compatible
    [MOD] [BP-16734] blogs: add a 'Cancel' button when writing a post
    [NEW] [BP-16733] youtube module: new YouTube module to display some videos + an optionnal link to the videos of a YouTube user
    [DEL][MOD] [BP-16732] cleaning: Remove useless files and fix related docs + Move some icons to a better place
    
    4dd1e460