summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
* - Patch #951486 by Damien Tournoud: invalid placeholders in exception ↵Dries Buytaert2010-10-25
| | | | messages during update.
* - Patch #937508 by amateescu: the documentation for arg() doesn't report ↵Dries Buytaert2010-10-23
| | | | what the function returns when it's called without arguments.
* Back to 7.0-devAngie Byron2010-10-23
|
* Drupal 7.0-beta2Angie Byron2010-10-23
|
* #887288 by catch, David_Rothstein: Fixed Attempting to use update.php ↵Angie Byron2010-10-22
| | | | without having configured a database in settings.php results in incorrect/misleading error message
* #927828 by Damien Tournoud, LaurentAjdnik, boombatower: Fixed contrib can't ↵Angie Byron2010-10-22
| | | | specify custom schema types. Should fix Date module. Yay.
* #831966 by Heine, solotandem: Fixed unable to uncheck rows in tableselect ↵Angie Byron2010-10-21
| | | | default_value
* - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to ↵Dries Buytaert2010-10-21
| | | | fully participate in D7 AJAX framework features.
* - Patch #942690 by effulgentsia: security harden stream wrappers by ↵Dries Buytaert2010-10-21
| | | | defaulting them as remote.
* - Patch #945332 by webkenny: allow 'tel:' protocol through ↵Dries Buytaert2010-10-21
| | | | drupal_strip_dangerous_protocols().
* - Patch #943558 by David_Rothstein: 'block_callback()' in menu_router() ↵Dries Buytaert2010-10-21
| | | | table seems to have no purpose.
* - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form ↵Dries Buytaert2010-10-20
| | | | element titles for accessibility.
* - Patch #942718 by joachim: drupal_get_form() and hook_form_alter() should ↵Dries Buytaert2010-10-20
| | | | mention #parameters.
* - Patch #943558 by joachim: 'block_callback()' in menu_router() table has no ↵Dries Buytaert2010-10-20
| | | | purpose.
* - Patch #945118 by Island Usurper: fixed documentation formatting for ↵Dries Buytaert2010-10-20
| | | | drupal_add_js().
* - Patch #731518 by Damien Tournoud, Dave Reid: allow alteration of token values.Dries Buytaert2010-10-18
|
* - Patch #943112 by ksenzee: file_file_download() should delegate header ↵Dries Buytaert2010-10-18
| | | | checks to a separate function.
* Patch #943042 by Damien Tournoud: MergeQuery regressions: key is used in the ↵Dries Buytaert2010-10-18
| | | | update query, exception is echoed.
* #642160 by boombatower, Damien Tournoud: Make debug() message more usable.Angie Byron2010-10-16
|
* #938614 follow-up by chx: Abort abort\! Back to 5.2.4.Angie Byron2010-10-15
|
* #664042 by coltrane, effulgentsia: Fixed TableSort order error when no sort ↵Angie Byron2010-10-15
| | | | set in header
* #744384 by c960657: Do not write unchanged sessions to the database.Angie Byron2010-10-15
|
* #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: ↵Angie Byron2010-10-15
| | | | Add a hook_entity_delete() for consistency.
* #938470 by Kevin Hankens: Change error about file permissions on ↵Angie Byron2010-10-15
| | | | settings.php during install to warning instead.
* - Patch #902644 by sun, tobiasb: machine names are too hard to implement. ↵Dries Buytaert2010-10-13
| | | | | | Date types and menu names are not validated. This patch fixes a bug, but is also a last minute clean-up that will help with better distribution support. We discussed this in http://drupal.org/node/933846.
* - Patch #938614 by chx: bump to PHP 5.2.5.Dries Buytaert2010-10-12
|
* - Patch #818374 by Damien Tournoud, ksenzee, Dave Reid: add a requirements ↵Dries Buytaert2010-10-12
| | | | check error if PECL PDO is being used.
* - Patch #101227 by mikeytown2, Owen Barton, grendzy: added Gzip aggregated ↵Dries Buytaert2010-10-11
| | | | CSS and JS.
* #281405 follow-up by David_Rothstein: Set maximum RAM requirement back down ↵Angie Byron2010-10-10
| | | | to 32M rather than 40M.
* #912218 by Gábor Hojtsy: Add missing languages present on localize.drupal.org.Angie Byron2010-10-09
|
* #895140 by alexpott, jp.stacey, matason, David_Rothstein: Fixed ↵Angie Byron2010-10-09
| | | | _system_rebuild_module/theme_data() choose 6.x over 7.x versions.
* #356036 by plach, catch: Allow creating nodes in default languages.Angie Byron2010-10-09
|
* #903698 by jpstrikesback: EntityFieldQuery orderBy methods should default to ↵Angie Byron2010-10-09
| | | | ASC.
* - Patch #460448 by sun: some CSS rules are broken once CSS aggregation is ↵Dries Buytaert2010-10-08
| | | | enabled.
* #898040 by jhodgdon: Replace @name with @defgroup in PHPDoc.Angie Byron2010-10-08
|
* - Patch #933792 by droplet: cache clear all - wrong documentation.Dries Buytaert2010-10-07
|
* #700380 by mitchmac, Dave Reid, mfb, Ryan Palmer, justinrandell: Fix sorting ↵Angie Byron2010-10-07
| | | | in tableselect if #weight is not set.
* Back to 7.0-devAngie Byron2010-10-07
|
* Drupal 7.0-beta1Angie Byron2010-10-07
|
* #934110 by dww: Fixed regression: Installer defaults to country ↵Angie Byron2010-10-07
| | | | 'Afghanistan', not 'None'.
* #895014 by Damien Tournoud, chx, catch: Fixed all fields of a node type are ↵Angie Byron2010-10-07
| | | | lost on module disable.
* #561858 follow-up by effulgentsia: Avoid clobbering JS settings.Angie Byron2010-10-06
|
* #922370 by ksenzee: Fixed system_update_7004() goes into an infinite loop ↵Angie Byron2010-10-06
| | | | (beta blocker).
* - Patch #908798 by bojanz: EntityFieldQuery does not handle ordering correctly.Dries Buytaert2010-10-06
|
* - Patch #932016 by fago, klausi: fixed entity_load() defaultsDries Buytaert2010-10-06
|
* - Patch #931352 by LaurentAjdnik: documentation fixes.Dries Buytaert2010-10-06
|
* - Patch #932098 by sun: various bogus theme variables.Dries Buytaert2010-10-06
|
* - Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: ↵Dries Buytaert2010-10-05
| | | | optimize JS/CSS aggregation for front-end performance and DX.
* #780318 by plach: Fixed path prefixes are always active on multilingual sites.Angie Byron2010-10-05
|
* #930122 by dww: Regression: temp directory handling broken by confusion ↵Angie Byron2010-10-05
| | | | between file_directory_temp and file_temporary_path.