Commit Graph

3711 Commits (b04816e0fe30dab62d27bbf3ff08a15a2a14a13a)

Author SHA1 Message Date
Angie Byron b04816e0fe #716394 by boombatower: SimpleTest should respect table prefixes. 2010-03-07 08:08:37 +00:00
Angie Byron 9703e5d6e2 #715476 by Jeremy and Crell: Schema object should respect active database connection (with tests). 2010-03-07 08:03:45 +00:00
Angie Byron c5c033dc05 #728730 by Damien Tournoud: Fixed Precision loss in DatabaseStatement_sqlite()::getStatement(). 2010-03-07 07:53:15 +00:00
Angie Byron 903501822d #260934 by plach, ShawnClark, et al: Fixed Static caching: cannot call drupal_validate_form() on the same form more than once. 2010-03-07 07:49:26 +00:00
Angie Byron 3205a26755 #282191 follow-up by plach: Remove ambitious parts of translatable fields UI from core that are no longer relevant, given what made it into Drupal 7. 2010-03-07 07:44:18 +00:00
Angie Byron 05357ce6f7 #587706 by dalin: Fixed language_initialize() needs to clean up ['q'] just like drupal_path_initialize() does. 2010-03-07 07:33:17 +00:00
Angie Byron a1828b232e #710860 by Dave Reid and plach: Remove static caching from drupal_multilingual() (breaks tests). 2010-03-07 07:30:40 +00:00
Angie Byron 58f1f75e07 #718636 by mfb: Fixed Cache returns serialized data only in certain conditions. 2010-03-07 07:26:13 +00:00
Angie Byron 3ae281d032 #306540 by halstead, Dave Reid, jvandyk, eMPee584: Fixed Orphaned assigned actions still triggered and cannot be removed. 2010-03-07 07:22:42 +00:00
Angie Byron 8ba741dc49 #723634 by catch: Improve path_save() performance. 2010-03-07 06:58:14 +00:00
Angie Byron 3604231dd1 #521838 follow-up by jrchamp: Clean up drupal_get_schema_versions(). 2010-03-07 06:53:26 +00:00
Angie Byron 33c7e4daa0 #614124 by Damien Tournoud: Set locale settings during bootstrap. 2010-03-07 06:38:55 +00:00
Dries Buytaert 7511394e32 - Patch #405832 by jhodgdon, arianek: documentation for hook_forms() was incorrect. 2010-03-06 12:43:45 +00:00
Dries Buytaert 509e397bf5 - Patch #623684 by linclark, christefano, scor: improved documentation of RDF module. 2010-03-06 06:40:35 +00:00
Dries Buytaert aec10a8c7d - Patch #734146 by scor: white-space clean-up. 2010-03-06 06:39:01 +00:00
Dries Buytaert e1ce11dad0 - Patch #732486 by Damien Tournoud, JacobSingh: drupal_add_http_header() req ; make Status a normal header and drupal_add_http() header shouldn't return a list of headers. 2010-03-06 06:31:24 +00:00
Dries Buytaert 72df65d1e0 - Patch #731426 by fago: recursed entity loading didn't work. 2010-03-05 13:41:04 +00:00
Dries Buytaert 0f4ec342a1 - Patch #727126 by jhodgdon: fixed drupal_execute()/drupal_form_submit() documentation. 2010-03-04 09:07:27 +00:00
Dries Buytaert e5e3d279e2 - Patch #461938 by Kars-T, Garrett Albright, JamesAn, grendzy: fixed inconsistent use of filter_xss_admin() on () and (). 2010-03-04 09:03:08 +00:00
Dries Buytaert d33bad9fa1 - Patch #719468 by jhodgdon: made drupal_write_record() slightly more clear. 2010-03-03 19:55:46 +00:00
Dries Buytaert 7818e2d460 - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: made fieldsets work on all browser. 2010-03-03 19:46:26 +00:00
Dries Buytaert 02d6b122b5 - Patch #648170 by fago, sun: form constructors cannot enable form caching or form rebuilding. 2010-03-03 08:43:07 +00:00
Dries Buytaert c4fd581899 - Patch #353918 by Dave Reid, yched: drupal_write_record() writes empty string instead of empty serialized array. 2010-03-03 08:40:25 +00:00
Dries Buytaert 0f3085c3b7 - Patch #210876 by deekayen, c960657: add logging of who installs/uninstalls a module. 2010-03-03 07:38:08 +00:00
Dries Buytaert a5d180b9c0 - Patch #347959 by sun, Damien Tournoud, justinrandell, scor, chx: modules_installed() was broken during testing. 2010-03-02 09:07:09 +00:00
Dries Buytaert c3760557bd - Patch #243251 by naxoc, Signe, lilou, mcarbone: JavaScript requiring a query string cannot be loaded. 2010-03-02 08:47:41 +00:00
Dries Buytaert 13704b8f62 - Patch #722912 by andypost: db_index_exists() must conform schemaAPI indexExists(). 2010-03-01 11:30:37 +00:00
Dries Buytaert 1c26e2cee1 - Patch #728820 by David_Rothstein: clean up installation of required modules. 2010-03-01 07:39:12 +00:00
Dries Buytaert 1cfde5913d - Patch #582948 by David_Rothstein: more improvements to the erro handling of the database layer. 2010-03-01 06:27:58 +00:00
Dries Buytaert 897817eb0c - Patch #279851 by catch, David Strauss, Damien Tournoud, asimmonds, c960657, JohnAlbin, drawk, pwolanin, robertDouglass, coltrane: replace LOWER() with db_select() and LIKE() where possible. 2010-02-28 20:10:34 +00:00
Dries Buytaert 994fafcebf - Patch #582948 by Damien Tournoud, agentrickard: improve safety of schema manipulation to help with upgrade path. 2010-02-28 20:03:05 +00:00
Dries Buytaert a9286dd3c2 - Patch #610408 by JohnAlbin: create theme.api.php to help consolidate theme-related documentation. 2010-02-27 09:24:09 +00:00
Dries Buytaert 1a817fd2f8 - Patch #503550 by yched, jp.stacey: make sure strings are cached per language. 2010-02-27 07:41:34 +00:00
Dries Buytaert f6b166ff23 - Patch #620298 by David_Rothstein: schema not available in hook_install(). 2010-02-26 18:31:29 +00:00
Dries Buytaert 19aaebcbe2 - Patch #721010 by jhodgdon: actions topic group needs more functions included and better doc header. 2010-02-26 16:55:18 +00:00
Dries Buytaert b297dc27e2 - Patch #641408 by cha0s, David_Rothstein: PHP extensions and PDO functionality should be checked at installation. 2010-02-26 06:39:13 +00:00
Angie Byron 4a89d4cc44 #605374 by catch: Don't add non-existing files to the registry. 2010-02-26 00:19:55 +00:00
Dries Buytaert 96b9d512c3 - Patch #228818 by effulgentsia, JonathanRoberts: IE stylesheets ignored after 31 link/style tags. 2010-02-25 20:57:39 +00:00
Dries Buytaert c9f1086327 - Patch #685908 by Gábor Hojtsy: fixed msgctxts not being in the right place. 2010-02-25 15:53:27 +00:00
Dries Buytaert 0071d5e296 - Patch #719730 by anarcat, ctmattice1, peterx: drop the sequences and queue tables from D5 during the D6 to D7 upgrade. 2010-02-25 09:42:39 +00:00
Dries Buytaert cec41faf47 - Patch #723436 by mikeryan: timers accumulated at double-speed in certain scenarios. 2010-02-25 09:13:00 +00:00
Dries Buytaert 72793f7c7a - Patch #719500 by jhodgdon: removed duplicate text in documentation. 2010-02-24 19:59:32 +00:00
Angie Byron bd4809c9c5 #718016 by andypost and Damien Tournoud: Fixed DatabaseSchema_pgsql()::renameTable() needs to rename the indexes. 2010-02-23 18:46:21 +00:00
Angie Byron dce608f5a4 #674784 by JohnAlbin, naxoc, et al: Fixed theme_get_suggestions() fails to return 'page__front()' suggestion on front page. 2010-02-23 18:32:00 +00:00
Angie Byron 6192e19f60 #720620 by andypost: Fixed indexExists() for pgsql and sqlite does not prefix tablename. 2010-02-23 05:07:18 +00:00
Dries Buytaert 5f4dd61ff0 - Patch #721556 by JohnAlbin: bye bye theme_submenu() -- it has never, ever been used. 2010-02-22 19:21:34 +00:00
Angie Byron 424cc9bbb1 Back to 7.0-dev 2010-02-21 18:10:31 +00:00
Angie Byron 154ffa85f8 Drupal 7.0-alpha2 2010-02-21 18:07:24 +00:00
Dries Buytaert 05ab3b1e8a - Patch #718984 by JohnAlbin: theme_blocks() defined in drupal_common_theme() even though it no longer exists. 2010-02-20 14:39:51 +00:00
Dries Buytaert 557f3114ff - Patch #539428 by MarcDeLay: renamed old non-descriptive variables. 2010-02-20 14:33:23 +00:00