Commit Graph

6842 Commits (f9bdd7ae9e049bdb9cabda964f968081a45acafc)

Author SHA1 Message Date
Dries Buytaert 19a6c84f7c - Patch #480428 by JamesAn: static caching API. 2009-06-03 19:27:21 +00:00
Dries Buytaert 2e049e5b78 - Patch #226479 by brianV: 'clean-up' rebuild permission checks. 2009-06-03 19:22:18 +00:00
Dries Buytaert f63727d176 - Patch #479966 by Berdir: document and fix hook_user_categories. 2009-06-03 07:28:28 +00:00
Dries Buytaert ef3235658a - Patch #480082 by pp: document all variables. 2009-06-03 07:01:10 +00:00
Dries Buytaert fea41b639e - Patch #468630 by Berdir: fixed error with publishing comments. 2009-06-03 06:52:29 +00:00
Dries Buytaert 2ad42112c4 - Patch #479340 by tic2000: fixed Javascript error. 2009-06-03 06:50:59 +00:00
Angie Byron d61bd21b15 #106559 follow-up by Josh Waihi: Fix typo preventing Drupal from installing on PostgreSQL. 2009-06-03 03:29:23 +00:00
Angie Byron abe722f0b8 #453726 by yched: Remove unnecessary &s next to object parameters in field API. 2009-06-03 02:41:07 +00:00
Angie Byron 314b918592 #369011 follow-up by yched: Some touch-ups to comments, etc. 2009-06-03 02:38:47 +00:00
Dries Buytaert 34c996e28c - Patch #358315 by neochief et al: drupal_lookup_path() not respects alias' order. 2009-06-02 15:06:09 +00:00
Dries Buytaert 4f2e13f503 - Patch #422362 by JamesAn: convert form.inc to use new static caching API. 2009-06-02 13:47:26 +00:00
Dries Buytaert cbd22269f8 - Patch #473652 by Damien Tournoud, catch: removed unneeded loop from file_get_mimetype() and further clean-up. 2009-06-02 13:42:40 +00:00
Dries Buytaert b8f18b39c2 - Patch #364487 by JamesAn: make sure that the 'machine name' text does not wrap. 2009-06-02 07:11:46 +00:00
Dries Buytaert 0b1a243e53 - Patch #439236 by alex_b: field_attach_create_bundle() undefined when creating a content type on hook_update(). 2009-06-02 07:02:17 +00:00
Dries Buytaert e474fbbd6c - Patch #477944 by Damien Tournoud: fix and streamline page cache and session handling. 2009-06-02 06:58:17 +00:00
Angie Byron 39c302eec0 #475596 by emmajane, catch, yoroy, et al. Move default welcome message to help system. 2009-06-02 03:33:36 +00:00
Angie Byron 2837657941 #479216 by jhedstrom: Grammar fixes in forum.module. 2009-06-02 02:41:28 +00:00
Angie Byron ff6f545b8f #478642 by daniel.bosen: Fix typo preventing profile fields from appearing on registration. 2009-06-02 00:23:42 +00:00
Angie Byron a8bfe4c9ec #479200 by yched: Have SimpleTest rebuild node types between test runs. 2009-06-02 00:01:52 +00:00
Dries Buytaert 88c9a015c1 - Patch #111011 by Josh Waihi: adding foreign key specifications. 2009-06-01 22:07:10 +00:00
Dries Buytaert 43b201df91 - Patch #470866 by catch: comment links should use 'html'. 2009-06-01 22:01:56 +00:00
Dries Buytaert 00271e741f - Patch #458176 by c960657: improved exception handling in database layer. 2009-06-01 16:47:06 +00:00
Dries Buytaert 8a0e218d32 - Patch #478188 by boombatower: code style fixes. 2009-06-01 11:35:09 +00:00
Dries Buytaert 984f27efc9 - Patch #106559 by kbahey, catch, DamZ, chx et al: more drupal_lookup_path() optimizations. 2009-06-01 11:23:27 +00:00
Dries Buytaert 706ce87579 - Patch #474308 by stella: new tests for poll module. New tests:
* that the Recent Poll block outputs the block layout rather than page layout.
    * that users can vote on polls via the block
    * that the 'older polls' link in the recent poll block works.
    * that node is output correctly, including 'Cancel your vote' button appearing
    * that only users with appropriate permission can cancel their votes
    * that the 'poll' page contains the correct data.
    * that polls can be edited
    * the opening / closing of polls - ensuring block doesn't appear when poll is closed, and neither do the 'Vote' / 'Cancel your vote' buttons, and that the poll status is updated correctly on 'poll' page.
2009-06-01 11:18:37 +00:00
Angie Byron 2c1bb05313 #473080 by chx: Fix bug where switching themes would result in zero blocks (including content area). with tests. 2009-05-31 07:46:54 +00:00
Angie Byron f3c5d931b0 #473080 by chx: Fix bug in block page access callback showing tabs that should not appear. (with tests) 2009-05-31 06:31:00 +00:00
Angie Byron a26efbeb5a #408434 by mr.baileys and andypost: Fix fatal error in actions.inc after DBTNG conversion. 2009-05-31 03:12:19 +00:00
Dries Buytaert 6e947c65a9 - Patch #461298 by catch: move node_load_multiple() special casing into user_node_load(). 2009-05-30 12:14:27 +00:00
Dries Buytaert 0f77f652fa - Patch #394524 by Berdir, Damien Tournoud: converted to the new database abstraction layer. 2009-05-30 11:17:32 +00:00
Dries Buytaert 83631203f8 - Patch #462310 by jpetso: generate valid XML and make sure the tests work when clean URLs can't be enabled. 2009-05-30 11:12:12 +00:00
Dries Buytaert 79c566c710 - Patch #476928 by Berdir: more database abstraction layer conversions. 2009-05-30 07:11:08 +00:00
Dries Buytaert 39877809cc - Patch #477038 by Damien Tournoud, chx: add security and session token support to DrupalWebTestCase. 2009-05-30 07:09:02 +00:00
Angie Byron e8b3abb928 #372650 by stella and alienbrain: Fixes to poll block. 2009-05-30 04:49:10 +00:00
Dries Buytaert e0bd4cb212 - Patch #337212 by Berdir: clean-up. 2009-05-29 21:28:58 +00:00
Dries Buytaert 23309d1022 - Patch #335067 by JamesAn: improved singular/plural strings in the simpletest UI. 2009-05-29 21:25:05 +00:00
Dries Buytaert dcdc4f2e73 - Patch #369011 by catch, sun, et al: performance improvement in text_field_load(). 2009-05-29 20:06:44 +00:00
Dries Buytaert ccd093b15d - Patch #423196 by frega, Xano, alienbrain et al: clean up the URL settings page. 2009-05-29 19:51:43 +00:00
Dries Buytaert 1cb11b5bb7 - Patch #394586 by andypost, bubbasan, Berdir: convert to the new database abstraction layer. 2009-05-29 19:15:08 +00:00
Dries Buytaert 5199f1bb8b - Patch #394582 by Berdir: converted to new database abstraction layer. 2009-05-29 18:51:46 +00:00
Angie Byron f13d502403 #475348 by boombatower: Move admin/development to system.module so it's available to other modules. 2009-05-29 03:57:04 +00:00
Angie Byron 2df43894e2 #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files. 2009-05-28 16:44:07 +00:00
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 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
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 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 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
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
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
Angie Byron 21b1f95b40 #469768 by sun and mr.baileys: Move error handling testing to their own separate .test and .module. 2009-05-22 14:57:36 +00:00
Dries Buytaert 9c69a0d811 - Patch #448860 by recidive: updated the search module documentation. 2009-05-22 11:37:07 +00:00
Dries Buytaert 7f5afdeedb - Patch #363905 by dereine: move template_preproces_node/block out of theme.inc. 2009-05-22 11:34:05 +00:00
Dries Buytaert dc4d421be7 - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order by table headers first, before ordering by other fields. 2009-05-22 11:33:18 +00:00
Angie Byron ef14b0df89 #61856 by blakehall, Pancho, and jredding: Trim e-mail addresses before validation/submission. 2009-05-22 08:04:40 +00:00
Angie Byron 45731a4e60 #398902 by kscheirer and alexanderpas: Type-check passwords. 2009-05-22 07:39:09 +00:00
Dries Buytaert 800f2d9aa4 - Patch #467984 by Berdir: fixed some database glitches and extended the tests. 2009-05-22 07:08:15 +00:00
Dries Buytaert 092726df16 - Patch #212233 by lilou, catch: remove SQL report. 2009-05-22 07:02:09 +00:00
Angie Byron 4bc255ba79 Roll-back of #310467: Breaks installer requirements check and update.php. 2009-05-21 23:07:16 +00:00
Dries Buytaert 02c8592759 - Patch #428744 by Gabor: make the main page content a real block and clean up some of the content API. 2009-05-21 21:12:25 +00:00
Dries Buytaert 51948a790b - Patch #468978 by Bohjan: removed user administration description. 2009-05-21 21:10:07 +00:00
Dries Buytaert c8a456493a - Patch #469134 by Bohjan: removed some redundant help. 2009-05-21 18:39:49 +00:00
Angie Byron 4ddd7588e1 #469386 by Bojhan: Remove obvious menu administration help, and make block-related help conditional on block module. 2009-05-21 18:11:38 +00:00
Dries Buytaert 4d6924dc00 - Patch #440778 by brianV: coding style fixes and documentation improvements. 2009-05-21 12:00:06 +00:00
Dries Buytaert 1c079c3d32 - Patch #468944 by Berdir: database clean-ups for comment.module. 2009-05-21 10:34:55 +00:00
Dries Buytaert d2fd0ed6c0 - Patch #468654 by Bojhan, Dries: removed some redundant help texts. 2009-05-21 07:08:28 +00:00
Angie Byron 33eefeb784 #452416 by bjaspan: Reformat status reporting code slightly to allow breakpoints in debuggers. 2009-05-20 22:16:38 +00:00
Angie Byron 9c79816c4f #332123 follow-up by quicksketch: Fix API documentation for hook_schema() to reflect that descriptions should not be t()ed. 2009-05-20 19:56:36 +00:00
Dries Buytaert ba29dbde38 - Patch #415044 by bjaspan, yched: indexes for field storage. 2009-05-20 09:48:47 +00:00
Angie Byron 9df38a58a4 #457080 by moshe weitzman: Add node_delete_multiple() for more efficient deletion of lots of nodes. 2009-05-20 05:39:45 +00:00
Angie Byron 83513d961e #467558 by yched: Small field API optimization. 2009-05-20 05:24:33 +00:00
Angie Byron fd22bf9aae #446742 follow-up by sun: Fix syntax change in randomName(). 2009-05-20 05:07:02 +00:00
Angie Byron c160d237bf #462428 by Heine, pwolanin, and dww: SA-CORE-2009-006 - Drupal core - Cross site scripting forward-port. 2009-05-19 19:01:51 +00:00
Dries Buytaert ab630b2d71 - Patch #382896 by jmburnz: move and out of the content div. 2009-05-19 17:23:16 +00:00
Dries Buytaert 8ea5860b5e - Patch #451668 by mfb: page cache test failing with mod_deflate. 2009-05-18 14:28:34 +00:00
Dries Buytaert 3b28636ff9 - Patch #464912 by pwolanin: add doxygen suggestion standard for contrib module node build modes and similar int constants. 2009-05-18 14:25:53 +00:00
Dries Buytaert 84e62e6bf1 - Patch #465398 by akahn: move aggregator settings to 'site configuration'. Yay. 2009-05-18 14:23:22 +00:00
Dries Buytaert f2b6d3dca8 - Patch #398068 by karschsp: renamed 'workflow settings' to 'publishing options'. 2009-05-18 09:45:01 +00:00
Dries Buytaert 04662d1328 - Patch #398474 by Aron Novak, foxtrotcharlie: make aggregator array keys lower case. 2009-05-18 09:41:40 +00:00
Dries Buytaert 13b38eadd5 - Patch #407294 by Litrik: provide hooks to allow other modules to listen to SimpleTest results. Java-lamp, here I come! 2009-05-17 10:49:40 +00:00
Dries Buytaert 556f62f81a - Patch #19646 by akahn, JamesAn: make it possible to suspend a feed. 2009-05-17 08:54:08 +00:00
Dries Buytaert ad781731ef - Patch #464732 by deviantintegral: fixed variable name. 2009-05-17 08:46:48 +00:00
Dries Buytaert 6b040974d3 - Patch #293511 by cwgordon7, catch, dereine, Wisif, ThiOz: added a test for menu_get_item() and menu_set_item(). 2009-05-17 07:49:13 +00:00
Angie Byron e9c3a69612 #456488 by yched: Only cache field data for current revision. 2009-05-17 03:12:17 +00:00
Angie Byron 538cfe9150 #451212 by yched: Make field_test_entity_save() consistent with node_save(). 2009-05-17 00:49:18 +00:00
Angie Byron f180449767 #362024 by neclimdul, yched, and bjaspan: Make hook_field_load() multiple like field_attach_load(). 2009-05-17 00:32:29 +00:00
Angie Byron ba61b42bd9 #456824 follow-up by catch: Fix D6 -> D7 upgrade path failure. 2009-05-16 20:25:20 +00:00
Angie Byron b62fb8299f #455576 by Xano and sirkitree: Revamp user settings page with vertical tabs, better organization, etc. Awesomeness. 2009-05-16 20:10:50 +00:00
Dries Buytaert 61f4dfc982 - Patch #456824 by catch: add better caching to drupal_lookup_path(). 2009-05-16 19:07:02 +00:00
Dries Buytaert 196da1b876 - Patch #394572 by Berdir: converted system module to the new database abstraction layer. 2009-05-16 18:34:23 +00:00
Dries Buytaert e8c674647e - Patch #60468 by alex_b, JamesAn: allow aggregator feed items to never be discarded. 2009-05-16 17:58:30 +00:00
Dries Buytaert eaf18f4c3d - Patch #463450 by wulff: fixed documentation glitch. 2009-05-16 16:08:57 +00:00
Dries Buytaert 856f667745 - Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'. 2009-05-16 16:06:04 +00:00
Dries Buytaert 47413f6460 - Patch #368116 by chx, c960657: fixed bug in tokenizer for registry. 2009-05-16 16:04:42 +00:00
Angie Byron f577c125e8 #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ... LIMIT 1 queries when all that's required is a check for whether rows exist. 2009-05-16 15:23:16 +00:00
Angie Byron 8b63d832de #426906 by Rob Loach: Convert drupal_add_js/css to static caching API. 2009-05-16 13:26:31 +00:00
Dries Buytaert d3de6c8171 - Patch #292790 by mr.baileys: menu machine-name validation error. 2009-05-15 04:07:20 +00:00
Dries Buytaert de97864969 - Patch #456722 by akahn: use format_plural() on node delete. 2009-05-15 03:58:35 +00:00
Dries Buytaert b166ca9b3c - Patch #459836 by Xano: rework admin/settings/regional-settings. 2009-05-15 03:38:25 +00:00
Dries Buytaert 1778c5cca9 - Patch #310467 by chx, moshe weitzman: made hook_theme slimmer. 2009-05-14 08:23:15 +00:00
Angie Byron 3ac59eee96 #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to all .install files. 2009-05-13 19:42:18 +00:00
Angie Byron cf6f4d9fee #461512 by akahn: Clean up aggregator_form_feed(). 2009-05-13 19:38:28 +00:00
Angie Byron 9c0f25fee6 #448268 by dww: Fix typo preventing update status cache from being cleared on theme admin page. 2009-05-13 18:21:42 +00:00
Angie Byron 679e9011d9 #292565 follow-up by Jody Lynn: Remove ['destination'] hacks to get login redirection working again. 2009-05-13 17:23:48 +00:00
Angie Byron 0978742089 #367214 follow-up by alienbrain and Berdir: Fix syntax error introduced in API documentation. 2009-05-12 23:19:13 +00:00
Dries Buytaert ba3d12310f - Patch #460420 by wulff: it was impossible to localize the title of the forum administration page. 2009-05-12 18:28:23 +00:00
Dries Buytaert a07e17a92c - Patch #210876 by deekayen: log enabling and disabling of modules, and wrote a handy assertLogMessage() function to assert watchdog messages. 2009-05-12 18:08:43 +00:00
Dries Buytaert 83ea3cd042 - Patch #460252 by John Morahan: fixed documentation. 2009-05-12 14:36:12 +00:00
Dries Buytaert 5e3f50369f - Patch #453080 by Gabor Hojtsy: moved the footer message to a block. 2009-05-12 13:43:46 +00:00
Dries Buytaert f96d0a9ee9 - Patch #372471: box.tpl.php is dead. 2009-05-12 09:23:40 +00:00
Dries Buytaert 417e2fc2bb - Patch #399248 by deekayen: detect when a signature is too long to prevent SQL errors. 2009-05-12 09:07:18 +00:00
Dries Buytaert 847304a293 - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms. 2009-05-12 08:37:45 +00:00
Dries Buytaert da87545c48 - Patch #78941 by kkaefer and ksenzee: added missing file. 2009-05-12 08:33:19 +00:00
Dries Buytaert a86223cd70 - Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so we have more flexibility to place it. 2009-05-12 08:31:17 +00:00
Dries Buytaert 6445ba5986 - Patch #367214 by alienbrain: added documentation for hook_node_build_alter and remove documentatin for hook_node_alter. 2009-05-10 20:41:17 +00:00
Dries Buytaert 188b23087a - Patch #78941 by kkaefer, Jody Lynn: auto-check permissions if 'authenticated' has them. 2009-05-10 19:16:03 +00:00
Dries Buytaert bfecaa09c9 - Patch #458612 by dereine: add version information. 2009-05-10 18:56:57 +00:00
Dries Buytaert 28afeba170 - Patch #295971 by deekayen: option for user contact options is badly phrased. 2009-05-10 18:24:06 +00:00
Dries Buytaert 2c71644dbc - Patch #394510 by Berdir, ksenzee: convert to new database abstraction layer. 2009-05-10 16:50:19 +00:00
Dries Buytaert 43ad4ad140 - Patch #458566 by chx: work around PHP's curly bracket madness. 2009-05-10 16:46:24 +00:00
Dries Buytaert b9b0063a48 - Patch #453572 by Xano: improve language. 2009-05-10 05:06:50 +00:00
Dries Buytaert 76f35b4ecf - Patch #367525 by zzolo: drupal_alter instead of hook_field_attach_view(). 2009-05-09 19:02:11 +00:00
Dries Buytaert e217837372 - Patch #382834 by cwgordon7: more documentation fixes. 2009-05-09 18:44:55 +00:00
Dries Buytaert 0e0ca3b589 - Patch #457532 by Berdir: more PHP5 'fixes'. 2009-05-09 18:28:13 +00:00
Dries Buytaert 557128c919 - Patch #411388 lilou et al: added missing documentation for _search hook. 2009-05-09 10:45:57 +00:00
Dries Buytaert f116acc887 - Patch #251245 by c960657: moving the test files to their rightful place. 2009-05-08 21:44:48 +00:00
Dries Buytaert 89f2f4acdd - Patch #390774 by jhodgdon: API doc improvements and corrections. 2009-05-08 12:23:32 +00:00
Dries Buytaert 7f4a4c7593 - Patch #276517 by chx, naxoc: added basic tests for blog pages. 2009-05-08 12:19:52 +00:00
Dries Buytaert 0ccac642b9 - Patch #409598 by pwolanin, swentel: fixed problem with content type descriptions not being updated. 2009-05-07 16:24:33 +00:00
Dries Buytaert f3526a344e - Patch #394476 by Berdir, pwolanin, Crell: converted the module to the new database abstraction layer. 2009-05-07 16:22:45 +00:00
Angie Byron 0f08d97b21 #124158 by nedjo, jcnventura: Pull all PHP handling into PHP module. 2009-05-07 15:29:08 +00:00
Angie Byron 8550540b51 #270685 follow-up by JamesAn: Remove unneeded code. 2009-05-07 15:15:43 +00:00
Dries Buytaert 7cf957f5db - Patch #300750 by brianV: documented a variable. 2009-05-07 10:39:38 +00:00
Angie Byron d70915b1ab #453962 by neclimdul: Change all instances of getInfo() to static functions. 2009-05-06 19:56:21 +00:00
Dries Buytaert 511115f6b8 - Patch #453720 by yched: fixed the display of user fields. 2009-05-06 11:31:44 +00:00
Dries Buytaert 11067d384d - Patch #271515 by JamesAn: corrected PHPdoc. 2009-05-06 11:30:19 +00:00
Dries Buytaert 690804580e - Patch #366610 by mr.baileys: make sure we generate valid markup. 2009-05-06 11:28:47 +00:00
Dries Buytaert 160e652819 - Patch #370276 by JamesAn: improved help text of authoring field. 2009-05-06 11:27:47 +00:00
Dries Buytaert 8eebf6d805 - Patch #424640 by mustafau: remove non-existing reference. 2009-05-06 10:49:08 +00:00
Dries Buytaert 2938bfcc63 - Patch #424660 by mustafau: remove non-existing reference. 2009-05-06 10:48:01 +00:00
Dries Buytaert 9066709443 - Patch #267333 by cwgordon7, David_Rothstein, lilou, et al: fixed batch api rounding. 2009-05-06 10:41:43 +00:00
Dries Buytaert a304502f8a - Patch #445468 by reaneyk: remove no-op block_update_7000(). 2009-05-06 10:39:42 +00:00
Dries Buytaert a40002c76b - Patch #453596 by Xano: clean-up of function names. 2009-05-06 10:38:40 +00:00
Dries Buytaert 4ef77a590c - Patch #391340 by chx, dww, neclimdul, Crell, alex_b, et al: job queue API.
The queue system allows placing items in a queue and processing them later.  The system tries to ensure that only one consumer can process an item.

Before a queue can be used it needs to be created by DrupalQueueInterface::createQueue().

Items can be added to the queue by passing an arbitrary data object to DrupalQueueInterface::createItem().

To process an item, call DrupalQueueInterface::claimItem() and specify how long you want to have a lease for working on that item. When finished processing, the item needs to be deleted by calling DrupalQueueInterface::deleteItem(). If the consumer dies, the item will be made available again by the DrapalQueueInterface implementation once the lease expires. Another consumer will then be able to receive it when calling DrupalQueueInterface::claimItem().

The $item object used by the DrupalQueueInterface can contain arbitrary metadata depending on the implementation. Systems using the interface should only rely on the data property which will contain the information passed to DrupalQueueInterface::createItem(). The full queue item returned by DrupalQueueInterface::createItem() needs to be passed to DrupalQueueInterface::deleteItem() once processing is completed.

While the queue system makes a best effort to preserve order in messages, due to the pluggable nature of the queue, there is no guarantee that items will be delivered on claim in the order they were sent. For example, some implementations like beanstalkd or others with distributed back-ends like Amazon SQS will be managing jobs for a large set of producers and consumers where a strict FIFO ordering will likely not be preserved.

The system also makes no guarantees about a task only being executed once: callers that have non-idempotent tasks either need to live with the possiblity of the task being invoked multiple times in cases where a claim lease expires, or need to implement their own transactions to make their tasks idempotent.
2009-05-06 10:37:28 +00:00
Dries Buytaert 1883e93f14 - Patch #352872 by Damien Tournoud: clean-up xmlrpc() wrapper. 2009-05-04 10:38:47 +00:00
Angie Byron 17df77c3a4 #295864 follow-up by boombatower: Clarify when to use randomName() vs. randomString(). 2009-05-03 20:01:11 +00:00
Dries Buytaert 53fdfb3184 - Patch #451678 by Damien Tournoud: fixed broken query. 2009-05-03 10:44:04 +00:00
Dries Buytaert a8c30ed91e - Patch #449718 by alienbrain: node_feed() is now using new node building API. 2009-05-03 10:11:35 +00:00
Dries Buytaert 3d951475ea - Patch #402264 by yched, bjaspan: adapt field's add-more js handler to recent fapi changes. Added tests. 2009-05-03 09:49:32 +00:00
Dries Buytaert 8c7fd11fd4 - Patch #419114 by boombatower: clean up assertions. 2009-05-03 09:30:21 +00:00
Dries Buytaert c5926f4961 - Patch #396578 by Damien Tournoud: added db_truncate_table() to the database layer. 2009-05-03 08:56:19 +00:00
Dries Buytaert ac5e86e05c - Patch #329015 by Damien Tournoud: improved error handling of batch API. 2009-05-03 07:35:37 +00:00
Dries Buytaert cdb326fc74 - Patch #451660 by Damien Tournoud: fixed menu creation/deletion tests. 2009-05-03 05:06:11 +00:00
Dries Buytaert ce50ea5a20 - Patch #392696 by yched et al: save default values on insert. 2009-05-01 19:17:46 +00:00
Dries Buytaert 9fd65b6617 - Patch #392696 by yched et al: save default values on insert. 2009-05-01 15:28:13 +00:00
Angie Byron c1e05db993 #445950 follow-up: Committing missing simpletest.pages.inc. 2009-05-01 13:40:56 +00:00
Dries Buytaert 4b7943a257 - Patch #445950 by boombatower: interface improvements for SimpleTest. 2009-05-01 11:01:53 +00:00
Dries Buytaert 5f08579bfe - Patch #240873 by Gábor Hojtsy, sun: block system clean-ups. Thanks for the review sun. 2009-04-30 21:44:20 +00:00
Dries Buytaert 1faa09b1af - Patch #394594 by Berdir: additional conversion to the new database abstraction layer plus clean-up. 2009-04-30 16:10:10 +00:00
Dries Buytaert 4516d0c7bd - Patch #392706 by yched: clean of field tests:
+ fixes a few missing whitelines
   + makes it clear that the same function tests field_attach_insert(), field_attach_update() and field_attach_load()
   + streamlines a few overly detailed explanations
   + add missing t() functions
2009-04-30 15:17:13 +00:00
Dries Buytaert fdd553f627 - Patch #441180 by bjaspan: added a point. 2009-04-30 14:41:41 +00:00
Dries Buytaert 34ed1f2a37 - Patch #374068 by alienbrain, bjaspan: improved documentation of field display settings. 2009-04-30 14:40:03 +00:00
Angie Byron 0bb5112239 #356908 by andypost and yched: Run field prefixes and suffixes through field_filter_xss() rather than check_plain() to prevent funny characters. 2009-04-29 22:36:42 +00:00
Dries Buytaert 16cb95557d - Patch #295864 by boombatower, sun: fixed typos in the documentation. Nice catches, sun\! 2009-04-29 21:35:38 +00:00
Dries Buytaert 4c05294527 - Patch #392706 by bjaspan, yched, puradata: some of the field attach tests in field.test use database queries to verify correct functionality. This makes the field attach tests work only if field_sql_module is the only field storage module in use. Instead, tests of database storage should be in the field storage module's tests, and field attach tests should operate purely at the field attach api level. 2009-04-29 21:33:00 +00:00
Angie Byron cac7e7c42e #220592 by dww and pwolanin: Update module now always uses the database for caching so that drupal.org project data persists and site performance (in both directions) is not horrifically mangled. 2009-04-29 18:39:50 +00:00
Dries Buytaert cce402d1cb - Patch #446742 by sun, dmitrig01: fixed various bugs. 2009-04-29 17:48:11 +00:00
Dries Buytaert e721147363 - Patch #295864 by boombatower: cleaned up the randomName() method by removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces. 2009-04-29 12:08:28 +00:00
Dries Buytaert 7bf8e72aaa - Patch #340081 by dmitrig01, boombatower: clean-up of drupalCreateUser() 2009-04-29 12:04:47 +00:00
Dries Buytaert 94c3dceeda - Patch #240873 by Gábor Hojtsy: move custom help settings to blocks. Very exciting. 2009-04-29 08:04:24 +00:00
Dries Buytaert 1ed25923a3 - Patch #251245 by c960657: added tests for the OpenID module. The test module implements a dummy OpenID provider/server. Most impressive patch of the month. 2009-04-29 07:29:59 +00:00
Dries Buytaert 2e709fe3cd - Patch #302632 by recidive, c960657: use PHP5 functionality for _openid_sha1(). Simplified some code. 2009-04-29 07:22:49 +00:00
Dries Buytaert f918903428 - Patch #408024 by brianV et al: rename drupal_execute() to drupal_submit_form(). 2009-04-29 07:18:04 +00:00
Angie Byron a703b3ee8a #431148 by pwolanin: Make it easier to visually distinguish between security updates and regular updates. 2009-04-29 03:57:21 +00:00
Angie Byron 37c8197b25 #445530 by jmburnz: Remove redundant title attribute from node title links. 2009-04-28 19:56:00 +00:00
Angie Byron 9e5f8a037b #445094 by yched: Fix failing tests in SQLite/PostgreSQL due to passing in NULL values for ftid and ftvid. 2009-04-28 05:24:41 +00:00
Angie Byron b8aad0a764 #446878 by boombatower: Fix concatenation typo in field tests. 2009-04-28 04:21:15 +00:00
Angie Byron 319220aaa2 #331832 follow-up by jhodgdon: Fix spelling of hook_form_FORM_ID_alter(). 2009-04-28 00:27:06 +00:00
Angie Byron fc7283235b #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for anonymous JS functions. 2009-04-27 20:19:38 +00:00
Dries Buytaert 031ba7d665 - Patch #345591 by pwolanin, c960657: make the tests work when running with CGI. 2009-04-27 19:11:25 +00:00
Angie Byron 468d7beea7 #362852 by Dave Reid: Convert enabled/disabled radios on statistics form to checkboxes. 2009-04-27 18:58:41 +00:00
Dries Buytaert c73a93e870 - Patch #382834 by cwgordon7: hook_menu API docs missedsome elements. 2009-04-27 16:35:05 +00:00
Dries Buytaert 5349ff1d26 - Patch #445966 by Damien Tournoud: allow theme engine and theme settings form. 2009-04-27 16:33:05 +00:00
Dries Buytaert 91e7dc1365 - Patch #368067 by catch: move testing to a 'Development' menu. 2009-04-27 07:44:09 +00:00
Dries Buytaert b9f60c75a7 - Patch #353328 by brianV, catch: fixed glitch in comment paging. 2009-04-27 07:09:58 +00:00
Dries Buytaert 18117a43f4 - Patch #361529 by j.somers: illogical syntax for book_toc(). 2009-04-27 07:08:00 +00:00
Angie Byron 8e4022fe6d #359391 by kresimir: Clarify that various caching modes are 'page' caching modes. 2009-04-27 02:07:48 +00:00
Dries Buytaert c7d8e2060a - Patch #445600 by Rob Loach: allow 1 minimum number of words in content types. 2009-04-26 20:57:01 +00:00
Angie Byron 93688e77b1 #229660 by Dave Reid: Use theme_username() in personal contact form. 2009-04-26 20:09:12 +00:00
Angie Byron dac6a2be3d #423886 by Berdir: Fix fatal error when submitting aggregator block. 2009-04-26 19:59:31 +00:00
Dries Buytaert 7a6f73f49d - Patch #330748 by stBorchert: remove from theme_pager*. 2009-04-26 19:44:40 +00:00
Angie Byron bda52632a5 #444402 by kkaefer and RobLoach: Enforce coding standards on all core JavaScript. 2009-04-26 19:18:46 +00:00
Dries Buytaert a4dc8467bb - Patch #368821 by Senpai, sun, JuliaKM: documentation improvements. 2009-04-26 16:44:25 +00:00
Dries Buytaert f2cbf55033 - Patch #440894 by brianV: code style and documentation clean-up. 2009-04-26 16:31:23 +00:00
Dries Buytaert 2a7c00bc4a - Patch #441962 by brianV: code style and documentation clean-up. 2009-04-26 16:30:28 +00:00
Dries Buytaert f83776a064 - Patch #444876 by Damien Tournoud: remove node_invoke_node(). 2009-04-26 15:40:24 +00:00
Dries Buytaert b5201d3797 - Patch #445410 by Damien Tournoud: fix $ tags. 2009-04-26 15:14:55 +00:00
Dries Buytaert 116d091a0c - Patch #392582 by karschsp: fixed broken anchor tags on permissions page. 2009-04-26 15:03:22 +00:00
Dries Buytaert 5c629b76c7 - Patch #445062 by Arancaytar: check for PHP tokenizer extension to be installed. 2009-04-26 14:57:36 +00:00
Dries Buytaert 38fca49ad6 - Patch #383220 by mr.baileys: cron trigger needs an action. 2009-04-26 14:54:31 +00:00
Dries Buytaert 840be5ba4e - Patch #444966 by dereine: code style clean-up. 2009-04-26 09:53:50 +00:00
Dries Buytaert d175324b0f - Patch #267484 by deviantintegral: corrected the filter api documentation. 2009-04-26 09:40:25 +00:00
Dries Buytaert 2abe0e0122 - Patch #445070 by Arancaytar: added missing parameter documentation. 2009-04-26 09:25:42 +00:00
Dries Buytaert 8e50687d8b - Patch #441180 by bjaspan, yched: field_attach_delete_bundle() called hook_field_attach_delete_bundle too soon. 2009-04-26 09:18:20 +00:00
Dries Buytaert 1c076bc89f - Patch #19837 by xmacinfo, j.somers: make 'not verified' togglable as a theme setting. 2009-04-26 09:14:32 +00:00
Dries Buytaert 3fe4c4e1c4 - Patch #352880 by dereine, Dave Reid: replace strstre with strpos. 2009-04-26 06:00:31 +00:00
Angie Byron 7138a5d5d0 #270685 by JamesAn: Expand title/body fieldset by default so that it can be found. 2009-04-26 05:26:17 +00:00
Angie Byron edb9752723 #369409 by dropcube: Move block.tpl.php to block.module rather than system.module. 2009-04-26 01:15:04 +00:00
Angie Byron fde09054f6 #444920 by Damien Tournoud: Fix broken book breadcrumbs (with tests). 2009-04-25 23:01:43 +00:00
Angie Byron 279f33c6c5 #339210 by klausi and dmenefee: Allow SimpleTest module to work on sites with HTTP authentication. 2009-04-25 22:35:49 +00:00
Dries Buytaert 25fad504f2 - Patch #394146 by ksenzee, csevb10, dropcube: converted to the new database abstraction layer. 2009-04-25 18:01:10 +00:00
Angie Byron fb5d44bc2c #303965 by moshe weitzman and snufkin: Allow data import scripts to set /->is_new programmatically. 2009-04-25 17:52:43 +00:00
Dries Buytaert 96ca81fb00 - Patch #394484 by Berdir and Crell: converted node module to the new database abstraction layer. Yay. 2009-04-25 16:33:48 +00:00
Dries Buytaert 9f54584c25 - Patch #440768 by Dave Reid: proper check for whether the schema is installed or not. 2009-04-25 14:01:05 +00:00
Dries Buytaert e9946015c7 - Patch #345591 by pwolanin, JacobSingh: drupal_http_request() should return the original status message and protocol. 2009-04-25 13:56:06 +00:00
Dries Buytaert 453d7c566e - Patch #440826 by brianV: whitespace clean-up. 2009-04-25 13:47:15 +00:00
Dries Buytaert 598dc48357 - Patch #335756 by Damien Tournoud, hass: fixed simpletest file directory path. 2009-04-25 13:40:41 +00:00
Dries Buytaert 3564fb04b4 - Patch #410044 by WorldFallz, jmburnz: don't output an empty div. 2009-04-24 09:03:21 +00:00