summaryrefslogtreecommitdiff
path: root/modules/comment/comment.test
Commit message (Collapse)AuthorAge
* - Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved ↵Dries Buytaert2010-03-31
| | | | xpath tests.
* #66264 by boombatower, grendzy, et al: Remove CSRF vulnerability from ↵Angie Byron2010-03-28
| | | | comment module.
* #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 #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.
* - Patch #652246 by effulgentsia, scor: optimize theme('field') and use it ↵Dries Buytaert2010-02-07
| | | | for comment body.
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* - Patch #564642 by Scott Reynolds, Dave Reid: comment_build() was renamed to ↵Dries Buytaert2010-01-25
| | | | comment_view()
* - Patch #564642 by Scott Reynolds: added tests for node_rebuild() and ↵Dries Buytaert2010-01-24
| | | | comment_rebuild().
* #546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user ↵Angie Byron2010-01-11
| | | | interface.
* #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment ↵Angie Byron2010-01-07
| | | | body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support.
* - Patch #652588 by scor: updated RDF mapping definition in the core modules.Dries Buytaert2010-01-05
|
* #363977 by catch, fabsor, and snufkin: Base comment edit links on a ↵Angie Byron2010-01-03
| | | | permission rather than a count query (performance).
* - Patch #632092 by scor, linclark: number of replies of a node in RDFa.Dries Buytaert2009-12-16
|
* #653940 follow-up by carlos8f and sun: Fix fatal errors in tests and revert ↵Angie Byron2009-12-13
| | | | changes to error reporting in previous patch.
* - Patch #314349 by Damien Tournoud, Dave Reid, CorniI, nedjo, catch: fixed ↵Dries Buytaert2009-12-11
| | | | PDO Exception when having too much comments.
* - Patch #653940 by sun: tests weren't reporting all errors.Dries Buytaert2009-12-10
|
* #520740 by marcingy, catch, and Damien Tournoud: Fixed Comment threading ↵Angie Byron2009-12-08
| | | | (with test).
* - Patch #644648 by sun: comment_form() structure and elements were inconsistent.Dries Buytaert2009-11-28
|
* - Patch #614444 by scor, effulgentsia: more consistent RDFa logic for username.Dries Buytaert2009-11-12
|
* #493030 follow-up by sun: Clean-ups to RDF module.Angie Byron2009-10-20
|
* - Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin ↵Dries Buytaert2009-10-19
| | | | Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my.
* #606640 by eojthebrave and sun: Use proper menu router paths for the block ↵Angie Byron2009-10-16
| | | | module.
* - Patch #606608 by q0rban, sun, David_Rothstein: use proper menu router ↵Dries Buytaert2009-10-16
| | | | paths for comment/*.
* - Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment ↵Dries Buytaert2009-10-16
| | | | preview + unify with node preview settings.
* #300993 follow-up by Dave Reid: Remove cruft from tests now that we have a ↵Angie Byron2009-10-08
| | | | real permissions API.
* - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in ↵Dries Buytaert2009-09-29
| | | | url() only accept an array. Another nice API clean-up!
* - Patch #581534 by pwolanin | sun: fix redirecting after submitting a ↵Dries Buytaert2009-09-22
| | | | comment on a multi-page comment thread.
* - Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' ↵Dries Buytaert2009-08-21
| | | | section in 'configuration and modules'.
* #524652 follow-up by tic2000 and yched: Fix comment preview bug and add tests.Angie Byron2009-08-09
|
* #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and ↵Angie Byron2009-08-03
| | | | RTL-friendly.
* - Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye ↵Dries Buytaert2009-07-31
| | | | bye comments as nodes?
* - Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.Dries Buytaert2009-07-31
|
* - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵Dries Buytaert2009-07-30
| | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
* - Patch #523950 by moshe weitzman, yched, catch: update comment rendering to ↵Dries Buytaert2009-07-28
| | | | take full advantage of the drupal_render() paradigm.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #506218 by catch: remove collapsed comments as is and tidy up ↵Dries Buytaert2009-07-01
| | | | comment settings.
* - Patch #501466 by catch: move comment administration to a tab.Dries Buytaert2009-06-27
|
* #439148 by netsensei, pp, and catch: Add tests for comment login/register ↵Angie Byron2009-06-20
| | | | link for anonymous users.
* - Patch #26966 by catch, skiminki, aaronbauman et al: fixed comment links ↵Dries Buytaert2009-06-19
| | | | when paging is used.
* - Patch #468630 by Berdir: fixed error with publishing comments.Dries Buytaert2009-06-03
|
* - Patch #335893 by andypost, hexmode: don't show comment information in the ↵Dries Buytaert2009-05-28
| | | | RSS feed when a node's comments were disabled.
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* - Patch #296482 by mr.baileys: additional tests for the comments block.Dries Buytaert2009-03-25
|
* - Patch #394374 by cwgordon7, wretched sinner, et al: improved language of ↵Dries Buytaert2009-03-17
| | | | comment status. Usability improvement based on testing in Baltimore.
* #349823 by Dave Reid: Fix query in recent comment block that results in ↵Angie Byron2009-02-07
| | | | fatal error (with tests).
* #276554 by stella and John Morahan: Tests for comments as part of an RSS feed.Angie Byron2009-01-22
|