summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* #157510 by pwolanin and chx: search module needs menu tail arguments ↵Gábor Hojtsy2007-08-25
| | | | (arbitrary 'directory' looking parts)
* #169247 by profix898 slightly modified: fix E_NOTICE when form_id is not set ↵Gábor Hojtsy2007-08-23
| | | | on a non-programmed form
* - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href ↵Dries Buytaert2007-08-23
| | | | instead of @import for CSS.
* #166593 by hswong3i: move literal values out of some core queries to support ↵Gábor Hojtsy2007-08-22
| | | | cross-database compatibility (ie. better SQL parsing and altering options)
* #160168 by kkaefer and pwolanin: restore lost Drupal 5 functionality of ↵Gábor Hojtsy2007-08-20
| | | | being able to set primary and secondary links differently
* #155621 follow up patch by pwolanin: really delete menu links by refreshing ↵Gábor Hojtsy2007-08-20
| | | | the cache
* #162324 by mooffie: keep previously default language enabled and only ↵Gábor Hojtsy2007-08-20
| | | | increment enabled language count, if we are in fact adding an enabled language
* - Patch #166719 by pwoladin: help system fix.Dries Buytaert2007-08-20
|
* #168587 by jjeff: add rel=nofollow attribute to anonymous comment home page ↵Gábor Hojtsy2007-08-19
| | | | links to counter some spamming
* - Patch #155621 by pwolanin: Use API function to delete menu links during ↵Dries Buytaert2007-08-19
| | | | rebuild.
* - Patch #80951 by killes, yched et al: block caching.Dries Buytaert2007-08-19
|
* #164122 by merlinofchaos: properly convert underscored to dashes, when ↵Gábor Hojtsy2007-08-16
| | | | constructing template file names matching hook names
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement. (Correct version this time.)
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* - Patch #166205 by hswong3i: improved database compatibility of db_result(). ↵Dries Buytaert2007-08-11
| | | | Makes it work with DB2, Oracle, etc.
* - Patch #154470 by pwolanin et al: optimize menu queries and indices.Dries Buytaert2007-08-11
|
* #165013 by Eaton: fix image button behaviour by processing the right values ↵Gábor Hojtsy2007-08-10
| | | | coming in the request
* #85208 by neclimdul and bjaspan (slightly modified): if no maxlength was ↵Gábor Hojtsy2007-08-09
| | | | specified, do not generate an empty HTML attribute
* #165668 by John Morahan: fix wrong parameter passing in custom langauge ↵Gábor Hojtsy2007-08-09
| | | | addition validation
* #152926 by dww: Fix hook_system_info_alter() to save the altered data not ↵Gábor Hojtsy2007-08-08
| | | | the original
* - Patch #148346 by drewish: added PHPdoc.Dries Buytaert2007-08-08
|
* - Patch #165422 by hswong3i: status is an int. Required to make DB2 work.Dries Buytaert2007-08-08
|
* - 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
* #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
|
* #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 #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 #147324 by Eaton: make multi-site installations work again.Dries Buytaert2007-07-30
|
* - 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. ;)
* 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
|
* #159475 by paddy_deburca: maxheight is never defined, height should be usedGábor Hojtsy2007-07-25
|
* #156626 by pwolanin: allow deletion of custom menusGábor Hojtsy2007-07-25
|
* #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)
* - Removing some whitespace.Dries Buytaert2007-07-23
|
* - Patch #40545 by Moshe: reduces contention in the users table.Dries Buytaert2007-07-23
|
* - 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 #160620 by kkaefer: E_NOTICE fix.Dries Buytaert2007-07-21
|
* - Patch #149593 by yched: batch API fixes.Dries Buytaert2007-07-20
|
* - Patch #160263 by Rok Zlender: module_implements() refresh is not working.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 #154469 by pwolanin: improve performance of access checks and add ↵Dries Buytaert2007-07-16
| | | | localized sorting.
* #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
* - Patch #121620 by Eaton et al: fixes for formAPI #type .'_value' callback ↵Dries Buytaert2007-07-14
| | | | patch.