Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #296310 by DamZ: Fixes to drupal_http_request() and accompanying tests. | Angie Byron | 2008-09-06 |
| | |||
* | - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵ | Dries Buytaert | 2008-09-06 |
| | | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency. | ||
* | - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵ | Dries Buytaert | 2008-08-21 |
| | | | | generation database layer for Drupal 7. | ||
* | - Patch #296300 by chx: remove edit[] and fixed Doxygen. | Dries Buytaert | 2008-08-17 |
| | |||
* | - Patch #295506 by swentel: node preview is rendered twice. | Dries Buytaert | 2008-08-16 |
| | |||
* | - Patch #295564 by boombatower, Damien Tournoud: fixed drupal_http_request ↵ | Dries Buytaert | 2008-08-16 |
| | | | | 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 ... ;-) | ||
* | - Patch #268477 by MadHarold, Damien Tournoud, kkaefer, et al: ↵ | Dries Buytaert | 2008-08-14 |
| | | | | untranslatable suffix in format_size() | ||
* | - Patch #283806 by mustafau: fixed bug in drupal_http_request() and added ↵ | Dries Buytaert | 2008-08-13 |
| | | | | some first drupal_http_request() tests to core. Yay. | ||
* | - Patch #283806 by mustafau, Aron Noval: improved error handling in ↵ | Dries Buytaert | 2008-08-12 |
| | | | | drupal_http_request(). | ||
* | - Patch #287877 by dmitrig01: rename drupal_rebuild_code_registry() to ↵ | Dries Buytaert | 2008-08-02 |
| | | | | registry_rebuild() for consistency. | ||
* | - Patch #158992 by sun, quicksketch, zeta ζ, bangpound, Dries et al: inline ↵ | Dries Buytaert | 2008-08-02 |
| | | | | Javascript could generate invalid XHTML. | ||
* | - Patch #263517 by mfb: fixed notice in RSS feeds. | Dries Buytaert | 2008-07-19 |
| | |||
* | - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests. | Dries Buytaert | 2008-07-17 |
| | |||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #277604 by gpk: improved phpDoc of url(). | Dries Buytaert | 2008-07-02 |
| | |||
* | - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵ | Dries Buytaert | 2008-07-01 |
| | | | | online vs on-line. | ||
* | - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's ↵ | Dries Buytaert | 2008-07-01 |
| | | | | stylesheets. | ||
* | - Patch #260778 by boombatower et al: play a user agent trick to make the ↵ | Dries Buytaert | 2008-06-24 |
| | | | | tests work. | ||
* | - Patch #270045 by drewish, Susurrus: clean up return values. | Dries Buytaert | 2008-06-18 |
| | |||
* | - Patch #151902 by MadHarold et al: a better format_size() (and removed some ↵ | Dries Buytaert | 2008-06-09 |
| | | | | excessive white space). | ||
* | - Patch #259001 by paul.lovvik: drupal_cron_run should ignore a user abort. | Dries Buytaert | 2008-05-30 |
| | |||
* | - Patch #101543 by webchick: document all constants. | Dries Buytaert | 2008-05-26 |
| | |||
* | - Patch #258475 by alpritt: Doxygen improvements. | Dries Buytaert | 2008-05-16 |
| | |||
* | - Patch #200824 by sammys, Arancaytar et al: fixed bug in drupal_write_record(). | Dries Buytaert | 2008-05-15 |
| | |||
* | - Patch #258128 by webchick: @parameter should be @param. Gets the Most ↵ | Dries Buytaert | 2008-05-14 |
| | | | | Trivial Patch of the Month Award. | ||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | 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. | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #189568 by dvessel: don't include a CSS file in the aggregated CSS ↵ | Dries Buytaert | 2008-04-10 |
| | | | | output when that file is overwritten by a theme-specific CSS file. | ||
* | - Patch #29706 by pwolanin, solardiz, et al: more secure password hashing. | Dries Buytaert | 2008-03-31 |
| | | | | | | | | | | | | | | | | | | | 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! | ||
* | - Patch #239958 by Steve Dondley: make the explicit cache clearing ↵ | Dries Buytaert | 2008-03-31 |
| | | | | functionality reload the theme's .info file. (We're back from a vacation in the French Alpes, BTW! Time to catch up with patches.) | ||
* | - Patch #222578 by pwolanin: alter drupal_to_js() to use json_encode(). | Dries Buytaert | 2008-03-17 |
| | |||
* | - Patch #189568 by dvessel et al: overriding of module CSS didn't always work. | Dries Buytaert | 2008-02-20 |
| | |||
* | - Patch #181411 by Moshe: use schema API for saving and updating user records. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵ | Dries Buytaert | 2008-02-17 |
| | | | | real PHP5 clone(). | ||
* | Back to 6.0-dev | Gábor Hojtsy | 2008-01-30 |
| | |||
* | Preparing for RC3 | Gábor Hojtsy | 2008-01-30 |
| | |||
* | #213517 by ax: inline documentation cleanup, fixing four unclosed @defgroups | Gábor Hojtsy | 2008-01-28 |
| | |||
* | #207330 by c960657: allow custom URL rewriter to work on base_url and fix ↵ | Gábor Hojtsy | 2008-01-27 |
| | | | | urlencoding of front page URL with a path prefix | ||
* | #209077 by bec: missing initialization for the placeholders array in ↵ | Gábor Hojtsy | 2008-01-16 |
| | | | | drupal_write_record() | ||
* | - Patch #115606 by Junyor, thesaint_02: added support for PHP 5.2's ↵ | Dries Buytaert | 2008-01-15 |
| | | | | 'recoverable fatal errors'. | ||
* | Back to 6.0-dev | Gábor Hojtsy | 2008-01-10 |
| | |||
* | Drupal 6 RC2 | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #199946 by JirkaRybka: append a short query string to CSS and JS files, ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | changing on upgrades, so on core/module/theme upgrades, browser caches will 'flush' | ||
* | #207170 by hswong3i slightly modified: drupal_write_record() did not return ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | FALSE on query failure and had bad documentation on the returned values | ||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
| | |||
* | #200921 by Pancho: code consistency change, renaming an internal variable in ↵ | Gábor Hojtsy | 2007-12-22 |
| | | | | drupal_get_schema() for better developer docs | ||
* | back to 6.x-dev | Gábor Hojtsy | 2007-12-20 |
| | |||
* | Gearing up for Drupal 6 RC1 | Gábor Hojtsy | 2007-12-20 |
| | |||
* | #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | all, so we know that this is the cause of problems, not the remote host not responding. | ||
* | #183940 by bjaspan, keith.smith: remove broken JS compression, but leave JS ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | aggregation; update help text to that effect |