summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #164348 by pwolanin: improve book block performanceGábor Hojtsy2007-08-07
|
* - Patch #158537 by Benjamin Melancon and Wim Leers: unnecessary 'ORDER BY' ↵Dries Buytaert2007-08-07
| | | | in taxonomy_vocabulary_load.
* - Patch #165160 by hswong3i: made two SQL queries work on DB2.Dries Buytaert2007-08-07
|
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added
* #165141 by hswong3i: when inserting values into VARCHAR fields, we should ↵Gábor Hojtsy2007-08-07
| | | | use quotes, even if the values are numbers
* #141653 by Ralf Stamm: fix some E_NOTICE errors in color moduleGábor Hojtsy2007-08-06
|
* - Patch #164672 by flevour: typo in SQL query.Dries Buytaert2007-08-05
|
* #164545 by pwolanin: fix call time pass by reference warningGábor Hojtsy2007-08-04
|
* - Patch #158536 by dvessel: more forum template massaging.Dries Buytaert2007-08-03
|
* - Patch #148346 by Steef and drewish: split image.inc into image.inc and ↵Dries Buytaert2007-08-02
| | | | image.gd.inc and improved the documentation.
* - Patch #163723 by Eaton and Frando: fix default page.tpl markup (and ↵Dries Buytaert2007-08-02
| | | | removed some whitespace).
* - Patch #162871 by merlinofchaos: poll module cleanup + tplified the module.Dries Buytaert2007-08-02
|
* - Patch #161510 by dvessel: tplified user.module.Dries Buytaert2007-08-02
|
* - Patch #162134 by dvessel: tplify profile module.Dries Buytaert2007-08-02
|
* - 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
|