summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #767854 by droplet: fixed misspelled strings.Dries Buytaert2010-05-31
|
* - Patch #774346 by jvandyk: fixed documentation.Dries Buytaert2010-05-31
|
* - Patch #811276 by YaxBalamAhaw: 'Add to Default Shortcuts' keyboard ↵Dries Buytaert2010-05-31
| | | | navigation problems.
* - Patch #478946 by Scott Reynolds: node_access() batch rebuild will 'fail' ↵Dries Buytaert2010-05-31
| | | | when a node isn't loadable.
* - Patch #707724 by TR: call them entities instead of objects.Dries Buytaert2010-05-31
|
* - Patch #812416 by plach: fixed broken upgrade path.Dries Buytaert2010-05-29
|
* - Patch #812620 by kiamlaluno: fixed incorrect format_plural().Dries Buytaert2010-05-29
|
* - Patch #591048 by Damien Tournoud: the author information block was broken. ↵Dries Buytaert2010-05-29
| | | | Added tests.
* - Patch #585012 by jpmckinney, David_Rothstein: setting a default theme in ↵Dries Buytaert2010-05-29
| | | | install profile causes WHACK errors.
* - Patch #809558 by mr.baileys: node_title_list() didn't return renderable ↵Dries Buytaert2010-05-29
| | | | array for block content.
* - Patch #810176 by bleen18, jhodgdon: search result titles should be ↵Dries Buytaert2010-05-29
| | | | enclosed in a heading tag.
* - Patch #690288 by casey, klausi: back button in overlay doesn't work ↵Dries Buytaert2010-05-28
| | | | properly when there's redirection, e.g. #admin/structure/trigger.
* - Patch #808030 by dhthwy: new themes are not detected when visiting themes ↵Dries Buytaert2010-05-28
| | | | setting page without first clearing the cache manually.
* - Patch #810176 by bleen18: improved accessibility of search results -- ↵Dries Buytaert2010-05-28
| | | | Google/Yahoo style.
* - Patch #711108 by Berdir, scor: richer exception reporting for watchdog().Dries Buytaert2010-05-28
|
* - Patch #811170 by scor: missing db_drop_index() in user_update_7005().Dries Buytaert2010-05-28
|
* - Patch #811346 by Berdir: trying to load a term for deleting after ↵Dries Buytaert2010-05-28
| | | | vocabulary has been deleted does not work and results in notices.
* - Patch #809698 by Damien Tournoud, tstoeckler: refrain from using the || ↵Dries Buytaert2010-05-28
| | | | operator for concatenation.
* - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be ↵Dries Buytaert2010-05-27
| | | | 'Visitors, with admin approval'.
* - Patch #782056 by aspilicious: removing tabs and trailing white space.Dries Buytaert2010-05-26
|
* - Patch #809132 by marcingy, andypost: increase size of init field on users ↵Dries Buytaert2010-05-26
| | | | table to 254 characters and add missing index.
* - Patch #724642 by tstoeckler: removed some whitespace.Dries Buytaert2010-05-26
|
* - Patch #622330 by JohnAlbin, Jeff Burnz: CSS alternative to remove clearfix ↵Dries Buytaert2010-05-26
| | | | from inline field markup.
* - Patch #751752 by neclimdul: update directly adds ui files and is broken by ↵Dries Buytaert2010-05-26
| | | | 1.8 update.
* - Patch #714964 by mr.baileys: ActionLoopTestCase was fragile on some databases.Dries Buytaert2010-05-26
|
* - Patch #784790 by sun: URL filter incorrectly repeats URL in link title ↵Dries Buytaert2010-05-26
| | | | attribute.
* - Patch #437228 by effulgentsia: remove hard-coded check for 'Apache' for ↵Dries Buytaert2010-05-26
| | | | deciding whether to add 'index.php' within url().
* - Patch #730420 by andrewmacpherson: make html.tpl.php less dependant on rdf ↵Dries Buytaert2010-05-26
| | | | namespaces.
* - Patch #809256 by David_Rothstein: OpenID module refers to the xrds.inc ↵Dries Buytaert2010-05-26
| | | | file, which no longer exists.
* - Patch #711108 by Berdir: better exception reporting for watchdog() in the ↵Dries Buytaert2010-05-26
| | | | database system.
* - Patch #553298 by andypost: remove Windows end-of-line character.Dries Buytaert2010-05-26
|
* - Patch #592800 by cpliakas, Berdir, aufumy: critical bug: dependent modules ↵Dries Buytaert2010-05-26
| | | | are still installed when required modules return errors in hook_requirements().
* - Patch #504506 by andypost: Drupal.formatPlural incorrectly handle complex ↵Dries Buytaert2010-05-24
| | | | plural rules.
* - Rollback of #787940.Dries Buytaert2010-05-24
|
* #801158 by casey: Fixed Dashboard adds customise dashboard link every time ↵Angie Byron2010-05-24
| | | | block is added.
* #671452 by Rob Loach: Make Blog module add its action link correctly.Angie Byron2010-05-24
|
* #553298 follow-up by yched: Rename field_ui-display-overview-table.tpl.php ↵Angie Byron2010-05-24
| | | | to field_ui-display-overview-form.tpl.php.
* - Patch #767690 by Crell: @file declarations in database system do not ↵Dries Buytaert2010-05-23
| | | | indicate what belongs in the file.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* - Rollback of #787940.Dries Buytaert2010-05-23
|
* - Patch #726344 by Crell, Berdir: database system uses wrapper functions ↵Dries Buytaert2010-05-23
| | | | internally.
* Back to 7.0-devAngie Byron2010-05-23
|
* Drupal 7.0-alpha5Angie Byron2010-05-23
|
* - Patch #629252 by plach, yched: field_attach_form() should make available ↵Dries Buytaert2010-05-23
| | | | all field translations on submit.
* - Patch #402044 by Jeff Burnz, yched: field RTL CSS tweaks.Dries Buytaert2010-05-22
|
* - Patch #778288 by janusman: fixed white pixels around icons on modules page.Dries Buytaert2010-05-22
|
* - Patch #805228 by catch: unnecessary query in taxonomy_field_extra_fields().Dries Buytaert2010-05-21
|
* - Patch #767512 by jhedstrom, Damien Tournoud: fixed error.Dries Buytaert2010-05-21
|
* - Patch #803650 by aaronbauman: calling entity_create_stub_entity() with a ↵Dries Buytaert2010-05-21
| | | | revision id creates fatal error unversioned entity types.
* - Patch #793388 by StuartJNCC, David_Rothstein: attempting to update D6 to ↵Dries Buytaert2010-05-21
| | | | D7 without PDO enabled causes WSOD.