Commit Graph

10296 Commits (b9ed1bc6e64fe82019c92cb582feb0b396dc96a7)

Author SHA1 Message Date
Angie Byron b9ed1bc6e6 #484828 by Mike Wacker: Fix permission capitalization in help text. 2009-06-08 05:12:15 +00:00
Dries Buytaert 18428ae91f - Patch #307422 by brianV: for usability's sake, use 'Add new comment' across the board. 2009-06-08 05:10:37 +00:00
Dries Buytaert 28b2f098be - Patch #334283 by Damien Tournoud, andypost, Freso et al: add context to t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages. 2009-06-08 05:00:12 +00:00
Angie Byron ece9032afd #266153 by JamesAn: Add a description for user-personalizable blocks. 2009-06-08 04:55:34 +00:00
Angie Byron 765f690549 #446898 by RoboPhred: Change URL of text formats settings page to admin/settings/formats rather than filter. 2009-06-08 04:51:46 +00:00
Angie Byron 276997a183 #236657 by swentel: Fix order of arguments in system_clear_cache_submit(). 2009-06-08 04:48:43 +00:00
Angie Byron 5d58e91623 #483468 by Josh Waihi and Berdir: Fix SimpleTest re-run tests button for PostgreSQL. 2009-06-08 04:45:32 +00:00
Dries Buytaert a73b53f3ae - Patch #484336 by smk-ka: remove left-over variable. 2009-06-08 04:44:58 +00:00
Dries Buytaert 880bb9057f - Patch #202775 by michaelfavia, jabapyth: fixed database testing and error handling during installation. 2009-06-08 04:33:35 +00:00
Dries Buytaert 1931f3b9d4 - Patch #481502 by JamesAn: converted to drupal_static(). 2009-06-08 04:28:19 +00:00
Angie Byron f994a4b8c5 #339466 follow-up by c960657: Remove url() around OpenID help links. 2009-06-07 03:27:55 +00:00
Dries Buytaert fd96af9241 - Patch #481504 by JamesAn: converted to drupal_static(). 2009-06-07 02:45:11 +00:00
Dries Buytaert 43b21cffdd - Patch #481500 by JamesAn: converted to drupal_static(). 2009-06-07 02:44:11 +00:00
Dries Buytaert 8322883918 - Patch #480412 by JamesAn: converted to drupal_static(). 2009-06-07 02:32:57 +00:00
Dries Buytaert eb0839b984 - Patch #480426 by JamesAn: converted to drupal_static(). 2009-06-07 02:30:13 +00:00
Dries Buytaert 2af96209f1 - Patch #480112 by JamesAn: converted to drupal_static(). 2009-06-07 02:29:07 +00:00
Dries Buytaert c5f4624fe7 - Patch #480102 by JamesAn: converted to drupal_static(). 2009-06-07 02:27:26 +00:00
Dries Buytaert 709bb0a19a - Patch #480418 by JamesAn: introduces drupal_static(). 2009-06-07 02:26:05 +00:00
Angie Byron 395713ba4e #392494 follow-up by yched: Clean-ups to Field API scalar search patch. 2009-06-07 00:00:57 +00:00
Dries Buytaert 967564af46 - Patch #145733 by brianV: enable cookies ... 2009-06-06 20:15:23 +00:00
Angie Byron 469471fdde #408876 by JamesAn: Document Schema API's serialize property. 2009-06-06 18:23:21 +00:00
Angie Byron c3e95d2532 #483808 by chx and Crell: Default DBTNG conditions to IN when an array of values is passed in, to match the field query API. 2009-06-06 16:57:52 +00:00
Angie Byron 7442dc060f #392494 by yched and bjaspan: Provide a query API for Field API. This is necessary because we can't assume fields will be stored in a database, due to pluggable storage backends. 2009-06-06 16:17:30 +00:00
Dries Buytaert 1f9077ee92 - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
Dries Buytaert 36e3d552cf - Patch #156582 by c960657, Damien Tournoud, townxelliot: added support for timeouts to drupal_http_request(). 2009-06-06 15:43:05 +00:00
Angie Byron e9f8dc82b0 #480660 follow-up by c960657: unset variables, since array_slice() can cause issues on some versions of PHP. 2009-06-06 14:51:56 +00:00
Dries Buytaert bccd256d2f - Patch #482920 by Razorraser: made getInfo() static functions. 2009-06-06 10:35:14 +00:00
Dries Buytaert c3af73ef17 - Patch #302268 by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and PagerQueries broken. 2009-06-06 10:27:42 +00:00
Angie Byron d532753cab #243253 by dww: Put a check in update.module to see if server was reachable. 2009-06-06 06:26:13 +00:00
Angie Byron d907375fc1 #482920 follow-up by JamesAn: Fix typos and let the tests pass again. 2009-06-05 21:56:07 +00:00
Dries Buytaert 831b2e0e10 - Rollback of last patch. 2009-06-05 19:22:58 +00:00
Dries Buytaert 10a5ba7132 - Patch #482920 by Razorraser: fixed typo in node_access_rebuild(). 2009-06-05 19:17:53 +00:00
Angie Byron f8dace9c5f #445044 follow-up by yched: Remove field.autoload.inc file. 2009-06-05 18:58:15 +00:00
Angie Byron a9eaef7592 #361277 follow-up by yched: Fix return value of update function. 2009-06-05 18:57:05 +00:00
Dries Buytaert 57fe0ca1e9 - Patch #445044 by bjaspan, Damien Tournoud, chx, Berdir: remove the field autoload feature. 2009-06-05 18:25:41 +00:00
Dries Buytaert 9079d78481 - Patch #481288 by Berdir: add support for INSERT INTO ... SELECT FROM ... queries. 2009-06-05 16:55:45 +00:00
Dries Buytaert 41204a5a82 - Patch #476972 by andypost: optimizations for action_info array. 2009-06-05 15:41:05 +00:00
Dries Buytaert 5feda4e2a8 - Patch #481794 by mr.baileys: made the one-time link be active immediately so we can remove a hack from the tests. 2009-06-05 09:26:06 +00:00
Dries Buytaert a892004663 - Patch #361277 by Razorraser: node_get_type() isn't anymore. 2009-06-05 09:24:37 +00:00
Dries Buytaert 5e19045690 - Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post settings' admin screen and relocate options. 2009-06-05 05:28:28 +00:00
Dries Buytaert 0de72ee484 - Patch #225864 by pwolanin: prevent PHP errors from cron.php. 2009-06-05 05:23:58 +00:00
Angie Byron 3780e8a6c2 #481508 by JamesAn: Update update module to use drupal_static(). 2009-06-05 01:10:12 +00:00
Angie Byron c86883271a #445748 by dww and Dave Reid: Add a hook_update_projects_alter() for modules that wish to do modify data in update status module. 2009-06-05 01:04:11 +00:00
Angie Byron aba81ab9dd #480660 follow-up by catch: Code style changes and changelog entry. 2009-06-04 20:09:29 +00:00
Angie Byron f179a80236 #220233 follow-up by Berdir: Fix typo. 2009-06-04 19:03:29 +00:00
Dries Buytaert deed842de5 - Patch #481802 by catch, leisa: update user permission help text. 2009-06-04 11:25:03 +00:00
Dries Buytaert 551cc74896 - Patch #480660 by catch, brianV, et al: add an administrator role to core. 2009-06-04 09:52:33 +00:00
Dries Buytaert d98102d1d6 - Patch #473876 by Berdir: fixed broken query on PostgreSQL. 2009-06-04 09:45:10 +00:00
Dries Buytaert 33e466a957 - Patch #475596 by tic2000: corrected documentation. 2009-06-04 09:38:25 +00:00
Angie Byron cab88a7014 #220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data. 2009-06-04 03:33:29 +00:00