summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* #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
|
* #1004850 by chx, Crell: Fixed DBTNG databaseType comment is confusingAngie Byron2010-12-22
|
* #544398 by Gábor Hojtsy, mr.baileys: Fixed Delete buttons look disabled in ↵Angie Byron2010-12-22
| | | | Seven theme even though they're not
* #1004060 by dmitrig01, chx: Fixed SQLite update queries with expression failingAngie Byron2010-12-22
|
* #926636 by Stevel, Damien Tournoud, dmitrig01: Fixed Drupal install error on ↵Angie Byron2010-12-21
| | | | PostgreSQL 9.0 database due to encoding.
* #992928 by das-peter, David_Rothstein: Fixed Command line (Drush) install ↵Angie Byron2010-12-21
| | | | fails on SQLite (#limit_validation_errors doesn't work for programmatic form submissions)
* #996160 follow-up by rfay: Fix typo.Angie Byron2010-12-21
|
* #954804 follow-up by effulgentsia: Fix bugs related to library weighting.Angie Byron2010-12-21
|
* #1004446 by rfay: Fix typo in documentation.Angie Byron2010-12-21
|
* Roll-back of #1004446 to test git rebuild scripts.Angie Byron2010-12-21
|
* #1004446 by rfay: Fix typo in documentation.Angie Byron2010-12-21
|
* #915174 follow-up by David_Rothstein: More .module files that no longer need ↵Angie Byron2010-12-21
| | | | to be specified in files[].
* #995122 by threewestwinds, rfay: Allow textareas and textfields to accept ↵Angie Byron2010-12-21
| | | | spaces in ajax.
* #986992 follow-up by yched, sun: Robustify upgrade path.Angie Byron2010-12-21
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #1002708 by sun: Robustify instance settings instantiation to prevent fatal ↵Angie Byron2010-12-20
| | | | errors in buggy modules.