Commit Graph

10193 Commits (cb756bcf08bb5e1288539c06aa16905cda06af9c)

Author SHA1 Message Date
Dries Buytaert cb756bcf08 - Patch #337212 by Berdir: another Berdir patch to convert modules to the new database layer. Rock. 2009-05-28 11:31:20 +00:00
Dries Buytaert 194c9f2bd1 - Patch #364620 by bjaspan, yched: allow creating a field with a deleted name. 2009-05-28 10:05:32 +00:00
Dries Buytaert 6e93e567e4 - Patch #19646 by JamesAn: code clean up, consistently use define. 2009-05-28 09:30:58 +00:00
Dries Buytaert 033f2f3fdc - Patch #335893 by andypost, hexmode: don't show comment information in the RSS feed when a node's comments were disabled. 2009-05-28 08:37:29 +00:00
Dries Buytaert 2cb8fb68de - Patch #474156 by brainless: fixed database prefix validation. We need tests for the installer. ;-) 2009-05-28 08:34:14 +00:00
Dries Buytaert 119141276c - Patch #339417 by yoroy, Shawn DeArmond, JamesAn: added some extra comment documentation. 2009-05-28 08:31:11 +00:00
Angie Byron 7558e1de80 #473992 by andypost: Fix indentation. 2009-05-28 02:40:45 +00:00
Angie Byron 7b7c9a8c85 #474570 by Shawn DeArmond: Make forum a normal menu item, rather than suggested. 2009-05-27 23:16:41 +00:00
Dries Buytaert 7530088d91 - Patch #221020 by andypost: increase length of field. 2009-05-27 19:54:21 +00:00
Dries Buytaert 70875e9dbe - Patch #473012 by stella: improve help text on uninstall page. 2009-05-27 19:41:01 +00:00
Dries Buytaert fd42000773 - Patch #474302 by stella: poll module fixes. 2009-05-27 19:25:16 +00:00
Dries Buytaert 0f4060f377 - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. 2009-05-27 18:34:03 +00:00
Angie Byron 5bdcc4ada2 #246096 follow-up by andypost: Forgot 'static' on the getInfo() function. 2009-05-27 18:07:28 +00:00
Angie Byron dd590b3080 #246096 by andypost, mr.baileys, and Sutharsan: Fix typo so that cron triggers may be executed (with tests). 2009-05-27 16:29:05 +00:00
Dries Buytaert 9669352fda - Patch #299137 by mr.baileys: added tests for the contact form's auto-reply. 2009-05-27 15:14:27 +00:00
Angie Byron 7856db0675 #345591 follow-up by pwolanin: Small indentation fix. 2009-05-27 14:33:41 +00:00
Angie Byron 86662768f9 #473878 by tic2000: Fix vertical tabs styling which was accidentally mangled in content-region-as-a-block patch. 2009-05-27 13:30:49 +00:00
Dries Buytaert 352a8e4334 - Patch #473366 by Berdir: convert locale module to the new database abstraction layer. 2009-05-27 11:45:00 +00:00
Dries Buytaert 66108c34ac - Patch #351487 by JohnAlbin, deviantintegral et al: remove default values for stylesheets and scripts. 2009-05-27 11:43:43 +00:00
Angie Byron 827e278489 #296693 by Damien Tournoud, boombatower, sun, and Xano: Hide parent administrative menu items when user has no access to any of their children. 2009-05-27 02:21:53 +00:00
Angie Byron e8364f5156 #309007 by moshe weitzman, agentrickard, and mcarbone: Add hook_node_access_records_alter() and hook_node_grants_alter() to allow complex interactions between two or more node access modules. 2009-05-27 02:01:54 +00:00
Angie Byron 9eeec33415 #467474 by Josh Waihi: Type-cast booleans to work around PostgreSQL PDO bug. 2009-05-27 01:50:36 +00:00
Dries Buytaert bdf23cd135 - Patch #458608 by deekayen: permissions colspan references wrong array element. 2009-05-26 21:01:21 +00:00
Dries Buytaert 7e36364c5c - Patch #465190 by Heine: add check_plain() call. 2009-05-26 10:41:06 +00:00
Dries Buytaert 981d6ec40c - Patch #393402 by stella, Xane: renamed 'create content' link to 'add new content'. Minor usability improvement. 2009-05-26 09:13:47 +00:00
Dries Buytaert 3c4be3ab55 - Patch #472658 by agentrickard: clean up of inline code comments. 2009-05-26 09:12:29 +00:00
Dries Buytaert 70546d29ff - Patch #472646 by Josh Waihi: fixed the PostgreSQL installation. 2009-05-26 08:50:04 +00:00
Dries Buytaert 2278d592eb - Patch #296001 by mr.baileys, ThiOz et al: added support for e-mail assertions. Woot! 2009-05-26 08:46:03 +00:00
Dries Buytaert edeea95f5e - Patch #137932 by grendzy, Alan D, lilou et al: automatic enctype on adding a file field. 2009-05-25 18:22:31 +00:00
Dries Buytaert 982c7c3cc8 - Patch #250729 by andypost, catch, R.Muilwijk et al: remove some unnecessary queries and search index. 2009-05-25 15:43:38 +00:00
Dries Buytaert f0940b1dbf - Patch #223771 by Arancaytar, Amitaibu: node_body_field does not check ->has_body. 2009-05-25 15:39:12 +00:00
Dries Buytaert a98905f5c6 - Patch #471800 by stella: more code style fixes. 2009-05-25 13:42:56 +00:00
Dries Buytaert 76957a25e6 - Patch #470594 by Moshe: convert more pages and blocks to return arrays. 2009-05-25 10:43:54 +00:00
Dries Buytaert 12024dbca4 - Patch #319165 by andpost: force PostgreSQL to use UTF-8 by default. 2009-05-25 05:22:52 +00:00
Dries Buytaert e2184e25ac - Patch #464714 by chx, DamZ: speed up the tests by bringing unit tests backt to live. Unit tests bootstrap faster and have the potential to speed up testing. We'll need help converting tests where possible. 2009-05-25 05:20:16 +00:00
Angie Byron a36d0d49c1 #471234 follow-up by andypost: Fix broken installer after string clean-up. 2009-05-25 04:40:22 +00:00
Angie Byron bc331587ea #471234 by Bojhan: Clean up descriptions on installer configuration forms. 2009-05-24 23:21:12 +00:00
Dries Buytaert df6c6465fd - Patch #133188 by John Morahan, frega: make sure that long string are line-break-ed correctly. 2009-05-24 19:12:12 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert a5f42fd007 - Patch #470632 by sun: move filter_xss*() into common.inc. 2009-05-24 07:17:14 +00:00
Dries Buytaert adf7113451 - Patch #470210 by Johan Morahan: nice clean-up of block configuration that fixes input format issue. 2009-05-24 07:13:12 +00:00
Dries Buytaert c9e4bbf91d - Patch #470992 by chx: disable locale module while running tests. 2009-05-24 07:04:33 +00:00
Dries Buytaert 48f8c88a21 - Patch #304936 by boombatower, drewish: proper installation of test files and removal. 2009-05-24 05:26:10 +00:00
Dries Buytaert 354a989ef0 - Patch #445992 by oestrich, doq: missing point. 2009-05-24 05:23:51 +00:00
Dries Buytaert 765d0572a2 - Patch #471142 by stella: code style fixes. 2009-05-24 05:21:56 +00:00
Dries Buytaert 403485170b - Patch #471218 by Bojhan: remove unnecessary database configuration instructions. 2009-05-24 05:19:40 +00:00
Dries Buytaert 6ef4875e87 - Rollback of last patch. 2009-05-23 19:21:30 +00:00
Dries Buytaert 77423ed423 - Patch #471032 by chx: variable_del is broken! 2009-05-23 19:14:42 +00:00
Angie Byron 6c590f25ef #212233 follow-up by catch: Remove some left-over code after removing SQL status report. 2009-05-22 15:48:54 +00:00
Angie Byron 2e2700e06e #469768 again. Let's get those new files there, shall we? :P 2009-05-22 15:03:47 +00:00