summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #754760 by sun, chx, dmitrig01, manarth, EvanDonovan, derjochenmeyer, ↵Angie Byron2011-01-02
| | | | joachim: Fixed all possible problems with comment links, using new generatePermutations testing function.
* #936490 by dww, fago: Fixed Update module should verify downloaded tarballs ↵Angie Byron2011-01-02
| | | | and propagate errors correctly
* #1005934 by rfw, dww: Fixed UpdateTestUploadCase->testUploadModule() raises ↵Angie Byron2011-01-02
| | | | an exception during testing with E_STRICT
* #1012822 by dww: Fixed exception handling while downloading/verifying a ↵Angie Byron2011-01-02
| | | | tarball in update manager.
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #1006478 follow-up by Stevel: Fix table prefixes to prevent random testbot ↵Angie Byron2011-01-02
| | | | failures.
* #761212 follow-up by jbrown: Better method of changing to DRUPAL_ROOT.Angie Byron2011-01-01
|
* #1003968 by David_Rothstein, jhodgdon: Fixed Explain in INSTALL.txt that on ↵Angie Byron2011-01-01
| | | | some servers, the automated settings.php creation isn't expected to work
* #1011308 by droplet: Fixed Call to undefined function decode_entities IN ↵Angie Byron2011-01-01
| | | | common.inc
* #1003828 by rfay: Fixed Drupal.ajaxError may itself throw an exception, ↵Angie Byron2011-01-01
| | | | causing silent 'AJAX Error 0' events
* #1011496 by danillonunes: Fixed Duplicate comment line for ↵Angie Byron2011-01-01
| | | | drupal_render_cid_parts()
* #1010376 by danillonunes: Fixed drupal_add_js() documentation makes ↵Angie Byron2011-01-01
| | | | reference to drupal_add_css()
* #1008628 by plach: Fixed Fatal error: Call to undefined function ↵Angie Byron2010-12-31
| | | | language_negotiation_get_switch_links() when using only one language
* #1001242 by agentrickard, pwolanin, Crell, chx: Add DBTNG support for EXISTS ↵Angie Byron2010-12-31
| | | | conditions.
* #986992 follow-up by yched, saintiss: Fix to field_sql_storage_update_7001().Angie Byron2010-12-31
|
* #971120 by bec, dereine, bojanz, chx: Fixed Radio button values get run ↵Angie Byron2010-12-30
| | | | through check_plain() twice
* #1006302 by aspilicious, bfroehle: Fixed can't install projects packed as ↵Angie Byron2010-12-30
| | | | zip in Update Manager.
* Back to 7.0-devAngie Byron2010-12-30
|
* Drupal 7.0-rc4Angie Byron2010-12-30
|
* #1003958 by mlncn: Correct _node_save_revision documentationAngie Byron2010-12-30
|
* #989556 by bfroehle: Fixed Broken Upgrade: filter #7001Angie Byron2010-12-30
|
* #1002396 by yhager: Fixed Missing form_state in callback call in ↵Angie Byron2010-12-29
| | | | file_managed_file_value
* #991660 by bblake: Remove unnecessary check_plain calls from authorize.phpAngie Byron2010-12-29
|
* #905576 by idflood: Allow crawling of /contact/ by search engines, don't ↵Angie Byron2010-12-29
| | | | disallow it in robots.txt
* #1007448 by chalet16: Fix typo in DatabaseSchema_pgsql.Angie Byron2010-12-29
|
* #977450 by hass: Fix typo in variable namein ArchiverZip->remove().Angie Byron2010-12-29
|
* #951116 by Damien Tournoud, Stevel: Fixed db_change_field() fails to convert ↵Angie Byron2010-12-29
| | | | int to varchar on PostgreSQL
* #1006478 by Stevel, mradcliffe, vwX, bfroehle: Fixed D6 to D7 upgrade on ↵Angie Byron2010-12-29
| | | | PostgreSQL stopped cold at update.php
* #1007504 by carlos8f, pioterw: Fixed Rehashed passwords after Drupal 6 ↵Angie Byron2010-12-28
| | | | upgrade fail
* #866340 follow-up by mikl: Document how to add support for non-standard SQL ↵Angie Byron2010-12-28
| | | | types to hook_schema().
* #761212 by jbrown: Fixed Always use DRUPAL_ROOT instead of getcwd()Angie Byron2010-12-28
|
* #1005674 by solotandem: Fixed SelectQuery::countQuery() fails with a group ↵Angie Byron2010-12-28
| | | | by expression
* #950680 by ericduran, Dave Reid: Fixed Multiple notices from tracker after ↵Angie Byron2010-12-28
| | | | deleting a node
* #977174 by AlexisWilke: Update results generate a spurious </ul>.Angie Byron2010-12-28
|
* #1007486 by mlncn: Fixed Documentation problem with truncate_utf8: refers to ↵Angie Byron2010-12-28
| | | | max_return_length instead of max_length
* #1005004 by markabur, bfroehle: Fixed critical Editing a comment destroys ↵Angie Byron2010-12-28
| | | | its creation date
* #994500 by Gábor Hojtsy: Fixed Drupal should not require .po file rename in ↵Angie Byron2010-12-28
| | | | installation
* #1005306 by pillarsdotnet: Fixed Remove useless and outdated reference to ↵Angie Byron2010-12-24
| | | | file_directory_path
* #990366 by dww: Rename 'update system' to 'database update system' to help ↵Angie Byron2010-12-23
| | | | eliminate end-user confusion.
* Back to 7.0-devAngie Byron2010-12-23
|
* Drupal 7.0-rc3Angie Byron2010-12-23
|
* #1003860 follow-up by dereine, dmitrig01, chx: Fix count queries with aliases.Angie Byron2010-12-23
|
* #1005922 by Jacine: Jacine got married! Yay! :D Change last name in ↵Angie Byron2010-12-23
| | | | MAINTAINERS.txt.
* #1005428 by dmitrig01, chx: Remove redundant pragma statement in SQLite.Angie Byron2010-12-23
|
* #995854 by rfay, effulgentsia, sun, merlinofchaos, Damien Tournoud, ↵Angie Byron2010-12-23
| | | | manimejia: Fixed #ajax doesn't work at all if a file element (or enctype => 'multipart/form-data') is included in the form
* #1004068 by Damien Tournoud, dmigtrig01: Complete the implementation of ↵Angie Byron2010-12-23
| | | | DatabaseSchema::addField() for SQLite... gets us to 100% tests passing in SQLite! :D
* #850852 follow-up by Damien Tournoud: Fixed notices that caused tests to fail.Angie Byron2010-12-23
|
* #850852 by Damien Tournoud, dmitrig01, chx: Fixed transaction failure and ↵Angie Byron2010-12-22
| | | | allow concurrent testing on SQLite
* #1003860 by dmitrig01, chx: Fixed Count query fails to remove fields and ↵Angie Byron2010-12-22
| | | | expressions.
* #988036 by duellj: Fixed wrong function headers in tracker moduleAngie Byron2010-12-22
|