Commit Graph

583 Commits (8889a5d168b44c526cabf8130568f640dcb51a17)

Author SHA1 Message Date
webchick d732bf85d9 Issue #1209470 by Damien Tournoud: Fixed REQUEST_TIME is a float with microseconds on PHP 5.4. 2011-07-06 13:57:01 -07:00
webchick 3675d4f306 Issue #1136130 follow-up by pillarsdotnet: Document why WATCHDOG_* constants are necessary. 2011-07-04 21:51:51 -07:00
webchick 214fb8de72 Issue #1071846 by gbrands: Fixed conf_path() doc needs cleanup. 2011-06-30 00:01:40 -07:00
webchick 12d33253b6 Back to 7.x-dev 2011-06-29 18:22:59 -07:00
webchick d8cfe08869 Changelog updates, increasing version number. 2011-06-29 18:20:10 -07:00
webchick 1166b5784a Merge branch '7.2-security' into 7.x 2011-06-29 18:16:27 -07:00
webchick ebf9026bb8 Changelog, fixing version number in bootstrap.inc. 2011-06-29 18:12:24 -07:00
Dries Buytaert 078dc10b2a - Patch #804864 by fabsor, pwolanin, catch, c960657: external page caching does only work when 'page_cache_invoke_hooks()' is set to FALSE. (Old 'Aggressive Mode' is on). 2011-06-12 19:52:37 -04:00
webchick fad397b1f1 Ahem. Once again. 2011-05-25 14:26:11 -07:00
webchick e708195f31 Back to 7.x-dev 2011-05-25 14:23:22 -07:00
webchick 49e2d2ca6f Drupal 7.2 2011-05-25 13:41:42 -07:00
webchick 316bd96ebf Drupal 7.1 2011-05-25 13:07:13 -07:00
Dries Buytaert c7f534a77e - Patch #1086066 by drewish, Mile23: get_t() should describe what it does and why. 2011-05-04 20:42:42 -07:00
Dries Buytaert 400284fb2c - Patch #1099396 by Désiré, droplet, plach: language_count() is never decremented when removing a language. 2011-05-01 06:31:39 -04:00
Dries Buytaert 3f154706a3 - Patch #711650 by marcvangend, cha0s: when index.php appears in the URL (or is automatically added by the server) users get a 'page not found' message. 2011-05-01 06:08:25 -04:00
Dries Buytaert 2681b059ff - Patch #1097538 by davidtrainer: update drupal_set_message() docs. 2011-04-25 22:10:57 -04:00
Dries Buytaert ada3ac12a2 - Patch #1097538 by davidtrainer: update drupal_set_message() docs. 2011-04-20 22:40:37 -04:00
Dries Buytaert 8cdf750e0e - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert 9c44a60045 - Rollback of accidentical commit #1064882. 2011-02-19 16:59:43 +00:00
Dries Buytaert 3e914018de - Patch #880278 by RoboPhred: cleanup _locale_import_read_po(). 2011-02-19 13:24:32 +00:00
Dries Buytaert 5369ef896d - Patch #997884 by jhodgdon: improved t() documentation. 2011-01-13 01:04:13 +00:00
Angie Byron b793fc9eba Back to 7.0-dev 2011-01-05 06:23:07 +00:00
Angie Byron 4979149203 Drupal 7.0 2011-01-05 06:17:58 +00:00
Angie Byron 6a8aecc468 #761212 follow-up by jbrown: Better method of changing to DRUPAL_ROOT. 2011-01-01 22:46:02 +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 9a98523a80 #761212 by jbrown: Fixed Always use DRUPAL_ROOT instead of getcwd() 2010-12-28 19:14:48 +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 fdaae76270 #1002364: Fixed Whitespace in bootstrap.inc 2010-12-19 04:56:11 +00:00
Dries Buytaert a686c81335 - Patch #917536 by neclimdul: drupal_initialize_variables() doesn't allow overide of html_errors(). 2010-12-18 01:28:02 +00:00
Angie Byron b9a0db2fb2 Back to 7.0-dev 2010-12-11 21:03:47 +00:00
Angie Byron 381f7e46b0 Drupal 7.0-rc2 2010-12-11 20:59:12 +00:00
Dries Buytaert 7361b458f1 - Patch #991588 by mfer, mbutcher: make t() faster. 2010-12-09 02:12:08 +00:00
Angie Byron 88009fe5b1 Back to 7.0-dev 2010-12-01 07:54:50 +00:00
Angie Byron ac4fc2b2e3 Drupal 7.0-rc1 2010-12-01 07:52:26 +00:00
Angie Byron 1a685474e6 #851136 by Crell, chx, Damien Tournoud: Make the database autoloading more robust. 2010-11-29 04:45:11 +00:00
Angie Byron cfb6ff4127 Rolling back #851136. Broke SQLite installation. 2010-11-28 07:32:39 +00:00
Dries Buytaert d7a63ff988 - Patch #851136 by Damien Tournoud, Crell, chx: make the database autoloading more robust. 2010-11-27 20:37:34 +00:00
Dries Buytaert 7aab0ab368 - Patch #557298 by Arancaytar, David_Rothstein: drupal_override_server_variables() does not properly override SCRIPT_NAME. 2010-11-23 03:08:34 +00:00
Angie Byron 0e35d4d818 #601548 follow-up by David_Rothstein: Remaining clean-ups from drupal_placeholder() patch. 2010-11-22 04:33:02 +00:00
Angie Byron 9abb496d8a #222109 by David_Rothstein: Fix documentation for module_list(). 2010-11-20 05:45:48 +00:00
Angie Byron 8a482a4fda #208611 by effulgentsia, ksenzee, p.brouwers, et al: Fixed drupal_add_js() includes settings twice and breaks certain JS files. 2010-11-20 05:02:46 +00:00
Dries Buytaert 203b6a88b2 - Patch #944198 by sun: functions that call drupal_system_listing() act on potentially invalid system items. 2010-11-19 20:35:31 +00:00
Angie Byron fc970fe6c5 Back to 7.0-dev 2010-11-14 00:21:13 +00:00
Angie Byron d08387cf63 Drupal 7.0-beta3 2010-11-14 00:19:41 +00:00
Angie Byron 09380d76a7 Back to 7.0-dev 2010-11-14 00:13:00 +00:00
Angie Byron 8098e73120 Drupal 7.0-beta3 2010-11-14 00:12:02 +00:00
Angie Byron 0ac67018a3 #946968 follow-up by Damien Tournoud: Refactor version check for databases. 2010-11-13 23:07:16 +00:00
Dries Buytaert 0828119240 - Patch #946968 by dmitrig01: we are not checking the version of MySQL and PostgreSQL servers anymore (nor we do for SQLite). 2010-11-13 14:08:47 +00:00
Dries Buytaert e920fe34ef - Patch #575280 by mfb, carlos8f, chx, bleen18: impersonation when an https session exists. 2010-11-05 19:05:02 +00:00
Dries Buytaert bcc0741b67 - Patch #951486 by Damien Tournoud: invalid placeholders in exception messages during update. 2010-10-25 00:06:19 +00:00
Dries Buytaert 5eedc1f7e7 - Patch #937508 by amateescu: the documentation for arg() doesn't report what the function returns when it's called without arguments. 2010-10-23 12:56:40 +00:00
Angie Byron 95601106b2 Back to 7.0-dev 2010-10-23 05:32:22 +00:00
Angie Byron 237c0642a7 Drupal 7.0-beta2 2010-10-23 05:30:57 +00:00
Angie Byron f8b10296ea #938614 follow-up by chx: Abort abort\! Back to 5.2.4. 2010-10-15 18:03:43 +00:00
Angie Byron 4a9cd0fcc1 #744384 by c960657: Do not write unchanged sessions to the database. 2010-10-15 04:15:41 +00:00
Dries Buytaert 90c1a34782 - Patch #938614 by chx: bump to PHP 5.2.5. 2010-10-12 03:10:03 +00:00
Angie Byron 928361636c #281405 follow-up by David_Rothstein: Set maximum RAM requirement back down to 32M rather than 40M. 2010-10-10 15:53:54 +00:00
Angie Byron 826ede4622 #356036 by plach, catch: Allow creating nodes in default languages. 2010-10-09 03:43:31 +00:00
Angie Byron 44c2bfdcd1 #898040 by jhodgdon: Replace @name with @defgroup in PHPDoc. 2010-10-08 05:07:53 +00:00
Angie Byron 67b7055a56 Back to 7.0-dev 2010-10-07 03:35:03 +00:00
Angie Byron d0b330ef31 Drupal 7.0-beta1 2010-10-07 03:32:59 +00:00
Dries Buytaert 9eef405572 - Patch #922008 by davehimself, litwol: drupal_get_filename() does not respect DRUPAL_ROOT. 2010-09-27 01:14:10 +00:00
Dries Buytaert 7494238062 - Patch #910156 by sun: remove 'description' keys from schema cache. 2010-09-25 02:00:06 +00:00
Angie Byron 369247bf9c Back to 7.0-dev 2010-09-16 01:10:38 +00:00
Angie Byron 0c6f9b0074 Drupal 7.0-alpha7 2010-09-16 01:09:34 +00:00
Angie Byron 452e31f629 #818418 by Amitaibu: Fixed Notices on language negotiation callback when trying to force a full bootstrap. 2010-09-11 06:24:55 +00:00
Dries Buytaert b59bf5652b - Patch #870584 by sender: drupal_register_shutdown_function() doxygen is wrong. 2010-08-22 14:11:47 +00:00
Dries Buytaert 33ef42291f - Patch #885000 by cwgordon7: drupal_placeholder() takes an array as an argument. 2010-08-17 13:50:52 +00:00
Dries Buytaert a378853208 - Patch #861876 by andypost: notice in watchdog(). 2010-07-26 03:05:36 +00:00
Dries Buytaert dca92900fb - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
Dries Buytaert 5038c5d3df - Patch #846858 by kiamlaluno: it's/its grammar in various doc headers. 2010-07-21 00:26:21 +00:00
Dries Buytaert d828e2170b - Patch #768090 by ridgerunner: changed drupal_static() performance improvement. 2010-07-18 01:22:53 +00:00
Dries Buytaert 050354df37 - Patch #856788 by glipay: documentation improvement. 2010-07-17 02:00:50 +00:00
Angie Byron 10edd51e29 #850206 by Stevel: Fixed Converting db configuration gives wrong result when () is set. 2010-07-10 17:27:50 +00:00
Angie Byron 28219f5999 Back to 7.0-dev 2010-07-09 00:15:34 +00:00
Angie Byron 9bf09eea76 Drupal 7.0-alpha6 2010-07-09 00:14:02 +00:00
Angie Byron d38b5b804c #554106 follow-up by pwolanin: Restore timeboxing for SimpleTest runs, for security. 2010-07-07 17:53:28 +00:00
Dries Buytaert 507ce04257 - Patch #691468 by aaronbauman, gpk: improve PHPdoc of bootstrap_invoke_all(). 2010-06-29 18:50:36 +00:00
Dries Buytaert 267ebfb7b6 - Patch #195416 by Damien Tournoud, David Strauss: table prefixes should be per database connection. 2010-06-28 19:57:34 +00:00
Angie Byron 7f05c006bc #839006 by pwolanin: Fixed SPL autoloader should use require_once() to be more robust. 2010-06-28 02:28:42 +00:00
Dries Buytaert 60883871aa - Patch #782442 by nenne, jhodgdon: watchdog should document better. 2010-06-25 21:28:47 +00:00
Dries Buytaert 45efa0ddaa - Patch #521370 by marcingy: hook_watchdog() is called ordered by name (!?). 2010-06-25 20:42:48 +00:00
Dries Buytaert 42a86ff32d - Patch #561990 by catch, mikeytown2, nnewton: avoid variable_set() and variable_del() stampedes. 2010-06-24 18:56:10 +00:00
Dries Buytaert 6c934509fe - Patch #621748 by grendzy, David Strauss: ip_address() is broken for multi-tier architectures. 2010-06-14 13:24:32 +00:00
Angie Byron 7affd91ab6 #551658 follow-up by pwolanin: Revert back to D6-style temporary folder logic to avoid various platform issues. 2010-06-12 08:15:15 +00:00
Dries Buytaert fc22149f8f - Patch #736894 by mr.baileys: document that drupal_register_shutdown_function() is a php wrapper. 2010-06-11 11:00:18 +00:00
Dries Buytaert a9af3a61cf - Patch #823500 by justinrandell, chx: () should always reflect ['HTTPS'] even if () is http. 2010-06-10 06:51:38 +00:00
Dries Buytaert 8fb6adbc21 - Patch #742246 by jbrown, noahb, aspilicious, alexanderpas, rfay:handle uncaught exceptions. 2010-06-05 13:30:42 +00:00
Dries Buytaert b29009179a - Patch #276876 by mr.baileys: remove case sensitivity from variable names (get/set/del) through extra documentation. 2010-06-01 18:26:44 +00:00
Dries Buytaert 72db95c988 - Patch #711108 by Berdir: better exception reporting for watchdog() in the database system. 2010-05-26 07:52:13 +00:00
Angie Byron 38a0407753 Back to 7.0-dev 2010-05-23 15:28:00 +00:00
Angie Byron 9b9d9296c8 Drupal 7.0-alpha5 2010-05-23 15:26:38 +00:00
Dries Buytaert 5af292f76b - Patch #767512 by jhedstrom, Damien Tournoud: fixed error. 2010-05-21 20:19:48 +00:00
Dries Buytaert 1080c01957 - Patch #696696 by Garrett Albright, qasimzee, confiz: documentation improvements for WATCHDOG_* constants. 2010-05-18 18:33:30 +00:00
Dries Buytaert 09b0283675 - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics module enabled is much slower in serving cached pages in D7 than in D6. 2010-05-18 18:26:30 +00:00
Dries Buytaert 8ab61807e4 - Patch #800014 by c960657: tiny bootstrap clean-up. 2010-05-16 09:39:31 +00:00
Dries Buytaert 47653eae18 - Patch #730046 by pwolanin, Damien Tournoud: performance settings page is inconsistent. 2010-05-12 08:26:15 +00:00
Angie Byron ed86172814 #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
Dries Buytaert ac3d3aa519 - Patch #723802 by pwolanin, scor: fixed documentation. 2010-05-04 15:47:03 +00:00
Dries Buytaert 71713081a2 - Patch #723802 by pwolanin, grendzy: convert to sha-256 and hmac from md5 and sha1. 2010-05-01 08:12:23 +00:00
Angie Byron a724915f82 #551658 by pwolanin, aaron, drewish: Move private files to an opt-in system, and no longer force private files to live within web-accessible directory. 2010-04-30 01:33:17 +00:00
Angie Byron 6a208f8530 #338443 by jhodgdon, earnie, grendzy: Fixed various documentation issues with t(). 2010-04-29 05:03:28 +00:00
Angie Byron 31f13b5694 #299308 follow-up by David_Rothstein: Fixed Installing Drupal by visiting index.php (rather than install.php) leads to a fatal error when PDO is not enabled. 2010-04-29 03:48:16 +00:00
Dries Buytaert 0b61ecfe3a - Patch #782056 by aspilicious: removing every tab + trailing white space in core. 2010-04-28 20:25:22 +00:00
Angie Byron 796d54c00b Back to 7.0-dev 2010-04-26 21:27:09 +00:00
Angie Byron a4fabec730 Drupal 7.0-alpha4 2010-04-26 21:24:54 +00:00
Dries Buytaert df52ebb726 - Patch #740764 by mr.baileys, aspilicious: add missing functions to the sanitization group. 2010-04-24 14:53:59 +00:00
Angie Byron 67a19cf48b #688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() to proper exception catching. 2010-04-23 05:21:19 +00:00
Dries Buytaert e4c4e08251 - Patch #748984 by droplet: fixed wrong multi-site directory aliasing example. 2010-04-15 12:01:28 +00:00
Dries Buytaert cc5b8e6aee - Patch #688704 by Crell, boombatower, andypost, noahb: give DB its own autoload function. 2010-04-11 21:05:13 +00:00
Dries Buytaert ff301288f2 - Patch #348448 by mfb, c960657, marvil07, cdale, jpmckinney: fixed PHP strict warnings when running tests and for PHP 5.3. 2010-04-11 18:33:44 +00:00
Dries Buytaert de33f74b40 - Patch #688704 by Crell, boombatower, noahb: give DB its own autoload function. 2010-04-11 17:16:45 +00:00
Dries Buytaert 97c14a993e - Patch #642782 by plach, Dave Reid, greggles, mfb: hook_language_init() is a bootstrap hook and needs bootstrap_invoke_all(). 2010-04-07 05:15:51 +00:00
Angie Byron 1e25da7eab #742246 by jbrown: Fixed Uncaught exceptions thrown in the exception handler prevent error reporting. 2010-04-03 03:36:11 +00:00
Dries Buytaert 108011af8b - Patch #756498 by douggreen: restore current directory after register_shutdown_function() callback. 2010-03-31 15:36:48 +00:00
Dries Buytaert d428fe37b9 - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
Dries Buytaert de39337076 - Patch #458704 by markus_petrux, tic2000: don't automatically remove 'www.' from admin-set cookie domains. 2010-03-24 09:17:37 +00:00
Angie Byron c802302bac Back to 7.0-dev 2010-03-21 16:53:36 +00:00
Angie Byron d516f6778e Drupal 7.0-alpha3 2010-03-21 16:51:26 +00:00
Dries Buytaert 40417f5a6f - Patch #258397 by John Morahan, Dries, R.Muilwijk, Bart Jansens, grendzy, Berdir: IP address identification not broad enough. 2010-03-17 13:58:45 +00:00
Dries Buytaert 052a1da533 - Patch #739450 by mr.baileys: rename WATCHDOG_EMERG to WATCHDOG_EMERGENCY. 2010-03-11 21:23:06 +00:00
Dries Buytaert e603247301 - Patch #739488 by mr.baileys: REGISTRY_* constants are not text filtering flags. 2010-03-11 21:21:36 +00:00
Angie Byron 632ae14d9c #587706 follow-up by plach: trim GET['q'] centrally in request_path() so subsequent places don't have to do it. 2010-03-10 19:36:14 +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 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 33c7e4daa0 #614124 by Damien Tournoud: Set locale settings during bootstrap. 2010-03-07 06:38:55 +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 cec41faf47 - Patch #723436 by mikeryan: timers accumulated at double-speed in certain scenarios. 2010-02-25 09:13:00 +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
Angie Byron 8d01aeb428 #710142 by Berdir, moshe weitzman, chx: Handle exceptions in shutdown functions (with tests). Hopefully the last of these weird 'Stack frame in Unknown line 0' errors. 2010-02-17 22:44:52 +00:00
Angie Byron db7f5e4c90 #716348 by grendzy and hefox: Documentation of drupal_get_path() and system table missing the fact that 'profile' is stored there now. 2010-02-17 03:55:45 +00:00
Angie Byron e2a01a0349 #325169 by moshe weitzman: Move t() to bootstrap.inc to stop fatal errors when called from error handlers. 2010-02-17 02:52:15 +00:00
Dries Buytaert 8f7b37b730 - Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move error/exception handler higher up in the bootstrap process. 2010-02-15 15:52:27 +00:00
Dries Buytaert a3dd7ebad7 - Patch #698902 by mr.baileys: make MySQL 5.0.15 requirement official. 2010-01-31 18:31:46 +00:00
Dries Buytaert 1df3cfffef - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem with clean urls. 2010-01-29 22:40:41 +00:00
Dries Buytaert af3f94b37e - Patch #693614 by asimmonds: fixed PHPDoc spelling typos. 2010-01-25 10:38:35 +00:00
Angie Byron c45ff07912 Back to development version now. 2010-01-15 14:57:10 +00:00
Angie Byron c511a4abe7 Marking code as alpha 1 in preparation of the first alpha release of Drupal 7. 2010-01-15 14:35:08 +00:00
Angie Byron e4be6454e0 #281405: Temporarily raise memory requirement to 40M, to cut down on support requests post-alpha. Let's work to get this back to 32M shortly. :) 2010-01-15 14:25:35 +00:00
Dries Buytaert 239cec289d - Patch #667098 by catch: drupal_get_bootstrap_phase() was broken. 2010-01-14 21:17:56 +00:00
Dries Buytaert f818dfe908 - Patch #590656 by pwolanin, Pasqualle: harden one-time login links against vulnerability from disclosure of SQL backups, or SQL 'SELECT' injection. 2010-01-14 18:45:17 +00:00
Angie Byron 3ede619955 #619666 follow-up by effulgentsia: Make performance-critical usage of drupal_static() grokkable. 2010-01-07 04:54:18 +00:00
Angie Byron 2c474d2a05 #668932 by Damien Tournoud : Remove duplicate sanitzing of HTTP_HOST. 2010-01-03 01:23:49 +00:00
Dries Buytaert 949ccddb91 - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups. 2009-12-30 08:16:55 +00:00
Dries Buytaert 98b84b7adb - Patch #661420 by justinrandell, David_Rothstein: made installation of modules much more efficient. 2009-12-28 10:48:51 +00:00
Angie Byron 9ca8723880 #358815 by David_Rothstein, meatsack, and John Morahan: Fixed performance of drupal_get_install_files() with large file trees. 2009-12-27 03:37:54 +00:00