summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - 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
|
* #159804 by myself: closure should be filled last, so we have a predictable ↵Gábor Hojtsy2007-07-18
| | | | place to collect queries and strings used on the page
* #154469 follow up patch by pwolanin: fix parameter order in ↵Gábor Hojtsy2007-07-17
| | | | menu_tree_collect_node_links() call
* - 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
* - Some massaging.Dries Buytaert2007-07-16
|
* - 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
|
* #159463 by hass (with phpdoc addition from myself): file_scan_directory() ↵Gábor Hojtsy2007-07-15
| | | | should not have a trailing slash in the dir parameter
* #156315 follow up patch by merlinofchaos: do not display profile chooser ↵Gábor Hojtsy2007-07-15
| | | | task if there is only one profile
* - Patch #156315 by merlinofchaos: usability improvement: remove the wall of ↵Dries Buytaert2007-07-15
| | | | text in the installer.
* - 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
|