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/CHANGELOG

    r1091 r1092  
    112006-09-06 Benoit Grégoire  <bock@step.polymtl.ca> 
    2  
     2        * Fix #63 
     3        * Fix problem with my Splash only user fix (I used match on the user_id instead of the username). 
     4        * Prevent the Splash only user from logging out, wrecking havock in the tokens. 
     5        * Do not allow SplashOnlyUser to set his preferences. 
     6        * Assigning a reusable content to a contentgroup element would make it non-reusable. 
     7Usability and UI fixes: 
     8        * Allow other users to log in when they are at a splash only node. 
     9        * Make isSimpleContent class available for Simple content types.  Make it borderless and backgroundless in the default theme_pack. 
     10        * Simplify HTML output for simple content. 
     11        * Fix IE layout bug in node admin 
     12        * Content linked to nodes and networks now edits in a new window. 
     13        * Remove "Add new node" menu item for consistency. 
     14         
     152006-09-06 Benoit Grégoire  <bock@step.polymtl.ca> 
     16        * Remove most inclusions of MainUI in classes.  
     17        That completely broke authentication (circular dependencies).  
     18        Fixes 245. 
     19    Unfixes 242. Exceptions should not be caught in the context 
     20    they are thrown in. Else there no point in throwing exception in the 
     21    first place.  
    322        * HyperLink.php:  Fix bug where a link with identical text as it's link would see the text replaced by the clickthrough-tracked equivalent. 
    423