Commit Graph

1123 Commits (3eb1c0f675a8930678172fc867e94582189aad26)

Author SHA1 Message Date
Dries Buytaert 1d0f6479da - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of array_key_exists(). 2010-10-28 02:27:09 +00:00
Angie Byron 435585012c #949576 by sun: Add missing hook_entity_view() and hook_entity_view_alter(). 2010-10-23 15:30:34 +00:00
Dries Buytaert b0cbc018ec - Patch #882694 by mgifford, sun, ksenzee, bleen18, yched: add missing form element titles for accessibility. 2010-10-20 01:31:07 +00:00
Angie Byron b04836c85e #731044 by sivaji: Fixed ambiguous column name changed in certain database systems. 2010-10-18 15:17:45 +00:00
Angie Byron 91bc8bed90 #709892 by drunken monkey, Yorirou: Complete entity CRUD hook invocations: Add a hook_entity_delete() for consistency. 2010-10-15 03:36:21 +00:00
Angie Byron 5d76008993 #438224 by dww, sun, netsensei, vordude, et al: 'Post comments without approval' permission name is completely misleading. 2010-10-05 06:17:29 +00:00
Angie Byron a50d47f959 #928790 by David_Rothstein: Make menu descriptions consistent. 2010-10-04 14:54:10 +00:00
Dries Buytaert 8ec40cc27a - Patch #922824 by plach: no way to specify the language to view entities in. 2010-10-03 01:15:34 +00:00
Angie Byron 0223bf1dc2 #699858 by David_Rothstein, catch, yoroy, sun, ronald_istos, et al: Fix admin/by-task is confusing because it looks too similar to admin/config. Makes admin/by-task a very minimal view, and makes admin/by-module a more fully fledged index. 2010-10-01 15:24:18 +00:00
Angie Byron 0c49d57945 #358437 follow-up by David_Rothstein, sun, chx: Disallow invalid text format IDs; force 0 and non-existant formats to NULL. 2010-09-28 03:30:37 +00:00
Dries Buytaert c9de4646c5 - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths and local tasks #2. 2010-09-24 00:37:45 +00:00
Dries Buytaert cd9a37e50d - Patch #819214 by bleen18: the '#' marking comment permalinks is just weird and untranslatable. 2010-09-23 19:47:31 +00:00
Angie Byron 47ed44d795 #807744 follow-up by andypost: whitespace fix. 2010-09-13 05:52:18 +00:00
Angie Byron 413008b890 #898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the upgrade path: comment. 2010-09-13 05:50:09 +00:00
Angie Byron b06d19e349 #629484 by Amitaibu, fago, et al: Added Add entity 'label' key info (e.g. title on node). 2010-09-11 06:03:12 +00:00
Dries Buytaert dde1858249 - Patch #904994 by douggreen, chx: watchdog should always use replaceable argument. 2010-09-11 01:47:14 +00:00
Dries Buytaert eaee909a00 - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not taken into account for #validate, #submit, hook_form_FORMID_alter(). 2010-09-09 23:01:48 +00:00
Dries Buytaert cf57c8a46d - Patch #807744 by Jacine, andypost: fix missing space in theme_comment_block(). 2010-09-07 23:28:56 +00:00
Dries Buytaert fb9c1df0b9 - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, fgm, tstoeckler: allow module .info files to add CSS/JS. 2010-09-05 02:21:38 +00:00
Angie Byron 63136b81e2 #878092 by joachim, Jacine, sun: Fixed Each module is outputting its own ul.links.inline in node links. 2010-08-30 05:58:46 +00:00
Angie Byron 410fcdc718 #761956 by David_Rothstein, Xen, sun, tstoeckler, Bojhan, zzolo, yoroy, jenlampton, linclark, BarisW: Fixed Dashboard blocks and regions should not appear on the main blocks configuration page. 2010-08-30 00:22:03 +00:00
Angie Byron ca2c6441eb #891250 by scor: Fixed 'View comments' permission not working after upgrade to Drupal 7. 2010-08-25 11:54:40 +00:00
Angie Byron a5181519ca #890210 by Manuel Garcia, Sutharsan, bjaspan: Fixed Cannot enable Comment module after a Drupal 6 to Drupal 7 upgrade. 2010-08-25 08:32:58 +00:00
Angie Byron aa235ac59c #846296 by Berdir, ridgerunner, agentrickard: Fixed file_file_download() only implements access checks for nodes and users. 2010-08-23 14:53:50 +00:00
Dries Buytaert 40af7785cf - Patch #877690 by catch, das-peter, mfer, Damien Tournoud: cannot upgrade Drupal core if the comment module is enabled. 2010-08-22 14:55:29 +00:00
Dries Buytaert db5368027e - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign keys; inconsistent implementations in core. 2010-08-22 13:55:53 +00:00
Angie Byron c72614b01e #845774 by aaronbauman, sun: Fixed Regression: Anonymous users can post comments in the name of registered users. 2010-08-22 10:01:06 +00:00
Dries Buytaert 317b9b4e0c - Patch #881578 by Gábor Hojtsy, scor: solve SA-CORE-2010-002 issues. 2010-08-20 01:21:14 +00:00
Dries Buytaert a25b60541d - Patch #721754 by Shellingfox, lotyrin, Damien Tournoud, chx, hefox, Gábor Hojtsy, puregin: a node cannot be displayed in different view mode on its own page. 2010-08-17 16:20:08 +00:00
Dries Buytaert 82ddaf7e7e - Patch #877690 by das-peter, mfer: missing dependency 'text'. 2010-08-16 20:57:23 +00:00
Dries Buytaert 3968a954e8 - Patch #857296 by yched: comment fields not displaying in proper order. 2010-08-10 00:55:38 +00:00
Angie Byron 25171a17f6 Reverting #500866. Needs more discussion. 2010-08-05 23:53:39 +00:00
Angie Byron cacd044a63 #500866 by boombatower, solotandem: Remove t() from assertion messages in SimpleTest, so translators do not get 1000s of bogus strings. 2010-08-05 23:26:36 +00:00
Dries Buytaert a63facc8c6 - Patch #867956 by jbrown: location/description of 'hide comments' settings seems sub-optimal. 2010-07-30 02:50:37 +00:00
Dries Buytaert 37c3c7ec7a - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess should default to FALSE. 2010-07-30 02:47:28 +00:00
Dries Buytaert fe423209a1 - Patch #721164 by bleen18, ChrisRL, sun: comment previews #prefix problem. 2010-07-29 00:50:56 +00:00
Dries Buytaert a45b6488f0 - Patch #643656 by sun: comment 'Save' button disappears on form validation error. 2010-07-24 17:48:16 +00:00
Dries Buytaert dca92900fb - Patch #850152 by kiamlaluno: use 'elseif' in place of 'else if'. 2010-07-24 17:28:27 +00:00
Dries Buytaert 2c22598203 - Patch #364159 by David_Rothstein, MichaelCole, rszrama, ergonlogic: enable 'access comments' permission for anonymous users by default. 2010-07-20 02:05:13 +00:00
Angie Byron 9e6313e84f #715142 by effulgentsia, msmithgu, mr.baileys, Damien Tournoud, sun: Fixed Various URLs escaped twice, since check_url() resp. filter_xss_bad_protocol() calls check_plain(). 2010-07-07 17:00:43 +00:00
Dries Buytaert b6c0d1ab20 - Patch #831914 by Dave Reid: removed redundant/duplicate [node:uid], [comment:uid], and [file:uid] tokens. 2010-06-29 00:57:19 +00:00
Dries Buytaert 3a843af2ae - Patch #415250 by Jaza, R.Muilwijk, jhodgdon: remove unused parameter from comment_admin_overview(). 2010-06-25 21:24:35 +00:00
Dries Buytaert c28bba827e - Patch #834924 by jhodgdon: entity_invoke() is worthless. 2010-06-23 02:45:35 +00:00
Dries Buytaert cb043e8c48 - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level submit functions on button level submits, without validation. Oh yeah. 2010-06-17 13:44:45 +00:00
Dries Buytaert 23582a5e91 - Patch #520760 by sun, Berdir, Steven Merrill, David_Rothstein, Heine, duellj, catch: fixed SA-CORE-2009-007 user signature format. 2010-06-10 06:57:20 +00:00
Angie Byron 800c5a3fad #680992 by Berdir, catch, andypost, douggreen, mr.baileys: Fixed comments are added to search index without checking access. 2010-06-08 06:34:36 +00:00
Dries Buytaert bf22ca024a - Patch #814884 by catch: comment_user_cancel() should use comment_save(). 2010-06-02 06:20:11 +00:00
Dries Buytaert e3065ec62c - Patch #767042 by Stefan Freudenberg: move comment rdf tests in rdf.test. 2010-06-01 17:58:29 +00:00
Dries Buytaert 9a67fb99ef - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be 'Visitors, with admin approval'. 2010-05-27 12:29:39 +00:00
Dries Buytaert 72db95c988 - Patch #711108 by Berdir: better exception reporting for watchdog() in the database system. 2010-05-26 07:52:13 +00:00
Dries Buytaert 5ff0c0d3c7 - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' screen. 2010-05-23 19:10:23 +00:00
Angie Byron acb2348bcc #565642 by David_Rothstein: Fixed 'Recent comments' block is completely hidden when no comments are available. 2010-05-10 20:12:21 +00:00
Angie Byron ed86172814 #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting. 2010-05-06 05:59:31 +00:00
Dries Buytaert 7cd9bebc6c - Patch #775220 by aspilicious, droplet: no underscore in CSS class name. 2010-05-05 15:49:04 +00:00
Angie Byron adc9bc1845 #674546 by moonray, Jacine: Fixed comment_wrapper() hook missing title_prefix/suffix.. 2010-05-05 06:41:22 +00:00
Angie Byron 0497b10ec9 #679960 follow-up by lambic: Add test for 'Notice: undefined variable cids' when there are no comments available. 2010-05-03 07:39:39 +00:00
Dries Buytaert 680dae6e78 - Patch #772836 by Jacine: recent comments block HTML clean-up. 2010-04-28 16:08:51 +00:00
Dries Buytaert 96bfc650bc - Patch #537278 by jhodgdon, caelon, dtarc: search results show comment count for content types where comments are disabled. 2010-04-26 14:26:46 +00:00
Dries Buytaert 45f4a1e166 - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit buttons. 2010-04-24 14:49:14 +00:00
Angie Byron 186fb08d7b #777372 by cwgordon7, Gábor Hojtsy: Fixed Regression: anonymous comments cannot be edited on Drupal 7. (with tests) 2010-04-22 10:12:25 +00:00
Angie Byron a6735f57ff #691692 by Stefan Freudenberg, linclark: Improve RDF tests. 2010-04-22 08:12:30 +00:00
Angie Byron 4ab1238ce5 #763400 by eojthebrave: Fixed Comment preview/submit button weight not set causing fields to appear below preview/submit button. 2010-04-21 06:58:31 +00:00
Angie Byron 7bb6753e9f #701818 by mcarbone: Test coverage of every core token, and bug fixes to make them work. AWESOME! :D 2010-04-20 09:48:06 +00:00
Dries Buytaert 874d735891 - Patch #682552 by mradcliffe, jhodgdon: fixed notices. 2010-04-17 12:54:02 +00:00
Dries Buytaert 11751c151d - Patch #757288 by catch, jpmckinney: optimize comment_save(). 2010-04-16 13:56:45 +00:00
Dries Buytaert 45dbfaf816 - Patch #445130 by Rob Loach, aspilicious, noahb, jpmckinney, TR: namespace the Drupal jQuery functions. 2010-04-16 13:55:06 +00:00
Dries Buytaert d6217df82f - Patch #721378 by jpmckinney, cha0s, casey, noahb: critical bug: comment_save() fails silently. 2010-04-13 23:12:26 +00:00
Dries Buytaert 3c3cee28b9 - Patch #716496 by JohnAlbin: documentation updates for theme functions. 2010-04-13 15:23:03 +00:00
Dries Buytaert 06fe6cae2d - Patch #763048 by catch: critical bug: remove drupal_unpack()() due to namespacing collisions. 2010-04-13 15:13:41 +00:00
Dries Buytaert e892ed5c31 - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal 7 release. 2010-04-10 16:37:19 +00:00
Dries Buytaert 192cb2cf94 - Patch #762770 by jpmckinney: comment_save() has comparison operator where assignment operator should be. 2010-04-08 19:54:52 +00:00
Dries Buytaert f3a8fa9ea8 - Patch #763444 by jpmckinney: user_cookie_save() has a weird/awkward function signature. 2010-04-07 16:35:03 +00:00
Dries Buytaert 626e64025e - Patch #682552 by mradcliffe, jhodgdon: FieldException when trying to enable blog and comment modules for first time. 2010-04-07 14:36:16 +00:00
Dries Buytaert ba96cffdb7 - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to entity_uri() callback to remove performance overhead of forum_url_outbound_alter(). 2010-04-06 19:49:03 +00:00
Dries Buytaert f2e3917acb - Patch #762234 by catch: give modules access to updated comment statistics in hook_comment_insert() and hook_comment_update(). 2010-04-06 05:53:30 +00:00
Dries Buytaert 636b43e5a0 - Patch #743804 by gpk: comment_enable() should use node created time not changed time for last_comment_timestamp(). 2010-04-04 13:20:10 +00:00
Dries Buytaert 6fc055ab90 - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved xpath tests. 2010-03-31 20:05:06 +00:00
Dries Buytaert 46f51dec0c - Patch #757288 by catch: optimize comment_save(). 2010-03-31 11:49:51 +00:00
Dries Buytaert fdb422b8a2 - Patch #742318 by sun, yched: fields are editable regardless of whether an bundle instance exists, missing menu titles, etc. 2010-03-28 11:08:30 +00:00
Angie Byron 3359fb5c1c #66264 by boombatower, grendzy, et al: Remove CSRF vulnerability from comment module. 2010-03-28 07:00:30 +00:00
Angie Byron 7d4b84b878 #707724 follow-up by yched: Fix more confusing field/entity api arguments. 2010-03-27 05:52:50 +00:00
Dries Buytaert d428fe37b9 - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links. 2010-03-26 17:14:46 +00:00
Dries Buytaert 92bd43b3ec - Patch #737858 by moshe weitzman: move watchdog to form submit - our of comment_save(). 2010-03-24 10:18:40 +00:00
Dries Buytaert 2c3c1a9303 - Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a 'standard' user_delete_multiple() API. 2010-03-12 15:56:30 +00:00
Dries Buytaert 29dc1d64e1 - Patch #734750 by Damien Tournoud: unnecessary belly-dancing about indexes on {comment}. 2010-03-07 23:27:14 +00:00
Angie Byron 47371be0a5 #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type 'text_format' for additional DX/security around rich text fields. 2010-03-07 23:14:20 +00:00
Angie Byron 8b762fce57 #699596 by mr.baileys and catch: Fixed (Un)publishing several comments doesn't work. 2010-03-07 07:15:28 +00:00
Dries Buytaert 72df65d1e0 - Patch #731426 by fago: recursed entity loading didn't work. 2010-03-05 13:41:04 +00:00
Dries Buytaert 7818e2d460 - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: made fieldsets work on all browser. 2010-03-03 19:46:26 +00:00
Dries Buytaert 53f1310a79 - Patch #705146 by yched: improved the UI. 2010-03-03 07:57:27 +00:00
Dries Buytaert 74e94b7e01 - Patch #721374 by jhodgdon: 'Add new comment' is put into the search index along with each node. 2010-03-01 11:18:31 +00:00
Dries Buytaert 19aaebcbe2 - Patch #721010 by jhodgdon: actions topic group needs more functions included and better doc header. 2010-02-26 16:55:18 +00:00
Dries Buytaert 573bdba90f - Patch #517850 by JohnAlbin: polish default comment-wrapper.tpl.php and associated CSS. 2010-02-23 09:51:21 +00:00
Angie Byron 32c34106dc #606608 follow-up by Gábor Hojtsy and sun: Go back to numeric placeholders for comment menu paths for performance. 2010-02-22 15:38:52 +00:00
Angie Byron fd7a324437 #645374 follow-up by sun: Make entity ids available to confirm form submit handlers. 2010-02-17 05:42:42 +00:00
Angie Byron 579e39b465 #314349 by mfb, Damien Tournoud, catch, scor, cha0s: Fixed random failures from comment paging tests. 2010-02-17 05:31:31 +00:00
Dries Buytaert d89f046426 - Patch #685034 by linclark: the number of comments in RDFa should be typed. 2010-02-15 15:12:22 +00:00
Dries Buytaert 67236edaef - Patch #628764 by mr.baileys: comment.test does not implement setCommentPreview() correctly. 2010-02-13 19:34:54 +00:00
Dries Buytaert 21258d5cf0 - Rollback. 2010-02-12 14:35:36 +00:00
Dries Buytaert cd6f6e279f - Patch #314349 by catch, mfb: fixed ordering. 2010-02-12 14:12:01 +00:00