- Apr 15, 2006
-
-
Steven Wittens authored
#51002: Admins could not see unpublished comments (plus minor usability enhancements for previewing/unpublished)
-
- Apr 03, 2006
-
-
Steven Wittens authored
-
- Feb 27, 2006
-
-
Gerhard Killesreiter authored
-
- Feb 01, 2006
-
-
Dries Buytaert authored
-
- Jan 29, 2006
-
-
Dries Buytaert authored
-
- Jan 20, 2006
-
-
Dries Buytaert authored
-
Dries Buytaert authored
-
- Dec 14, 2005
-
-
Dries Buytaert authored
-
- Dec 09, 2005
-
-
Dries Buytaert authored
-
- Nov 04, 2005
-
-
Dries Buytaert authored
-
- Nov 03, 2005
-
-
Dries Buytaert authored
Deprecates the primary_links module. This patch was much needed. Thanks Richards! NOTE: if some themers could investigate if there is room for improvement with regard to theming, that would be awesome.
-
- Oct 07, 2005
-
-
Dries Buytaert authored
TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
-
- Sep 02, 2005
-
-
Dries Buytaert authored
-
- Aug 16, 2005
-
-
Dries Buytaert authored
-
- Aug 05, 2005
-
-
Steven Wittens 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.
-
- 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
-
- 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 27, 2005
-
-
Steven Wittens authored
-
- Mar 18, 2005
-
-
Steven Wittens authored
-
- Jan 07, 2005
-
-
Steven Wittens authored
-
- Nov 27, 2004
-
-
Steven Wittens authored
-
- 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.
-
- 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 20, 2004
-
-
Steven Wittens authored
- Fixing 'flash of unstyled content' in bluemarine/pushbutton, which got reintroduced after the template changes. - Fixed separate styles: added theme_get_styles() and the xtemplate {styles} tag to make sure stylesheets get included in the right order (drupal-specific, template-specific, style-specific). - Fixing missing class on screenshots. - Renamed drupal_get_theme_setting() and drupal_get_theme_settings() to theme_get_setting() and theme_get_settings().
-
Dries Buytaert authored
-
Dries Buytaert authored
- Theme system changes. Please consult http://drupal.org/node/view/9576 for details.
-