summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Issue #2383491 by er.pushpinderrana, Sweetchuck: Inaccurate documentation - ↵Jennifer Hodgdon2014-12-02
| | | | hook_image_toolkits()
* 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
* Issue #2380143 by Lendude, pwolanin: Contact forms set an incorrect name and ↵David Rothstein2014-11-24
| | | | e-mail address on the global user object after the form is submitted.
* 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
|
* Added issue #2310415 to CHANGELOG.txt.David Rothstein2014-11-06
|
* Issue #2282541 by David_Rothstein, nod_: Followup to restore previous ↵David Rothstein2014-11-06
| | | | behavior in which the "Hide summary" click handler in text.js returned FALSE.
* Issue #2307505 by Cottser, David_Rothstein, Fabianx: Followup to ensure all ↵David Rothstein2014-11-05
| | | | theme debug output is properly sanitized.
* Various updates to CHANGELOG.txt in preparation for the 7.33 release.David Rothstein2014-11-05
|
* Issue #2305291 by scor: Fixed Poll title should have same length as regular ↵David Rothstein2014-11-05
| | | | content type (255).
* Issue #1355526 by cafuego, jenlampton: Added a way to determine the date a ↵David Rothstein2014-11-05
| | | | module was added so the modules page can use it for sort.
* Issue #892344 by amitgoyal, tstoeckler, hussainweb, pcambra, LaurentAjdnik: ↵David Rothstein2014-11-05
| | | | Fixed Wrong schema description for {cache_field}.
* Issue #2282541 by Mark Carver | gge: Fixed Hide summary in text.js not ↵David Rothstein2014-11-05
| | | | working in jQuery 1.9+.
* 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 #2310415 by cilefen, ednawig, TravisCarden: Fixed run-tests.sh does ↵David Rothstein2014-11-04
| | | | not handle the error when invalid test groups/classes are specified.
* 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 #1338966 by geerlingguy, loganfsmyth, lokapujya: Fixed Introduce ↵David Rothstein2014-11-04
| | | | _rdf_mapping_load_multiple to reduce queries.
* Issue #1069152 by droplet, alexandrezia, Mixologic, jhedstrom, ↵David Rothstein2014-11-04
| | | | David_Rothstein | ogi: Fixed Throbber in textfield is misaligned when browser hardware acceleration enabled (followup for Bartik RTL styling).
* 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 #1930960 by pounard, iamEAP, pjcdawkins, msonnabaum, David_Rothstein: ↵David Rothstein2014-11-04
| | | | Fixed Block caching disable hardcoded on sites with hook_node_grant() causes serious performance troubles when not necessary.
* Issue #779374 by helmo, joshi.rohit100, meba, sun | coltrane: Fixed XSS via ↵David Rothstein2014-11-04
| | | | text format names.
* Issue #927138 by manarth, handrus, rasmusluckow, douggreen, .John, Taz, ↵David Rothstein2014-11-04
| | | | David_Rothstein, droplet, webchick, marcingy: Fail image generation with 404 instead of 500, when source file is missing.
* Issue #1433288 by haggins, fago, David_Rothstein, marcin.wosinek: Fixed ↵David Rothstein2014-11-04
| | | | Integrity constraint violation when saving a user account after creation.
* Issue #935592 by pillarsdotnet, lokapujya, David_Rothstein, John Franklin, ↵David Rothstein2014-11-04
| | | | amitgoyal, joshi.rohit100, sivaji, mgifford, peximo, wodenx, Romlam, Owen Barton, alpritt, beejeebus | macgirvin: Fixed User picture is deleted after calls to user_save().
* Issue #2356055 by bdlangton: Fixed Notice in includes/mail.inc define.David Rothstein2014-11-03
|
* Issue #2278583 by nlisgo, Berdir, joshi.rohit100 | Fabianx: Fixed ↵David Rothstein2014-11-03
| | | | field_has_data looks at current data instead of revisioning data: this can lead to data loss.
* 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 #1231710 by cs_shadow, Hydra, dcam, kathyh, klausi, mlncn: Fixed Field ↵David Rothstein2014-11-03
| | | | exceptions should return the name of the field that has exceptions.
* Issue #2142441 by Garrett Albright: Fixed CSS aggregator prepends data: URLs ↵David Rothstein2014-11-03
| | | | with paths.
* Issue #2193149 by mikeytown2: Fixed Deadlocks occur in cache_field table.David Rothstein2014-11-03
|
* 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 #2357311 by penyaskito: Fixed Follow-up to SA-CORE-2014-005 (tests ↵David Rothstein2014-11-03
| | | | don't work correctly on non-MySQL databases).
* Issue #1069152 by droplet, alexandrezia, Mixologic, jhedstrom | ogi: Fixed ↵David Rothstein2014-11-03
| | | | Throbber in textfield is often misaligned.
* Issue #1913958 by hass, YesCT: Fixed Bartik theme shouldn't change ↵David Rothstein2014-11-03
| | | | capitalization of translatable strings with CSS.
* 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 #1823906 by joshi.rohit100, amitgoyal, rahulbile | gargsuchi: Fixed ↵David Rothstein2014-11-03
| | | | Incorrect error message when poll is submitted with no option selected.
* Issue #2324821 by rpayanm, er.pushpinderrana | Elijah Lynn: Remove reference ↵David Rothstein2014-11-03
| | | | to nonexistent theme_poll_bar() function in template_preprocess_poll_bar() documentation.
* Issue #1640404 by er.pushpinderrana, dcam, amit.drupal, hass | versvs: Fixed ↵David Rothstein2014-11-02
| | | | Use format_username() in node_feed().
* Issue #849624 by brad.bulger, dcam, Alan Evans, oriol_e9g, Stevel | ↵David Rothstein2014-11-02
| | | | tsvenson: Fixed wrong permission for admin/structure/menu/parents.
* Issue #1195358 by Liam Morland, droplet: Fixed Multiple "Edit/Hide summary" ↵David Rothstein2014-11-02
| | | | links appear.
* Issue #1824820 by crevillo, muriqui, a.milkovsky, Phizes: Fixed String ↵David Rothstein2014-11-02
| | | | offset cast notice in field_invoke_method_multiple().
* 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 #1221772 by pounard, colan, jcisio | sivaji: Fixed Transaction ↵David Rothstein2014-11-02
| | | | database settings is misleading in settings.php.
* Issue #908822 by jmking, asimmonds | salvis: Fixed Dashboard discards <em ↵David Rothstein2014-11-02
| | | | class="placeholder"> elements.
* Issue #2058761 by kirby14, thedavidmeister: PHP notice when #attributes is ↵David Rothstein2014-11-02
| | | | not set with #theme_wrappers 'container'.
* Issue #466576 by gagarine, jackbravo, tim.plunkett, sheise, Rob C, ↵David Rothstein2014-11-02
| | | | jamesm6162 | daemon: Increased the maximum allowed length of block titles to 255 characters.