summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #857378 by glipay: remove useless array addition in ↵Dries Buytaert2010-07-19
| | | | DrupalWebTestCase::curlInitialize().
* - Patch #851100 by Damien Tournoud: subquery objects are iterated upon.Dries Buytaert2010-07-19
|
* - Patch #851110 by Damien Tournoud: InsertQuery::execute() needs to rollback ↵Dries Buytaert2010-07-19
| | | | the transaction if one insert fail.
* - Patch #852362 by chx: fixed extend is 100% fubar.Dries Buytaert2010-07-19
|
* - Patch #849642 by mgifford: fixed fixed fonts used in Seven. Yes, that is ↵Dries Buytaert2010-07-18
| | | | 2x 'fixed' in one sentence.
* - Patch #768090 by ridgerunner: changed drupal_static() performance improvement.Dries Buytaert2010-07-18
|
* - Patch #790482 by glipay: update_prepare_d7_bootstrap() docs say it should ↵Dries Buytaert2010-07-17
| | | | not modify database, but it does.
* - Patch #796658 by yched, andypost: UI for field formatter settings.Dries Buytaert2010-07-17
|
* - Patch #561226 by fago, effulgentsia, sun, YesCT, marcingy: orms (elements) ↵Dries Buytaert2010-07-17
| | | | need to able to specify include files to be loaded for building.
* - Patch #784832 by plach: fixed conflict with the session language provider ↵Dries Buytaert2010-07-17
| | | | while creating a translation.
* - Patch #668058 by andypost, mrbubbs: resubmitting a user picture does show ↵Dries Buytaert2010-07-17
| | | | the first uploaded picture.
* - Patch #615138 by quicksketch, ksenzee, casey: overlay uses () global, but ↵Dries Buytaert2010-07-17
| | | | it doesn't exist anymore.
* - Patch #856788 by glipay: documentation improvement.Dries Buytaert2010-07-17
|
* - Patch #855374 by aspilicious: fix newlines in lock.inc.Dries Buytaert2010-07-16
|
* - Patch #855376 by aspilicious: fix newlines in mail.inc.Dries Buytaert2010-07-16
|
* - Patch #855386 by aspilicious: fix newlines in module.inc.Dries Buytaert2010-07-16
|
* - Patch #855402 by aspilicious: fix newlines in token.inc.Dries Buytaert2010-07-16
|
* - Patch #855378 by aspilicious: fix newlines in menu.inc.Dries Buytaert2010-07-16
|
* - Patch #855394 by aspilicious: fix newlines in session.inc.Dries Buytaert2010-07-16
|
* - Patch #855390 by aspilicious: fix newlines in path.inc.Dries Buytaert2010-07-16
|
* - Patch #854532 by rszrama: remove deprecated documentation.Dries Buytaert2010-07-16
|
* - Patch #855310 by aspilicious: fix newlines in file_mimetype().inc.Dries Buytaert2010-07-16
|
* - Patch #855316 by aspilicious: fix newlines in image.inc.Dries Buytaert2010-07-16
|
* - Patch #855322 by aspilicious: fix newlines (and some dots) in locale.inc.Dries Buytaert2010-07-16
|
* - Patch #684982 by plach: audit of global language variable use.Dries Buytaert2010-07-16
|
* - Patch #855418 by jhodgdon, aspilicious: fix doc errors in xmlcpr.inc and ↵Dries Buytaert2010-07-16
| | | | fill in the missing doc headers.
* - Patch #410636 by Stevel, randallknutson, c960657, Berdir: upgrade does not ↵Dries Buytaert2010-07-14
| | | | create required menus.
* - Patch #826028 by bjaspan: taxonomy form validation creates new terms.Dries Buytaert2010-07-14
|
* - Patch #851698 by Damien Tournoud: DatabaseSchema_sqlite() severely broken.Dries Buytaert2010-07-14
|
* - Patch #851590 by Damien Tournoud: SQLite should 'stringify' fetches.Dries Buytaert2010-07-13
|
* #847528 by chx: Fixed rollback presumes transaction support.Angie Byron2010-07-12
|
* #849904 by mgifford, jasonkiss: Fixed no visual indication of current ↵Angie Byron2010-07-12
| | | | keyboard focus on links in #toolbar in IE8.
* #851140 by Damien Tournoud: Fixed DatabaseSchema::getPrefixInfo() is ↵Angie Byron2010-07-12
| | | | *severely* broken.
* #851042 by catch, dereine: Fixed Reset to alphabetical produces Fatal error.Angie Byron2010-07-12
|
* - Patch #678668 by jbrown: fixed required radio buttons.Dries Buytaert2010-07-11
|
* - Patch #850734 by bleen18: whitespace removal.Dries Buytaert2010-07-11
|
* - Patch #850682 by bleen18: why is the maintenance page stylesheet loaded on ↵Dries Buytaert2010-07-11
| | | | all regular pages?
* - Patch #841194 by David_Rothstein: overlay close button doesn't have a ↵Dries Buytaert2010-07-11
| | | | title in screen readers.
* #850060 by Dave Reid: Fixed Site mission token needs to be removed.Angie Byron2010-07-11
|
* #668280 by mgifford, Jeff Burnz, jide, David_Rothstein: Fixed Toolbar font ↵Angie Byron2010-07-11
| | | | size keeps jumping around.
* #850206 by Stevel: Fixed Converting db configuration gives wrong result when ↵Angie Byron2010-07-10
| | | | () is set.
* - Patch #846858 by kiamlaluno: typo in the documentation for ↵Dries Buytaert2010-07-10
| | | | hook_schema_alter().
* - Patch #819388 by pwolanin: switch registry back to using hashes not file ↵Dries Buytaert2010-07-10
| | | | mtime and ctime.
* - Patch #844676 by chx, asimmonds: stream wrappers stream_seek() return is ↵Dries Buytaert2010-07-10
| | | | invalid.
* - Patch #844892 by andypost: minor code style fixes.Dries Buytaert2010-07-10
|
* - Patch #818686 by CrookedNumber: hyphens in style names cause paths that ↵Dries Buytaert2010-07-10
| | | | point to non-existent derivative images.
* #776956 by CrashTest_, Damien Tournoud, effulgentsia, chx: Fixed critical ↵Angie Byron2010-07-10
| | | | bug: Complex widgets are not respecting '#disabled' state.
* Back to 7.0-devAngie Byron2010-07-09
|
* Drupal 7.0-alpha6Angie Byron2010-07-09
|
* - Patch #842966 by boombatower: link handling functionality should use XPath ↵Dries Buytaert2010-07-08
| | | | normalize-space().