summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
Commit message (Collapse)AuthorAge
* Issue #1275978 by pillarsdotnet, Zgear, cck, dcam: The thousand_separator ↵David Rothstein2015-10-11
| | | | for numeric fields should default to '' (nothing) instead of ' ' (space)
* Issue #619542 by dcrocks, bfroehle, catch, amontero, jayeshanandani, ↵David Rothstein2015-10-11
| | | | malcomio, JohnAlbin, olamaekle: Malformed theme .info files break menu_router generation
* Issue #2376239 by david_garcia, dobe: "format" field in table ↵David Rothstein2015-10-10
| | | | "date_format_locale" should be case sensitive
* Issue #2470525 by berenddeboer, osman: statistics_node_view overwrites ↵David Rothstein2015-10-10
| | | | #attached JavaScript
* Issue #2205271 by trobey, jhedstrom, hass, alexpott, chx, joachim, jhodgdon: ↵David Rothstein2015-10-10
| | | | Add an optional project namespace for dependencies
* Issue #496170 by stefan.r, chx, Fabianx, jbrauer, David_Rothstein, roderik, ↵David Rothstein2015-10-10
| | | | rwohleb, pounard, kenorb, Jose Reyero, joelpittet, catch: module_implements() cache can be polluted by module_invoke_all() being called (in)directly prior to full bootstrap completion
* Issue #462950 by pwolanin, Pere Orga: Mitigate the security risks that come ↵David Rothstein2015-10-03
| | | | from IE, Chrome and other browsers trying to sniff the mime type
* Issue #2388255 by dawehner, pwolanin, hussainweb, greggles: Limit PDO MySQL ↵David Rothstein2015-10-03
| | | | to executing single statements if PHP supports it
* Issue #1260938 by dawehner, David_Rothstein, flaviovs, Fabianx, pfrenssen, ↵David Rothstein2015-09-08
| | | | boran, jelo, neclimdul, scorchio, Berdir, vijaycs85: D6 to D7 update can fail on duplicate files in system update #7061
* Merge tag '7.39' into 7.xDavid Rothstein2015-08-19
|\ | | | | | | | | | | | | | | 7.39 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.39David Rothstein2015-08-19
| |
* | Merge tag '7.38' into 7.xDavid Rothstein2015-06-17
|\| | | | | | | | | | | | | | | 7.38 release Conflicts: CHANGELOG.txt includes/bootstrap.inc
| * Drupal 7.38David Rothstein2015-06-17
| |
* | Back to 7.x-devDavid Rothstein2015-05-07
|/
* Drupal 7.37David Rothstein2015-05-07
|
* Update CHANGELOG.txt in preparation for the 7.37 release.David Rothstein2015-05-05
|
* Issue #2465159 by David_Rothstein, NancyDru: Fixed a regression in Drupal ↵David Rothstein2015-05-05
| | | | 7.36 which caused certain kinds of content types to become disabled if they were defined by a no-longer-enabled module.
* Issue #1055150 by Devin Carlson, rootwork, yoroy, brianV, JimmyAx: Time zone ↵David Rothstein2015-05-04
| | | | description is confusing on user register form
* 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 #1812056 by chx, byrond: Allow hook_field_schema() implementations to ↵David Rothstein2015-05-04
| | | | specify indexes for fields based on a column prefix (field sql storage test failing on various MySQL engines due to indexing unbound text fields)
* 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 #667058 by greggles, DamienMcKenna, cweagans, travelertt, Dave Reid, ↵David Rothstein2015-05-04
| | | | tstoeckler, geerlingguy: Add a sites/all/libraries folder and encourage people to use it properly
* Issue #1684930 by amontero, David_Rothstein, joshi.rohit100, jthorson, dcam, ↵David Rothstein2015-04-20
| | | | rpayanm, jackbravo, yoroy: Add description to "administer filters" permission
* Back to 7.x-devDavid Rothstein2015-04-01
|
* Drupal 7.36David Rothstein2015-04-01
|
* Fix typo in CHANGELOG.txt.David Rothstein2015-03-31
|
* Various updates to CHANGELOG.txt in preparation for the 7.36 release.David Rothstein2015-03-31
|
* Issue #2305017 by David_Rothstein, slashrsm, marcingy: Add a ↵David Rothstein2015-03-31
| | | | 'file_public_schema' variable to allow bypassing file download access checks in managed file upload fields
* Issue #2364069 by damiankloip: Search specific tags are not available and ↵David Rothstein2015-03-30
| | | | hook_query_TAG_alter hooks are not invoked
* Issue #1734716 by larowlan, dcam, mgifford: Managed file form label has ↵David Rothstein2015-03-30
| | | | incorrect "for" attribute
* 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 #2386037 by gobinathm: Incorrect foreign key tables in users.installDavid Rothstein2015-03-30
|
* Issue #2283717 by joshi.rohit100, amitgoyal, g3r4, er.pushpinderrana: Remove ↵David Rothstein2015-03-30
| | | | user_access function calls on hook_permission functions so the Permissions page consistently links to other admin pages for all users
* 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
* Added issue #1934498 to CHANGELOG.txt.David Rothstein2015-03-30
|
* Issue #413270 by Jody Lynn, Daniel Korte: Block settings for theme menu ↵David Rothstein2015-03-30
| | | | title getting double escaped
* Issue #889338 by dawehner, das-peter, yched, heddn, frankcarey: Add support ↵David Rothstein2015-03-30
| | | | for Xdebug in DrupalWebTestCase
* Issue #2001308 by stefan.r, David_Rothstein, marthinal, helmo: Node preview ↵David Rothstein2015-03-30
| | | | removes file values from node edit form for non-displayed items
* Issue #2394517 by opdavies: Add a function to check if a user has a certain roleDavid Rothstein2015-03-30
|
* 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 #1404050 by JamesOakley, David_Rothstein: system_update_7061 breaks ↵David Rothstein2015-03-29
| | | | private files by leaving one too many forward slashes in protocol of migrated URIs
* Issue #1882774 by David_Rothstein, iva2k: User pictures are lost when ↵David Rothstein2015-03-29
| | | | system_update_7061 merges files into {file_managed}.
* Issue #1823306 by mkalkbrenner, p-neyens, webflo, swentel, zuuperman: ↵David Rothstein2015-03-29
| | | | Language code is missing from $context when hook_field_attach_view_alter() is invoked from field_view_field()
* 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 #2293767 by tstoeckler: Allow PSR-4 test classes to be used in Drupal 7.David Rothstein2015-03-29
|
* Issue #1461732 by filijonka, Cottser, dcam, marcingy, swentel, udaksh: Fatal ↵David Rothstein2015-03-29
| | | | error when using the Comment module's "Unpublish comment containing keyword(s)" action
* 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 #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