summaryrefslogtreecommitdiff
path: root/themes
Commit message (Collapse)AuthorAge
* - Patch #30122 by m3verick: changed include_once()'s to include "./$file"Dries Buytaert2005-09-08
| | | | for performance's sake.
* - Patch by Rober: better fix for the extract() namespace problem in ↵Dries Buytaert2005-09-04
| | | | phptemplate.engine.
* - Patch #28576 by Robrecht Jacques: 'file' is a reserved variable.Dries Buytaert2005-09-04
|
* - Patch #30222, #30219 by Uwe: cosmetic changes to the aggregator pages.Dries Buytaert2005-09-02
|
* - Patch #29283: bluemarine mistakenly loads home page every time.Dries Buytaert2005-08-24
|
* - Patch #16216 by nedjo: multiple block regions!Dries Buytaert2005-08-16
|
* - Patch #26637 by Robert Douglas: he documentation to theme_node clearly ↵Dries Buytaert2005-08-10
| | | | says the the parameter $teaser is "Whether to display the teaser only, as on the main page." Naming this parameter $main in the themes is confusing.
* - Patch #26637 by Robert Douglas: $teaser misnamed in themes theme_node().Dries Buytaert2005-08-07
| | | | TODO: update documentation!
* - #27844: Simplify pushbutton link generation.Steven Wittens2005-08-05
|
* - Readding FOUC-preventing script tagSteven Wittens2005-08-02
|
* - Patch #27840 by Tobias: removed unnecessary script-tag from template.Dries Buytaert2005-08-01
|
* - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).Dries Buytaert2005-08-01
| | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs.
* - OopsieSteven Wittens2005-07-30
|
* - #27794: Alphabetize phptemplate variablesSteven Wittens2005-07-30
|
* - Get rid of useless global $theme declaration.Steven Wittens2005-07-30
|
* - #27346: Don't display trailing | in page title with empty slogan.Steven Wittens2005-07-25
|
* - Some fixes and some redundant code removed.Dries Buytaert2005-07-17
|
* - Patch #24862 by chx: flatten the node object's member fields.Dries Buytaert2005-07-17
| | | | Also replaced some double quotes by single quotes.
* - node_load(array('nid' => arg(1))) -> node_load(arg(1))Dries Buytaert2005-07-17
|
* - Patch #25067 by Thox: renamed 'light' and 'dark' to 'odd' and 'even'.Dries Buytaert2005-06-19
| | | | | | TODO: update the "Migrating themes from Drupal 4.6 to Drupal HEAD"-page in the Drupal handbook! TODO: update the themes in the contributions repository.
* - Removing some whitespaceDries Buytaert2005-06-06
|
* - #23360: Chameleon: fix taxonomy terms disappearing if there are no node links.Steven Wittens2005-05-27
|
* - #20809: User-configurable, per-theme, optional favicons.Steven Wittens2005-05-25
|
* - Get rid of double node title in Bluemarine PHPTemplateSteven Wittens2005-05-25
|
* - Patch #23452 by berkes: moves the avatar settings to within the check for ↵Dries Buytaert2005-05-23
| | | | "user info" on a node tpe.
* - Patch #23269 by Robin: removed border attribute from <img>-tag.Dries Buytaert2005-05-21
|
* - Fixed typo: $block->title -> $block->subject. Spotted by Morbus.Dries Buytaert2005-05-10
|
* - Patch #22127 by kbahey: fixed search box in PHPTemplate-based core themes.Dries Buytaert2005-05-06
|
* - Patch #15595 by Stefan and Djun: improved status messages.Dries Buytaert2005-05-05
| | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
* - Added the PHPTemplate port of pushbutton.Dries Buytaert2005-05-05
|
* - Patch #21855 by TDobes: the recent commit of phptemplate caused a number ↵Dries Buytaert2005-05-05
| | | | | | | | | | | of problems for non-phptemplate themes. A patch is attached to address these issues. Changes include: * parsing of the primary/secondary links has been moved out of phptemplate and into theme_get_setting. * unnecessary and XHTML-invalidating duplicate div#help removed from themes/bluemarine/page.tpl.php (this is already generated by theme_help) * weird generation of the "edit primary/secondary links" messages removed from bluemarine and placed in theme.inc * unnecessary changes to themes/bluemarine/style.css rolled back (the phptemplate bluemarine had an older version of style.css than the one in core) * chameleon updated to work with new link scheme (passes links through theme_links)
* - Removed left-over .xtmpl file.Dries Buytaert2005-05-05
|
* - Removed the Xtemplate engine and added the PHPTemplate engine.Dries Buytaert2005-05-04
| | | | | - Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository.
* - Patch #21517 by Stefan and TDobes: theme system improvements.Dries Buytaert2005-04-30
|
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - #16531: Fix weird IE crash on some admin pages with pushbutton.Steven Wittens2005-03-27
|
* - #18879: Pushbutton Header CSS CleanupSteven Wittens2005-03-18
|
* - Adding paragraph margins which were removed from drupal.cssSteven Wittens2005-03-05
|
* - Pushbutton: fix background arrow overlapping foreground in IE (peekaboo bug)Steven Wittens2005-01-07
|
* #13531: Xtemplate {directory} tagSteven Wittens2004-12-24
|
* - Patch #13907 by Neil: less ways to set the page title.Dries Buytaert2004-12-15
| | | | | | | * Less logic in theme code. * Encourages use of the menu system. * Easier to find where a title or breadcrumb comes from in other people's code because there are less places to look. Look in menu and then grep for the appropriate set function. Looking for calls to theme_page() is hard because there are too many of them. * Very slightly more efficient.
* Bluemarine header margins got changed incorrectly after a recent fix.Steven Wittens2004-12-03
|
* - Patch #13030 by killes: fixed invalid CSS code in bluemarine's stylesheet.Dries Buytaert2004-11-27
|
* #6400: Improved pushbutton arrows.Steven Wittens2004-11-27
|
* - Patch #5942 by jhriggs and Adrian:Dries Buytaert2004-11-24
| | | | | + added support for multi-site configurations. + tidied up some old cruft and added code comments.
* - Patch #6166 by Moshe: node preview should not display links. Push the ↵Dries Buytaert2004-11-23
| | | | | | | | links to the theme instead of the theme having to pull them in using node_link(). TODO: 1. Update theme upgrade instructions in the handbook: node_link() is gone. 2. Remove page_link() just like we removed node_link().
* - Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a ↵Dries Buytaert2004-11-14
| | | | border=0 attribute on the img tag for the site logo.
* - Patch #12232 by Steven/UnConed: search module improvements.Dries Buytaert2004-10-31
| | | | | | | | | | | | | | | | | | | | | | 1) Clean up the text analyser: make it handle UTF-8 and all sorts of characters. The word splitter now does intelligent splitting into words and supports all Unicode characters. It has smart handling of acronyms, URLs, dates, ... 2) It now indexes the filtered output, which means it can take advantage of HTML tags. Meaningful tags (headers, strong, em, ...) are analysed and used to boost certain words scores. This has the side-effect of allowing the indexing of PHP nodes. 3) Link analyser for node links. The HTML analyser also checks for links. If they point to a node on the current site (handles path aliases) then the link's words are counted as part of the target node. This helps bring out commonly linked FAQs and answers to the top of the results. 4) Index comments along with the node. This means that the search can make a difference between a single node/comment about 'X' and a whole thread about 'X'. It also makes the search results much shorter and more relevant (before this patch, comments were even shown first). 5) We now keep track of total counts as well as a per item count for a word. This allows us to divide the word score by the total before adding up the scores for different words, and automatically makes noisewords have less influence than rare words. This dramatically improves the relevancy of multiword searches. This also makes the disadvantage of now using OR searching instead of AND searching less problematic. 6) Includes support for text preprocessors through a hook. This is required to index Chinese and Japanese, because these languages do not use spaces between words. An external utility can be used to split these into words through a simple wrapper module. Other uses could be spell checking (although it would have no UI). 7) Indexing is now regulated: only a certain amount of items will be indexed per cron run. This prevents PHP from running out of memory or timing out. This also makes the reindexing required for this patch automatic. I also added an index coverage estimate to the search admin screen. 8) Code cleanup! Moved all the search stuff from common.inc into search.module, rewired some hooks and simplified the functions used. The search form and results now also use valid XHTML and form_ functions. The search admin was moved from search/configure to admin/search for consistency. 9) Improved search output: we also show much more info per item: date, author, node type, amount of comments and a cool dynamic excerpt à la Google. The search form is now much more simpler and the help is only displayed as tips when no search results are found. 10) By moving all search logic to SQL, I was able to add a pager to the search results. This improves usability and performance dramatically.
* - Patch #11728 by Uwe Hermann: fixed some typos in the code comments, ↵Dries Buytaert2004-10-19
| | | | | | Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
* - Fixing problem with tall logos in chameleon.theme.Steven Wittens2004-09-20
|