summaryrefslogtreecommitdiff
path: root/includes/common.inc
Commit message (Collapse)AuthorAge
* - Patch #263517 by mfb: fixed notice in RSS feeds.Dries Buytaert2008-07-19
|
* - Patch #231190 by eli, mfb: page cache didn't work with HEAD requests.Dries Buytaert2008-07-17
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #277604 by gpk: improved phpDoc of url().Dries Buytaert2008-07-02
|
* - Patch #277073 by threexk: improve consistency of offline vs off-line and ↵Dries Buytaert2008-07-01
| | | | online vs on-line.
* - Patch #197124 by dixon_, keith.smith: made it possible to ignore a theme's ↵Dries Buytaert2008-07-01
| | | | stylesheets.
* - Patch #260778 by boombatower et al: play a user agent trick to make the ↵Dries Buytaert2008-06-24
| | | | tests work.
* - Patch #270045 by drewish, Susurrus: clean up return values.Dries Buytaert2008-06-18
|
* - Patch #151902 by MadHarold et al: a better format_size() (and removed some ↵Dries Buytaert2008-06-09
| | | | excessive white space).
* - Patch #259001 by paul.lovvik: drupal_cron_run should ignore a user abort.Dries Buytaert2008-05-30
|
* - Patch #101543 by webchick: document all constants.Dries Buytaert2008-05-26
|
* - Patch #258475 by alpritt: Doxygen improvements.Dries Buytaert2008-05-16
|
* - Patch #200824 by sammys, Arancaytar et al: fixed bug in drupal_write_record().Dries Buytaert2008-05-15
|
* - Patch #258128 by webchick: @parameter should be @param. Gets the Most ↵Dries Buytaert2008-05-14
| | | | Trivial Patch of the Month Award.
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-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 Buytaert2008-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 Buytaert2008-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 Buytaert2008-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 Buytaert2008-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 Buytaert2008-03-17
|
* - Patch #189568 by dvessel et al: overriding of module CSS didn't always work.Dries Buytaert2008-02-20
|
* - Patch #181411 by Moshe: use schema API for saving and updating user records.Dries Buytaert2008-02-18
|
* - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵Dries Buytaert2008-02-17
| | | | real PHP5 clone().
* Back to 6.0-devGábor Hojtsy2008-01-30
|
* Preparing for RC3Gábor Hojtsy2008-01-30
|
* #213517 by ax: inline documentation cleanup, fixing four unclosed @defgroupsGábor Hojtsy2008-01-28
|
* #207330 by c960657: allow custom URL rewriter to work on base_url and fix ↵Gábor Hojtsy2008-01-27
| | | | urlencoding of front page URL with a path prefix
* #209077 by bec: missing initialization for the placeholders array in ↵Gábor Hojtsy2008-01-16
| | | | drupal_write_record()
* - Patch #115606 by Junyor, thesaint_02: added support for PHP 5.2's ↵Dries Buytaert2008-01-15
| | | | 'recoverable fatal errors'.
* Back to 6.0-devGábor Hojtsy2008-01-10
|
* Drupal 6 RC2Gábor Hojtsy2008-01-10
|
* #199946 by JirkaRybka: append a short query string to CSS and JS files, ↵Gábor Hojtsy2008-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 Hojtsy2008-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 Hojtsy2007-12-22
|
* #200921 by Pancho: code consistency change, renaming an internal variable in ↵Gábor Hojtsy2007-12-22
| | | | drupal_get_schema() for better developer docs
* back to 6.x-devGábor Hojtsy2007-12-20
|
* Gearing up for Drupal 6 RC1Gábor Hojtsy2007-12-20
|
* #196535 by sun, chx, dww: check whether Drupal can issue HTTP requests at ↵Gábor Hojtsy2007-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 Hojtsy2007-12-19
| | | | aggregation; update help text to that effect
* #202184 by Rho_pare: fix drupal_alter() not checking for having an array, ↵Gábor Hojtsy2007-12-19
| | | | broken by #192767
* #200370 by quicksketch: fixes to drag and drop support to make it usable by CCKGábor Hojtsy2007-12-19
|
* #192767 by fago, Eaton, chx: taking form_state per reference in form ↵Gábor Hojtsy2007-12-18
| | | | constructor function. Will be replaced with a nicer PHP 5 solution in Drupal 7.
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* #193804 by starbow, Rob Loach, Wim Leers: add often used basePath setting by ↵Gábor Hojtsy2007-12-17
| | | | defualt to JS settings, also providing an elegant bugfix to #201248
* #194098 by mfer, theborg: reset theme in drupal_eval(), so the evaluated ↵Gábor Hojtsy2007-12-16
| | | | code will not see the caller module as current theme
* #199654 by yched: stale schema cache was used when a schema cache refresh ↵Gábor Hojtsy2007-12-12
| | | | was requested
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #113607 by Steven, chx, hass, catch and dvessel: proper inclusion of style ↵Gábor Hojtsy2007-12-07
| | | | sheets when/where @import is used
* Back to 6.0-devGábor Hojtsy2007-12-05
|
* Drupal 6.0 beta 4Gábor Hojtsy2007-12-05
|