summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
Commit message (Collapse)AuthorAge
* - Patch #721164 by bleen18, ChrisRL, sun: comment previews #prefix problem.Dries Buytaert2010-07-29
|
* - Patch #643656 by sun: comment 'Save' button disappears on form validation ↵Dries Buytaert2010-07-24
| | | | error.
* - Patch #834924 by jhodgdon: entity_invoke() is worthless.Dries Buytaert2010-06-23
|
* - Patch #735800 by effulgentsia, fago, Frando: node form triggers form level ↵Dries Buytaert2010-06-17
| | | | submit functions on button level submits, without validation. Oh yeah.
* - Patch #520760 by sun, Berdir, Steven Merrill, David_Rothstein, Heine, ↵Dries Buytaert2010-06-10
| | | | duellj, catch: fixed SA-CORE-2009-007 user signature format.
* #680992 by Berdir, catch, andypost, douggreen, mr.baileys: Fixed comments ↵Angie Byron2010-06-08
| | | | are added to search index without checking access.
* - Patch #814884 by catch: comment_user_cancel() should use comment_save().Dries Buytaert2010-06-02
|
* - Patch #174972 by rfay, stBorchert, gaele: user creation setting should be ↵Dries Buytaert2010-05-27
| | | | 'Visitors, with admin approval'.
* - Patch #711108 by Berdir: better exception reporting for watchdog() in the ↵Dries Buytaert2010-05-26
| | | | database system.
* - Patch #553298 by yched, te-brian, chx, sun: redesign the 'Manage Display' ↵Dries Buytaert2010-05-23
| | | | screen.
* #565642 by David_Rothstein: Fixed 'Recent comments' block is completely ↵Angie Byron2010-05-10
| | | | hidden when no comments are available.
* #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
|
* - 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)
* #763400 by eojthebrave: Fixed Comment preview/submit button weight not set ↵Angie Byron2010-04-21
| | | | causing fields to appear below preview/submit button.
* - Patch #757288 by catch, jpmckinney: optimize comment_save().Dries Buytaert2010-04-16
|
* - 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 #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 #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 #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.
* #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 #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.
* #606608 follow-up by Gábor Hojtsy and sun: Go back to numeric placeholders ↵Angie Byron2010-02-22
| | | | for comment menu paths for performance.
* #314349 by mfb, Damien Tournoud, catch, scor, cha0s: Fixed random failures ↵Angie Byron2010-02-17
| | | | from comment paging tests.
* - 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 #708144 by lilou: remove double semicolons at end of line.Dries Buytaert2010-02-09
|
* - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it ↵Dries Buytaert2010-02-07
| | | | for comment body.
* #537750 by yched: Added Field UI for comments.Angie Byron2010-01-30
|
* #684202 by catch: Added Entity insert/delete/update hooks, to support caching.Angie Byron2010-01-30
|
* #538164 follow-up by sun: Make comment body a required field.Angie Byron2010-01-14
|
* - Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos.Dries Buytaert2010-01-13
|