summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch # #98366 by webchick and ac: simplified strings for translators.Dries Buytaert2006-11-24
|
* - Added database checks.Dries Buytaert2006-11-24
|
* - Patch #98365 by webchick and RobRoy: added missing t() functions.Dries Buytaert2006-11-24
|
* - Patch #93204 by chx et al: made Drupal work on FastCGI setups.Dries Buytaert2006-11-22
|
* - Patch #98261 by lyricnz: fixed warning.Dries Buytaert2006-11-21
|
* - Patch #98059 by chx: trying to get the never-ending regex mess right.Dries Buytaert2006-11-21
|
* - Patch #93410 by bjaspan: theme_links() generated invalid XHTML in absence ↵Dries Buytaert2006-11-21
| | | | of links.
* - Patch #98293 by Steven: remove restrictions on path aliases.Dries Buytaert2006-11-21
|
* - Patch #98688 by greggles: string cleanup. Follow RFC2606 and use ↵Dries Buytaert2006-11-21
| | | | example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too.
* #84961: Add 'select all' and range select feature to admin tables.Steven Wittens2006-11-21
|
* - Patch #97907 by webchick: restore 'more help' links.Dries Buytaert2006-11-17
|
* - Rollback of #94058: see issue.Dries Buytaert2006-11-17
|
* #97317 by Jaza. Avoid over-caching.Neil Drumm2006-11-17
|
* #94058 by hunmonk. Allow for multiple sortable tables on a page.Neil Drumm2006-11-17
|
* #93882 by skeen. sites/all/* was being scanned instead of sites/all/module/*.Neil Drumm2006-11-16
|
* #93816 by lyricnz. PHP notice cleanup.Neil Drumm2006-11-16
|
* #91624 by chx and RobRoy. PHP has an inconsistentcy about magic quoting ↵Neil Drumm2006-11-16
| | | | which we have to work around.
* #93212 by Jaza. Refactor module enabling for greater API avialiablity during ↵Neil Drumm2006-11-16
| | | | hook_enable().
* #72674 by kkaefer. Make adding menu items for local tasks not interfere with ↵Neil Drumm2006-11-16
| | | | the local task.
* - Patch #93945 by chx, jhm, et al: remove some session handler cruft from ↵Dries Buytaert2006-11-15
| | | | the mysqli database backend.
* - Patch #81076 by Bart Jansens: documentation correction.Dries Buytaert2006-11-12
|
* #93491 by chx. Don't attempt to read non-existent timers.Neil Drumm2006-11-12
|
* #93945 by chx. Save sessions before objects are destroyed on some ↵Neil Drumm2006-11-11
| | | | configurations.
* #92430 by Jo Wouters. Encode blobs as blobs.Neil Drumm2006-11-10
|
* - Patch #93536 by Gabor: eliminate remaining bluemarine traces from core code.Dries Buytaert2006-11-08
|
* #91046 by jvandyk. Fix handling of expired sessions.Neil Drumm2006-11-07
|
* #88843 by lyricnz. Properly check if dependencies are set.Neil Drumm2006-11-07
|
* #89059 by jvandervort, andeeeb, and Shakur. Decode destination path.Neil Drumm2006-10-31
|
* #90508 by Heine and the security team. Every form gets a token.Neil Drumm2006-10-31
|
* #24023 by vhmauery. Properly handle object option flattening.Neil Drumm2006-10-31
|
* - Patch #87372 by drumm: Broken loginKjartan Mannes2006-10-25
|
* - Patch #87372 by crunchywelch: work around PHP session bug.Dries Buytaert2006-10-24
|
* #76819 by smsimms and sammys. Move part of the sql rewriting down into the ↵Neil Drumm2006-10-23
| | | | database abstraction layer and add extra rewriting needed only for Postgres.
* - Patch #88707 by kkaefer: make menu_set_active_item recompute the ↵Dries Buytaert2006-10-23
| | | | contextual menu items. Bugfix.
* - Patch #90823 by Gabor: remove author fields.Dries Buytaert2006-10-23
|
* - Patch #88287 by asimmonds, dww et al: installer doesn't support modules ↵Dries Buytaert2006-10-23
| | | | outside root/modules directory. Critical bugfix.
* - Patch #88705 by profix898 and sammys: made version checking work with ↵Dries Buytaert2006-10-22
| | | | PostgreSQL. (Critical bug)
* - Menu item capitalizationSteven Wittens2006-10-22
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* #24023 by chx. Allow multiple select options with the same value and ↵Neil Drumm2006-10-20
| | | | implement it for taxonomy selection.
* - Patch #78399 by Eaton and chx: don't allow HTML in the title.Dries Buytaert2006-10-18
|
* - Patch #80749 by wdp: don't generate empty attributes.Dries Buytaert2006-10-18
|
* - Bug #89680: 'not not' -> 'not'.Dries Buytaert2006-10-17
|
* #84188 by plumbley, pwolanin, and nickl. Fix some PHP notices.Neil Drumm2006-10-17
|
* #83853 by myself. Add whitespace between link list items.Neil Drumm2006-10-17
|
* #46935 by markus_petrux and edkwh. Don't output empty title attributes.Neil Drumm2006-10-17
|
* - Clarify utf-7 exploit in drupal_set_header()Steven Wittens2006-10-17
|
* - Patch #82741 by Wesley: fixed incorrect comparison in url().Dries Buytaert2006-10-15
|
* - Patch #87995 by merlinofchaos: added missing css.Dries Buytaert2006-10-15
|
* - Patch #88109 by Eaton, chx et al: FormAPI 2.0 doesn't support dynamic form ↵Dries Buytaert2006-10-12
| | | | ids.