Commit Graph

1022 Commits (f42b6adaff5466ffb8b37e90f81a244b4e1e23da)

Author SHA1 Message Date
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
Angie Byron 52195a6b1d #525622 by scor, catch, and yched: Allow Entity path callback to deal with options. 2010-02-11 15:52:13 +00:00