Commiting my work of last Sunday: - removed ban.inc and ban.module and integrated it in account.module under the name "access control" --> the ban code was not really up to standard so this has now been dealt with. This refactoring and reintegration cuts down the code size with 100 lines too. :-) (The ban.module code was really old and it showed.) - added node.module and made the other modules reuse some of this code --> cut down the code size of modules by at least 100 lines and adds stability. - added a status() function to admin.php to display a conform status message where appropriate. See admin.php for usage. - removed $theme->control() and made comments.inc handle this itself wrapped in a $theme->box(). No need to clutter the themes with such complexity --> updated all themes already. :-) - some small visual changes to some administration pages to be more consistent across different modules.
Showing
- CHANGELOG 14 additions, 10 deletionsCHANGELOG
- account.php 21 additions, 12 deletionsaccount.php
- admin.php 4 additions, 0 deletionsadmin.php
- includes/ban.inc 0 additions, 54 deletionsincludes/ban.inc
- includes/comment.inc 1 addition, 3 deletionsincludes/comment.inc
- includes/node.inc 5 additions, 3 deletionsincludes/node.inc
- includes/user.inc 5 additions, 0 deletionsincludes/user.inc
- modules/account.module 96 additions, 19 deletionsmodules/account.module
- modules/ban.module 0 additions, 143 deletionsmodules/ban.module
- modules/book.module 2 additions, 20 deletionsmodules/book.module
- modules/book/book.module 2 additions, 20 deletionsmodules/book/book.module
- modules/moderation.module 3 additions, 3 deletionsmodules/moderation.module
- modules/node.module 93 additions, 0 deletionsmodules/node.module
- modules/node/node.module 93 additions, 0 deletionsmodules/node/node.module
- modules/story.module 6 additions, 63 deletionsmodules/story.module
- modules/story/story.module 6 additions, 63 deletionsmodules/story/story.module
- themes/example/example.theme 0 additions, 4 deletionsthemes/example/example.theme
- themes/goofy/goofy.theme 0 additions, 4 deletionsthemes/goofy/goofy.theme
- themes/jeroen/jeroen.theme 0 additions, 4 deletionsthemes/jeroen/jeroen.theme
- themes/marvin/marvin.theme 0 additions, 9 deletionsthemes/marvin/marvin.theme
Loading
Please register or sign in to comment