Backports from the Drupal 6 code.
-- reworked the monthly_report admin_users functions. Faster and less ugly (although still a bit ugly).
-- more changes to the timezone code. Doing it completely the drupal way.
-- the admin can't be an affiliate any more.
-- renamed 'click count' to 'unique click count', to be more precise.
-- removed unused code. fixed code style where needed.
We reviewed and cleaned a lot of the code to make Basic cleaner and easier to work with when developing a new theme.
Layout.css is clearer and simpler, very easy to edit.
Since version 2, a new class have implemented to the body class : the browser class ! It adds a class corresponding to the browser viewing the page, so if you are using Firefox 3, the body class will be 'firefox3'. This might help for debugging some browsers without using any hacking.
Cleaner, simpler, better, easier, just more basic !
We reviewed and cleaned a lot of the code to make Basic cleaner and easier to work with when developing a new theme.
Layout.css is clearer and simpler, very easy to edit.
Since version 2, a new class have implemented to the body class : the browser class ! It adds a class corresponding to the browser viewing the page, so if you are using Firefox 3, the body class will be 'firefox3'. This might help for debugging some browsers without using any hacking.
Cleaner, simpler, better, easier, just more basic !