summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* - Patch #423992 by Davy Van Den Brempt: remove unused variables.Dries Buytaert2009-08-26
|
* - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page ↵Dries Buytaert2009-08-26
| | | | variable.
* - Patch #428296 by dropcube, sun, catch: filter system doesn't communicate ↵Dries Buytaert2009-08-26
| | | | with other modules about filter format changes/deletions.
* - Patch #445070 by Dave Van Den Brempt: proper wrapping of comments.Dries Buytaert2009-08-26
|
* - Patch #546336 by sun, dropcube: code clean-up and documentation ↵Dries Buytaert2009-08-26
| | | | improvements for the filter hooks.
* - Patch #503782 by sign, skilip: not able to select region at block creation.Dries Buytaert2009-08-26
|
* - Patch #556832 by dropcube: add text format API to manipulate formats.Dries Buytaert2009-08-26
|
* #496516 by Crell and Berdir: Moved query_alter() into a preExecute() method, ↵Angie Byron2009-08-26
| | | | so that modules can know the final query/arguments before they are run.
* #553952 by c960657: Apply locking framework to image generation.Angie Byron2009-08-26
|
* #524790 by torelad: Fixed incorrect sample code for hook_mail_alter().Angie Byron2009-08-26
|
* #559306 by emmajane: Remove 'Select different theme' permission which was ↵Angie Byron2009-08-26
| | | | left in accidentally after removing the per-user theme feature from core.
* #559486 by yched: Split up field attach tests so that testing bot doesn't ↵Angie Byron2009-08-26
| | | | choke on them.
* - Patch #460320 by catch, fago, Frando: standardized, pluggable entity ↵Dries Buytaert2009-08-25
| | | | loading for nodes, users, taxonomies, files and comments.
* #559210 by Davy Van Den Bremt: Compressed version of toolbar.png to save ~50K.Angie Byron2009-08-25
|
* #505084 by Rob Loach: Added an #attached_library() FAPI property for ↵Angie Byron2009-08-25
| | | | drupal_add_library(), for consistency with #attached_css and #attached_js.
* #558756 by Davy Van Den Bremt: Fix non-by-referenced calls to drupal_static().Angie Byron2009-08-25
|
* #546878 follow-up by Gábor Hojtsy: Remove double-placement of Performance ↵Angie Byron2009-08-25
| | | | menu item.
* #364219 follow-up by TheRec: Fix invocations of theme_links() via Drupal's ↵Angie Byron2009-08-25
| | | | rendering API.
* #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.