summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #162829 by swentel and bennybobw: fixed problem with saving taxonomy ↵Dries Buytaert2007-08-02
| | | | terms.
* - Patch #156553 by AjK: fixed E_NOTICEDries Buytaert2007-08-02
|
* - Patch #163248 by bennybobw: split upload module.Dries Buytaert2007-07-30
|
* - Patch #163073 by Robert Douglas: removing dead code.Dries Buytaert2007-07-30
|
* - Patch #161182 by Crell: split up taxonomy module.Dries Buytaert2007-07-30
|
* - Patch #147324 by Eaton: make multi-site installations work again.Dries Buytaert2007-07-30
|
* - Patch #163039 by Crell: fixed typo.Dries Buytaert2007-07-30
|
* - Patch #146425 by pwolanin et al:Dries Buytaert2007-07-30
| | | | | | | | | | | | | | | * Removes the hard-coded 'book' type and perform all node actions equally on any node type via hook_nodeapi. * Achieves 100% integration with the menu system. Improves performance of book rendering. * All the algorithms have been changed to use the tree data structure returned by the menu system. * Added support for 'multiple books'. * Some UI improvements. This is a momumental patch that took 69 iterations. Although there is room for improvement, this is a big step forward. Thanks for the persistence, pwolanin.
* - Patch #162944 by profix898: cleanup ip_address() code.Dries Buytaert2007-07-29
|
* - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.Dries Buytaert2007-07-29
| | | | | | | This is a small form API extension (doesn't break existing code) that facilitates the Drupal 6 upgrade of the Views module. A good example of why it can be beneficial to start upgrading your modules early on in the code freeze. ;)
* #162785 patch by swentel: fix missing form_state vars in path formsGábor Hojtsy2007-07-29
|
* - Patch #162463 by kbahey: fixed notice.Dries Buytaert2007-07-28
|
* - Patch #147761 by bjaspan: correct length for variables column.Dries Buytaert2007-07-28
|
* - Patch #162486 by Eaton: user/%user/edit/foo tabs only appear if additional ↵Dries Buytaert2007-07-27
| | | | profile categories have been defined.
* - Patch #157353 by tangent: fix site slogan in RSS feeds.Dries Buytaert2007-07-27
|
* Re-add check_plain() in appropriate places after removing it from ip_address().Steven Wittens2007-07-26
|
* - We don't need to sanitize stuff on input.Dries Buytaert2007-07-26
|
* #161142 by dvessel: kill notice on profile page when there are less then ↵Gábor Hojtsy2007-07-26
| | | | three components in the path
* #157942 by drumm: only acquire node grants if node loaded successfuly, ↵Gábor Hojtsy2007-07-26
| | | | otherwise there are nasty permission problems
* #85667 by beginner: XHTML validity; lists are not allowed in span tagsGábor Hojtsy2007-07-26
|
* - Patch #158536 by dvessel: some more gentle massaging of template files. ↵Dries Buytaert2007-07-26
| | | | Trying to make it easier to discover the different template files.
* - Patch #162149 by add1sun, with help from Kristi Wachter: corrected some ↵Dries Buytaert2007-07-26
| | | | links in INSTALL.txt.
* #159475 by paddy_deburca: maxheight is never defined, height should be usedGábor Hojtsy2007-07-25
|
* #149092 by Gurpartap Singh slightly modified: Usability: generalize timezone ↵Gábor Hojtsy2007-07-25
| | | | discovery to use on user registration
* #161351 by webchick and mlsamuelson: fix notice on filter formats config pageGábor Hojtsy2007-07-25
|
* #161979 noticed by bboyjay, patch by myself: kill noticedisplayed when no ↵Gábor Hojtsy2007-07-25
| | | | comments were selected for the mass operation
* 161496 by meba: display message about successful login, if registration ↵Gábor Hojtsy2007-07-25
| | | | verification is not required
* #156626 by pwolanin: allow deletion of custom menusGábor Hojtsy2007-07-25
|
* #161963 by Gurpartap Singh: proper links to Drupal.org module and theme ↵Gábor Hojtsy2007-07-25
| | | | download pages
* #160107 by JohnAlbin: use the same session ID regardless of the protocol ↵Gábor Hojtsy2007-07-25
| | | | used to access the page (eg share sessions between http and https pages)
* #124485 by Wesley Tanaka: move some remaining node.css comment styles to the ↵Gábor Hojtsy2007-07-24
| | | | actual comment.css
* - Patch #159936 by dvessel: fixed block administration page.Dries Buytaert2007-07-24
|
* - Patch #161350 by Crell: slicing and dicing the forum.module.Dries Buytaert2007-07-24
|
* - Removing some whitespace.Dries Buytaert2007-07-23
|
* - Patch #40545 by Moshe: reduces contention in the users table.Dries Buytaert2007-07-23
|
* - Patch #161178 by Crell: split up path module.Dries Buytaert2007-07-22
|
* - Patch #159748 by pwolanin: db_fetch_array() returned different values ↵Dries Buytaert2007-07-22
| | | | depending on the database engine used. Make the return value consistent across all supported database backends.
* - Patch #158536 by merlinofchaos and dvessel: tpl-ified the forum module.Dries Buytaert2007-07-22
|
* - Patch #161177 by Crell: split dblog module.Dries Buytaert2007-07-22
|
* - Patch #159634 by Crell: split the blog module.Dries Buytaert2007-07-22
|
* - Patch #147061 by yched, dvessel, pwoladin: properly delete node types. ↵Dries Buytaert2007-07-21
| | | | (These guys are becoming a dream team. Good job.)
* - Patch #160620 by kkaefer: E_NOTICE fix.Dries Buytaert2007-07-21
|
* - Patch #160589 by dvessel: tpl-ify the comment module's theme functions.Dries Buytaert2007-07-20
|
* - Patch #160579 by pwolanin: removed some dead code from node_form_submit().Dries Buytaert2007-07-20
|
* - Patch #160491 by dvessel: fixed E_NOTICE warnings.Dries Buytaert2007-07-20
|
* - Patch #149593 by yched: batch API fixes.Dries Buytaert2007-07-20
|
* - Patch #160732 by JohnAlbin: fixed E_NOTICE in the installer.Dries Buytaert2007-07-20
|
* #160248 noticed by Rowanw, patch by myself: minor typo fix in choose ↵Gábor Hojtsy2007-07-18
| | | | language link
* - Patch #160263 by Rok Zlender: module_implements() refresh is not working.Dries Buytaert2007-07-18
|
* - Patch #159936 by dvessel: tpl-ified the block.module.Dries Buytaert2007-07-18
|