summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - 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.
* #158687 by drumm: fix URI encoding of some special charsGábor Hojtsy2007-07-13
|
* #156778 by asimmonds: revert node and comment deletions to the pre-deletion ↵Gábor Hojtsy2007-07-13
| | | | API state
* #157605 by Wim Leers: remove two lines of dead code from expand_date()Gábor Hojtsy2007-07-12
|
* #158133 by killes: do not break HAVING SQL constructs in SQL rewritesGábor Hojtsy2007-07-12
|
* #125533 by keve: do not continue bootstrap if the process was called back ↵Gábor Hojtsy2007-07-11
| | | | with a phase already executed
* #158452 by kenji_kun, patch by myself: GET['q'] might not be defined at the ↵Gábor Hojtsy2007-07-11
| | | | language bootstrap phase
* - Patch #151055 by pwolanin et al: fixed problems with moving menu items.Dries Buytaert2007-07-09
|
* #156910 by asimmonds: fix code indentation problems introduced with new code ↵Gábor Hojtsy2007-07-05
| | | | in this development cycle; only whitespace changes
* #112374 by Wesley Tanaka: drupal_add_feed() should not allow adding the same ↵Gábor Hojtsy2007-07-04
| | | | feed more then once to the page
* #156782 by webernet and pwolanin: clean up menu API and menu module code ↵Gábor Hojtsy2007-07-04
| | | | comments, fix typos, wrap lines properly and fix some coding style issues
* - Patch #151583 by pwolanin, Shakur, webernet, Arancaytar et al: various ↵Dries Buytaert2007-07-04
| | | | menu module fixes.
* - Patch #121620 by Eaton, dopry et al: formAPI #type .'_value' callback, ↵Dries Buytaert2007-07-04
| | | | remove hardcoded switch from form.inc, has been ready for about one week and required to make the CCK better.
* - Patch #154398 by quicksketch et al: add dynamic AHAH submission properties ↵Dries Buytaert2007-07-04
| | | | to Forms API. This patch was ready for a long time and is somewhat of a usability improvement (enabler).
* - Patch #104969 by Wesley: corrected PHPDoc.Dries Buytaert2007-07-03
|
* - Patch #111086 by webchick: fix contact module error message.Dries Buytaert2007-07-03
|
* - Patch #156425 by asimmonds: added missing CVS IDs.Dries Buytaert2007-07-03
|
* - Patch #154299 by Eaton: button details are lost.Dries Buytaert2007-07-03
|
* - Patch #141730 by Earl: allow theming system to use wildcards. I promised ↵Dries Buytaert2007-07-03
| | | | in the issue that this patch would still go in, so here goes.
* #156426 by GreenMother: fix wrong datatype warning for parsed JS filesGábor Hojtsy2007-07-03
|
* - Patch #155986 by Uwe: fixed typos.Dries Buytaert2007-07-02
|
* #141725 by Crell and dvessel: allow themes to define multiple CSS and JS ↵Gábor Hojtsy2007-07-01
| | | | files in their .info files, which can be clearly overriden
* #146386 by kbahey: refactor 'submitted by user - date' themeing and make it ↵Gábor Hojtsy2007-07-01
| | | | more verbose to translate
* #155282 by Jose A Reyero: apply db_rewrite_sql() to the block listing query ↵Gábor Hojtsy2007-07-01
| | | | to allow for multilingual blocks
* #82499 by Jose A Reyero and a little bit from myself: send emails localized ↵Gábor Hojtsy2007-07-01
| | | | in the language needed in specific situations, and centralize mail composing operations with hook_mail()
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-07-01
| | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-06-30
| | | | router path based lookups, and also full path argument lookup with a passed argument array
* - Patch #148410 by jvandyk: added rewrite of the actions module!Dries Buytaert2007-06-29
| | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;)
* - Patch #153535 by traxer: according to the XHTML1 Strict specification, it ↵Dries Buytaert2007-06-28
| | | | is not allowed to generate empty <tr></tr> tags.
* - Patch #147662 by Gordon et al: add new #pre_render callback to ↵Dries Buytaert2007-06-28
| | | | drupal_render().
* #154594 by drewish: clean up code comments for deletion APIGábor Hojtsy2007-06-28
|
* #152926 by dww: add hook_system_info_alter() to make .info file data ↵Gábor Hojtsy2007-06-27
| | | | modifiable in PHP code