summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #489762 follow-up by JohnAlbin: Fix for sub-theme screenshots not showing up.Angie Byron2009-08-25
|
* - Patch #558656 by Davy Van Den Brempt: this that self.Dries Buytaert2009-08-25
|
* - Patch #537434 by chx, bangpound, moshe weitzman, David Strauss: move the ↵Dries Buytaert2009-08-25
| | | | blog API module to contrib.
* - Patch #535564 by Gábor Hojtsy: fixed broken path.Dries Buytaert2009-08-25
|
* - Patch #551080 by Gábor Hojtsy: the by module page blocks did not have the ↵Dries Buytaert2009-08-25
| | | | new show flag.
* - Patch #554946 by dropcube, sun: cache info from hook_filter_info() and ↵Dries Buytaert2009-08-25
| | | | allow to be altered.
* - Patch #368408 by jeffschuler: improve consistency of API and settings on ↵Dries Buytaert2009-08-25
| | | | administration pages.
* - Patch #557792 by Gábor Hojtsy: created 'web services' category.Dries Buytaert2009-08-25
|
* - Patch #546882 by Gábor Hojtsy: remove unnecessary code.Dries Buytaert2009-08-25
|
* #446518 follow-up by sun: Removed logic branch in check_markup() for string ↵Angie Byron2009-08-25
| | | | being NULL.
* #558538 by pwolanin: Fixed Non-by-reference use of drupul_static() in token.inc.Angie Byron2009-08-25
|
* #492186 by catch, mfb, BTMash, TheRec, and rainbreaw: Fixed bug causing ↵Angie Byron2009-08-25
| | | | authoring information to never be updated (with tests).
* #557890 by Gábor Hojtsy: Added 'Search and metadata' category to ↵Angie Byron2009-08-24
| | | | configuration page.
* #557932 by plach and bangpound: Fixed taxonomy term field autocomplete ↵Angie Byron2009-08-24
| | | | widgets validation, which broke after translatable fields.
* - Patch #262906 by Davy Van Den Bremt, mooffie: bogus ↵Dries Buytaert2009-08-24
| | | | form_build_id_/nodetype/ variable created on type settings page.
* - Patch #496500 by chx: rollback.Dries Buytaert2009-08-24
|
* #535564 follow-up by pwolanin and Gábor Hojtsy: Create 'Web services' ↵Angie Byron2009-08-24
| | | | category and move Aggregator under there.
* #303419 follow-up by drewish: Fix typo.Angie Byron2009-08-24
|
* #547846 by David_Rothstein: Fixed a missing reference operator that caused ↵Angie Byron2009-08-24
| | | | Drupal installation to fail on PHP 5.3.
* - Patch #303419 by drewish: incorrect expiration headers with private file ↵Dries Buytaert2009-08-24
| | | | transfers.
* - Patch #549432 by jromine, Gábor Hojtsy: move ip blocking settings.Dries Buytaert2009-08-24
|
* #524728 follow-up by David_Rothstein: Fix whitespace in install.php and ↵Angie Byron2009-08-24
| | | | install.inc.
* #550572 by sun and c960657: Fixed CSS+JS regressions related to ↵Angie Byron2009-08-24
| | | | form-item-[name].
* #509584 by pwolanin: Various API fixes for menu_tree_data() including depth ↵Angie Byron2009-08-24
| | | | param.
* #516138 follow-up by yched: Instead of a full menu rebuild, set a variable ↵Angie Byron2009-08-24
| | | | indicating it's needed. Speeds up tests by a factor of at least two.
* #162788 by dww, Dave Reid, and JohnAlbin: Add option to include modules that ↵Angie Byron2009-08-24
| | | | aren't enabled in Update Status.
* #557056 by sign: Removed the fieldset around summary and body fields.Angie Byron2009-08-24
|
* #364219 follow-up by brandonojc: Commit missing hunk from last patch.Angie Byron2009-08-24
|
* #557342 by agentrickard: Fixed typo.Angie Byron2009-08-24
|
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Ahem. Reverting everything.Angie Byron2009-08-24
|
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #367595 follow-up by plach: Fix missing call to field_attach_preprocess().Angie Byron2009-08-23
|
* - Patch #552000 by deekayen: 'smush' core images.Dries Buytaert2009-08-23
|
* - Patch #113614 by John Morahan: small fix for token/placeholder ↵Dries Buytaert2009-08-23
| | | | substitution to core.
* - Patch #554988 by Danny Van Den Brempt: removed unnecesary parameter.Dries Buytaert2009-08-23
|
* #545230 by rfay: Fixed one-time login link error messages.Angie Byron2009-08-23
|
* #367595 follow-up by xmacinfo: CHANGELOG.txt entry to Translatable Fields.Angie Byron2009-08-23
|
* #542206 by asimmonds: Fix admin/content filters (with tests).Angie Byron2009-08-23
|
* #516138 follow-up by Damien Tournoud: Remove expensive menu_rebuild() call ↵Angie Byron2009-08-23
| | | | from field API.
* #537862 follow-up by Crell: CHANGELOG.txt entry for node access improvements.Angie Byron2009-08-23
|
* #550228 by tobiasb and sun: Fixed double-escaping of title callbacks in ↵Angie Byron2009-08-23
| | | | Image module.
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* #471018 by clemens.tolboom, sun, stBorchert, and mverbaar: Added generic ↵Angie Byron2009-08-22
| | | | pattern/js for hiding machine readable names (applied to menu and content types).
* - Patch #542658 by sun, Gábor Hojtsy, pwolanin: move action tabs out of ↵Dries Buytaert2009-08-22
| | | | local tasks.
* #556714 by Davy Van Den Bremt: Fixed broken url in administration theme ↵Angie Byron2009-08-22
| | | | status message.
* #542658 by Gábor Hojtsy, sun, pwolanin: Move action 'tabs' out of local tasks.Angie Byron2009-08-22
|
* #200953 by seanburlington: Added basic support for 'time' and 'date' types ↵Angie Byron2009-08-22
| | | | to schema API.
* #556594 by sign: Move File Uploads under Media.Angie Byron2009-08-22
|