summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #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
|
* #349327 by stewsnooze: Change link from 'Main page' to 'Front page' in ↵Angie Byron2009-01-17
| | | | update.php for consistency.
* - Patch #301049 by Damien Tournoud: fix InsertQuery.Dries Buytaert2009-01-17
|
* #332980 follow-up by scor: Adding entry about RDF support to CHANGELOG.txt.Angie Byron2009-01-16
|
* #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 #358006 by gcopenhaver: fixed spelling errors.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.
* - Patch #124492 by mfer: tiny cleanup -- duplicate character.Dries Buytaert2009-01-13
|
* - 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 #339929 by Moshe Weitzman: removed some cruft.Dries Buytaert2009-01-11
|
* - 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).
* - Patch #356721 by c960657: the cancel user account patch broke the tests ↵Dries Buytaert2009-01-10
| | | | because it reveiled a bug in the url() (when bootstrapping).
* #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
|
* #356782 by quicksketch: remove needless line of code.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.
* #289120 by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini ↵Angie Byron2009-01-09
| | | | settings from double-quoting JavaScript in Drupal.
* - 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 #355278 by Josh Waihi: fixed problem with transaction support being ↵Dries Buytaert2009-01-08
| | | | turned on when unwanted.
* - Patch #342503 by Josh Waihi, Damien Tournoud et al: schema function ↵Dries Buytaert2009-01-08
| | | | findTables fails on PostgreSQL.
* - 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
* #355858 by Crell: Add maintainers for MySQL driver.Angie Byron2009-01-08
|
* #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 #352722 by dmitrig01: conditionally show 'settings.php not writable' ↵Dries Buytaert2009-01-06
| | | | error so that the message doesn't show up when the file does not exist.
* - Patch #352803 by chx: convert query to new database layer.Dries Buytaert2009-01-06
|
* - Patch #302251 by katbailey: remove the themes property from the Drupal ↵Dries Buytaert2009-01-06
| | | | object in drupal.js.