| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
- fixed update bug in book.module
- provide a log message when both adding and updating book pages
- all configurable variables are now accessed through "variable_get()":
- rewrote watchdog and submission throttle and removed watchdog.inc
- improved robustness of sections.inc
- imporved story.module
- updated ./database/database.sql
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
| |
|
| |
|
|
|
|
| |
"na" appeared when a story didn't have "read more"
|
| |
|
|
|
|
| |
- tidied up example.theme
|
|
|
|
| |
(done automatically by my script)
|
|
|
|
| |
- removed all $story->update related logic - the update field is redundant
|
|
|
|
| |
inside stylesheets relative to the page it is in, while IE/Opera resolve them relative to the path of the stylesheet.
|
| |
|
| |
|
| |
|
|
|
|
| |
things are going on here.
|
|
Test it out :) (I wouldn't put it on drop.org yet)
|