summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests ↵Dries Buytaert2009-05-25
| | | | backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible.
* - Patch #133188 by John Morahan, frega: make sure that long string are ↵Dries Buytaert2009-05-24
| | | | line-break-ed correctly.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #470632 by sun: move filter_xss*() into common.inc.Dries Buytaert2009-05-24
|
* - Patch #470210 by Johan Morahan: nice clean-up of block configuration that ↵Dries Buytaert2009-05-24
| | | | fixes input format issue.
* - Patch #470992 by chx: disable locale module while running tests.Dries Buytaert2009-05-24
|
* - Patch #304936 by boombatower, drewish: proper installation of test files ↵Dries Buytaert2009-05-24
| | | | and removal.
* - Patch #445992 by oestrich, doq: missing point.Dries Buytaert2009-05-24
|
* - Patch #471142 by stella: code style fixes.Dries Buytaert2009-05-24
|
* #212233 follow-up by catch: Remove some left-over code after removing SQL ↵Angie Byron2009-05-22
| | | | status report.
* #469768 again. Let's get those new files there, shall we? :PAngie Byron2009-05-22
|
* #469768 by sun and mr.baileys: Move error handling testing to their own ↵Angie Byron2009-05-22
| | | | separate .test and .module.
* - Patch #448860 by recidive: updated the search module documentation.Dries Buytaert2009-05-22
|
* - Patch #363905 by dereine: move template_preproces_node/block out of theme.inc.Dries Buytaert2009-05-22
|
* - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order ↵Dries Buytaert2009-05-22
| | | | by table headers first, before ordering by other fields.
* #61856 by blakehall, Pancho, and jredding: Trim e-mail addresses before ↵Angie Byron2009-05-22
| | | | validation/submission.
* #398902 by kscheirer and alexanderpas: Type-check passwords.Angie Byron2009-05-22
|
* - Patch #467984 by Berdir: fixed some database glitches and extended the tests.Dries Buytaert2009-05-22
|
* - Patch #212233 by lilou, catch: remove SQL report.Dries Buytaert2009-05-22
|
* Roll-back of #310467: Breaks installer requirements check and update.php.Angie Byron2009-05-21
|
* - Patch #428744 by Gabor: make the main page content a real block and clean ↵Dries Buytaert2009-05-21
| | | | up some of the content API.
* - Patch #468978 by Bohjan: removed user administration description.Dries Buytaert2009-05-21
|
* - Patch #469134 by Bohjan: removed some redundant help.Dries Buytaert2009-05-21
|
* #469386 by Bojhan: Remove obvious menu administration help, and make ↵Angie Byron2009-05-21
| | | | block-related help conditional on block module.
* - Patch #440778 by brianV: coding style fixes and documentation improvements.Dries Buytaert2009-05-21
|
* - Patch #468944 by Berdir: database clean-ups for comment.module.Dries Buytaert2009-05-21
|
* - Patch #468654 by Bojhan, Dries: removed some redundant help texts.Dries Buytaert2009-05-21
|
* #452416 by bjaspan: Reformat status reporting code slightly to allow ↵Angie Byron2009-05-20
| | | | breakpoints in debuggers.
* #332123 follow-up by quicksketch: Fix API documentation for hook_schema() to ↵Angie Byron2009-05-20
| | | | reflect that descriptions should not be t()ed.
* - Patch #415044 by bjaspan, yched: indexes for field storage.Dries Buytaert2009-05-20
|
* #457080 by moshe weitzman: Add node_delete_multiple() for more efficient ↵Angie Byron2009-05-20
| | | | deletion of lots of nodes.
* #467558 by yched: Small field API optimization.Angie Byron2009-05-20
|
* #446742 follow-up by sun: Fix syntax change in randomName().Angie Byron2009-05-20
|
* #462428 by Heine, pwolanin, and dww: SA-CORE-2009-006 - Drupal core - Cross ↵Angie Byron2009-05-19
| | | | site scripting forward-port.
* - Patch #382896 by jmburnz: move and out of the content div.Dries Buytaert2009-05-19
|
* - Patch #451668 by mfb: page cache test failing with mod_deflate.Dries Buytaert2009-05-18
|
* - Patch #464912 by pwolanin: add doxygen suggestion standard for contrib ↵Dries Buytaert2009-05-18
| | | | module node build modes and similar int constants.
* - Patch #465398 by akahn: move aggregator settings to 'site configuration'. Yay.Dries Buytaert2009-05-18
|
* - Patch #398068 by karschsp: renamed 'workflow settings' to 'publishing ↵Dries Buytaert2009-05-18
| | | | options'.
* - Patch #398474 by Aron Novak, foxtrotcharlie: make aggregator array keys ↵Dries Buytaert2009-05-18
| | | | lower case.
* - Patch #407294 by Litrik: provide hooks to allow other modules to listen to ↵Dries Buytaert2009-05-17
| | | | SimpleTest results. Java-lamp, here I come!
* - Patch #19646 by akahn, JamesAn: make it possible to suspend a feed.Dries Buytaert2009-05-17
|
* - Patch #464732 by deviantintegral: fixed variable name.Dries Buytaert2009-05-17
|
* - Patch #293511 by cwgordon7, catch, dereine, Wisif, ThiOz: added a test for ↵Dries Buytaert2009-05-17
| | | | menu_get_item() and menu_set_item().
* #456488 by yched: Only cache field data for current revision.Angie Byron2009-05-17
|
* #451212 by yched: Make field_test_entity_save() consistent with node_save().Angie Byron2009-05-17
|
* #362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple ↵Angie Byron2009-05-17
| | | | like field_attach_load().
* #456824 follow-up by catch: Fix D6 -> D7 upgrade path failure.Angie Byron2009-05-16
|
* #455576 by Xano and sirkitree: Revamp user settings page with vertical tabs, ↵Angie Byron2009-05-16
| | | | better organization, etc. Awesomeness.
* - Patch #456824 by catch: add better caching to drupal_lookup_path().Dries Buytaert2009-05-16
|