summaryrefslogtreecommitdiff
path: root/modules
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 #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 #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
|
* #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
* - 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.
* #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
* #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
|
* - Patch #161178 by Crell: split up path module.Dries Buytaert2007-07-22
|
* - 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 #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 #159936 by dvessel: tpl-ified the block.module.Dries Buytaert2007-07-18
|
* - Patch #153594 by profix898: usability: remove word 'settings' in blocks ↵Dries Buytaert2007-07-16
| | | | administration.
* - Patch #154469 by pwolanin: improve performance of access checks and add ↵Dries Buytaert2007-07-16
| | | | localized sorting.
* #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵Gábor Hojtsy2007-07-16
| | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
* #100636 by kkaefer, webchick and Arancaytar: more specific page titles for ↵Gábor Hojtsy2007-07-16
| | | | node creation and editing
* - Patch #157709 by tangent: avoid namespace collisions.Dries Buytaert2007-07-16
|
* - Patch #159610 by Crell: performance improvement: split up block module.Dries Buytaert2007-07-16
|
* - Patch #159539 by pwolanin and Crell: split up contact module.Dries Buytaert2007-07-16
|
* - Pach #154216 by asimmonds and Rok Zlender: FormAPI date element broken.Dries Buytaert2007-07-16
|
* - Rollback of patch #147947: lacks proper upgrade path.Dries Buytaert2007-07-15
|
* - Patch #57106 by Steven et al: future timestamps break search indexing.Dries Buytaert2007-07-15
|
* - Patch #107822 by riccardoR: Content filtering ignores vocabularies with ↵Dries Buytaert2007-07-14
| | | | only one term.
* - Patch #158790 by kkaefer: usability improvement: automatically select ↵Dries Buytaert2007-07-14
| | | | proper radio button.
* - Patch #159332 by jakeg: can't save roles on user_save().Dries Buytaert2007-07-14
|
* #156778 by asimmonds: revert node and comment deletions to the pre-deletion ↵Gábor Hojtsy2007-07-13
| | | | API state