summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - 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
|
* #314283 by jhedstrom: Adding tests for disabled checkboxes.Angie Byron2009-01-17
|
* #320451 follow-up by webernet: Remove escaping of 'required by' and ↵Angie Byron2009-01-15
| | | | 'requires' on module page.
* - Patch #201490 by lilou, keith.smith: fixed inconsistencies in the ↵Dries Buytaert2009-01-14
| | | | moderation queue related help texts.
* - 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\!
* - Patch #346285 by grendzy, Damien Tournoud, thekevinday et al: fixed ↵Dries Buytaert2009-01-14
| | | | problem when HTTP_HOST is not transmitted.
* - 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.
* - Rollback of #190867.Dries Buytaert2009-01-13
|
* #358021 by drewish: Remove unnecessary indirection of hook_user_X code.Angie Byron2009-01-13
|
* - Patch #357595 by Damien Tournoud: rename SimpleTestTestCase to ↵Dries Buytaert2009-01-12
| | | | SimpleTestFunctionalTest.
* - Patch #347485 by cdale: don't add upload node submit handler unless necessary.Dries Buytaert2009-01-12
|
* - Patch #329407 by dereine, birdmanx35, hswong3i et al: report running time ↵Dries Buytaert2009-01-12
| | | | of simpletests.
* - Patch #266246 by David Strauss: added smart defaults for ↵Dries Buytaert2009-01-11
| | | | system_settings_form().
* - Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate ↵Dries Buytaert2009-01-11
| | | | its own temporary table names.
* - Patch #323386 by mariuss, Dries: select options includes comments -- ↵Dries Buytaert2009-01-11
| | | | inconsistent with documentation
* - Patch #124492 by mfer: added support for IPv6 and % characters. Comes ↵Dries Buytaert2009-01-11
| | | | with tests\!
* - Patch #348448 by c960657: fixed php strict warnings when running tests.Dries Buytaert2009-01-11
|
* - Patch #356747 by chx: fix hidden module dependencies.Dries Buytaert2009-01-11
|
* - Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with ↵Dries Buytaert2009-01-11
| | | | transaction support (on PostgreSQL).
* #334303 by drewish: Handle overwriting of managed files, with tests.Angie Byron2009-01-10
|
* #356749 by chx: Fix cruft in forum_install().Angie Byron2009-01-10
|
* #143434 by Jody Lynn: Move 'display post information' to where users would ↵Angie Byron2009-01-09
| | | | expect.
* - Patch #348742 by catch: path tests should use drupalCreateNode() instead ↵Dries Buytaert2009-01-09
| | | | of own createNode(). Code clean-up.
* - Patch #124492 by mfer, c960657 et al: valid_url() does not support all ↵Dries Buytaert2009-01-08
| | | | valid URL characters.
* - Patch #356116 by Jody Lynn: fixed typo.Dries Buytaert2009-01-08
|
* - Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction ↵Dries Buytaert2009-01-08
| | | | nesting was not tracked by connection, better documentation, and better tests.
* #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵Angie Byron2009-01-08
| | | | the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
* #355787 by mikey_p: Fix notice at content administration page caused by typo.Angie Byron2009-01-08
|
* - Patch #355661 by Jody Lynn: fixed spelling error in test function name.Dries Buytaert2009-01-07
|
* #353480 follow-up by dereine and sun: Fix typo.Angie Byron2009-01-07
|