Dries Buytaert
|
f80c618427
|
- Patch #349500 by Damien Tournoud et al: made db_query_temporary() generate its own temporary table names.
|
2009-01-11 10:57:20 +00:00 |
Dries Buytaert
|
08f263fb23
|
- Patch #323386 by mariuss, Dries: select options includes comments -- inconsistent with documentation
|
2009-01-11 10:49:21 +00:00 |
Dries Buytaert
|
388fe5b6d7
|
- Patch #124492 by mfer: added support for IPv6 and % characters. Comes with tests\!
|
2009-01-11 08:39:08 +00:00 |
Dries Buytaert
|
45fed79d73
|
- Patch #348448 by c960657: fixed php strict warnings when running tests.
|
2009-01-11 08:36:28 +00:00 |
Dries Buytaert
|
f7cd2518fa
|
- Patch #356747 by chx: fix hidden module dependencies.
|
2009-01-11 07:50:03 +00:00 |
Dries Buytaert
|
f088ccfb98
|
- Patch #301049 by Josh Waihi, Damien Tournoud, et al: fixed bug with transaction support (on PostgreSQL).
|
2009-01-11 07:47:03 +00:00 |
Angie Byron
|
c3d9c5285a
|
#334303 by drewish: Handle overwriting of managed files, with tests.
|
2009-01-10 06:09:54 +00:00 |
Angie Byron
|
117b284fd4
|
#356749 by chx: Fix cruft in forum_install().
|
2009-01-10 05:32:30 +00:00 |
Angie Byron
|
cb159b9ff1
|
#143434 by Jody Lynn: Move 'display post information' to where users would expect.
|
2009-01-09 16:19:56 +00:00 |
Dries Buytaert
|
3042f3385c
|
- Patch #348742 by catch: path tests should use drupalCreateNode() instead of own createNode(). Code clean-up.
|
2009-01-09 07:44:00 +00:00 |
Dries Buytaert
|
18ad0f6933
|
- Patch #124492 by mfer, c960657 et al: valid_url() does not support all valid URL characters.
|
2009-01-08 19:09:49 +00:00 |
Dries Buytaert
|
00b9dd4170
|
- Patch #356116 by Jody Lynn: fixed typo.
|
2009-01-08 18:57:32 +00:00 |
Dries Buytaert
|
a7b4bdef1d
|
- Patch #301049 by David Strauss, Josh Waihi, Crell, et al: transaction nesting was not tracked by connection, better documentation, and better tests.
|
2009-01-08 09:39:48 +00:00 |
Angie Byron
|
9a32ca468a
|
#8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
|
2009-01-08 08:42:13 +00:00 |
Angie Byron
|
2ca013b11d
|
#355787 by mikey_p: Fix notice at content administration page caused by typo.
|
2009-01-08 01:16:57 +00:00 |
Dries Buytaert
|
58be433272
|
- Patch #355661 by Jody Lynn: fixed spelling error in test function name.
|
2009-01-07 21:41:13 +00:00 |
Angie Byron
|
5c1f807a46
|
#353480 follow-up by dereine and sun: Fix typo.
|
2009-01-07 03:52:32 +00:00 |
Dries Buytaert
|
ebd7390533
|
- Rollback of #325908.
|
2009-01-06 13:33:06 +00:00 |
Dries Buytaert
|
ea39388e48
|
- Patch #351805 by chx: worked around endless loops in tests.
|
2009-01-06 12:44:20 +00:00 |
Dries Buytaert
|
2e1827d040
|
- Patch #341910 by Josh Waihi, drewish et al: file_space_used() was not properly checking bitmapped status values. Added unit tests too.
|
2009-01-06 12:00:40 +00:00 |
Dries Buytaert
|
cce322378c
|
- Patch #353618 by sun: drupalLogin does not update passed-in user object -- improved documentation.
|
2009-01-06 11:04:59 +00:00 |
Dries Buytaert
|
9e59ef8ed0
|
- Patch #354715 by yched: removed unused and unsupported js entry in batch definition.
|
2009-01-05 21:57:12 +00:00 |
Angie Byron
|
20421ee64d
|
#276280 by jhedstrom, drewish: Tests for private downloads and file name munging.
|
2009-01-05 05:01:38 +00:00 |
Angie Byron
|
63cb7ba103
|
#352956 by Damien Tournoud, Josh Waihi, drewish: Fix PDOException on install on some versions of PHP.
|
2009-01-05 02:52:43 +00:00 |
Dries Buytaert
|
634379299f
|
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.
|
2009-01-04 19:56:51 +00:00 |
Dries Buytaert
|
27e01ade23
|
- Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering out of node module'.
|
2009-01-04 16:19:39 +00:00 |
Dries Buytaert
|
6690a4ec4c
|
- Patch #353480 by dereine, justinrandell: remove from hook_comment().
|
2009-01-04 16:10:48 +00:00 |
Dries Buytaert
|
76138ea8a6
|
- Patch #275796 by Gribnif, Damien Tournoud and Dave Reid: module_list() tried to reset a static using unset(). Added tests too.
|
2009-01-03 08:45:28 +00:00 |
Dries Buytaert
|
45f34467fb
|
- Patch #212130 by Damien Tournoud, grendzy: decode_entities() should support all (X)HTML entities.
|
2009-01-02 22:09:53 +00:00 |
Dries Buytaert
|
86aa636c8b
|
- Patch #353207 by CitizenKane and drewish: cleaned up the FILE_STATUS_TEMPORARY field.
|
2009-01-02 21:45:11 +00:00 |
Dries Buytaert
|
b3649703d5
|
- Patch #352911 by swentel: the comment status field was reversed.
|
2009-01-02 21:17:35 +00:00 |
Dries Buytaert
|
46249457d2
|
- Patch #295283 by Damien Tournoud: created a better index for the default front page.
|
2009-01-02 21:12:31 +00:00 |
Dries Buytaert
|
37c6f50bcd
|
- Patch #353019 by agentrickard: remove underscores from time zone display names.
|
2009-01-02 20:28:09 +00:00 |
Dries Buytaert
|
9440e26269
|
- Patch #352728 by j.somers: fixed broken link.
|
2009-01-01 21:59:05 +00:00 |
Dries Buytaert
|
4e9116ca34
|
- Rollback of #352337.
|
2008-12-31 12:04:36 +00:00 |
Dries Buytaert
|
5ba50b3fe8
|
- Patch #350984 by Moshe: kick comment rendering out of node module.
|
2008-12-31 12:02:24 +00:00 |
Dries Buytaert
|
d813e3679c
|
- Patch #348201 by catch: make it possible to load multiple files with fewer queries.
|
2008-12-31 11:08:47 +00:00 |
Dries Buytaert
|
82727ed8aa
|
- Patch #352359 by Damien Tournoud: provided unit tests for the unicode library and fixed some bugs.
|
2008-12-31 11:01:49 +00:00 |
Dries Buytaert
|
a77601f669
|
- Patch #352337 by catch: avoid unnecessary query in comment render.
|
2008-12-30 20:15:43 +00:00 |
Dries Buytaert
|
92a8adea65
|
- Patch #352470 by scor: fixed typos and grammar in comments.
|
2008-12-30 16:43:20 +00:00 |
Dries Buytaert
|
cac5dd8a66
|
- Patch #352236 by CitizenKane: finished converting upload module to the new database layer.
|
2008-12-30 15:52:59 +00:00 |
Angie Byron
|
0f3d0f2693
|
#229051 follow-up by anigma32: Committing rest of fix for statistics under pgsql.
|
2008-12-30 03:53:35 +00:00 |
Dries Buytaert
|
5339dccdaa
|
- Patch #299176 by Moshe et al: replace db_rewrite_sql() with hook_query_alter().
|
2008-12-29 22:29:44 +00:00 |
Dries Buytaert
|
44c0672806
|
- Patch #352093 by catch: avoid unnecessary SQL query on front page when no node access modules are enabled.
|
2008-12-29 21:51:26 +00:00 |
Dries Buytaert
|
a04728577f
|
- Patch #352054 by catch: convert calls to db_placeholders() in static queries.
|
2008-12-29 16:03:57 +00:00 |
Dries Buytaert
|
5bbad8a4dc
|
- Patch #223298 by Dave Reid: change {dblog}.type VARCHAR limit from 16 to 64.
|
2008-12-28 20:41:19 +00:00 |
Dries Buytaert
|
1d14b0f894
|
- Patch #212236 by wrwrwr: automatic line breaking sometimes results in an unpaired end of paragraph tag.
|
2008-12-28 19:30:36 +00:00 |
Dries Buytaert
|
53b83cdcb9
|
- Patch #330633 by drewish: temporary file clean-up _and_ unit tests. Oh yeah.
|
2008-12-28 19:11:31 +00:00 |
Dries Buytaert
|
48673b7506
|
- Patch #320363 by mikey_p: renaming module for consistency.
|
2008-12-28 18:27:14 +00:00 |
Dries Buytaert
|
445823f6bb
|
- Patch #337783 by Dave Reid, drewish: array-itize drupal_http_requests()'s parameters.
|
2008-12-26 21:01:57 +00:00 |