Show
Ignore:
Timestamp:
09/07/06 04:38:25 (5 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/classes/Content/Langstring/Langstring.php

    r1090 r1092  
    494494        $html = ''; 
    495495 
    496         $html .= "<div class='user_ui_container ".get_class($this)."'>\n"; 
    497496        $html .= "<div class='langstring'>\n"; 
    498497        $html .= $this->getString(); 
    499498        $html .= $subclass_user_interface; 
    500         $html .= "</div>\n"; 
    501499        $html .= "</div>\n"; 
    502500        /* Handle hyperlink clicktrough logging */