Commit Graph

787 Commits (a355254e331490b0186a23a599f6bea42770833d)

Author SHA1 Message Date
Dries Buytaert 69e6f411a9 - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
Dries Buytaert fee4182cb9 - Patch #296300 by chx: remove edit[] and fixed Doxygen. 2008-08-17 11:08:23 +00:00
Dries Buytaert 72d13bc3f8 - Patch #295506 by swentel: node preview is rendered twice. 2008-08-16 07:33:05 +00:00
Dries Buytaert c639b5135f - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request error and cleaned up some simpletest stuff. We should have a much more funky 'all tests passed' screen. Having all tests pass shouldn't be this boring. Let's be a bit more creative and injest some fun ... ;-) 2008-08-16 07:31:01 +00:00
Dries Buytaert 6fbbaf066f - Patch #268477 by MadHarold, Damien Tournoud, kkaefer, et al: untranslatable suffix in format_size() 2008-08-14 09:21:49 +00:00
Dries Buytaert ab4e39da83 - Patch #283806 by mustafau: fixed bug in drupal_http_request() and added some first drupal_http_request() tests to core. Yay. 2008-08-13 07:11:18 +00:00
Dries Buytaert 89fffd242a - Patch #283806 by mustafau, Aron Noval: improved error handling in drupal_http_request(). 2008-08-12 08:36:38 +00:00
Dries Buytaert 6c1068e48d - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to registry_rebuild() for consistency. 2008-08-02 19:01:02 +00:00
Dries Buytaert 9cec02e472 - Patch #158992 by sun, quicksketch, zeta ζ, bangpound, Dries et al: inline Javascript could generate invalid XHTML. 2008-08-02 18:56:53 +00:00
Dries Buytaert 446b29271c - Patch #263517 by mfb: fixed notice in RSS feeds. 2008-07-19 10:38:13 +00:00
Dries Buytaert fb3b6d13b8 - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests. 2008-07-17 21:10:39 +00:00
Dries Buytaert 57fe5103da - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value. 2008-07-16 21:59:29 +00:00
Dries Buytaert ca144061cb - Patch #277604 by gpk: improved phpDoc of url(). 2008-07-02 19:36:52 +00:00
Dries Buytaert bb232c728a - Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line. 2008-07-01 20:36:40 +00:00
Dries Buytaert fae9063c68 - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's stylesheets. 2008-07-01 20:22:22 +00:00
Dries Buytaert 6aea1d0873 - Patch #260778 by boombatower et al: play a user agent trick to make the tests work. 2008-06-24 22:09:52 +00:00
Dries Buytaert 6e2358b232 - Patch #270045 by drewish, Susurrus: clean up return values. 2008-06-18 03:36:24 +00:00
Dries Buytaert ecb032a239 - Patch #151902 by MadHarold et al: a better format_size() (and removed some excessive white space). 2008-06-09 08:11:45 +00:00
Dries Buytaert b806c1b03b - Patch #259001 by paul.lovvik: drupal_cron_run should ignore a user abort. 2008-05-30 17:41:51 +00:00
Dries Buytaert c529e4afbe - Patch #101543 by webchick: document all constants. 2008-05-26 17:12:55 +00:00
Dries Buytaert 9d4dea4e55 - Patch #258475 by alpritt: Doxygen improvements. 2008-05-16 01:23:31 +00:00
Dries Buytaert a7d345d7a7 - Patch #200824 by sammys, Arancaytar et al: fixed bug in drupal_write_record(). 2008-05-15 21:15:10 +00:00
Dries Buytaert 757dbee6ab - Patch #258128 by webchick: @parameter should be @param. Gets the Most Trivial Patch of the Month Award. 2008-05-14 13:15:09 +00:00
Dries Buytaert 2e18cb8924 - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert 56d2664a90 - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators. 2008-04-14 17:48:46 +00:00
Dries Buytaert ee08784f88 - Patch #189568 by dvessel: don't include a CSS file in the aggregated CSS output when that file is overwritten by a theme-specific CSS file. 2008-04-10 10:19:01 +00:00
Dries Buytaert ed59911f9e - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing.
This is a big and important patch for Drupal's security.  We are switching
  to much stronger password hashes that are also compatible with the Portable
  PHP password hashing framework.

  The new password hashes defeat a number of attacks, including:

  - The ability to try candidate passwords against multiple hashes at once.
  - The ability to use pre-hashed lists of candidate passwords.
  - The ability to determine whether two users have the same (or different)
    password without actually having to guess one of the passwords.

  Also implemented a pluggable password hashing API (similar to how an alternate
  cache mechanism can be used) to allow developers to readily substitute an
  alternative hashing and authentication scheme.

  Thanks all!
2008-03-31 20:50:05 +00:00
Dries Buytaert 771950b15d - Patch #239958 by Steve Dondley: make the explicit cache clearing functionality reload the theme's .info file. (We're back from a vacation in the French Alpes, BTW! Time to catch up with patches.) 2008-03-31 18:17:21 +00:00
Dries Buytaert 064417f34b - Patch #222578 by pwolanin: alter drupal_to_js() to use json_encode(). 2008-03-17 17:01:05 +00:00
Dries Buytaert 7b699125fb - Patch #189568 by dvessel et al: overriding of module CSS didn't always work. 2008-02-20 13:38:32 +00:00
Dries Buytaert 60688d68db - Patch #181411 by Moshe: use schema API for saving and updating user records. 2008-02-18 16:53:37 +00:00
Dries Buytaert 01a4c0d827 - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone(). 2008-02-17 19:29:07 +00:00
Gábor Hojtsy 60cb54b938 Back to 6.0-dev 2008-01-30 23:07:41 +00:00
Gábor Hojtsy c2665870c4 Preparing for RC3 2008-01-30 22:43:55 +00:00
Gábor Hojtsy 279d2d4c44 #213517 by ax: inline documentation cleanup, fixing four unclosed @defgroups 2008-01-28 16:05:17 +00:00
Gábor Hojtsy d40bb1e98d #207330 by c960657: allow custom URL rewriter to work on base_url and fix urlencoding of front page URL with a path prefix 2008-01-27 19:57:36 +00:00
Gábor Hojtsy f16986574a #209077 by bec: missing initialization for the placeholders array in drupal_write_record() 2008-01-16 10:37:30 +00:00
Dries Buytaert b62029cfb8 - Patch #115606 by Junyor, thesaint_02: added support for PHP 5.2's 'recoverable fatal errors'. 2008-01-15 08:13:40 +00:00
Gábor Hojtsy 3395c97e37 Back to 6.0-dev 2008-01-10 23:14:58 +00:00
Gábor Hojtsy 78bc68f304 Drupal 6 RC2 2008-01-10 22:47:17 +00:00
Gábor Hojtsy 66b7a5cb74 #199946 by JirkaRybka: append a short query string to CSS and JS files, changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush' 2008-01-07 19:43:29 +00:00
Gábor Hojtsy 8ea4186e71 #207170 by hswong3i slightly modified: drupal_write_record() did not return FALSE on query failure and had bad documentation on the returned values 2008-01-07 19:28:06 +00:00
Gábor Hojtsy ac4c8f7ab0 #203274 by Pasqualle: remove excessive witespace from our code (minor) 2007-12-22 23:24:26 +00:00
Gábor Hojtsy e60c31715d #200921 by Pancho: code consistency change, renaming an internal variable in drupal_get_schema() for better developer docs 2007-12-22 21:12:04 +00:00
Gábor Hojtsy d5974b7862 back to 6.x-dev 2007-12-20 23:14:11 +00:00
Gábor Hojtsy efd544136b Gearing up for Drupal 6 RC1 2007-12-20 22:41:24 +00:00
Gábor Hojtsy e6a4b82e6e #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at all, so we know that this is the cause of problems, not the remote host not responding. 2007-12-20 08:57:55 +00:00
Gábor Hojtsy 277a15248f #183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS aggregation; update help text to that effect 2007-12-19 17:19:50 +00:00
Gábor Hojtsy 1ee3efdf55 #202184 by Rho_pare: fix drupal_alter() not checking for having an array, broken by #192767 2007-12-19 11:23:25 +00:00
Gábor Hojtsy ff6ce75f7b #200370 by quicksketch: fixes to drag and drop support to make it usable by CCK 2007-12-19 10:58:35 +00:00