summaryrefslogtreecommitdiff
path: root/modules/comment
Commit message (Collapse)AuthorAge
* - Patch #302268 by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and ↵Dries Buytaert2009-06-06
| | | | PagerQueries broken.
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* - Patch #468630 by Berdir: fixed error with publishing comments.Dries Buytaert2009-06-03
|
* - Patch #111011 by Josh Waihi: adding foreign key specifications.Dries Buytaert2009-06-01
|
* - Patch #470866 by catch: comment links should use 'html'.Dries Buytaert2009-06-01
|
* #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string ↵Angie Byron2009-05-28
| | | | (and corresponding $classes_array) for all dynamic classes in template files.
* - 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 #339417 by yoroy, Shawn DeArmond, JamesAn: added some extra comment ↵Dries Buytaert2009-05-28
| | | | documentation.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #250729 by andypost, catch, R.Muilwijk et al: remove some ↵Dries Buytaert2009-05-25
| | | | unnecessary queries and search index.
* - Patch #470594 by Moshe: convert more pages and blocks to return arrays.Dries Buytaert2009-05-25
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order ↵Dries Buytaert2009-05-22
| | | | by table headers first, before ordering by other fields.
* - Patch #468944 by Berdir: database clean-ups for comment.module.Dries Buytaert2009-05-21
|
* - Patch #468654 by Bojhan, Dries: removed some redundant help texts.Dries Buytaert2009-05-21
|
* #320011 by lilou, snufkin, and karschp: Add consistent @file declarations to ↵Angie Byron2009-05-13
| | | | all .install files.
* - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵Dries Buytaert2009-05-12
| | | | unrendered forms.
* - Patch #449718 by alienbrain: node_feed() is now using new node building API.Dries Buytaert2009-05-03
|
* - Patch #446742 by sun, dmitrig01: fixed various bugs.Dries Buytaert2009-04-29
|
* #444402 follow-up by kkaefer: Fix autocomplete, enforce code style for ↵Angie Byron2009-04-27
| | | | anonymous JS functions.
* - Patch #353328 by brianV, catch: fixed glitch in comment paging.Dries Buytaert2009-04-27
|
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* #444402 by kkaefer and RobLoach: Enforce coding standards on all core ↵Angie Byron2009-04-26
| | | | JavaScript.
* - Patch #352880 by dereine, Dave Reid: replace strstre with strpos.Dries Buytaert2009-04-26
|
* - Patch #372471 by JamesAn et al: killed theme_box().Dries Buytaert2009-04-20
|
* - 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.