-
- Downloads
- Moved most of the options in structure.module to node.module. The structure.module either needs work, or replacement by index.module: see "admin > node > node settings". It will do for now and it can always made better when we can think of a better solution; it is the best I could think of. Now what? index.module or structure.module? I'm currently pro index.module. - Drastically simplified "variable.inc". - Removed most dependecies on structure.module from all content related modules. Thus making our modules more modular. ;) - Fixed calculation glitch in queue.module. - Fixed potential function name clash/conflict in rating.module, and simplified some code on my way. - Started removing all global variables $status and $rstatus. Global variables are "yucky" so in near future, we will replace all global $status variables by a call to node_status(). Originally, $status was only introduced as a temporary hack and nothing is as permanent as a temporary hack so I took it out when still possible. - Changed the watchdog messages a bit.
parent
993f4d2e
Branches
Tags
Showing
- account.php 6 additions, 6 deletionsaccount.php
- includes/node.inc 17 additions, 10 deletionsincludes/node.inc
- includes/variable.inc 1 addition, 26 deletionsincludes/variable.inc
- index.php 1 addition, 1 deletionindex.php
- modules/book.module 1 addition, 1 deletionmodules/book.module
- modules/book/book.module 1 addition, 1 deletionmodules/book/book.module
- modules/conf.module 1 addition, 1 deletionmodules/conf.module
- modules/forum.module 1 addition, 1 deletionmodules/forum.module
- modules/forum/forum.module 1 addition, 1 deletionmodules/forum/forum.module
- modules/moderate.module 1 addition, 1 deletionmodules/moderate.module
- modules/node.module 43 additions, 6 deletionsmodules/node.module
- modules/node/node.module 43 additions, 6 deletionsmodules/node/node.module
- modules/page.module 1 addition, 1 deletionmodules/page.module
- modules/page/page.module 1 addition, 1 deletionmodules/page/page.module
- modules/poll.module 2 additions, 2 deletionsmodules/poll.module
- modules/poll/poll.module 2 additions, 2 deletionsmodules/poll/poll.module
- modules/queue.module 8 additions, 6 deletionsmodules/queue.module
- modules/rating.module 3 additions, 3 deletionsmodules/rating.module
- modules/story.module 1 addition, 1 deletionmodules/story.module
- modules/story/story.module 1 addition, 1 deletionmodules/story/story.module
Loading
Please register or sign in to comment