summaryrefslogtreecommitdiff
path: root/includes
Commit message (Collapse)AuthorAge
...
* Issue #2315255 by Dave Reid, Devin Carlson: Allow custom HTML tags with a ↵David Rothstein2015-05-04
| | | | dash in the name to pass through filter_xss() when specified in the list of allowed tags
* Issue #1003788 by stefan.r, Alan D., JimmyAx, Josh Waihi, john_brown, ↵David Rothstein2015-05-04
| | | | twistor, bellHead, bzrudi71, pwolanin, gaas, wiifm, robhardwick, gngn: PostgreSQL PDOException: Invalid text representation when attempting to load an entity with a string or non-scalar ID
* Issue #2428399 by joshi.rohit100, SkidNCrashwell, Sagar Ramgade, ↵David Rothstein2015-05-04
| | | | er.pushpinderrana, Dom.: Default empty option label text different in documentation than in reality
* Issue #2014851 by hlieberman, Wim Leers, bradjones1, markcarver: Drupal CSS ↵David Rothstein2015-05-04
| | | | preprocessing breaks protocol-relative paths
* Issue #2392221 by joegraduate, er.pushpinderrana, zealfire, ClientGuy: ↵Jennifer Hodgdon2015-04-15
| | | | install_run_task() and install_tasks() don't document the task structure
* Back to 7.x-devDavid Rothstein2015-04-01
|
* Drupal 7.36David Rothstein2015-04-01
|
* Issue #1279226 by attiks, ericduran, Wim Leers, sun, David_Rothstein, nod_: ↵David Rothstein2015-03-30
| | | | Allow sites and modules to skip loading jQuery and Drupal JavaScript libraries on pages where they won't be used
* Issue #1946240 by hampercm, eiriksm, David_Rothstein, rpayanm, rszrama, ↵David Rothstein2015-03-30
| | | | Yaron Tal, dgtlife, madhusudanmca, er.pushpinderrana, Cottser: Remove the hardcoded 0 index in theme_status_messages()
* Issue #1201452 by mgifford, Heine, ircmaxell: Improve security on newer ↵David Rothstein2015-03-30
| | | | versions of PHP by setting an additional charset DSN parameter when connecting to MySQL via PDO
* Issue #2425259 by catch, sidharrell, nlisgo, Josh Waihi, Fabianx, Berdir, ↵David Rothstein2015-03-30
| | | | martin107: Router rebuild lock_wait() condition can result in rebuild later in the request (race condition)
* Issue #2453321 by TravisCarden: Typo in @see reference: ↵David Rothstein2015-03-30
| | | | drupal_decode_exception() should be _drupal_decode_exception()
* Issue #2453311 by TravisCarden: Fix a couple more "the the"s in the codebaseDavid Rothstein2015-03-30
|
* Issue #713462 by jwilson3, Paul B, casey, sivaji@knackforge.com, dcam: ↵David Rothstein2015-03-30
| | | | Content added via drupal_add_region_content() is not added to pages
* Issue #2428915 by pfrenssen: Remove mention of non-existing function in ↵David Rothstein2015-03-30
| | | | conf_path() documentation
* Issue #779482 by mikeytown2, sun, dalin, cam8001, segi, alexpott, Boobaa, ↵David Rothstein2015-03-30
| | | | Sweetchuck, jbrown, quicksketch: Installation failure when opcode cache is enabled
* Issue #2170453 by Darren Oh, mikeryan, Fabianx: Ignore case in code registry ↵David Rothstein2015-03-30
| | | | lookups
* Issue #495930 by fietserwin: Translated strings not correctly marked in the ↵David Rothstein2015-03-29
| | | | administrative interface when the default language is not English
* Issue #2381839 by klausi, Damien Tournoud: Changed date format for ↵David Rothstein2015-03-29
| | | | Last-Modified header breaks caching for certain Varnish/Nginx configurations.
* Issue #1904528 by Heine, GoddamnNoise: Language switcher (User interface ↵David Rothstein2015-03-29
| | | | text) Block generates invalid XHTML+RDFa 1.0
* Merge tag '7.35' into 7.xDavid Rothstein2015-03-18
|\ | | | | | | | | | | | | | | 7.35 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.35David Rothstein2015-03-18
| |
* | Issue #2417983 by jacob.embree: Change docs instances of "the the" to "the"Jennifer Hodgdon2015-02-17
| |
* | Issue #1081902 by zealfire: DrupalEntityControllerInterface::load - doc ↵Jennifer Hodgdon2015-02-17
| | | | | | | | needs to clarify $conditions
* | Issue #2382801 by er.pushpinderrana, Liam Morland: Improve documentation for ↵Jennifer Hodgdon2014-12-02
| | | | | | | | module_exists()
* | Issue #2380053 by klausi, pwolanin, tsphethean, sun, David_Rothstein: ↵David Rothstein2014-12-01
| | | | | | | | Posting an array as value of a form element is allowed even when a string is expected (and bypasses #maxlength constraints) - first step: text fields
* | Merge tag '7.34' into 7.xDavid Rothstein2014-11-19
|\| | | | | | | | | | | | | | | 7.34 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.34David Rothstein2014-11-19
| |
* | Back to 7.x-devDavid Rothstein2014-11-07
|/
* Drupal 7.33David Rothstein2014-11-07
|
* Issue #2307505 by Cottser, David_Rothstein, Fabianx: Followup to ensure all ↵David Rothstein2014-11-05
| | | | theme debug output is properly sanitized.
* Issue #2147321 by manfer: Fixed Unnecessary space in session-active class.David Rothstein2014-11-04
|
* Issue #393538 followup by David_Rothstein: Fixed code style error in ↵David Rothstein2014-11-04
| | | | check_plain() documentation.
* Issue #393538 by Liam Morland, valthebald, dmitrig01, David_Rothstein: ↵David Rothstein2014-11-04
| | | | Document that check_plain() can issue PHP messages on invalid UTF-8 input.
* Issue #863594 by David_Rothstein, smussbach, mbrett5062: Fixed Strange first ↵David Rothstein2014-11-04
| | | | paragraph in the installer database error message.
* Issue #1918820 by neclimdul, typhonius, girishmuraly, pwolanin | 0x534B41: ↵David Rothstein2014-11-04
| | | | Fixed HTTP header date formats to follow RFC 7231 rather than RFC 1123.
* Issue #2356055 by bdlangton: Fixed Notice in includes/mail.inc define.David Rothstein2014-11-03
|
* Issue #1443070 by CrashTest_, bluegriff | Dave Reid: Added support for ↵David Rothstein2014-11-03
| | | | popular e-book formats, Google web formats, mkv and mka in file_default_mimetype_mapping().
* Issue #2142441 by Garrett Albright: Fixed CSS aggregator prepends data: URLs ↵David Rothstein2014-11-03
| | | | with paths.
* Issue #2112247 by sihv, mitsuroseba, dgroene, aalamaki, Dennis Walgaard, ↵David Rothstein2014-11-03
| | | | mErilainen: Fixed Valid file extensions in file names are not properly enforced when uploading files with non-lowercase names.
* Issue #1071818 by JeremyFrench, nod_, Cottser, gielfeldt, xjm, anthbel, ↵David Rothstein2014-11-03
| | | | reglogge, NROTC_Webmaster, kristofferwiklund, lliss, sun | sepgil: Fixed Lazy-loading CSS fails in IE.
* Issue #1854134 by EtienneRd, jeffam | dolu: Added a query tag to the query ↵David Rothstein2014-11-02
| | | | in menu_link_get_preferred() to allow modules to alter the query.
* Issue #2058761 by kirby14, thedavidmeister: PHP notice when #attributes is ↵David Rothstein2014-11-02
| | | | not set with #theme_wrappers 'container'.
* Issue #1775488 by mgifford, vijaycs85, amateescu | chx: Fixed ↵David Rothstein2014-11-02
| | | | drupal_cron_cleanup is not converted to lock.
* Issue #2228825 by donquixote | pingwin4eg: Fixed drupal_get_filename() does ↵David Rothstein2014-11-01
| | | | not search the filesystem when the file isn't yet listed in the {system} table in the database.
* Issue #1891728 by gielfeldt: Fixed Database schema methods like getComment() ↵David Rothstein2014-11-01
| | | | and findTables() always query the "default" target on MySQL.
* Issue #780304 by dcam, naxoc, Crell | zyxware: Fixed HTML encoding of em ↵David Rothstein2014-11-01
| | | | wrappers for database table names while showing schema errors.
* Issue #205969 by Mile23, oadaeh, twistor, ssm2017 Binder, barraponto, ↵David Rothstein2014-11-01
| | | | superspring: Fixed drupal_http_request() assumes presence of Reason-Phrase in response Status-Line.
* Issue #2307505 by Cottser, Fabianx: Port twig_debug output to Drupal 7.David Rothstein2014-11-01
|
* Issue #1968348 by znerol, David_Rothstein, peximo, DuaelFr: Fixed ↵David Rothstein2014-11-01
| | | | hook_field_formatter_prepare_view does not make use of hook_entity_view_mode_alter causing major errors.