summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Drupal 7.23David Rothstein2013-08-07
|
* Issue #1871028 by freblasty, das-peter: Fix up documentation of cache clear ↵Jennifer Hodgdon2013-08-07
| | | | function and method
* Issue #1797364 by dcam, David_Rothstein: Restore t() on button name in ↵Jennifer Hodgdon2013-08-07
| | | | locale test
* Add standard information to CHANGELOG.txt in preparation for Drupal 7.23.David Rothstein2013-08-06
|
* Added link to image style label change notification to CHANGELOG.txt.David Rothstein2013-08-06
|
* Issue #1797364 by dcam, xjm, Lars Toomre, neetu morwani, lazysoundsystem: ↵David Rothstein2013-08-06
| | | | Remove t() from assertion messages in tests for the locale module.
* Issue #1201024 by pillarsdotnet, jbrown, tim.plunkett | Damien Tournoud: ↵David Rothstein2013-08-06
| | | | drupal_realpath() should describe when it should be used.
* Fixed tense in CHANGELOG.txt.David Rothstein2013-08-06
|
* Issue #1759144 by rondp, Josh Waihi, jweowu, David_Rothstein | plachance: ↵David Rothstein2013-08-06
| | | | Fixed taxonomy_update_7005 on pgsql returns error 'column 'td' of relation 'taxonomy_update_7005' does not exist'.
* Issue #2028643 by hass, tstoeckler: Fixed CSS files order is incorrect in RTL.David Rothstein2013-08-06
|
* Issue #1453984 by xjm, naxoc, Dave Reid, underq, dags, tim.plunkett, Heine: ↵David Rothstein2013-08-05
| | | | Fixed Color module doesn't test for unlimited memory.
* Issue #1041580 by Monochrome, daycrom, dcam | RumpledElf: Fixed Favicon.ico ↵David Rothstein2013-08-05
| | | | 404s on IIS.
* Issue #2026269 by Spleshka: Fixed Different default values for ↵David Rothstein2013-08-05
| | | | filter_allowed_protocols() variable.
* Issue #2026263 by Spleshka: Fixed Wrong default value for 'user_pictures' ↵David Rothstein2013-08-05
| | | | variable.
* Issue #1586166 by drumm, David_Rothstein: Fixed system_update_7013() and ↵David Rothstein2013-08-05
| | | | user_update_7002() should not call l().
* Issue #1956914 by pounard, David_Rothstein, chaby: Use a single ↵David Rothstein2013-08-05
| | | | cache_get_multiple() call per region instead of a cache_get() per block in _block_render_blocks().
* Issue #1860876 by pounard: Fixed module_implements_write_cache() should not ↵David Rothstein2013-08-05
| | | | drop caches when requesting with POST method.
* Issue #1839998 by wiifm, mcm.guaba, Josh Waihi, dcam: Fixed TruncateQuery ↵David Rothstein2013-08-05
| | | | implemented as 'DELETE FROM' in MySQL and SQLite, but not PostgreSQL, causing nefarious table locking.
* Issue #1216776 by illmasterc, Niklas Fiekas, dawehner: Fixed Two nested ↵David Rothstein2013-08-05
| | | | contextual links regions are active, when the outer region is hovered.
* Issue #1928690 by ovidyou | yark: Fixed Search block template: Undefined ↵David Rothstein2013-08-05
| | | | index: #type.
* Issue #1057656 by mondrake, chx | adrinux: Fixed Image styles don't flush ↵David Rothstein2013-08-05
| | | | for images stored non-default schemes.
* Issue #1392852 by Shawn DeArmond, bulldozer2003 | davidwbarratt: Fixed User ↵David Rothstein2013-08-05
| | | | registration form field displays when user field is locked accompanied by error message.
* Issue #2011436 by kalman.hosszu: Fixed line indent in dashboard.js.David Rothstein2013-08-05
|
* Issue #2011822 by pdrake: Fixed Trigger content (node) actions test assumes ↵David Rothstein2013-08-05
| | | | auto-increment increment of 1.
* Issue #2011780 by pdrake: Fixed Taxonomy vocabulary interface test assumes ↵David Rothstein2013-08-05
| | | | auto-increment increment of 1.
* Issue #1943282 by RobLoach, eporama: Fixed User Account Links Tests assumes ↵David Rothstein2013-08-05
| | | | certain menu link IDs.
* Issue #1975442 by thedavidmeister, dcam: Fixed drupal_render() should always ↵David Rothstein2013-08-05
| | | | return a string.
* Issue #238250 by markpavlitski | Xano: Fixed cache_clear_all()('*', 'block', ↵David Rothstein2013-08-05
| | | | TRUE); will TRUNCATE the {block} table without additional checks.
* Issue #670454 by pwolanin, cburschka, effulgentsia: Support HTTP ↵David Rothstein2013-08-05
| | | | Authorization in CGI environments.
* Issue #1813966 by Sylvain Lecoy: Remove __construct() from interfaces ↵David Rothstein2013-08-05
| | | | definition.
* Issue #1952196 by greggles, sandhya.m: Usability: if a user has just failed ↵David Rothstein2013-08-05
| | | | a login, default their username on password reset.
* Issue #1959110 by a.ross, fietserwin, markabur: Fixed theme_table() outputs ↵David Rothstein2013-08-04
| | | | the 'no_striping' option as an HTML attribute.
* Issue #1575060 followup by SebCorbin, andypost: Second attempt to fix broken ↵David Rothstein2013-08-04
| | | | ajax_html_ids for forms with file element (encoding=multipart/form-data).
* Issue #1416506 by yched, Damien Tournoud, swentel: Fixed Field schema ↵David Rothstein2013-08-04
| | | | foreign keys support is broken.
* Issue #2055019 by colan: Fixed Syslog configure link missing on ↵webchick2013-08-01
| | | | Extend/Modules page.
* Issue #2031319 by jlindsey15, pplantinga, thedavidmeister, Kingdutch, ↵Jennifer Hodgdon2013-07-30
| | | | Kiphaas7: Document that theme() should really be called via drupal_render().
* Issue #1034828 by Steven Jones, Bladedu, brunodbo | Rob C: Fixed 'No active ↵David Rothstein2013-07-28
| | | | batch' error after user cancelling own account.
* Issue #1305814 by elachlan, giammi, TonyK, mdupont: Fix up hook_exit() docs ↵Jennifer Hodgdon2013-07-24
| | | | accuracy
* Issue #1365234 by TravisCarden, amontero, Kevin Morse, bartmcpherson, xjm: ↵David Rothstein2013-07-22
| | | | Add description to 'access content overview' permission.
* Issue #2038059 by Elijah Lynn, longwave, aaronott: Fix grammar in ↵Jennifer Hodgdon2013-07-18
| | | | bootstrap.inc docs
* Issue #2038629 by sambonner: Fix first line docs for drupal_goto().Jennifer Hodgdon2013-07-17
|
* Issue #1797120 by dcam, lazysoundsystem, Lars Toomre, xjm: Remove t() from ↵Jennifer Hodgdon2013-07-03
| | | | test asserts in various system tests
* Issue #1797914 by lazysoundsystem, dcam, izus, Lars Toomre: Remove t() from ↵Jennifer Hodgdon2013-07-03
| | | | test assertions in various system tests
* Issue #2033151 by mavimo, longwave: Fix typo in field.api.php API docsJennifer Hodgdon2013-07-03
|
* Issue #2002182 by w00zle: Convert hook_filter_info docs to use new callback ↵Jennifer Hodgdon2013-07-03
| | | | function standard
* Issue #2027351 by micnap, longwave, helenkim: Fix up grammar and awkward ↵Jennifer Hodgdon2013-07-03
| | | | parens in API docs in menu.inc
* Issue #1797252 by dcam, lazysoundsystem, pwieck, andypost, Lars Toomre, ↵Jennifer Hodgdon2013-06-28
| | | | xjm: Remove t() from test assertions in file-related tests
* Issue #2028599 by maximpodorov, andypost: Remove extra spaces in field.installJennifer Hodgdon2013-06-26
|
* Issue #1850798 by damiankloip, ACF, geerlingguy, pfrenssen, David_Rothstein ↵David Rothstein2013-06-23
| | | | | mvc: Add a recursive version of array_diff_assoc().
* Issue #606598 by andypost, BarisW, stBorchert, David_Rothstein, sun, ↵David Rothstein2013-06-23
| | | | aspilicious, joachim, danielbeeke2, Sutharsan: Added human readable labels to image styles.