Show
Ignore:
Timestamp:
09/07/06 04:38:25 (6 years ago)
Author:
benoitg
Message:
  • Fix #63
  • Fix problem with my Splash only user fix (I used match on the

user_id instead of the username).

  • Prevent the Splash only user from logging out, wrecking havock

in the tokens.

  • Do not allow SplashOnlyUser? to set his preferences.
  • Assigning a reusable content to a contentgroup element would

make it non-reusable.
Usability and UI fixes:

  • Allow other users to log in when they are at a splash only

node.

  • Make isSimpleContent class available for Simple content types.

Make it borderless and backgroundless in the default theme_pack.

  • Simplify HTML output for simple content.
  • Fix IE layout bug in node admin
  • Content linked to nodes and networks now edits in a new

window.

  • Remove "Add new node" menu item for consistency.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/content/index.php

    r1030 r1092  
    5252require_once('include/common_interface.php'); 
    5353require_once('classes/Node.php'); 
    54  
    55 if (CONF_USE_CRON_FOR_DB_CLEANUP == false) 
    56 { 
    57     garbage_collect(); 
    58 } 
    5954 
    6055$node = null; 
     
    142137    foreach ($contents as $content) 
    143138    { 
    144         $html .= "<div class='portal_content'>\n"; 
    145139        $html .= $content->getUserUI(); 
    146         $html .= "</div>"; 
    147140    } 
    148141    $html .= "</div>\n";