summaryrefslogtreecommitdiff
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
|
* #164765 by dmitrig01: remove trailing PHP closing tags, which were causing ↵Gábor Hojtsy2007-08-06
| | | | problems
* #164759 by oadaeh: adding missing phpdoc @code tagGá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
|
* #162095 by pwolanin: fix MySQL error when moving menu links, not applicable ↵Gábor Hojtsy2007-08-04
| | | | to PostgreSQL
* #164209 by mooffie: native language names were not shown in the predefined ↵Gábor Hojtsy2007-08-04
| | | | language dropdown for RTL languages
* - 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 #163508 by profix898: fixed 4 E_ALL notices.Dries Buytaert2007-08-02
|
* - 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 #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