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/admin/generic_object_admin.php

    r1090 r1092  
    236236    $object->processAdminUI(); 
    237237 
    238     // Renew information about the object 
    239     $object = call_user_func(array($class, 'getObject'), $_REQUEST['object_id']); 
    240  
    241238    // Now try to delete the content 
    242239    if ($object->delete($errmsg) == true) {