Commit Graph

9765 Commits (35794257c39c915f15c23b968cd9edd166a12696)

Author SHA1 Message Date
Dries Buytaert 35794257c3 - Patch #337993 by CrashTest_, drewish, et al: installation instructions for SQLite. 2009-03-13 21:41:15 +00:00
Dries Buytaert d26f29bb67 - Patch #394512 by csevb10: converted to the new database abstraction layer. 2009-03-13 21:35:02 +00:00
Dries Buytaert 38e5e907ac - Patch #369785 by bjaspan, venkatd, linolium: define constants for field storage. 2009-03-13 21:25:40 +00:00
Dries Buytaert cda3f7f830 - Patch #392686 by yched: more documentation clean-ups. 2009-03-13 14:34:58 +00:00
Dries Buytaert c59e50aa6d - Patch #314138 by jeffschuler: documentation improvements. 2009-03-13 14:32:07 +00:00
Dries Buytaert 957f888452 - Patch #302268 by tizzo, bubbasan, Ryan Palmer et al: converted module to new database abstraction layer. 2009-03-13 14:28:18 +00:00
Dries Buytaert 9aa14da49d - Patch #331013 by drewish: documentation clean-up. 2009-03-10 16:08:43 +00:00
Dries Buytaert 0bbc3bfcb3 - Patch #395086 by Freso: tiny performance optimization. 2009-03-10 11:21:27 +00:00
Dries Buytaert e7c7ee32a2 - Patch #381306 by plach: closing file handler to avoid problems on certain systems. 2009-03-10 09:47:42 +00:00
Dries Buytaert 4ac090eb54 - Patch #392686 by bjaspan, yched: switch to serial primary keys. 2009-03-10 09:45:32 +00:00
Dries Buytaert a4ee7092e1 - Patch #373613 by drewish, quicksketch: working around some Debian issues. They ship a different GD library. 2009-03-10 09:43:01 +00:00
Dries Buytaert 898a7db70c - Patch #314314 by mr.baileys, Dave Reid, bastos: fixed invalid HTML in update.php. 2009-03-09 20:58:19 +00:00
Dries Buytaert d23f12d416 - Re-adding code-clean.sh. Didn't mean to remove that. 2009-03-09 20:46:37 +00:00
Dries Buytaert 2568de0906 - Patch #340940 by grendzy, Damien Tournoud: remove code-style.pl. Death by coder module. 2009-03-09 20:45:21 +00:00
Dries Buytaert 32e04215ce - Patch #368661 by mechfish, axyjo: added Fields API to CHANGELOG.txt. 2009-03-09 20:41:25 +00:00
Dries Buytaert 38c38558d1 - Patch #226876 by csevb10, dave reid, et al: converted more queries to the new database abstraction layer. 2009-03-09 20:36:58 +00:00
Dries Buytaert 05e658dfe3 - Patch #394938 by Damien Tournoud: defailt to exist. 2009-03-09 17:14:31 +00:00
Dries Buytaert 22cef75526 - Patch #395856 by mr.baileys: added HTTP request status code to request assertion message. 2009-03-09 17:11:59 +00:00
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
Dries Buytaert 3faf46dcb0 - Patch #283931 by jeffschuler: documentation clarification. 2009-03-08 22:01:36 +00:00
Dries Buytaert 582fbf2828 - Patch #395228 by c960657: fixed sorting order in drupalGetTestFiles(). 2009-03-08 21:52:10 +00:00
Dries Buytaert 6fe3c7c059 - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'. 2009-03-08 21:25:18 +00:00
Dries Buytaert a8ad5a78fb - Patch #338429 by scor: xhtml 1.1 compatibility fix. 2009-03-08 20:58:19 +00:00
Angie Byron 7b3ac6c134 #345376 by jeffschuler: OpenID hook documentation. Yay. :D 2009-03-08 05:38:12 +00:00
Angie Byron ce81be0c8c #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page (with tests). 2009-03-08 05:16:20 +00:00
Angie Byron d7fa0f82d0 #302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module. 2009-03-08 05:08:22 +00:00
Angie Byron ddc2604d69 #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X. 2009-03-08 04:25:07 +00:00
Angie Byron ad84a92662 #331832 by jhodgdon: Add pointer from hook_form_alter() docs to hook_form_FORM_ID_alter(). 2009-03-08 03:46:31 +00:00
Angie Byron 6b07c32e80 #394460 by Crell: DBTNGify Help module. 2009-03-08 03:39:57 +00:00
Angie Byron b179a944a3 #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
Angie Byron 53ef28ec4a #350545 by Damien Tournoud: Remove unreliable invalid date test so that SQLite tests pass. 2009-03-08 03:02:46 +00:00
Angie Byron 577c14e86e #304330 follow-up by Damien Tournoud: Fix whitespace. 2009-03-08 02:38:21 +00:00
Angie Byron ce6a3e17cb #304330 by ximo, alpritt, Amitaibu, edmund.kwok, Xano, ff1, BrightLoudNoise, et al: Dramatically improved text format widget. USABILITY AWESOMENESS. 2009-03-08 01:43:57 +00:00
Angie Byron fbad7327af #387218 by geerlingguy, JohnAlbin, and scor: Print/document RDF variables in page.tpl.php. 2009-03-02 19:23:54 +00:00
Angie Byron 70d915313f #287178 follow-up by dereine and Dave Reid: Fix notice in OpenID module which is referencing missing form_id variable. 2009-03-01 17:19:08 +00:00
Angie Byron 27369e8b96 #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
Angie Byron 7cc7e080a0 #371886 follow-up: Made an a an A so that update.php works again. 2009-03-01 09:17:53 +00:00
Angie Byron 0de74c1bb8 #371886 by karschsp: update.php button should use sentence capitalization. 2009-03-01 08:07:36 +00:00
Angie Byron a9078d2f99 #369002 by toddy: Use format_plural() for search keyword length error. 2009-03-01 07:30:24 +00:00
Angie Byron 3fed6c722c #364467 by alex_b: Fix remove followed by update aggregator items. 2009-03-01 07:21:02 +00:00
Angie Byron ec0dbd35c8 #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow drupal_add_js() to reference external JavaScript files. 2009-02-28 07:36:06 +00:00
Angie Byron 665c9fdc2c Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. 2009-02-26 07:30:29 +00:00
Dries Buytaert 116de17933 - Patch #381438 by drumm: do not use page cache for drupal.sh requests. 2009-02-25 13:49:26 +00:00
Dries Buytaert 71de5fc245 - Patch #382898 by Jody Lunn: fix0red spelling mistake. 2009-02-25 13:39:20 +00:00
Dries Buytaert 068adf05b5 - Patch #243524 by Dave Reid, chx: display INFO_ALL output when calling system_php(). 2009-02-25 13:36:29 +00:00
Dries Buytaert 094e999013 - Patch #383318 by mr.baileys: incorrect memory shortage warning when memory limit is unlimited. 2009-02-25 13:33:53 +00:00
Angie Byron 743c8adcf7 #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
Dries Buytaert 071ae7bf0d - Patch #380400 by flobruit: fixed up the documentation. 2009-02-24 17:08:18 +00:00
Dries Buytaert d81310968a - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards. 2009-02-24 16:48:18 +00:00
Angie Byron dacf480442 #369229 follow-up by stella and nedjo: Fix locale tests. 2009-02-24 16:46:52 +00:00