| 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. |
| | 7 | Usability 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 | |
| | 15 | 2006-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. |