summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #703078 by jhodgdon: fixed node_type_get_type() documentation.Dries Buytaert2010-02-05
|
* - Patch #635356 by c960657: fixed escaping in taxonomy autocomplete.Dries Buytaert2010-02-05
|
* - Patch #705420 by catch: add field name to create instance exception.Dries Buytaert2010-02-05
|
* - Patch #704656 by clemens.tolboom: authorize.php failed to proceed when ↵Dries Buytaert2010-02-05
| | | | 'Install from a URL' was selected. Undefined ajax_process_form().
* - Patch #674626 by asimmonds: fixed text format filter list not being ↵Dries Buytaert2010-02-05
| | | | ordered correctly.
* - Patch #704078 by effulgentsia: add effulgentsia to the form system ↵Dries Buytaert2010-02-05
| | | | maintainers in MAINTAINERS.txt.
* - Patch #705116 by c960657: remove unused 'administer files' permission.Dries Buytaert2010-02-05
|
* - Patch #566494 by Dave Reid, chx, JoshuaRogers, David_Rothstein, Gábor ↵Dries Buytaert2010-02-05
| | | | Hojtsy, moshe weitzman, Rob Loach, TheRec, catch: fixed cron doing a full bootstrap on every page request (including cached ones).
* - Patch #607238 by agentrickard: fixed user_modules_uninstalled() calling ↵Dries Buytaert2010-02-05
| | | | hook_permission() for already uninstalled modules.
* #601642 folllow-up by andypost: Remove extraneous 'length' index from ↵Angie Byron2010-02-04
| | | | system.weight changes.
* #601642 by ctmattice1: Fixed Old databases might have a small ↵Angie Byron2010-02-04
| | | | {system}.weight, to help fix upgrade path.
* #539220 follow-up by mr.baileys: Fix test failures.Angie Byron2010-02-04
|
* #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.