summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Patch #423196 by frega, Xano, alienbrain et al: clean up the URL settings ↵Dries Buytaert2009-05-29
| | | | page.
* - Patch #394586 by andypost, bubbasan, Berdir: convert to the new database ↵Dries Buytaert2009-05-29
| | | | abstraction layer.
* - Patch #394582 by Berdir: converted to new database abstraction layer.Dries Buytaert2009-05-29
|
* #475348 by boombatower: Move admin/development to system.module so it's ↵Angie Byron2009-05-29
| | | | available to other modules.
* #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string ↵Angie Byron2009-05-28
| | | | (and corresponding $classes_array) for all dynamic classes in template files.
* - Patch #337212 by Berdir: another Berdir patch to convert modules to the ↵Dries Buytaert2009-05-28
| | | | new database layer. Rock.
* - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name.Dries Buytaert2009-05-28
|
* - Patch #19646 by JamesAn: code clean up, consistently use define.Dries Buytaert2009-05-28
|
* - Patch #335893 by andypost, hexmode: don't show comment information in the ↵Dries Buytaert2009-05-28
| | | | RSS feed when a node's comments were disabled.
* - Patch #339417 by yoroy, Shawn DeArmond, JamesAn: added some extra comment ↵Dries Buytaert2009-05-28
| | | | documentation.
* #473992 by andypost: Fix indentation.Angie Byron2009-05-28
|
* #474570 by Shawn DeArmond: Make forum a normal menu item, rather than suggested.Angie Byron2009-05-27
|
* - Patch #221020 by andypost: increase length of field.Dries Buytaert2009-05-27
|
* - Patch #473012 by stella: improve help text on uninstall page.Dries Buytaert2009-05-27
|
* - Patch #474302 by stella: poll module fixes.Dries Buytaert2009-05-27
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* #246096 follow-up by andypost: Forgot 'static' on the getInfo() function.Angie Byron2009-05-27
|
* #246096 by andypost, mr.baileys, and Sutharsan: Fix typo so that cron ↵Angie Byron2009-05-27
| | | | triggers may be executed (with tests).
* - Patch #299137 by mr.baileys: added tests for the contact form's auto-reply.Dries Buytaert2009-05-27
|
* - Patch #473366 by Berdir: convert locale module to the new database ↵Dries Buytaert2009-05-27
| | | | abstraction layer.
* - Patch #351487 by JohnAlbin, deviantintegral et al: remove default values ↵Dries Buytaert2009-05-27
| | | | for stylesheets and scripts.
* #296693 by Damien Tournoud, boombatower, sun, and Xano: Hide parent ↵Angie Byron2009-05-27
| | | | administrative menu items when user has no access to any of their children.
* #309007 by moshe weitzman, agentrickard, and mcarbone: Add ↵Angie Byron2009-05-27
| | | | hook_node_access_records_alter() and hook_node_grants_alter() to allow complex interactions between two or more node access modules.
* #467474 by Josh Waihi: Type-cast booleans to work around PostgreSQL PDO bug.Angie Byron2009-05-27
|
* - Patch #458608 by deekayen: permissions colspan references wrong array element.Dries Buytaert2009-05-26
|
* - Patch #465190 by Heine: add check_plain() call.Dries Buytaert2009-05-26
|
* - Patch #393402 by stella, Xane: renamed 'create content' link to 'add new ↵Dries Buytaert2009-05-26
| | | | content'. Minor usability improvement.
* - Patch #472658 by agentrickard: clean up of inline code comments.Dries Buytaert2009-05-26
|
* - Patch #296001 by mr.baileys, ThiOz et al: added support for e-mail ↵Dries Buytaert2009-05-26
| | | | assertions. Woot!
* - Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding ↵Dries Buytaert2009-05-25
| | | | a file field.
* - Patch #250729 by andypost, catch, R.Muilwijk et al: remove some ↵Dries Buytaert2009-05-25
| | | | unnecessary queries and search index.
* - Patch #223771 by Arancaytar, Amitaibu: node_body_field does not check ↵Dries Buytaert2009-05-25
| | | | ->has_body.
* - Patch #471800 by stella: more code style fixes.Dries Buytaert2009-05-25
|
* - Patch #470594 by Moshe: convert more pages and blocks to return arrays.Dries Buytaert2009-05-25
|
* - 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.