summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #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).
* #365183 by Eaton: Fix for node_feed() silently discards ->content (with tests).Angie Byron2009-01-28
|
* #144969 by beginner, Wim Leers, and catch: Fix count returned by ↵Angie Byron2009-01-28
| | | | taxonomy_term_count_nodes() with multi-select vocabularies (with tests).
* #346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests).Angie Byron2009-01-28
|
* #364407 by catch: Fix drupal_render() sorting (with tests).Angie Byron2009-01-27
|
* - 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 #353632 by catch et al: avoid sorting elements twice -- performance ↵Dries Buytaert2009-01-23
| | | | improvement.
* #362680 by catch: Put all taxonomy tests in one spot.Angie Byron2009-01-22
|
* #352121 follow-up: Let's commit the test module this time, shall we? :PAngie Byron2009-01-22
|
* - Patch #360398 by asimmonds: fixed bug with updating feed categories.Dries Buytaert2009-01-22
|
* - 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
|
* - Patch #308774 by oadaeh, catch, keith.smith: improved the revision log ↵Dries Buytaert2009-01-22
| | | | terminology a bit.
* - Patch #80944 by Dave Reid, swentel, ChrisKennedy: move the statistics ↵Dries Buytaert2009-01-22
| | | | settings to a more logical place.
* #306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist ↵Angie Byron2009-01-22
| | | | with programmatic node creation.
* #276554 by stella and John Morahan: Tests for comments as part of an RSS feed.Angie Byron2009-01-22
|
* #308277 by robertDouglass: Tests for multiple search engine types.Angie Byron2009-01-22
|
* #357591 by sun: Add watchdog calls for user cancel operations.Angie Byron2009-01-22
|
* #339466 by patryk: Replace the OpenID link in user help with official link.Angie Byron2009-01-22
|
* #345973 by aaron and Rob Loach: Move parameter on drupal_add_css/js to a ↵Angie Byron2009-01-22
| | | | 'type' instead, to clean up calling code.
* #352121 by valthebald and Damien Tournoud: Allow importing of invalid tags ↵Angie Byron2009-01-22
| | | | in .po files into non-default text groups.
* #220559 by eMPee584 and Damien Tournoud: Fix bug in language switcher block ↵Angie Byron2009-01-22
| | | | that makes all languages active (with tests)
* #287178 by justinrandell: Break up various hook_form_alter()s to ↵Angie Byron2009-01-22
| | | | hook_form_FORM_ID_alters().
* #346285 by Damien Tournoud: forward-port HTTP_HOST fix from 6.x.Angie Byron2009-01-22
|
* - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵Dries Buytaert2009-01-21
| | | | format' based on UMN usability study.
* - Patch #362003 by Steven Jones: minor language massaging.Dries Buytaert2009-01-21
|
* - Patch #278675 by Dave Reid, pwolanin, drewish, robertDouglass: fixed ↵Dries Buytaert2009-01-21
| | | | possible SQL injection risk in node_access(). Already part of Drupal 6.
* - Patch #360785 by Dave Reid: add timestamp to {poll_votes}.Dries Buytaert2009-01-21
|
* - Patch #195976 by mcarbone: made error message more accurate and more ↵Dries Buytaert2009-01-21
| | | | informative.
* - Patch #291026 by Dave Reid et al: further (usability) improvements to the ↵Dries Buytaert2009-01-21
| | | | E_NOTICE handling.
* #355225 by Josh Waihi and Damien Tournoud: Fix inconsistent behaviour with ↵Angie Byron2009-01-20
| | | | transaction support and insert queries. All tests should pass on PostgreSQL now. Woot! :)
* #203323 by JirkaRybka, robertgarrigos, thePanz, c960657, and sun: Fix ↵Angie Byron2009-01-20
| | | | undefined index locale in install.php and clean up crufty code.
* #357403 by drewish: Make user pictures managed files.Angie Byron2009-01-20
|
* #30520 follow-up by Dave Reid: Fix error message about upload when not ↵Angie Byron2009-01-20
| | | | uploading a file (with tests, so we don't break it again).
* - Patch #291026 by Dave Reid, Pasqualle, Rob Loach, et al: improved error ↵Dries Buytaert2009-01-19
| | | | reporting settings.
* - Meh by Dries.Dries Buytaert2009-01-19
|
* - Patch #219584 by keith.smith, Bevan, SteveJB: rename operation in Input ↵Dries Buytaert2009-01-19
| | | | Formats from 'Configure' to 'View Configuration'.
* - 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.
* - Patch #308719 by jpetso, boombatower, et al: sanitze simpletest.js ↵Dries Buytaert2009-01-19
| | | | checkbox code.
* #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
|
* #350381 by tstoeckler and swentel: Add a note about running update.php to ↵Angie Byron2009-01-18
| | | | the modules page that's easier to find than the one buried under the module updates page.
* #320395 by qutoz and swentel: Fix PHP notice on preview with body-less nodes.Angie Byron2009-01-17
|
* #345157 by toddy: Add API documentation for hook_update_last_removed().Angie Byron2009-01-17
|