summaryrefslogtreecommitdiff
path: root/includes/theme.inc
Commit message (Expand)AuthorAge
...
* - Forgot to update the taxonomy links. Reported by Adam.Dries Buytaert2003-01-06
* - Tidied up the use of check_output(). Might make rendering pages a bitDries Buytaert2002-12-31
* - changing theme patch. Now Drupal will init the $this->path automatically.Kjartan Mannes2002-11-17
* - made the themes path aware. If your theme creates a constructor function itKjartan Mannes2002-11-16
* - Small cosmetic change. Patch by Natrak.Dries Buytaert2002-11-10
* - Oops. Braino.Dries Buytaert2002-11-09
* - Added check to see whether $items is initiliazed. Thanks James.Dries Buytaert2002-11-09
* - Applied Moshe's "theme head" patch:Dries Buytaert2002-11-09
* * Added Jeremy's pager:Dries Buytaert2002-11-09
* - Committed Marco's block rewrite:Dries Buytaert2002-10-26
* - Wrapped some hardcoded colors in "theme_invoke()"s; we can still createDries Buytaert2002-10-22
* - Commited Marco's new comment module and forum module!!!Dries Buytaert2002-09-15
* - adding doctype to basic theme.Kjartan Mannes2002-09-11
* - removing the "No valid themes enabled" warning.Kjartan Mannes2002-09-08
* - Added the theme_invoke() function from Moshe's sandbox.Dries Buytaert2002-06-23
* - Let the blocks itself take care of translating their titles. Patch byDries Buytaert2002-06-20
* - adding missing $bacground/$foreground variables.Kjartan Mannes2002-06-12
* - Bugfix. When a theme does no longer exist on disk, it should not beDries Buytaert2002-05-25
* - added taxonomy output to BaseTheme.Kjartan Mannes2002-05-20
* - Ran the code through 'scripts/code-clean.sh': removed trailing whitespaceDries Buytaert2002-05-20
* - merged block and box modules. modules/box.module should be removedKjartan Mannes2002-05-02
* - Applied Marco's big patch, including contributions from Moshe:Dries Buytaert2002-04-20
* - fixing bug reported by Remco.Kjartan Mannes2002-04-15
* This is a major change to the system, needs more testing!Kjartan Mannes2002-04-14
* - removed some warnings caused by implode.Kjartan Mannes2002-02-19
* - applying patches from Axel Kollmorgen. SeeKjartan Mannes2002-02-17
* - moved user block from theme.inc to user.module.Kjartan Mannes2002-01-21
* - Fixed a typo in the example theme. (Patch by Mark)Dries Buytaert2002-01-12
* - Added a "title"-attribute to the "register" link and translated theDries Buytaert2002-01-11
* - import.module:Dries Buytaert2001-12-30
* - Updated BaseTheme and the Drupal themes to have header($title = "") as the ...Steven Wittens2001-12-15
* A set of updates to the "_link" system:Dries Buytaert2001-11-24
* - modified node_save so that revisions are not validated using check_input,Kjartan Mannes2001-11-23
* - A large batch of updates, amongst them a rewritten node system. MoreDries Buytaert2001-11-01
* - added a path field to the blocks. Its a regexp to define which pages youKjartan Mannes2001-10-22
* - added the CVS keyword $Id$ to all files to make future version trackingKjartan Mannes2001-10-20
* - Started a theme.inc clean-up.Dries Buytaert2001-10-20
* - blocks will now show up again if 'Enabled: always'Kjartan Mannes2001-10-16
* - I tidied up most SQL tables to be more consistent with the rest of theDries Buytaert2001-10-14
* - Pass theme objects by reference, avoids creating copies and lets calledDries Buytaert2001-10-14
* - fixed 4 SQL queries to use ANSI SQL instead: '||' --> 'OR'Dries Buytaert2001-10-12
* - PEAR-ification of Drupal by claw: you can now host Drupal on a wideDries Buytaert2001-10-09
* - added a comment() function to the base theme: you don't have to overloadDries Buytaert2001-10-07
* - Improved search architecture derived from Axel's new search patches.Dries Buytaert2001-10-03
* - a batch of updates, including some experimental changes to the moderationDries Buytaert2001-09-27
* - modified theme_block() to ignore blocks that have no content.Kjartan Mannes2001-09-25
* - added the "Log in" blockDries Buytaert2001-09-16
* - Added the new user module!Dries Buytaert2001-09-16
* - Changed the authentication and login scheme as discussed on the mailingDries Buytaert2001-08-11
* comment.incKjartan Mannes2001-07-25