Commit Graph

413 Commits (eeeba75a5b10420688f08093738dd8e28060d69e)

Author SHA1 Message Date
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