summaryrefslogtreecommitdiff
path: root/modules/comment
Commit message (Collapse)AuthorAge
* - Patch #431560 by JeremyFrench, jredding: fixed typo in the documentation.Dries Buytaert2009-04-15
|
* #323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now ↵Angie Byron2009-04-11
| | | | presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
* - Patch #372414 by Todd Nienkerk, JohnAlbin: don't output empty comments.Dries Buytaert2009-04-04
|
* #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.
* #404222 by cwgordon7: Fix comment above comment_link().Angie Byron2009-03-17
|
* #347250 by catch, drewish, and Berdir: Add function for loading multiple ↵Angie Byron2009-03-14
| | | | users in one request.
* - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵Dries Buytaert2009-03-14
| | | | Views.
* #360081 by quicksketch: Stop using global variables for JavaScript settings.Angie Byron2009-03-13
|
* - Patch #314138 by jeffschuler: documentation improvements.Dries Buytaert2009-03-13
|
* - Patch #395086 by Freso: tiny performance optimization.Dries Buytaert2009-03-10
|
* - Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename ↵Dries Buytaert2009-03-08
| | | | 'input formats'.
* #383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.Angie Byron2009-03-08
|
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* - Patch #299267 by Crell: add extender support to the SELECT query builder.Dries Buytaert2009-02-22
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵Angie Byron2009-02-18
| | | | clearfix, which is the lingo that designers use for it.
* #125030 by kkaefer, quicksketch, dvessel, Steven, and John Resig: Allow ↵Angie Byron2009-02-18
| | | | compatibility with other JavaScript libraries.
* #349823 by Dave Reid: Fix query in recent comment block that results in ↵Angie Byron2009-02-07
| | | | fatal error (with tests).
* #333478 by keith.smith: Remove extra comma and 'character sequences' in ↵Angie Byron2009-02-06
| | | | taxonomy tag description.
* #361130 by Dave Reid: Clean up comment variables on uninstall.Angie Byron2009-01-31
|
* #352337 by catch: Avoid pager query if there are no comments on a node.Angie Byron2009-01-31
|
* #242962 by Heine: Add a 'tablesort' Form API element to unify various places ↵Angie Byron2009-01-28
| | | | we use a big table with JS-enabled checkboxes next to each item (with tests).
* - Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: ↵Dries Buytaert2009-01-27
| | | | hook_page_alter. Oh, behave.
* - Removing whitespace.Dries Buytaert2009-01-26
|
* - Patch #353632 by catch et al: avoid sorting elements twice -- performance ↵Dries Buytaert2009-01-23
| | | | improvement.
* - Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.Dries Buytaert2009-01-22
|
* #276554 by stella and John Morahan: Tests for comments as part of an RSS feed.Angie Byron2009-01-22
|
* #287178 by justinrandell: Break up various hook_form_alter()s to ↵Angie Byron2009-01-22
| | | | hook_form_FORM_ID_alters().
* - Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text ↵Dries Buytaert2009-01-21
| | | | format' based on UMN usability study.
* #360106 by Dave Reid: Allow comment module to be uninstalled.Angie Byron2009-01-19
|
* - Patch #201490 by lilou, keith.smith: fixed inconsistencies in the ↵Dries Buytaert2009-01-14
| | | | moderation queue related help texts.
* #8 by sun and most of #drupal: Users can now cancel their accounts. Fixing ↵Angie Byron2009-01-08
| | | | the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
* - Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering ↵Dries Buytaert2009-01-04
| | | | out of node module'.
* - Patch #353480 by dereine, justinrandell: remove from hook_comment().Dries Buytaert2009-01-04
|
* - Patch #352911 by swentel: the comment status field was reversed.Dries Buytaert2009-01-02
|
* - Rollback of #352337.Dries Buytaert2008-12-31
|
* - Patch #350984 by Moshe: kick comment rendering out of node module.Dries Buytaert2008-12-31
|
* - Patch #352337 by catch: avoid unnecessary query in comment render.Dries Buytaert2008-12-30
|
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #352054 by catch: convert calls to db_placeholders() in static queries.Dries Buytaert2008-12-29
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and ↵Dries Buytaert2008-12-09
| | | | documentation because of previous node API clean-ups.
* - Patch #324313 by catch et al: load multiple nodes and terms at once.Dries Buytaert2008-12-05
|
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* - Patch #296624 by Damien Tournoud: made search work on PostgreSQL.Dries Buytaert2008-12-02
|
* - Patch #339960 by Damien Tournoud: updated test explanation.Dries Buytaert2008-11-28
|