- Jul 17, 2005
-
-
Dries Buytaert authored
-
Dries Buytaert authored
Also replaced some double quotes by single quotes.
-
Dries Buytaert authored
-
- Jun 19, 2005
-
-
Dries Buytaert authored
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.
-
- Jun 06, 2005
-
-
Dries Buytaert authored
-
- May 27, 2005
-
-
Steven Wittens authored
-
- May 25, 2005
-
-
Steven Wittens authored
-
Steven Wittens authored
-
- May 23, 2005
-
-
Dries Buytaert authored
- Patch #23452 by berkes: moves the avatar settings to within the check for "user info" on a node tpe.
-
- May 21, 2005
-
-
Dries Buytaert authored
-
- May 10, 2005
-
-
Dries Buytaert authored
-
- May 06, 2005
-
-
Dries Buytaert authored
-
- May 05, 2005
-
-
Dries Buytaert authored
TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! .
-
Dries Buytaert authored
-
Dries Buytaert authored
- Patch #21855 by TDobes: the recent commit of phptemplate caused a number 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)
-
Dries Buytaert authored
-
- May 04, 2005
-
-
Dries Buytaert authored
- Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository.
-
- Apr 30, 2005
-
-
Dries Buytaert authored
-
- Mar 31, 2005
-
-
Steven Wittens authored
-
- Mar 27, 2005
-
-
Steven Wittens authored
-
- Mar 18, 2005
-
-
Steven Wittens authored
-
- Mar 05, 2005
-
-
Steven Wittens authored
-
- Jan 07, 2005
-
-
Steven Wittens authored
-
- Dec 24, 2004
-
-
Steven Wittens authored
-
- Dec 15, 2004
-
-
Dries Buytaert authored
* 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.
-
- Dec 03, 2004
-
-
Steven Wittens authored
-
- Nov 27, 2004
-
-
Dries Buytaert authored
-
Steven Wittens authored
-
- Nov 24, 2004
-
-
Dries Buytaert authored
+ added support for multi-site configurations. + tidied up some old cruft and added code comments.
-
- Nov 23, 2004
-
-
Dries Buytaert authored
- Patch #6166 by Moshe: node preview should not display links. Push the 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().
-
- Nov 14, 2004
-
-
Dries Buytaert authored
- Patch #12886 by thorne: fixed XHTML problem: the bluemarine theme used a border=0 attribute on the img tag for the site logo.
-
- Oct 31, 2004
-
-
Dries Buytaert authored
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.
-
- Oct 19, 2004
-
-
Dries Buytaert authored
- Patch #11728 by Uwe Hermann: fixed some typos in the code comments, Doxygen documentation and screen output. Uwe: I dropped the 'iff' chunks as 'iff' stands for 'if and only if'.
-
- Sep 20, 2004
-
-
Steven Wittens authored
-
- Sep 18, 2004
-
-
Steven Wittens authored
- #9576 : A last-minute fix for pushbutton in Opera/Konqueror/Safari got lost in the move to the new template system. http://drupal.org/node/9576#comment-11328 This still suffers from the Safari gamma bug, which we agreed not to cater to.
-
- Sep 17, 2004
-
-
Steven Wittens authored
-
- Sep 15, 2004
-
-
Dries Buytaert authored
- Patch #9988 by MegaGrunt: visual improvements to the tabs in Pushbutton.
-
- Sep 09, 2004
-
-
Steven Wittens authored
Replace hardcoded <html lang="en"> with a locale dependant one. This is especially important for asian sites where this has an effect on font selection.
-
- Aug 22, 2004
-
-
Steven Wittens authored
-
- Aug 21, 2004
-
-
Dries Buytaert authored
- Patch by JonBob: for consistency and readability, add brief descriptions of each source file inside the @file comment block at the head of the file. This helps with Doxygen indexing, and also allows neophytes to see what a file does immediately on opening the source, regardless of the organization of the hooks.
-