summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* - Patch #337993 by CrashTest_, drewish, et al: installation instructions for ↵Dries Buytaert2009-03-13
| | | | SQLite.
* - Patch #394512 by csevb10: converted to the new database abstraction layer.Dries Buytaert2009-03-13
|
* - Patch #369785 by bjaspan, venkatd, linolium: define constants for field ↵Dries Buytaert2009-03-13
| | | | storage.
* - Patch #392686 by yched: more documentation clean-ups.Dries Buytaert2009-03-13
|
* - Patch #314138 by jeffschuler: documentation improvements.Dries Buytaert2009-03-13
|
* - Patch #302268 by tizzo, bubbasan, Ryan Palmer et al: converted module to ↵Dries Buytaert2009-03-13
| | | | new database abstraction layer.
* - Patch #331013 by drewish: documentation clean-up.Dries Buytaert2009-03-10
|
* - Patch #395086 by Freso: tiny performance optimization.Dries Buytaert2009-03-10
|
* - Patch #381306 by plach: closing file handler to avoid problems on certain ↵Dries Buytaert2009-03-10
| | | | systems.
* - Patch #392686 by bjaspan, yched: switch to serial primary keys.Dries Buytaert2009-03-10
|
* - Patch #373613 by drewish, quicksketch: working around some Debian issues. ↵Dries Buytaert2009-03-10
| | | | They ship a different GD library.
* - Patch #314314 by mr.baileys, Dave Reid, bastos: fixed invalid HTML in ↵Dries Buytaert2009-03-09
| | | | update.php.
* - Re-adding code-clean.sh. Didn't mean to remove that.Dries Buytaert2009-03-09
|
* - Patch #340940 by grendzy, Damien Tournoud: remove code-style.pl. Death by ↵Dries Buytaert2009-03-09
| | | | coder module.
* - Patch #368661 by mechfish, axyjo: added Fields API to CHANGELOG.txt.Dries Buytaert2009-03-09
|
* - Patch #226876 by csevb10, dave reid, et al: converted more queries to the ↵Dries Buytaert2009-03-09
| | | | new database abstraction layer.
* - Patch #394938 by Damien Tournoud: defailt to exist.Dries Buytaert2009-03-09
|
* - Patch #395856 by mr.baileys: added HTTP request status code to request ↵Dries Buytaert2009-03-09
| | | | assertion message.
* - Patch #373613 by quicksketch and drewish: in order to operate on images ↵Dries Buytaert2009-03-09
| | | | | | | | | | 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.
* - Patch #283931 by jeffschuler: documentation clarification.Dries Buytaert2009-03-08
|
* - Patch #395228 by c960657: fixed sorting order in drupalGetTestFiles().Dries Buytaert2009-03-08
|
* - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename ↵Dries Buytaert2009-03-08
| | | | 'input formats'.
* - Patch #338429 by scor: xhtml 1.1 compatibility fix.Dries Buytaert2009-03-08
|
* #345376 by jeffschuler: OpenID hook documentation. Yay. :DAngie Byron2009-03-08
|
* #292565 by John Morahan and lyricnz: Fix 404 on search form from a 404 page ↵Angie Byron2009-03-08
| | | | (with tests).
* #302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module.Angie Byron2009-03-08
|
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* #331832 by jhodgdon: Add pointer from hook_form_alter() docs to ↵Angie Byron2009-03-08
| | | | hook_form_FORM_ID_alter().
* #394460 by Crell: DBTNGify Help module.Angie Byron2009-03-08
|
* #350275 by Rob Loach, starbow, and quicksketch: Upgrade to jQuery 1.3.2 and ↵Angie Byron2009-03-08
| | | | jQuery Forms 2.21.
* #350545 by Damien Tournoud: Remove unreliable invalid date test so that ↵Angie Byron2009-03-08
| | | | SQLite tests pass.
* #304330 follow-up by Damien Tournoud: Fix whitespace.Angie Byron2009-03-08
|
* #304330 by ximo, alpritt, Amitaibu, edmund.kwok, Xano, ff1, BrightLoudNoise, ↵Angie Byron2009-03-08
| | | | et al: Dramatically improved text format widget. USABILITY AWESOMENESS.
* #387218 by geerlingguy, JohnAlbin, and scor: Print/document RDF variables in ↵Angie Byron2009-03-02
| | | | page.tpl.php.
* #287178 follow-up by dereine and Dave Reid: Fix notice in OpenID module ↵Angie Byron2009-03-01
| | | | which is referencing missing form_id variable.
* #304163 by chx: Allow update.php to re-generate settings.php. Now possible ↵Angie Byron2009-03-01
| | | | to upgrade Drupal 6 to Drupal 7. Oh, yeah.
* #371886 follow-up: Made an a an A so that update.php works again.Angie Byron2009-03-01
|
* #371886 by karschsp: update.php button should use sentence capitalization.Angie Byron2009-03-01
|
* #369002 by toddy: Use format_plural() for search keyword length error.Angie Byron2009-03-01
|
* #364467 by alex_b: Fix remove followed by update aggregator items.Angie Byron2009-03-01
|
* #91250 by ontwerpwerk, hass, profix898, Rob Loach, and mfer: Allow ↵Angie Byron2009-02-28
| | | | drupal_add_js() to reference external JavaScript files.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* - Patch #381438 by drumm: do not use page cache for drupal.sh requests.Dries Buytaert2009-02-25
|
* - Patch #382898 by Jody Lunn: fix0red spelling mistake.Dries Buytaert2009-02-25
|
* - Patch #243524 by Dave Reid, chx: display INFO_ALL output when calling ↵Dries Buytaert2009-02-25
| | | | system_php().
* - Patch #383318 by mr.baileys: incorrect memory shortage warning when memory ↵Dries Buytaert2009-02-25
| | | | limit is unlimited.
* #367299 by EclipseGc, JohnAlbin, geerlingguy, and Todd Nienkerk: Update and ↵Angie Byron2009-02-24
| | | | polish default page.tpl.php to make it easier for CSS designers to theme.
* - Patch #380400 by flobruit: fixed up the documentation.Dries Buytaert2009-02-24
|
* - Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.Dries Buytaert2009-02-24
|