Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Issue #1513580 by matt2000: Update hook_init and hook_boot docs to say ↵ | Jennifer Hodgdon | 2012-05-08 |
| | | | | whether themes are loaded when they run | ||
* | Issue #813146 by bleen18: remove variable cruft in node_submit function | Jennifer Hodgdon | 2012-05-04 |
| | |||
* | Issue #1558548 by tim.plunkett, sun: Fixed Notice: Undefined index: ↵ | webchick | 2012-05-03 |
| | | | | default_image() in image_field_prepare_view(). | ||
* | Issue #1558402 by greggles: Fixed forum_index() not form_index(). | webchick | 2012-05-02 |
| | |||
* | Merge branch '7.12-security' into 7.x | webchick | 2012-05-02 |
|\ | |||
| * | Drupal 7.13 | webchick | 2012-05-02 |
| | | |||
* | | Issue #966210 follow-up by chx: More secure fix for system_update_7061(). | webchick | 2012-05-02 |
| | | |||
* | | Issue #1376166 by sun, xjm, tim.plunkett: Fixed Custom logo and favicon ↵ | webchick | 2012-04-30 |
| | | | | | | | | functionality inanely tries to support absolute local file paths. | ||
* | | Issue #1542674 by bas.hr, tim.plunkett, damiankloip: Fixed Wrong count ↵ | webchick | 2012-04-30 |
| | | | | | | | | assertion in taxonomy.test. | ||
* | | Issue #1459164 by Kevin Morse, droplet: Use test() to match string for BOOL ↵ | webchick | 2012-04-30 |
| | | | | | | | | comparison . | ||
* | | Issue #285232 by ralessi, sun, catch: Add 'please select' item to required ↵ | webchick | 2012-04-30 |
| | | | | | | | | select list item. | ||
* | | Issue #1262592 by jmarkel, pingers, marcingy: Fixed numeric names fail image ↵ | webchick | 2012-04-30 |
| | | | | | | | | creation. | ||
* | | Issue #1540072 by mstrelan, xjm: Use American spelling for 'behavior'. | webchick | 2012-04-30 |
| | | |||
* | | Issue #1039666 by Jelle_S, droplet, Kevin Morse, nod_: Fixed Placing a block ↵ | webchick | 2012-04-30 |
| | | | | | | | | in a region via select dropdown moves it to the top of the region, but it will show at the bottom. | ||
* | | Issue #1491542 by rdickert, c960657, hosef: Fixed testHavingCountQuery() ↵ | webchick | 2012-04-30 |
| | | | | | | | | fails on pgsql and sqlite. | ||
* | | Issue #312458 by rdickert, Heine, sun: Fixed HTML filter is not run first by ↵ | webchick | 2012-04-30 |
| | | | | | | | | default, despite default weight. | ||
* | | Issue #277200 by andypost, Damien Tournoud: Add tests for vocabulary hierarchy. | webchick | 2012-04-30 |
| | | |||
* | | Issue #1404380 by msonnabaum, xjm, mjpa: Fixed Unnecessary aggregation of ↵ | webchick | 2012-04-30 |
| | | | | | | | | CSS/JS. | ||
* | | Issue #1213536 by David_Rothstein, tim.plunkett, sun, effulgentsia, Yorirou, ↵ | webchick | 2012-04-30 |
| | | | | | | | | xjm: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations. | ||
* | | Issue #751168 by elliotttf, caktux, andyceo, setvik, xjm, sun, tim.plunkett: ↵ | webchick | 2012-04-30 |
| | | | | | | | | Fixed Regression: Missing 'Default image' per field instance. | ||
* | | Issue #787652 by andypost, larowlan: Fixed Forum vocabulary alterations ↵ | webchick | 2012-04-28 |
| | | | | | | | | possibly obsolete -- possible to delete forum vocab. | ||
* | | Issue #598586 by grendzy, deekayen, matglas86, dawehner, Zgear: Fixed ↵ | webchick | 2012-04-28 |
| | | | | | | | | watchdog() assumes is defined. | ||
* | | Issue #1172560 by bas.hr, bellesmanieres, NROTC_Webmaster, tim.plunkett: ↵ | webchick | 2012-04-28 |
| | | | | | | | | Fixed The block X was assigned to the invalid region Y and has been disabled. | ||
* | | Issue #1348758 by drewish, tim.plunkett: Fixed Add an index to ↵ | webchick | 2012-04-28 |
| | | | | | | | | {users}.picture so user_file_delete() isn't insanely slow. | ||
* | | Issue #1527988 by Niklas Fiekas: Fixed Missing or legacy number validation. | webchick | 2012-04-28 |
| | | |||
* | | Issue #1490150 by xjm, duellj, tim.plunkett: Fixed ↵ | webchick | 2012-04-28 |
| | | | | | | | | EntityFieldQuery::pager(0) generates PHP error 'divide by zero'. | ||
* | | Issue #1058754 by Yaron Tal, kathyh, naxoc, xjm, tim.plunkett: Fixed Attempt ↵ | webchick | 2012-04-28 |
| | | | | | | | | to loop through undefined result set in aggregator. | ||
* | | Issue #1481156 by lucascaro, npiacentine: Fixed Incorrect logic in creating ↵ | webchick | 2012-04-28 |
| | | | | | | | | url to fetch information about project updates. | ||
* | | Issue #1484216 by catch, Berdir, beejeebus, tim.plunkett: Fixed Race ↵ | webchick | 2012-04-28 |
| | | | | | | | | condition in _update_create_fetch_task() (PDO Exceptions). | ||
* | | Issue #720630 by tim.plunkett, kid_icarus, tsphethean: Fix up docs for ↵ | Jennifer Hodgdon | 2012-04-27 |
| | | | | | | | | watchdog, hook_watchdog, and watchdog constants | ||
* | | Issue #1509838 by tim.plunkett, cosmicdreams klausi: Use elseif not else if | Jennifer Hodgdon | 2012-04-27 |
| | | |||
* | | Issue #1492188 by Berdir, catch: Fixed Update module creates duplicate queue ↵ | webchick | 2012-04-26 |
| | | | | | | | | items. | ||
* | | Issue #966210 by mfb, catch, drumm, bfroehle, drewish, makara, sun, BTMash, ↵ | webchick | 2012-04-26 |
| | | | | | | | | iamEAP: Fixed DB Case Sensitivity: system_update_7061() fails on inserting files with same name but different case. | ||
* | | Issue #1542854 by drumm, BTMash: Fixed system_update_7061() converts ↵ | webchick | 2012-04-26 |
| | | | | | | | | filepaths too aggressively. | ||
* | | Issue #1541792 follow-up by chx, Berdir, xjm: Fix for random test values ↵ | webchick | 2012-04-26 |
| | | | | | | | | occasionally failing. | ||
* | | Issue #1541792 follow-up by chx: Fix random test failures. | webchick | 2012-04-25 |
| | | |||
* | | Unbreaking testbot. | webchick | 2012-04-25 |
| | | |||
* | | Issue #1541792 by tim.plunkett, chx, Amitaibu: Enable dynamic allowed list ↵ | webchick | 2012-04-25 |
| | | | | | | | | values function with additional context | ||
* | | Issue #1237252 by mfb, bfroehle, drewish, Berdir, iamEAP, drumm: Fixed DB ↵ | webchick | 2012-04-22 |
| | | | | | | | | Case Sensitivity: Allow BINARY attribute in MySQL. | ||
* | | Issue #1533498 by jmarkel: Fix see doc issue and clean up doc in ↵ | Jennifer Hodgdon | 2012-04-17 |
| | | | | | | | | hook_field_widget_form_alter | ||
* | | Issue #1346468 by kgoel, mallezie, rootwork: Point docs for page.tpl.php ↵ | Jennifer Hodgdon | 2012-04-17 |
| | | | | | | | | towards html.tpl.php | ||
* | | Issue #1211008 by yched, tim.plunkett, DamienMcKenna: Split ↵ | webchick | 2012-04-12 |
| | | | | | | | | field_bundle_settings() out per bundle. | ||
* | | Issue #1421410 by andypost, Niklas Fiekas: Fixed not defined in ↵ | webchick | 2012-04-12 |
| | | | | | | | | form_pre_render_conditional_form_element(). | ||
* | | Issue #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien ↵ | webchick | 2012-04-12 |
| | | | | | | | | Tournoud: Fixed Eliminate ->cache and {session}.cache in favor of ['cache_expiration()'][]. | ||
* | | Issue #918356 by David_Rothstein, franz, tekante, dstol, mikestefff: Fixed ↵ | webchick | 2012-04-12 |
| | | | | | | | | WSOD when drupal_get_title() called during hook_init() and custom 403 or 404 pages are being used. | ||
* | | Issue #1513520 by pdrake, plach: Fixed locale_language_from_browser() ↵ | webchick | 2012-04-12 |
| | | | | | | | | incorrectly matches invalid strings. | ||
* | | Issue #1452070 by kgoel: Remove comment left over from Drupal 5 in ↵ | Jennifer Hodgdon | 2012-04-11 |
| | | | | | | | | menu_block_info() | ||
* | | Issue #1355682 by Zgear, chertzog: API docs cleanup for Path module | Jennifer Hodgdon | 2012-04-04 |
| | | |||
* | | Issue #1280792 follow-up BTMash, irunflower, Zgear: Fixed Trigger upgrade ↵ | webchick | 2012-04-04 |
| | | | | | | | | path: Node triggers removed when upgrading to 7-dev from 6.25. | ||
* | | Issue #1504226 by kim.pepper: Add detail to return value docs of ↵ | Jennifer Hodgdon | 2012-04-02 |
| | | | | | | | | taxonomy_vocabulary_get_names |