summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #685074 by pwolanin: some stream wrappers need to be hidden or ↵Dries Buytaert2010-01-26
| | | | read-only.
* - Patch #229051 by Josh Waihi, bellHead, ainigma32, Dave Reid, druido, ↵Dries Buytaert2010-01-26
| | | | ivanSB@drupal.org, jaydub: fixed 'Top visitor' page on PostgreSQL 8.3.
* - Patch #563106 by adrian, David_Rothstein: more upgrade path fixes to help ↵Dries Buytaert2010-01-25
| | | | contrib updates make progress.
* - Rollback of patch #693362.Dries Buytaert2010-01-25
|
* - Patch #602408 by yoroy: adjust height of shortcut bar.Dries Buytaert2010-01-25
|
* - Patch #564642 by Scott Reynolds, Dave Reid: comment_build() was renamed to ↵Dries Buytaert2010-01-25
| | | | comment_view()
* - Patch #693614 by asimmonds: fixed PHPDoc spelling typos.Dries Buytaert2010-01-25
|
* - Patch #694384 by aaron: typo: change default_widget() in file_field_info() ↵Dries Buytaert2010-01-25
| | | | to proper file_generic().
* - Rollback of #691938.Dries Buytaert2010-01-24
|
* - Patch #649820 by brianV: added missing documentation for MENU_LOCAL_ACTION ↵Dries Buytaert2010-01-24
| | | | in hook_menu().
* - Patch #564642 by Scott Reynolds: added tests for node_rebuild() and ↵Dries Buytaert2010-01-24
| | | | comment_rebuild().
* - Patch #686128 by yched: body-to-field conversion was unacceptably slow.Dries Buytaert2010-01-24
|
* - Patch #691938 by carlos8f: block caching per-role, per-user, per-page was ↵Dries Buytaert2010-01-23
| | | | broken. Added block caching tests.
* - Patch #693362 by catch: taxonomy_form_all() is dead code, and dangerous.Dries Buytaert2010-01-23
|
* - Patch #667152 by catch: optimize node_tag_new().Dries Buytaert2010-01-22
|
* - Patch #417244 by Dave Reid, arnd: contact mail greeting should be friendly ↵Dries Buytaert2010-01-22
| | | | and translatable.
* - Patch #678594 by linclark: fixed RDFa markup for file/image formatters.Dries Buytaert2010-01-22
|
* - Patch #691456 by Boobaa: removed extra apostrophe in blog.module.Dries Buytaert2010-01-22
|
* - Patch #689738 by c960657: use Save and Delete buttons on path alias ↵Dries Buytaert2010-01-21
| | | | editing form.
* - Patch #627626 by Damien Tournoud: fixed Node-specific code in file field.Dries Buytaert2010-01-20
|
* - Patch #353595 by dereine, catch, killes@www.drop.org: node_access() issues ↵Dries Buytaert2010-01-20
| | | | four queries on default install node/1 so added a static cache.
* - Patch #675608 by Rob Loach, Gábor Hojtsy: fixed contextual link colors ↵Dries Buytaert2010-01-20
| | | | easily overwritten.
* - Patch #683814 by c960657: fixed bug with re-running tests.Dries Buytaert2010-01-20
|
* #688862 by webchick: Fixed Documentation problem with hook_node_view().Angie Byron2010-01-19
|
* - Patch #686800 by c960657: refined the OpenID tests to verify that the user ↵Dries Buytaert2010-01-18
| | | | actually logged in to avoid false positives with blocked users.
* - Patch #672496 by jbrown: radio and checkbox widgets should be centered ↵Dries Buytaert2010-01-18
| | | | vertically.
* - Patch #684646 by catch: reordered some code to avoid unnecessary query in ↵Dries Buytaert2010-01-18
| | | | _node_revision_access().
* - Patch #658118 by David_Rothstein, carlos8f: overlay prevented enabling of ↵Dries Buytaert2010-01-18
| | | | other modules at the same time.
* - Patch #678504 by heyrocker, David_Rothstein: incorrect menu argument for ↵Dries Buytaert2010-01-18
| | | | ip address blocking.
* - Patch #687716 by heyrocker: IP blocking test incorrectly checks for ↵Dries Buytaert2010-01-18
| | | | existence of blocked IP.
* - Patch #609622 by Rob Loach, casey, andypost, mfer: keep jQuery Form up to ↵Dries Buytaert2010-01-18
| | | | date.
* - Patch #682870 by David_Rothstein: fixed typo.Dries Buytaert2010-01-18
|
* - Patch #678590 by asimmonds, Dave Reid, Damien Tournoud: fixed path alias ↵Dries Buytaert2010-01-18
| | | | link being below submit button on taxonomy term add.
* - Patch #687578 by agentrickard: remove access check from ↵Dries Buytaert2010-01-18
| | | | aggregator_categorize_items().
* - Fixed 2pixel error.Dries Buytaert2010-01-18
|
* - Patch #569276 by lut4rp, reglogge, webkenny: Fixed the title and ↵Dries Buytaert2010-01-18
| | | | description for 'Error message display' in Logging and Errors.
* - Patch #678050 by gpk: strings tidy-up for simpletest_requirements().Dries Buytaert2010-01-15
|
* - Patch #368006 by deviantintegral, lisarex: module incompatibility message ↵Dries Buytaert2010-01-15
| | | | was confusing.
* - Patch #684774 by sun: block visibility settings cannot be properly extended.Dries Buytaert2010-01-15
|
* - Patch #611752 by catch: taxonomy_field_validate() calls ↵Dries Buytaert2010-01-15
| | | | taxonomy_allowed_values().
* - Patch #684828 by dww: function update_requirements() doesn't return ↵Dries Buytaert2010-01-15
| | | | anything during install and stops the install process.
* - Patch #683814 by yched: remove unneeded call to batch_process().Dries Buytaert2010-01-15
|
* #685004 by Dave Reid: Fixed Cannot run tests under non-standard profile.Angie Byron2010-01-15
|
* - Patch #46149 by Senpai, sun, alexanderpas, hunmonk, ChrisKennedy, ↵Dries Buytaert2010-01-14
| | | | tstoeckler, cwgordon7: prevent account cancellation for uid 1.
* - Patch #683630 by Dave Reid: remove hard-coded 'administer nodes' checking ↵Dries Buytaert2010-01-14
| | | | in node_validate() and node_submit().
* - Patch #684212 by catch: taxonomy_clear_field_cache() is redundant.Dries Buytaert2010-01-14
|
* - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against ↵Dries Buytaert2010-01-14
| | | | vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection.
* - Patch #614288 by ksenzee, dww: fix UI on the install new stuff pages.Dries Buytaert2010-01-14
|
* - Patch #638070 by carlos8f, Gábor Hojtsy, ksenzee, pwolanin, chx, catch: ↵Dries Buytaert2010-01-14
| | | | router loaders causing a lot of database hits for access checks.
* #674394 by David_Rothstein: Move add/remove shortcut buttons to a theme ↵Angie Byron2010-01-14
| | | | setting, so that it does not appear on themes where it makes no sense.