summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - 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
|
* - Rollback of #325908.Dries Buytaert2009-01-06
|
* - Patch #351805 by chx: worked around endless loops in tests.Dries Buytaert2009-01-06
|
* - Patch #341910 by Josh Waihi, drewish et al: file_space_used() was not ↵Dries Buytaert2009-01-06
| | | | properly checking bitmapped status values. Added unit tests too.
* - Patch #353618 by sun: drupalLogin does not update passed-in user object -- ↵Dries Buytaert2009-01-06
| | | | improved documentation.
* - Patch #354715 by yched: removed unused and unsupported js entry in batch ↵Dries Buytaert2009-01-05
| | | | definition.
* #276280 by jhedstrom, drewish: Tests for private downloads and file name ↵Angie Byron2009-01-05
| | | | munging.
* #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 #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering ↵Dries Buytaert2009-01-04
| | | | out of node module'.
* - Patch #353480 by dereine, justinrandell: remove from hook_comment().Dries Buytaert2009-01-04
|
* - Patch #275796 by Gribnif, Damien Tournoud and Dave Reid: module_list() ↵Dries Buytaert2009-01-03
| | | | tried to reset a static using unset(). Added tests too.
* - Patch #212130 by Damien Tournoud, grendzy: decode_entities() should ↵Dries Buytaert2009-01-02
| | | | support all (X)HTML entities.
* - Patch #353207 by CitizenKane and drewish: cleaned up the ↵Dries Buytaert2009-01-02
| | | | FILE_STATUS_TEMPORARY field.
* - Patch #352911 by swentel: the comment status field was reversed.Dries Buytaert2009-01-02
|
* - Patch #295283 by Damien Tournoud: created a better index for the default ↵Dries Buytaert2009-01-02
| | | | front page.
* - Patch #353019 by agentrickard: remove underscores from time zone display ↵Dries Buytaert2009-01-02
| | | | names.
* - Patch #352728 by j.somers: fixed broken link.Dries Buytaert2009-01-01
|
* - Rollback of #352337.Dries Buytaert2008-12-31
|
* - Patch #350984 by Moshe: kick comment rendering out of node module.Dries Buytaert2008-12-31
|
* - Patch #348201 by catch: make it possible to load multiple files with fewer ↵Dries Buytaert2008-12-31
| | | | queries.
* - Patch #352359 by Damien Tournoud: provided unit tests for the unicode ↵Dries Buytaert2008-12-31
| | | | library and fixed some bugs.
* - Patch #352337 by catch: avoid unnecessary query in comment render.Dries Buytaert2008-12-30
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #352236 by CitizenKane: finished converting upload module to the new ↵Dries Buytaert2008-12-30
| | | | database layer.
* #229051 follow-up by anigma32: Committing rest of fix for statistics under ↵Angie Byron2008-12-30
| | | | pgsql.
* - Patch #299176 by Moshe et al: replace db_rewrite_sql() with ↵Dries Buytaert2008-12-29
| | | | hook_query_alter().
* - Patch #352093 by catch: avoid unnecessary SQL query on front page when no ↵Dries Buytaert2008-12-29
| | | | node access modules are enabled.
* - Patch #352054 by catch: convert calls to db_placeholders() in static queries.Dries Buytaert2008-12-29
|
* - Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.Dries Buytaert2008-12-28
|
* - Patch #212236 by wrwrwr: automatic line breaking sometimes results in an ↵Dries Buytaert2008-12-28
| | | | unpaired end of paragraph tag.
* - Patch #330633 by drewish: temporary file clean-up _and_ unit tests. Oh yeah.Dries Buytaert2008-12-28
|