summaryrefslogtreecommitdiff
path: root/modules/system
Commit message (Collapse)AuthorAge
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* - Patch #367380 by Moshe: make block module optional.Dries Buytaert2009-02-03
|
* #360128 by quicksketch: Create centralized ahah callback to reduce duplicate ↵Angie Byron2009-02-01
| | | | code.
* #88264 by Rob Loach and kscheirer: Make variable_get()'s defaultparameter ↵Angie Byron2009-01-31
| | | | default to NULL so that NULLs do not need to be specified.
* #349836 by lut4rp: Remove ellipsis in menu description.Angie Byron2009-01-31
|
* #345157 follow-up by toddy: Fix @link syntax in PHPDoc.Angie Byron2009-01-29
|
* #242962 by Heine: Add a 'tablesort' Form API element to unify various places ↵Angie Byron2009-01-28
| | | | we use a big table with JS-enabled checkboxes next to each item (with tests).
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* #227486 follow-up by catch: Move update 7010 to 6048 so that the 6.x and 7.x ↵Angie Byron2009-01-25
| | | | updates stay in sync.
* #363262 by catch and Damien Tournoud: Replace src index on the {url_alias} ↵Angie Byron2009-01-25
| | | | table with src, language for better performance.
* #363644 by chx: Remove annoying whitespace.Angie Byron2009-01-25
|
* #363687 by chx: Simplify DBTNG codeflow.Angie Byron2009-01-25
|
* - Patch #334956 by JohnAlbin: remove a IE hack 'flash of unstyled content' ↵Dries Buytaert2009-01-22
| | | | that is no longer needed.
* - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.Dries Buytaert2009-01-22
|
* #306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist ↵Angie Byron2009-01-22
| | | | with programmatic node creation.
* - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵Dries Buytaert2009-01-21
| | | | format' based on UMN usability study.
* - Patch #291026 by Dave Reid et al: further (usability) improvements to the ↵Dries Buytaert2009-01-21
| | | | E_NOTICE handling.
* - Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error ↵Dries Buytaert2009-01-19
| | | | reporting settings.
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* #360104 by drewish: Allow taxomomy module to be uninstalled.Angie Byron2009-01-19
|
* #360106 by Dave Reid: Allow comment module to be uninstalled.Angie Byron2009-01-19
|
* #345157 by toddy: Add API documentation for hook_update_last_removed().Angie Byron2009-01-17
|
* #320451 follow-up by webernet: Remove escaping of 'required by' and ↵Angie Byron2009-01-15
| | | | 'requires' on module page.
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Patch #245990 by pwolanin: further clean-up of the HTTP request status ↵Dries Buytaert2009-01-14
| | | | fail problem.
* - Patch #320451 by chx, Damien Tournoud: improved Drupal's module dependency ↵Dries Buytaert2009-01-14
| | | | system. This helps with fields in core. Comes with tests\!
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* - Patch #266246 by David Strauss: added smart defaults for ↵Dries Buytaert2009-01-11
| | | | system_settings_form().
* - Patch #356747 by chx: fix hidden module dependencies.Dries Buytaert2009-01-11
|
* #143434 by Jody Lynn: Move 'display post information' to where users would ↵Angie Byron2009-01-09
| | | | expect.
* - Rollback of #325908.Dries Buytaert2009-01-06
|
* #352956 by Damien Tournoud, Josh Waihi, drewish: Fix PDOException on install ↵Angie Byron2009-01-05
| | | | on some versions of PHP.
* - Patch #320591 by Moshe, Crell et al: tag specific alter hook for database ↵Dries Buytaert2009-01-04
| | | | queries.
* - Patch #353207 by CitizenKane and drewish: cleaned up the ↵Dries Buytaert2009-01-02
| | | | FILE_STATUS_TEMPORARY field.
* - Patch #353019 by agentrickard: remove underscores from time zone display ↵Dries Buytaert2009-01-02
| | | | names.
* - Patch #348201 by catch: make it possible to load multiple files with fewer ↵Dries Buytaert2008-12-31
| | | | queries.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.Dries Buytaert2008-12-28
|
* - Patch #330633 by drewish: temporary file clean-up _and_ unit tests. Oh yeah.Dries Buytaert2008-12-28
|
* - Patch #339588 by jhedstrom, Josh Waihi, mikl: remove *_unsigned types and ↵Dries Buytaert2008-12-26
| | | | rework their sizes. Fixes exception on PostgreSQL.
* - Patch #245990 by kellyllek, chx, dww: improved the HTTP request test to be ↵Dries Buytaert2008-12-24
| | | | more robust.
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #319404 by Dave Reid: simplify actions_sychronize and remove paramater.Dries Buytaert2008-12-20
|
* - Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.Dries Buytaert2008-12-19
|
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* - Patch #344661 by Dave Reid: API doc improvements for ↵Dries Buytaert2008-12-09
| | | | hook_translation_link_alter.
* - Patch #340557 by Dave Reid: use static caching in drupal_is_front_page().Dries Buytaert2008-12-09
|