Commit Graph

14652 Commits (38b29900520db43f3b8b6c2ec138679e0a5c53cf)

Author SHA1 Message Date
Angie Byron 540ce2b461 #1006302 by aspilicious, bfroehle: Fixed can't install projects packed as zip in Update Manager. 2010-12-30 22:33:04 +00:00
Angie Byron f6cd923ed7 Back to 7.0-dev 2010-12-30 04:36:53 +00:00
Angie Byron be8c8fefa8 Drupal 7.0-rc4 2010-12-30 04:35:00 +00:00
Angie Byron 9d638eb177 #1003958 by mlncn: Correct _node_save_revision documentation 2010-12-30 03:47:36 +00:00
Angie Byron cb5e5a137c #989556 by bfroehle: Fixed Broken Upgrade: filter #7001 2010-12-30 03:44:39 +00:00
Angie Byron 90155726d0 #1002396 by yhager: Fixed Missing form_state in callback call in file_managed_file_value 2010-12-29 04:35:23 +00:00
Angie Byron 0083fcb5e0 #991660 by bblake: Remove unnecessary check_plain calls from authorize.php 2010-12-29 04:07:52 +00:00
Angie Byron 051f470e9e #905576 by idflood: Allow crawling of /contact/ by search engines, don't disallow it in robots.txt 2010-12-29 04:05:07 +00:00
Angie Byron 3670e5757e #1007448 by chalet16: Fix typo in DatabaseSchema_pgsql. 2010-12-29 04:03:42 +00:00
Angie Byron cc27bb5e8c #977450 by hass: Fix typo in variable namein ArchiverZip->remove(). 2010-12-29 04:01:40 +00:00
Angie Byron 2ec8e339c7 #951116 by Damien Tournoud, Stevel: Fixed db_change_field() fails to convert int to varchar on PostgreSQL 2010-12-29 03:50:58 +00:00
Angie Byron 93b910091f #1006478 by Stevel, mradcliffe, vwX, bfroehle: Fixed D6 to D7 upgrade on PostgreSQL stopped cold at update.php 2010-12-29 03:46:39 +00:00
Angie Byron 22f0ba528f #1007504 by carlos8f, pioterw: Fixed Rehashed passwords after Drupal 6 upgrade fail 2010-12-28 21:46:23 +00:00
Angie Byron f31175dcdd #866340 follow-up by mikl: Document how to add support for non-standard SQL types to hook_schema(). 2010-12-28 19:38:39 +00:00
Angie Byron 9a98523a80 #761212 by jbrown: Fixed Always use DRUPAL_ROOT instead of getcwd() 2010-12-28 19:14:48 +00:00
Angie Byron fbd6ffbf52 #1005674 by solotandem: Fixed SelectQuery::countQuery() fails with a group by expression 2010-12-28 18:49:51 +00:00
Angie Byron c719b1a5b3 #950680 by ericduran, Dave Reid: Fixed Multiple notices from tracker after deleting a node 2010-12-28 18:39:23 +00:00
Angie Byron 5a3d5149f4 #977174 by AlexisWilke: Update results generate a spurious </ul>. 2010-12-28 18:31:16 +00:00
Angie Byron 674df40a22 #1007486 by mlncn: Fixed Documentation problem with truncate_utf8: refers to max_return_length instead of max_length 2010-12-28 18:21:58 +00:00
Angie Byron ef24436556 #1005004 by markabur, bfroehle: Fixed critical Editing a comment destroys its creation date 2010-12-28 18:19:23 +00:00
Angie Byron 52ba5cc84c #994500 by Gábor Hojtsy: Fixed Drupal should not require .po file rename in installation 2010-12-28 18:17:27 +00:00
Angie Byron a45a4c4d48 #1005306 by pillarsdotnet: Fixed Remove useless and outdated reference to file_directory_path 2010-12-24 15:25:28 +00:00
Angie Byron e724e72262 #990366 by dww: Rename 'update system' to 'database update system' to help eliminate end-user confusion. 2010-12-23 20:06:40 +00:00
Angie Byron 4abc1fbda7 Back to 7.0-dev 2010-12-23 10:13:53 +00:00
Angie Byron cf3ec0f337 Drupal 7.0-rc3 2010-12-23 10:11:33 +00:00
Angie Byron 8cbf5a50c8 #1003860 follow-up by dereine, dmitrig01, chx: Fix count queries with aliases. 2010-12-23 09:31:56 +00:00
Angie Byron e3d8439e42 #1005922 by Jacine: Jacine got married! Yay! :D Change last name in MAINTAINERS.txt. 2010-12-23 08:03:27 +00:00
Angie Byron 05d5a8e814 #1005428 by dmitrig01, chx: Remove redundant pragma statement in SQLite. 2010-12-23 05:29:27 +00:00
Angie Byron e658064759 #995854 by rfay, effulgentsia, sun, merlinofchaos, Damien Tournoud, manimejia: Fixed #ajax doesn't work at all if a file element (or enctype => 'multipart/form-data') is included in the form 2010-12-23 04:26:31 +00:00
Angie Byron bb344c82d5 #1004068 by Damien Tournoud, dmigtrig01: Complete the implementation of DatabaseSchema::addField() for SQLite... gets us to 100% tests passing in SQLite! :D 2010-12-23 01:43:38 +00:00
Angie Byron 925722a804 #850852 follow-up by Damien Tournoud: Fixed notices that caused tests to fail. 2010-12-23 01:39:44 +00:00
Angie Byron a87da0d78a #850852 by Damien Tournoud, dmitrig01, chx: Fixed transaction failure and allow concurrent testing on SQLite 2010-12-22 21:34:13 +00:00
Angie Byron 1eb122344a #1003860 by dmitrig01, chx: Fixed Count query fails to remove fields and expressions. 2010-12-22 08:13:58 +00:00
Angie Byron d65e0e3853 #988036 by duellj: Fixed wrong function headers in tracker module 2010-12-22 08:08:14 +00:00
Angie Byron 6cf421dba8 #1004850 by chx, Crell: Fixed DBTNG databaseType comment is confusing 2010-12-22 07:48:56 +00:00
Angie Byron f859634ae7 #544398 by Gábor Hojtsy, mr.baileys: Fixed Delete buttons look disabled in Seven theme even though they're not 2010-12-22 07:46:03 +00:00
Angie Byron 8eb5874e64 #1004060 by dmitrig01, chx: Fixed SQLite update queries with expression failing 2010-12-22 01:16:43 +00:00
Angie Byron dc51c88aec #926636 by Stevel, Damien Tournoud, dmitrig01: Fixed Drupal install error on PostgreSQL 9.0 database due to encoding. 2010-12-21 21:20:04 +00:00
Angie Byron bf534a219f #992928 by das-peter, David_Rothstein: Fixed Command line (Drush) install fails on SQLite (#limit_validation_errors doesn't work for programmatic form submissions) 2010-12-21 21:05:22 +00:00
Angie Byron 3999984bf8 #996160 follow-up by rfay: Fix typo. 2010-12-21 21:01:49 +00:00
Angie Byron ca89559273 #954804 follow-up by effulgentsia: Fix bugs related to library weighting. 2010-12-21 21:00:17 +00:00
Angie Byron 0e78333485 #1004446 by rfay: Fix typo in documentation. 2010-12-21 19:16:31 +00:00
Angie Byron 64e1efb5b3 Roll-back of #1004446 to test git rebuild scripts. 2010-12-21 19:16:13 +00:00
Angie Byron d1bc85ca8a #1004446 by rfay: Fix typo in documentation. 2010-12-21 19:15:29 +00:00
Angie Byron 48df00c898 #915174 follow-up by David_Rothstein: More .module files that no longer need to be specified in files[]. 2010-12-21 16:31:47 +00:00
Angie Byron 13d9e0b0f8 #995122 by threewestwinds, rfay: Allow textareas and textfields to accept spaces in ajax. 2010-12-21 04:21:16 +00:00
Angie Byron 2d9916e6f6 #986992 follow-up by yched, sun: Robustify upgrade path. 2010-12-21 04:11:12 +00:00
Angie Byron 15ec48062c #915174 by sdboyer, sun: Remove pointless files[] declarations on files that are not declaring classes. 2010-12-20 19:59:44 +00:00
Angie Byron 424ab5b68e #1002708 by sun: Robustify instance settings instantiation to prevent fatal errors in buggy modules. 2010-12-20 16:27:35 +00:00
Angie Byron 092f7a2671 #1001056 by timmillwood: Country should have st() instead of t() wrapping it. 2010-12-19 19:26:21 +00:00