summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, ↵Angie Byron2010-02-03
| | | | et al: Allow updates to specify dependencies to ensure they run in a predictable order.
* - Patch #521904 by mgifford: added ARIA live region to password strength and ↵Dries Buytaert2010-02-03
| | | | match containers.
* - Patch #565808 by Dave Reid: fixed nojs/ajax replacement.Dries Buytaert2010-02-03
|
* - Patch #702816 by tstoeckler: mention of content types when it should be ↵Dries Buytaert2010-02-02
| | | | bundles.
* - Patch #645758 by Dave Reid: system_settings_form() should set a high ↵Dries Buytaert2010-02-02
| | | | weight for buttons.
* - Patch #602998 by grndlvl, asimmonds: Fixed polls being broken for ↵Dries Buytaert2010-02-02
| | | | anonymous users. With tests.
* - Patch #638030 by dww: hide *.make files via .htaccess.Dries Buytaert2010-02-02
|
* - Patch #539220 by pwolanin: make installer work again.Dries Buytaert2010-02-01
|
* - Patch #700592 by dww: ArchiverTar class supports .tgz but we didn't ↵Dries Buytaert2010-02-01
| | | | recognize it.
* - Patch #681626 by linclark, scor: the username in RDF should not have a ↵Dries Buytaert2010-02-01
| | | | language tag.
* - Patch #697880 by nagba, yched: properly initiatlize variable.Dries Buytaert2010-02-01
|
* - Patch #539220 by dww, mr.baileys: missing validation handlers should not ↵Dries Buytaert2010-02-01
| | | | be silently ignored by FAPI.
* - Patch #682784 by andrewfn: once created, menu item query strings could ↵Dries Buytaert2010-02-01
| | | | never be deleted.
* - Patch #693082 by dww: added an ArchiverZip class to support .zip files in ↵Dries Buytaert2010-02-01
| | | | update manager.
* - Patch #700160 by naxoc: drupal_realpath() did not always work as expected.Dries Buytaert2010-02-01
|
* #700686 by dww: Make ArchiverInterface::listContents() return a simple list ↵Angie Byron2010-02-01
| | | | of files, rather than a keyed array, which is inconsistent between extension handlers.
* #658068 by eojthebrave and theunraveler: Fixed Image effect help text not ↵Angie Byron2010-02-01
| | | | displayed.
* #658056 by theunraveler: image.api.php cleanup.Angie Byron2010-02-01
|
* #698992 by Damien Tournoud: Small comment clarification to check_plain() in l().Angie Byron2010-02-01
|
* #633086 follow-up by David_Rothstein: Small clarification in interface text.Angie Byron2010-02-01
|
* #700862 by David_Rothstein: Fixed Test for empty node log messages doesn't ↵Angie Byron2010-02-01
| | | | actually test what it's supposed to.
* #606526 follow-up by scor: Don't strip trailing whitespace from Unicode tests.Angie Byron2010-02-01
|
* - Patch #700336 by mr.baileys: cannot create or list menu items with Clean ↵Dries Buytaert2010-01-31
| | | | URLs off.
* - Patch #700518 by agentrickard: document conjunctions for db_condition().Dries Buytaert2010-01-31
|
* - Patch #579448 by c960657: fixed OpenID specification violation. Search for ↵Dries Buytaert2010-01-31
| | | | OP Identifier element to authenticate.
* - Patch #698902 by mr.baileys: make MySQL 5.0.15 requirement official.Dries Buytaert2010-01-31
|
* #504076 follow-up by jhodgdon, yoroy, sun, et al: Scare the living bejeebus ↵Angie Byron2010-01-30
| | | | out of people in the text format configuration help text.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #681538 by aspilicious, jhodgdon: improved documentation, better ↵Dries Buytaert2010-01-30
| | | | @see also links.
* #602490 follow-up by dww, Bojhan, and yoroy: Make 'Update' action a tab.Angie Byron2010-01-30
|
* #673810 by casey and mrfelton: Make overlay respect key handlers.Angie Byron2010-01-30
|
* Sigh. Attempt NUMBER THREE at rolling back #522786. It just. won't. die.Angie Byron2010-01-30
|
* #678472 by casey: Fixed Dashboard's Done button doesn't redirect in Google ↵Angie Byron2010-01-30
| | | | Chrome.
* #685012 by casey: Fixed Overlay: node/#/outline displays in site theme, not ↵Angie Byron2010-01-30
| | | | admin theme.
* #537750 by yched: Added Field UI for comments.Angie Byron2010-01-30
|
* Ahem. Really rolling back #522786 now.Angie Byron2010-01-30
|
* Hm. Rollback of #522786 which seems to cause test failures.Angie Byron2010-01-30
|
* #553944 follow-up by David_Rothstein: Allow modules to override per-page ↵Angie Byron2010-01-30
| | | | custom themes.
* #522786 by stormsweeper: Fixed PostgreSQL numeric check needs to happen ↵Angie Byron2010-01-30
| | | | after precision check in schema generation.
* #492186 follow-up by nvanhove and Dave Reid: Fixed Authoring information is ↵Angie Byron2010-01-30
| | | | never updated. (with tests)
* #680910 by yched and bjaspan: Allow fields to be restricted to entity types.Angie Byron2010-01-30
|
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
|
* #576180 by Damien Tournoud: Fix name-spacing of machine-name generation ↵Angie Byron2010-01-30
| | | | javascript.
* #612870 by asimmonds: Fixed Weight fields should be int, not tinyint.Angie Byron2010-01-30
|
* - Patch #610022 by mcarbone, te-brian, David_Rothstein: fixed taxonomy ↵Dries Buytaert2010-01-29
| | | | tokens, fix old queries.
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ↵Dries Buytaert2010-01-29
| | | | with clean urls.
* - Patch #686670 by mfer, seutje, jide, casey: inconsistent code style in ↵Dries Buytaert2010-01-29
| | | | toolbar.js.
* - Patch #660302 by reglogge, samhassell, agentrickard, jhodgdon: ↵Dries Buytaert2010-01-29
| | | | registration e-mails should not contain passwords.
* - Patch #688100 by mr.baileys, scor: sanitize user-supplied block titles.Dries Buytaert2010-01-29
|
* - Patch #667816 by Damien Tournoud, catch: fxed incorrect constant usage in ↵Dries Buytaert2010-01-29
| | | | menu.inc.