summaryrefslogtreecommitdiff
path: root/themes/goofy/goofy.theme
Commit message (Collapse)AuthorAge
* A lot of small changes (search-n-replace) make a big commit:Dries Buytaert2001-04-06
| | | | | | | | | | - 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
* Commiting my work of last Sunday:Dries Buytaert2001-04-02
| | | | | | | | | | | | | | | | | | | | | | - 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.
* Fixed article/body bugSteven Wittens2001-03-31
|
* Fixed bug with $story->bodySteven Wittens2001-03-31
|
* Fixed bug:Steven Wittens2001-03-31
| | | | "na" appeared when a story didn't have "read more"
* Added/updated the theme-description at the top...Steven Wittens2001-03-31
|
* - themes now get there header/footer links through theme_link();Dries Buytaert2001-03-24
| | | | - tidied up example.theme
* - removed all trailing whitespaces and replaced tabs by 2 spacesDries Buytaert2001-03-24
| | | | (done automatically by my script)
* - fixed potential quote problem: wrapped $story->section in a check_outputDries Buytaert2001-03-24
| | | | - removed all $story->update related logic - the update field is redundant
* Moved the style sheet back IN the theme. It seems Netscape resolves url's ↵Steven Wittens2001-03-23
| | | | inside stylesheets relative to the page it is in, while IE/Opera resolve them relative to the path of the stylesheet.
* oopsSteven Wittens2001-03-23
|
* theme updateSteven Wittens2001-03-23
|
* fixed the backgroundSteven Wittens2001-03-21
|
* Hopefully this will fix the theme, but I doubt it... some very strange ↵Steven Wittens2001-03-21
| | | | things are going on here.
* Added my new theme "Goofy". It's bright and very summer-ish.Steven Wittens2001-03-20
Test it out :) (I wouldn't put it on drop.org yet)