summaryrefslogtreecommitdiff
path: root/modules/comment
Commit message (Collapse)AuthorAge
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #775220 by aspilicious, droplet: no underscore in CSS class name.Dries Buytaert2010-05-05
|
* #674546 by moonray, Jacine: Fixed comment_wrapper() hook missing ↵Angie Byron2010-05-05
| | | | title_prefix/suffix..
* #679960 follow-up by lambic: Add test for 'Notice: undefined variable cids' ↵Angie Byron2010-05-03
| | | | when there are no comments available.
* - Patch #772836 by Jacine: recent comments block HTML clean-up.Dries Buytaert2010-04-28
|
* - Patch #537278 by jhodgdon, caelon, dtarc: search results show comment ↵Dries Buytaert2010-04-26
| | | | count for content types where comments are disabled.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* #777372 by cwgordon7, Gábor Hojtsy: Fixed Regression: anonymous comments ↵Angie Byron2010-04-22
| | | | cannot be edited on Drupal 7. (with tests)
* #691692 by Stefan Freudenberg, linclark: Improve RDF tests.Angie Byron2010-04-22
|
* #763400 by eojthebrave: Fixed Comment preview/submit button weight not set ↵Angie Byron2010-04-21
| | | | causing fields to appear below preview/submit button.
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* - Patch #682552 by mradcliffe, jhodgdon: fixed notices.Dries Buytaert2010-04-17
|
* - Patch #757288 by catch, jpmckinney: optimize comment_save().Dries Buytaert2010-04-16
|
* - Patch #445130 by Rob Loach, aspilicious, noahb, jpmckinney, TR: namespace ↵Dries Buytaert2010-04-16
| | | | the Drupal jQuery functions.
* - Patch #721378 by jpmckinney, cha0s, casey, noahb: critical bug: ↵Dries Buytaert2010-04-13
| | | | comment_save() fails silently.
* - Patch #716496 by JohnAlbin: documentation updates for theme functions.Dries Buytaert2010-04-13
|
* - Patch #763048 by catch: critical bug: remove drupal_unpack()() due to ↵Dries Buytaert2010-04-13
| | | | namespacing collisions.
* - Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal ↵Dries Buytaert2010-04-10
| | | | 7 release.
* - Patch #762770 by jpmckinney: comment_save() has comparison operator where ↵Dries Buytaert2010-04-08
| | | | assignment operator should be.
* - Patch #763444 by jpmckinney: user_cookie_save() has a weird/awkward ↵Dries Buytaert2010-04-07
| | | | function signature.
* - Patch #682552 by mradcliffe, jhodgdon: FieldException when trying to ↵Dries Buytaert2010-04-07
| | | | enable blog and comment modules for first time.
* - Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to ↵Dries Buytaert2010-04-06
| | | | entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
* - Patch #762234 by catch: give modules access to updated comment statistics ↵Dries Buytaert2010-04-06
| | | | in hook_comment_insert() and hook_comment_update().
* - Patch #743804 by gpk: comment_enable() should use node created time not ↵Dries Buytaert2010-04-04
| | | | changed time for last_comment_timestamp().
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved ↵Dries Buytaert2010-03-31
| | | | xpath tests.
* - Patch #757288 by catch: optimize comment_save().Dries Buytaert2010-03-31
|
* - Patch #742318 by sun, yched: fields are editable regardless of whether an ↵Dries Buytaert2010-03-28
| | | | bundle instance exists, missing menu titles, etc.
* #66264 by boombatower, grendzy, et al: Remove CSRF vulnerability from ↵Angie Byron2010-03-28
| | | | comment module.
* #707724 follow-up by yched: Fix more confusing field/entity api arguments.Angie Byron2010-03-27
|
* - Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see ↵Dries Buytaert2010-03-26
| | | | also links.
* - Patch #737858 by moshe weitzman: move watchdog to form submit - our of ↵Dries Buytaert2010-03-24
| | | | comment_save().
* - Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a ↵Dries Buytaert2010-03-12
| | | | 'standard' user_delete_multiple() API.
* - Patch #734750 by Damien Tournoud: unnecessary belly-dancing about indexes ↵Dries Buytaert2010-03-07
| | | | on {comment}.
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* #699596 by mr.baileys and catch: Fixed (Un)publishing several comments ↵Angie Byron2010-03-07
| | | | doesn't work.
* - Patch #731426 by fago: recursed entity loading didn't work.Dries Buytaert2010-03-05
|
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* - Patch #705146 by yched: improved the UI.Dries Buytaert2010-03-03
|
* - Patch #721374 by jhodgdon: 'Add new comment' is put into the search index ↵Dries Buytaert2010-03-01
| | | | along with each node.
* - Patch #721010 by jhodgdon: actions topic group needs more functions ↵Dries Buytaert2010-02-26
| | | | included and better doc header.
* - Patch #517850 by JohnAlbin: polish default comment-wrapper.tpl.php and ↵Dries Buytaert2010-02-23
| | | | associated CSS.
* #606608 follow-up by Gábor Hojtsy and sun: Go back to numeric placeholders ↵Angie Byron2010-02-22
| | | | for comment menu paths for performance.
* #645374 follow-up by sun: Make entity ids available to confirm form submit ↵Angie Byron2010-02-17
| | | | handlers.
* #314349 by mfb, Damien Tournoud, catch, scor, cha0s: Fixed random failures ↵Angie Byron2010-02-17
| | | | from comment paging tests.
* - Patch #685034 by linclark: the number of comments in RDFa should be typed.Dries Buytaert2010-02-15
|
* - Patch #628764 by mr.baileys: comment.test does not implement ↵Dries Buytaert2010-02-13
| | | | setCommentPreview() correctly.
* - Rollback.Dries Buytaert2010-02-12
|
* - Patch #314349 by catch, mfb: fixed ordering.Dries Buytaert2010-02-12
|
* #525622 by scor, catch, and yched: Allow Entity path callback to deal with ↵Angie Byron2010-02-11
| | | | options.
* - Patch #709000 by Pasqualle: fixed param in hook_x_view_alter() function ↵Dries Buytaert2010-02-09
| | | | passed by reference.