Commit Graph

6643 Commits (6fc4eb9f945ecd7c2bea4742e3febe4632c88e99)

Author SHA1 Message Date
Dries Buytaert e721147363 - Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces. 2009-04-29 12:08:28 +00:00
Dries Buytaert 7bf8e72aaa - Patch #340081 by dmitrig01, boombatower: clean-up of drupalCreateUser() 2009-04-29 12:04:47 +00:00
Dries Buytaert 94c3dceeda - Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very exciting. 2009-04-29 08:04:24 +00:00
Dries Buytaert 1ed25923a3 - Patch #251245 by c960657: added tests for the OpenID module. The test module implements a dummy OpenID provider/server. Most impressive patch of the month. 2009-04-29 07:29:59 +00:00
Dries Buytaert 2e709fe3cd - Patch #302632 by recidive, c960657: use PHP5 functionality for _openid_sha1(). Simplified some code. 2009-04-29 07:22:49 +00:00
Dries Buytaert f918903428 - Patch #408024 by brianV et al: rename drupal_execute() to drupal_submit_form(). 2009-04-29 07:18:04 +00:00
Angie Byron a703b3ee8a #431148 by pwolanin: Make it easier to visually distinguish between security updates and regular updates. 2009-04-29 03:57:21 +00:00
Angie Byron 37c8197b25 #445530 by jmburnz: Remove redundant title attribute from node title links. 2009-04-28 19:56:00 +00:00
Angie Byron 9e5f8a037b #445094 by yched: Fix failing tests in SQLite/PostgreSQL due to passing in NULL values for ftid and ftvid. 2009-04-28 05:24:41 +00:00
Angie Byron b8aad0a764 #446878 by boombatower: Fix concatenation typo in field tests. 2009-04-28 04:21:15 +00:00
Angie Byron 319220aaa2 #331832 follow-up by jhodgdon: Fix spelling of hook_form_FORM_ID_alter(). 2009-04-28 00:27:06 +00:00
Angie Byron fc7283235b #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
Dries Buytaert 031ba7d665 - Patch #345591 by pwolanin, c960657: make the tests work when running with CGI. 2009-04-27 19:11:25 +00:00
Angie Byron 468d7beea7 #362852 by Dave Reid: Convert enabled/disabled radios on statistics form to checkboxes. 2009-04-27 18:58:41 +00:00
Dries Buytaert c73a93e870 - Patch #382834 by cwgordon7: hook_menu API docs missedsome elements. 2009-04-27 16:35:05 +00:00
Dries Buytaert 5349ff1d26 - Patch #445966 by Damien Tournoud: allow theme engine and theme settings form. 2009-04-27 16:33:05 +00:00
Dries Buytaert 91e7dc1365 - Patch #368067 by catch: move testing to a 'Development' menu. 2009-04-27 07:44:09 +00:00
Dries Buytaert b9f60c75a7 - Patch #353328 by brianV, catch: fixed glitch in comment paging. 2009-04-27 07:09:58 +00:00
Dries Buytaert 18117a43f4 - Patch #361529 by j.somers: illogical syntax for book_toc(). 2009-04-27 07:08:00 +00:00
Angie Byron 8e4022fe6d #359391 by kresimir: Clarify that various caching modes are 'page' caching modes. 2009-04-27 02:07:48 +00:00
Dries Buytaert c7d8e2060a - Patch #445600 by Rob Loach: allow 1 minimum number of words in content types. 2009-04-26 20:57:01 +00:00
Angie Byron 93688e77b1 #229660 by Dave Reid: Use theme_username() in personal contact form. 2009-04-26 20:09:12 +00:00
Angie Byron dac6a2be3d #423886 by Berdir: Fix fatal error when submitting aggregator block. 2009-04-26 19:59:31 +00:00
Dries Buytaert 7a6f73f49d - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
Angie Byron bda52632a5 #444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript. 2009-04-26 19:18:46 +00:00
Dries Buytaert a4dc8467bb - Patch #368821 by Senpai, sun, JuliaKM: documentation improvements. 2009-04-26 16:44:25 +00:00
Dries Buytaert f2cbf55033 - Patch #440894 by brianV: code style and documentation clean-up. 2009-04-26 16:31:23 +00:00
Dries Buytaert 2a7c00bc4a - Patch #441962 by brianV: code style and documentation clean-up. 2009-04-26 16:30:28 +00:00
Dries Buytaert f83776a064 - Patch #444876 by Damien Tournoud: remove node_invoke_node(). 2009-04-26 15:40:24 +00:00
Dries Buytaert b5201d3797 - Patch #445410 by Damien Tournoud: fix $ tags. 2009-04-26 15:14:55 +00:00
Dries Buytaert 116d091a0c - Patch #392582 by karschsp: fixed broken anchor tags on permissions page. 2009-04-26 15:03:22 +00:00
Dries Buytaert 5c629b76c7 - Patch #445062 by Arancaytar: check for PHP tokenizer extension to be installed. 2009-04-26 14:57:36 +00:00
Dries Buytaert 38fca49ad6 - Patch #383220 by mr.baileys: cron trigger needs an action. 2009-04-26 14:54:31 +00:00
Dries Buytaert 840be5ba4e - Patch #444966 by dereine: code style clean-up. 2009-04-26 09:53:50 +00:00
Dries Buytaert d175324b0f - Patch #267484 by deviantintegral: corrected the filter api documentation. 2009-04-26 09:40:25 +00:00
Dries Buytaert 2abe0e0122 - Patch #445070 by Arancaytar: added missing parameter documentation. 2009-04-26 09:25:42 +00:00
Dries Buytaert 8e50687d8b - Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called hook_field_attach_delete_bundle too soon. 2009-04-26 09:18:20 +00:00
Dries Buytaert 1c076bc89f - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting. 2009-04-26 09:14:32 +00:00
Dries Buytaert 3fe4c4e1c4 - Patch #352880 by dereine, Dave Reid: replace strstre with strpos. 2009-04-26 06:00:31 +00:00
Angie Byron 7138a5d5d0 #270685 by JamesAn: Expand title/body fieldset by default so that it can be found. 2009-04-26 05:26:17 +00:00
Angie Byron edb9752723 #369409 by dropcube: Move block.tpl.php to block.module rather than system.module. 2009-04-26 01:15:04 +00:00
Angie Byron fde09054f6 #444920 by Damien Tournoud: Fix broken book breadcrumbs (with tests). 2009-04-25 23:01:43 +00:00
Angie Byron 279f33c6c5 #339210 by klausi and dmenefee: Allow SimpleTest module to work on sites with HTTP authentication. 2009-04-25 22:35:49 +00:00
Dries Buytaert 25fad504f2 - Patch #394146 by ksenzee, csevb10, dropcube: converted to the new database abstraction layer. 2009-04-25 18:01:10 +00:00
Angie Byron fb5d44bc2c #303965 by moshe weitzman and snufkin: Allow data import scripts to set /->is_new programmatically. 2009-04-25 17:52:43 +00:00
Dries Buytaert 96ca81fb00 - Patch #394484 by Berdir and Crell: converted node module to the new database abstraction layer. Yay. 2009-04-25 16:33:48 +00:00
Dries Buytaert 9f54584c25 - Patch #440768 by Dave Reid: proper check for whether the schema is installed or not. 2009-04-25 14:01:05 +00:00
Dries Buytaert e9946015c7 - Patch #345591 by pwolanin, JacobSingh: drupal_http_request() should return the original status message and protocol. 2009-04-25 13:56:06 +00:00
Dries Buytaert 453d7c566e - Patch #440826 by brianV: whitespace clean-up. 2009-04-25 13:47:15 +00:00
Dries Buytaert 598dc48357 - Patch #335756 by Damien Tournoud, hass: fixed simpletest file directory path. 2009-04-25 13:40:41 +00:00
Dries Buytaert 3564fb04b4 - Patch #410044 by WorldFallz, jmburnz: don't output an empty div. 2009-04-24 09:03:21 +00:00
Dries Buytaert 6e334892f2 - Patch #440768 by Dave Reid: move {node_counter} table from node module to statistics module. 2009-04-24 08:23:02 +00:00
Dries Buytaert e99838fbf4 - Patch #147310 by c960657: added tests for private files, fixed a problem with private files and minor improvements. 2009-04-24 08:16:56 +00:00
Angie Byron c7f7f6326e #443488 by chx: Fix typo in field API docs. 2009-04-24 03:44:17 +00:00
Dries Buytaert c1aadd2a21 - Patch #440920 by brianV: whitespace and coding style clean-up. 2009-04-22 15:53:00 +00:00
Dries Buytaert 26395c843f - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode(). 2009-04-22 09:57:10 +00:00
Dries Buytaert 526401c4c8 - Patch #147310 by c960657 et al: better cache headers for reverse proxies. 2009-04-22 09:45:03 +00:00
Dries Buytaert 2bc19555bf - Patch #302240 by fago: fixed various problems with form storage and added tests. Yay. 2009-04-22 09:12:44 +00:00
Dries Buytaert 04b3e8d08a - Patch #299176 by Dave Reid: fixed broken query in forum block. 2009-04-21 10:57:48 +00:00
Dries Buytaert 3fbda2307d - Patch #375482 by mfb: avoid PDO exceptions when block module is not enabled. 2009-04-21 09:31:31 +00:00
Dries Buytaert a7c324f42c - Patch #282858 by Dave Reid, Ian Ward: nicer message for the contact form when it has not yet been configured. 2009-04-21 09:27:52 +00:00
Dries Buytaert 1280c324fa - Patch #423948 by mfb: updated documentation, update functions should include schema descriptions. 2009-04-21 05:07:08 +00:00
Dries Buytaert a4d3da9ec5 - Patch #413060 by pp: added a test for contact module. 2009-04-21 05:05:27 +00:00
Dries Buytaert e81096f5bc - Patch #372471 by JamesAn et al: killed theme_box(). 2009-04-20 21:28:15 +00:00
Dries Buytaert a6233dfe20 - Patch #439038 by JeremyFrench: fixed typo in CSS file. 2009-04-20 20:07:14 +00:00
Dries Buytaert f09028107c - Patch #413732 by brianV: database code clean-up. 2009-04-20 20:02:31 +00:00
Dries Buytaert 10931908b5 - Patch #318496 by DeeLay: node_delete does not clean up history. 2009-04-20 19:57:18 +00:00
Dries Buytaert 01a33182a5 - Patch #299176 by chx, Crell: added example of hook_query_alter to API documentation. 2009-04-20 07:42:22 +00:00
Dries Buytaert ff9b6c611e - Patch #427296 by taz88ny: move some code from system.module to bloc.module where it belongs. 2009-04-20 07:36:34 +00:00
Angie Byron d91848a92a #368559 by moshe weitzman: Return renderable arrays from profile pages. 2009-04-20 04:41:35 +00:00
Angie Byron 957feb0cd3 #404116 by neclimdul: Provide default choices on poll translations. 2009-04-20 03:41:36 +00:00
Angie Byron 4ffebc570c #368639 by puradata: Remove drupalCreateField/Instance in favour of standard API functions. 2009-04-20 02:46:25 +00:00
Angie Byron d30a41e791 Roll-back of #333054; needs more discussion. 2009-04-20 02:23:17 +00:00
Dries Buytaert 3b4e3d0334 - Patch #437930 by soxofaan: remove tabindex attributes from user_login form. 2009-04-19 20:54:02 +00:00
Dries Buytaert 2f9af75438 - Patch #430342 by kkaefer et al: usability improvement: changed 'site maintenance' to 'maintenance mode'. 2009-04-19 19:10:08 +00:00
Dries Buytaert 680979845a - Patch #160226 by Berdir, Dave Reid, karschsp: fixed SQL query in statistics_node_tracker function. 2009-04-19 18:51:37 +00:00
Dries Buytaert 6886aeec5e - Patch #437120 by mfb: prevent double escaping of taxonmy term names. 2009-04-18 06:32:24 +00:00
Dries Buytaert 669d112af5 - Patch #239945 by JeremyFrench: moved depth check out of loop. 2009-04-17 19:59:51 +00:00
Dries Buytaert 9179976227 - Patch #434336 by klausi: fixed simpletest on lighttpd. Curl header funkiness. 2009-04-17 07:07:09 +00:00
Dries Buytaert 34cd317476 - Patch #394584 by Berdir: converted translation module to the new database abstraction layer. 2009-04-17 06:55:07 +00:00
Angie Byron cb3cde8be1 #372563 by cytefx: Rename drupal_set_html_head() to drupal_ADD_html_head() which actually describes what it does. 2009-04-15 23:49:08 +00:00
Angie Byron bb62eec3ce #396224 - SA-CORE-2009-03 - Disallow nulls and slashes from file names in theme. 2009-04-15 20:45:46 +00:00
Dries Buytaert 383f7e5721 - Patch #302412 by Berdir: converted more of taxonomy module to the new database abstraction layer. 2009-04-15 14:12:55 +00:00
Dries Buytaert 7174f68476 - Patch #302234 by Berdir: converted blog module to the new database abstraction layer. 2009-04-15 13:50:08 +00:00
Dries Buytaert a41bd361c2 - Patch #431130 by alienbrain: removed unused arguments in internal taxonomy functions. 2009-04-15 13:48:03 +00:00
Dries Buytaert dfff6528ff - Patch #385602 by Damien Tournoud, desbeers, Gabor Hojtsy: log message sometimes lost on node preview. With a test\! 2009-04-15 13:28:08 +00:00
Dries Buytaert 852b762231 - Patch #431560 by JeremyFrench, jredding: fixed typo in the documentation. 2009-04-15 13:25:39 +00:00
Dries Buytaert 31dbee5459 - Patch #432154 by Berdir: fixed bug in taxonomy_vocabulary_load_multiple. With tests. 2009-04-13 18:52:38 +00:00
Dries Buytaert d79481b3a0 - Patch #394332 by Xano: clean up language around logging and alerts. 2009-04-13 18:50:43 +00:00
Dries Buytaert bb253b0539 - Patch #423690 by Berdir: fixed bug in menu_link_maintain(). With tests. 2009-04-13 12:18:52 +00:00
Dries Buytaert a85971199d - Patch #394594 by ksenzee: converted most of the user module code to the new database abstraction layer. 2009-04-13 12:14:57 +00:00
Dries Buytaert 079cac337e - Patch #428242 by David_Rothstein: small code clean-up in check_markup(). 2009-04-13 12:07:00 +00:00
Dries Buytaert dd3e3989cd - Patch #394560 by Berdir: converted statistics module to the new database abstraction layer. 2009-04-13 10:40:13 +00:00
Dries Buytaert 976dc16b0c - Patch #394382 by Xano, dereine: clean up logging configuration page. 2009-04-13 08:49:01 +00:00
Angie Byron a4501a2cca #431870 by yched: Whitespace clean-up. 2009-04-13 05:18:18 +00:00
Dries Buytaert 1372d90cf1 - Patch #317775 by pwolanin, chx et al: caching the entire {menu_router} table causes problems. 2009-04-12 19:52:38 +00:00
Angie Byron 6d3ba59ef9 #431304 by pwolanin: Vertical Tabs typo fix. 2009-04-12 03:52:22 +00:00
Angie Byron 73e755d6c2 #323112 follow-up by yched: Oops, Vertical Tabs broke field widgets (with tests so we don't do it again). 2009-04-12 02:18:51 +00:00
Angie Byron e888f0061c #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future. 2009-04-11 22:19:46 +00:00
Angie Byron c7095deb64 #423664 by Berdir: Fix dependency checking of non-existing modules. (with corrected tests) 2009-04-11 17:58:18 +00:00
Dries Buytaert 1de1293df0 - Patch #369587 by JamesAn: removed code comment that is incorrect. 2009-04-08 03:23:46 +00:00
Dries Buytaert b658330d28 - Patch #424252 by swentel: move block cache settings from system module to block module now block module is optional. 2009-04-05 12:31:57 +00:00
Dries Buytaert 1067fbaa30 - Patch #394582 by Damien Tournoud: convert tracker module to new DB abstraction layer. 2009-04-05 12:26:12 +00:00
Dries Buytaert 756784a62b - Patch #424094 by chx: fixed taxonomy tests. 2009-04-05 12:21:12 +00:00
Dries Buytaert 400061e489 - Patch #413852 by Berdir: correctly validate emails on PHP 5.3. 2009-04-05 12:10:56 +00:00
Dries Buytaert 562f0ae344 - Patch #372414 by Todd Nienkerk, JohnAlbin: don't output empty comments. 2009-04-04 12:35:16 +00:00
Dries Buytaert 438aa99018 - Patch #392362 by Xano, Dave Reid: remove clean URL option from the installation process -- automatically enable clean URLs when possible, or hide the option when clean URLs cannot be enabled. 2009-04-04 00:35:46 +00:00
Dries Buytaert 022fdbc450 - Patch #290887 by Dave Reid, Jody Lynn: checked permission using the wrong permission name. 2009-04-03 20:24:57 +00:00
Dries Buytaert ee9421a84c - Patch #363262 by Dave Reid: adds a lost index to the URL table. 2009-04-03 17:50:21 +00:00
Dries Buytaert 238c2a61e6 - Patch #417560 by JamesAn: moving the test files to a test directory. 2009-04-02 20:50:37 +00:00
Dries Buytaert f3c784ae40 - Patch #418760 by JamesAn: moving the test files to the test directory. 2009-04-02 20:47:54 +00:00
Dries Buytaert 3a35e28f92 - Patch #254491 by chx, catch, justinrandell, pwolanin, David_Rothstein, et al: centralized static caching to improve testability of the Drupal code, and to remove $reset-parameters. Thanks for taking the time to convince me, catch! 2009-04-02 20:39:45 +00:00
Dries Buytaert b25e08ba75 - Patch #317775 by pwolanin, justinrandell: caching entire {menu_router} table causes MySQL error/slow rebuilds and slows menu_link_save. 2009-04-02 03:40:05 +00:00
Dries Buytaert 27d7455edb - Patch #333054 by c960657: page cache should be case sensitive. 2009-04-01 20:00:47 +00:00
Dries Buytaert c403b16006 - Patch #397800 by JamesAn: cleaned up some PHPdocs. 2009-04-01 19:56:34 +00:00
Dries Buytaert 4f36a54832 - Patch #233425 by catch, Jody Lynn, lilou: remove dependency on blog module. 2009-04-01 01:28:24 +00:00
Dries Buytaert 4718f59021 - Patch #316515 by jmburnz, momendo: fixed position of OpenID logo. 2009-03-31 10:48:06 +00:00
Angie Byron 7e98216936 #368064 by catch: Provide a top-level 'International' menu item for localization and translation-related items. 2009-03-31 02:02:23 +00:00
Angie Byron 96cfdcf7e0 #369964 follow-up by yched: Remove deprecated function call. 2009-03-31 01:59:34 +00:00
Angie Byron f40532da76 #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. 2009-03-31 01:49:55 +00:00
Angie Byron 5cc1704a3f #402226 follow-up by pwolanin: Rename menu 'item' to 'link' in menu module. 2009-03-31 01:45:31 +00:00
Angie Byron 8fc513e1d8 #408562 by BruceBGordon: Code clean-up. 2009-03-30 05:40:44 +00:00
Angie Byron f85f7cf8c1 #349237 by c960657: Fix assertTitle()'s encoding of HTML attributes (with tests). 2009-03-30 05:35:35 +00:00
Angie Byron 9a6fa8920f #367356 by ultimateboy: Add label above path form for consistency. 2009-03-30 05:30:39 +00:00
Angie Byron 2302a608be #402044 by yched: Make Field CSS RTL compatible. 2009-03-30 05:28:41 +00:00
Angie Byron 243ecdaf52 #394246 by flobruit: Check to ensure that field type is specified. 2009-03-30 05:24:38 +00:00
Angie Byron 9f7aaa2341 #351797 by catch: Allow loading multiple vocabularies at once (with tests). 2009-03-30 05:18:49 +00:00
Angie Byron a0cca9a472 #259368 by Rob Loach, mfer, and sun: Allow drupal_add_css() to add/aggregate inline CSS. 2009-03-30 05:13:45 +00:00
Angie Byron fbabc0d985 #368674 by bjaspan, Eaton, chx, and yched: Provide hooks to allow hybrid field/bundle-level storage for fields in core. 2009-03-30 03:44:55 +00:00
Angie Byron 28aaa036e4 #304330 follow-up by sun: Clean-up of text format widget patch. 2009-03-30 03:15:41 +00:00
Angie Byron 2feffc2d61 #415762 by boombatower: Clean SimpleTest environment on module uninstall. 2009-03-29 23:14:53 +00:00
Angie Byron 3c8f1540e1 #414218 by cha0s: Document hook_update_N()'s ability to use batch API. 2009-03-29 23:11:09 +00:00
Angie Byron 95023b8c13 #297972 by scor, yched, Steven Jones, and heyrocker: Allow drupal_execute() to be performed within batch API (with tests). 2009-03-28 18:09:11 +00:00
Dries Buytaert 1c2033f0f8 - Patch #402226 by stompeers, catch et al: menu admin page uses inconsistent formatting. 2009-03-28 03:58:55 +00:00
Angie Byron 59e5caac2f Roll-back of #401956, which needs more discussion. 2009-03-27 00:40:42 +00:00
Angie Byron 0f95dd45a9 #376408 by pwolanin and ajevans85: Stop phantom () appearing in search results. 2009-03-27 00:16:16 +00:00
Angie Byron eecab1083a #369964 by yched and bjaspan: Refactor field validation and error reporting. Field API no longer coupled to Form API. Hooray. 2009-03-26 13:31:28 +00:00
Angie Byron df6ec4d7ff #410638 follow-up by foxtrotcharlie and David Rothstein: Fix help text on blocks so that 'Powered by' doesn't show up on all system blocks. 2009-03-25 18:40:50 +00:00
Dries Buytaert f8083c48db - Patch #296482 by mr.baileys: additional tests for the comments block. 2009-03-25 16:54:24 +00:00
Dries Buytaert 617ccc1da3 - Patch #373177 by Moshe Weitzman: node upload table should use late rendering. 2009-03-25 16:43:02 +00:00
Dries Buytaert 7d35ed90d9 - Patch #413382 by brianV: whitespace fixes. 2009-03-25 16:31:18 +00:00
Angie Byron ab8090c77c #273137 follow-up by David Rothstein: Fix menu descriptions. 2009-03-25 13:55:22 +00:00
Angie Byron 4bfda4db83 #410638 by foxtrotcharlie: Prevent 'Powered by Drupal' settings showing up on all system blocks. 2009-03-25 13:48:42 +00:00
Angie Byron f9693e5815 #413060 by pp: Fix typo preventing contact categories from appearing in table. 2009-03-25 13:45:00 +00:00
Angie Byron 84f30b9a6f #141965 by jeffschuler: Remove newline so hook_term_path() docs show up. 2009-03-21 00:59:02 +00:00
Dries Buytaert 2c940c9494 - Patch #408564 by brianV: make table columns align with table header. 2009-03-20 20:53:38 +00:00
Dries Buytaert 32076b4d32 - Patch #273137 by pwolanin, David_Rothstein, chx, et al: split navigation to user and administration menu. Will require follow-up patches. 2009-03-20 19:18:11 +00:00
Dries Buytaert c49a925eb8 - Patch #357031 by aaronbauman, hinfox, dereine: passing the wrong parameter. 2009-03-20 19:14:51 +00:00
Dries Buytaert d1a12948fb - Patch #297391 by mr.baileys: removed unused code. 2009-03-20 08:14:34 +00:00
Dries Buytaert 7feb58e5a6 - Patch #394488 by Dave Reid: corrected some database conversions. 2009-03-18 09:49:31 +00:00
Angie Byron ee2e63d7f9 #402804 by roychri and Damien Tournoud: Add assertions to check if text was found only once or more than once. 2009-03-17 23:26:33 +00:00
Dries Buytaert 0184860b58 - Patch #333156 by stella: add ability to configure the default country. 2009-03-17 15:26:29 +00:00
Dries Buytaert 76b8ab58c7 - Patch #394488 by csevb10, tizzo et al: convert the OpenID module to the new database abstraction layer. 2009-03-17 14:02:49 +00:00
Dries Buytaert 4072ea4652 - Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore. 2009-03-17 12:41:54 +00:00
Angie Byron 917a37fb7e #356136 by nedjo, catch, and stella: Prevent duplicate translations (with tests). 2009-03-17 04:22:50 +00:00
Angie Byron 269de32e8a #369562 follow-up by jeffschuler: More trivial field API clean-up. 2009-03-17 03:46:51 +00:00
Angie Byron ec25568c11 #401214 by Xano: Make custom block body required so it's not possible to create blocks that don't show up. 2009-03-17 03:42:30 +00:00
Angie Byron c9fec850e9 #394508 by cwgordon7 and karschsp: Small text change to make empty content administration screen consistent with other screens. 2009-03-17 03:34:32 +00:00
Angie Byron fe1c55ed28 #404222 by cwgordon7: Fix comment above comment_link(). 2009-03-17 02:49:56 +00:00
Angie Byron c0a7d23069 #404244 by cwgordon7: Fix indentation in OpenID module. 2009-03-17 02:26:07 +00:00
Angie Byron aae42b23b7 #347250 follow-up by c960657: Fix OpenID failure introduced by user_load_multiple(). 2009-03-17 02:07:42 +00:00
Angie Byron 25c18d5dd0 #403526 by pwolanin: Fix PDO exception when enabling a menu link. 2009-03-16 20:31:11 +00:00
Angie Byron f13422b6d3 #403542 by pwolanin: Terminology clean-up to menu module test. 2009-03-16 15:36:32 +00:00
Angie Byron 238daad21c #402396 by alex_b: Small aggregator clean-up. 2009-03-15 18:59:05 +00:00
Angie Byron dee6cb3e57 #356359 by mgifford and nfreear: Resolve accessibility failures in search form. 2009-03-15 18:51:28 +00:00
Angie Byron 72b4442af4 #347250 follow-up by yched: Re-order fields load to before the general module load. 2009-03-15 13:50:45 +00:00
Angie Byron 741a2e9342 #401956 by chx and Damien Tournoud: Add an optional filter to turn [internal:node/123] into a link to an internal Drupal page. 2009-03-15 01:53:16 +00:00
Angie Byron 3b30509599 #347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request. 2009-03-14 23:01:38 +00:00
Dries Buytaert 8a0d326a8e - Patch #400636 by mr.baileys: improve HTTP request assertion message. 2009-03-14 21:28:50 +00:00
Dries Buytaert 4cd0dd8e1f - Patch #401916 by stompeers: change order of fields on menu creation form. 2009-03-14 21:16:42 +00:00
Dries Buytaert 56e1c5d106 - Patch #401922 by Damien Tournoud: fixed parent link detection. 2009-03-14 20:56:06 +00:00
Dries Buytaert 3a7047c670 - Patch #12201 by mfb: added support for table descriptions. 2009-03-14 20:34:17 +00:00
Dries Buytaert b46e90ad36 - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views. 2009-03-14 20:13:27 +00:00
Dries Buytaert c85fa2b0e1 - Patch #394694 by stompeers: improve node edit conflict message. Result from usability testing. 2009-03-14 19:28:50 +00:00
Angie Byron 193ba01e1f #343999 by Crell, chx, and Alexander Pas: Add facility for doing NULL / NOT NULL conditions to DBTNG. 2009-03-14 17:45:55 +00:00
Angie Byron 38969b48ff #315533 by JohnAlbin and catch: Remove all core themes but Garland and Stark. Yay for making Drupal 75% more palatable to designers. These themes can be found in contrib thanks to the venerable John Wilkins. :) 2009-03-14 16:41:30 +00:00
Angie Byron b77475baf5 #360081 by quicksketch: Stop using global variables for JavaScript settings. 2009-03-13 23:15:09 +00:00
Dries Buytaert d26f29bb67 - Patch #394512 by csevb10: converted to the new database abstraction layer. 2009-03-13 21:35:02 +00:00
Dries Buytaert 38e5e907ac - Patch #369785 by bjaspan, venkatd, linolium: define constants for field storage. 2009-03-13 21:25:40 +00:00
Dries Buytaert cda3f7f830 - Patch #392686 by yched: more documentation clean-ups. 2009-03-13 14:34:58 +00:00
Dries Buytaert c59e50aa6d - Patch #314138 by jeffschuler: documentation improvements. 2009-03-13 14:32:07 +00:00
Dries Buytaert 957f888452 - Patch #302268 by tizzo, bubbasan, Ryan Palmer et al: converted module to new database abstraction layer. 2009-03-13 14:28:18 +00:00
Dries Buytaert 9aa14da49d - Patch #331013 by drewish: documentation clean-up. 2009-03-10 16:08:43 +00:00
Dries Buytaert 0bbc3bfcb3 - Patch #395086 by Freso: tiny performance optimization. 2009-03-10 11:21:27 +00:00
Dries Buytaert 4ac090eb54 - Patch #392686 by bjaspan, yched: switch to serial primary keys. 2009-03-10 09:45:32 +00:00
Dries Buytaert a4ee7092e1 - Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library. 2009-03-10 09:43:01 +00:00
Dries Buytaert 38c38558d1 - Patch #226876 by csevb10, dave reid, et al: converted more queries to the new database abstraction layer. 2009-03-09 20:36:58 +00:00
Dries Buytaert 22cef75526 - Patch #395856 by mr.baileys: added HTTP request status code to request assertion message. 2009-03-09 17:11:59 +00:00
Dries Buytaert 0ea653502c - Patch #373613 by quicksketch and drewish: in order to operate on images multiple
times (such as crop, scale, then desaturate) without quality loss, we need to
  pass images by their raw GD (or other library) resources rather than re-opening
  the same image repeatedly, which causes wasted processing and loss of quality when
  using JPEG images.  This patch reworks the image toolkits, adds some new image
  manipulations and adds some impressive SimpleTests.
2009-03-09 11:44:54 +00:00
Dries Buytaert 3faf46dcb0 - Patch #283931 by jeffschuler: documentation clarification. 2009-03-08 22:01:36 +00:00
Dries Buytaert 582fbf2828 - Patch #395228 by c960657: fixed sorting order in drupalGetTestFiles(). 2009-03-08 21:52:10 +00:00
Dries Buytaert 6fe3c7c059 - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'. 2009-03-08 21:25:18 +00:00
Dries Buytaert a8ad5a78fb - Patch #338429 by scor: xhtml 1.1 compatibility fix. 2009-03-08 20:58:19 +00:00
Angie Byron 7b3ac6c134 #345376 by jeffschuler: OpenID hook documentation. Yay. :D 2009-03-08 05:38:12 +00:00
Angie Byron ce81be0c8c #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests). 2009-03-08 05:16:20 +00:00
Angie Byron d7fa0f82d0 #302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module. 2009-03-08 05:08:22 +00:00
Angie Byron ddc2604d69 #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
Angie Byron ad84a92662 #331832 by jhodgdon: Add pointer from hook_form_alter() docs to hook_form_FORM_ID_alter(). 2009-03-08 03:46:31 +00:00
Angie Byron 6b07c32e80 #394460 by Crell: DBTNGify Help module. 2009-03-08 03:39:57 +00:00
Angie Byron 53ef28ec4a #350545 by Damien Tournoud: Remove unreliable invalid date test so that SQLite tests pass. 2009-03-08 03:02:46 +00:00
Angie Byron 577c14e86e #304330 follow-up by Damien Tournoud: Fix whitespace. 2009-03-08 02:38:21 +00:00
Angie Byron ce6a3e17cb #304330 by ximo, alpritt, Amitaibu, edmund.kwok, Xano, ff1, BrightLoudNoise, et al: Dramatically improved text format widget. USABILITY AWESOMENESS. 2009-03-08 01:43:57 +00:00
Angie Byron fbad7327af #387218 by geerlingguy, JohnAlbin, and scor: Print/document RDF variables in page.tpl.php. 2009-03-02 19:23:54 +00:00
Angie Byron 70d915313f #287178 follow-up by dereine and Dave Reid: Fix notice in OpenID module which is referencing missing form_id variable. 2009-03-01 17:19:08 +00:00
Angie Byron 27369e8b96 #304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah. 2009-03-01 09:32:17 +00:00
Angie Byron a9078d2f99 #369002 by toddy: Use format_plural() for search keyword length error. 2009-03-01 07:30:24 +00:00
Angie Byron 3fed6c722c #364467 by alex_b: Fix remove followed by update aggregator items. 2009-03-01 07:21:02 +00:00
Angie Byron ec0dbd35c8 #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow drupal_add_js() to reference external JavaScript files. 2009-02-28 07:36:06 +00:00
Angie Byron 665c9fdc2c Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. 2009-02-26 07:30:29 +00:00
Dries Buytaert 71de5fc245 - Patch #382898 by Jody Lunn: fix0red spelling mistake. 2009-02-25 13:39:20 +00:00
Dries Buytaert 068adf05b5 - Patch #243524 by Dave Reid, chx: display INFO_ALL output when calling system_php(). 2009-02-25 13:36:29 +00:00
Dries Buytaert 094e999013 - Patch #383318 by mr.baileys: incorrect memory shortage warning when memory limit is unlimited. 2009-02-25 13:33:53 +00:00
Angie Byron 743c8adcf7 #367299 by EclipseGc, JohnAlbin, geerlingguy, and Todd Nienkerk: Update and polish default page.tpl.php to make it easier for CSS designers to theme. 2009-02-24 17:50:22 +00:00
Dries Buytaert d81310968a - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards. 2009-02-24 16:48:18 +00:00
Angie Byron dacf480442 #369229 follow-up by stella and nedjo: Fix locale tests. 2009-02-24 16:46:52 +00:00
Dries Buytaert 8ad42bb7d7 - Patch #296584 by mr.baileys: fixed incorrect example with regards to the use of t() in menu item titles. 2009-02-24 16:02:51 +00:00
Dries Buytaert 709594866e - Patch #369229 by stella: improved and extended the locale module tests. 2009-02-22 20:55:18 +00:00
Dries Buytaert 001cd711bf - Patch #334554 by hass: prevent endless loops in the simpletests. 2009-02-22 20:12:03 +00:00
Dries Buytaert 5d658d0848 - Patch #380064 by c960657: make file_scan_directory() use save property names as file_load(). 2009-02-22 17:55:30 +00:00
Dries Buytaert b3e36d655c - Patch #299267 by Crell: add extender support to the SELECT query builder. 2009-02-22 16:53:41 +00:00
Dries Buytaert e1652e99b6 - Patch #374940 by Dave Reid et al: fixed MergeQuery problem. 2009-02-22 16:31:24 +00:00
Dries Buytaert 916b11afab - Patch #377870 by mr.baileys: removed unnecessary access check. 2009-02-20 10:26:35 +00:00
Angie Byron 08616351e1 #377564 by boombatower: Make run-tests.sh respect the 'simpletest_clear_results' variable. 2009-02-20 03:37:58 +00:00
Dries Buytaert 802f7aa03d - Patch #374568 by chx: remove useless JOIN from permission query. 2009-02-19 12:09:30 +00:00
Angie Byron ff9e842730 #330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency. 2009-02-18 15:19:57 +00:00
Angie Byron df591c8f40 #215080 by drifter and robertDouglass: Add index on system name and type to speed query. 2009-02-18 15:14:11 +00:00
Angie Byron 953c7bdea1 #373763 by Dave Reid: Fix bug in field_sql_storage_schema() that prevents SimpleTest from clearing tables. 2009-02-18 15:09:05 +00:00
Angie Byron c03b4c5408 #255551 by drewish and c960657: Array-itize file_scan_directory()'s parameters (DX improvement). 2009-02-18 15:07:27 +00:00
Angie Byron fb7347bc9d #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to clearfix, which is the lingo that designers use for it. 2009-02-18 14:28:25 +00:00
Angie Byron ac484c277a #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow compatibility with other JavaScript libraries. 2009-02-18 13:46:55 +00:00
Angie Byron b6025a8820 #373613 interim commit: Adding some images that can be used in image API testing. 2009-02-15 05:18:54 +00:00
Angie Byron 9cd3f79144 #367696 by drumm: Simplify the vocabulary edit form. 2009-02-13 05:42:24 +00:00
Angie Byron b83aa19bb2 #370846 follow-up by catch: Fix #weight sorting in drupal_render(). 2009-02-13 04:43:00 +00:00
Angie Byron 826cf54d84 #372474 by karschsp: Minor documentation fix for node access system. 2009-02-13 02:27:59 +00:00
Angie Byron 9b50597eb2 #369423 by nedjo: Fix drupal_write_record() bug with multi-field primary keys (with tests). 2009-02-13 02:25:59 +00:00
Angie Byron 535db9d024 #69468 by marcingy, greggles, mikey_p: Usability: Display node type on editing form. 2009-02-13 02:22:09 +00:00
Angie Byron 2da17d8010 #347288 by plach: Fix Locale uninstall (with tests). 2009-02-13 00:45:18 +00:00
Angie Byron 52c17c6d3e #373502 by drewish and sun: Add function to delete unmanaged files recurisevely (with tests). 2009-02-13 00:39:01 +00:00
Angie Byron 6afc39c2e4 #135976 by Dave Reid: Move Administration Theme setting to the themes page where it is findable (with tests). 2009-02-11 05:33:18 +00:00
Angie Byron 1681bc164b #372376 by yched: Remove uninstall/disable hooks from required field.module. 2009-02-11 04:45:57 +00:00
Angie Byron 5420371ac5 #62926 by karschsp: Increase maximum length of free tagging field. 2009-02-11 03:53:36 +00:00
Angie Byron 7addef299c #372400 by swentel and BrightLoudNoise: Fix 'delete' link on block administration screen. 2009-02-11 03:38:46 +00:00
Angie Byron 295feb1db4 #370037 by bjaspan: Add means of getting all instances of a field. 2009-02-10 16:09:00 +00:00
Angie Byron 069597eaf3 #369562 by yched: More Field API clean-ups. 2009-02-10 03:16:15 +00:00
Angie Byron 4ce3ff3d44 #371363 by yched: Fix field form tests from randomly breaking. Hooray. 2009-02-10 02:04:01 +00:00
Angie Byron b6ad2af7c2 #371422 by catch: Field form tests should use drupal_strtolower(). 2009-02-09 21:52:15 +00:00
Dries Buytaert a7aab03a1e - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker. 2009-02-09 16:27:35 +00:00
Angie Byron 1dafc60c26 #365149 by karschsp: Fix @endcode at the end of hook_page_alter() example. 2009-02-09 15:42:52 +00:00
Angie Byron 962a7783d3 #371327 by quicksketch: Fix user picture rendering (with fixed tests). 2009-02-09 07:36:15 +00:00
Angie Byron c591f4562d #370846 by catch: Further improve performance of drupal_render() sorting (with tests). 2009-02-09 03:29:54 +00:00