Go to file
Dries Buytaert 0ea653502c - Patch #373613 by quicksketch and drewish: in order to operate on images multiple
times (such as crop, scale, then desaturate) without quality loss, we need to
  pass images by their raw GD (or other library) resources rather than re-opening
  the same image repeatedly, which causes wasted processing and loss of quality when
  using JPEG images.  This patch reworks the image toolkits, adds some new image
  manipulations and adds some impressive SimpleTests.
2009-03-09 11:44:54 +00:00
includes - Patch #373613 by quicksketch and drewish: in order to operate on images multiple 2009-03-09 11:44:54 +00:00
misc #350275 by Rob Loach, starbow, and quicksketch: Upgrade to jQuery 1.3.2 and jQuery Forms 2.21. 2009-03-08 03:16:26 +00:00
modules - Patch #373613 by quicksketch and drewish: in order to operate on images multiple 2009-03-09 11:44:54 +00:00
profiles #370806 by cwgordon7: Add navigation and login blocks back to minimal profile. 2009-02-10 03:28:51 +00:00
scripts Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. 2009-02-26 07:30:29 +00:00
sites Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. 2009-02-26 07:30:29 +00:00
themes #367299 by EclipseGc, JohnAlbin, geerlingguy, and Todd Nienkerk: Update and polish default page.tpl.php to make it easier for CSS designers to theme. 2009-02-24 17:50:22 +00:00
.htaccess #289120 by jastern: Set magic_quotes_sybase = 0 to prevent default php.ini settings from double-quoting JavaScript in Drupal. 2009-01-09 02:49:01 +00:00
CHANGELOG.txt #350275 by Rob Loach, starbow, and quicksketch: Upgrade to jQuery 1.3.2 and jQuery Forms 2.21. 2009-03-08 03:16:26 +00:00
COPYRIGHT.txt - Patch #349504 by keith.smith: clean up sentence spacing in code comments. 2008-12-20 18:24:41 +00:00
INSTALL.mysql.txt #193580 by chx: given recent improvements, Drupal does not require CREATE TEMPORARY TABLE and LOCK TABLES permissions, so do not check on install and do not advise people giving these rights 2007-11-19 19:53:51 +00:00
INSTALL.pgsql.txt - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. 2007-11-26 16:36:44 +00:00
INSTALL.txt #271326 by xmacinfo, Ryan Palmer, and Drupalcamp Montréal: Fix consistency in INSTALL.txt. 2008-10-04 18:34:37 +00:00
LICENSE.txt - Removing whitespace. 2009-01-26 14:08:44 +00:00
MAINTAINERS.txt #355858 by Crell: Add maintainers for MySQL driver. 2009-01-08 03:32:42 +00:00
UPGRADE.txt - Patch #277073 by threexk: improve consistency of offline vs off-line and online vs on-line. 2008-07-01 20:36:40 +00:00
cron.php #363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks. 2009-02-08 20:27:51 +00:00
index.php #363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks. 2009-02-08 20:27:51 +00:00
install.php #304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah. 2009-03-01 09:32:17 +00:00
robots.txt - Patch #337820 by Dave Reid, Damien Tournoud, et al: rename menu path 'logout' to 'user/logout'. For real now. 2008-11-29 09:33:51 +00:00
update.php #304163 by chx: Allow update.php to re-generate settings.php. Now possible to upgrade Drupal 6 to Drupal 7. Oh, yeah. 2009-03-01 09:32:17 +00:00
xmlrpc.php #363013 by mannkind: Use getwd() rather than realpath(__FILE__) to determine drupal root, so we don't break symlinks. 2009-02-08 20:27:51 +00:00