summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
Commit message (Collapse)AuthorAge
* - Patch #523950 by moshe weitzman, yched, catch: update comment rendering to ↵Dries Buytaert2009-07-28
| | | | take full advantage of the drupal_render() paradigm.
* - Patch #524652 by yched: overhaul comment form and preview. Proper, modern ↵Dries Buytaert2009-07-21
| | | | use of Form API.
* - Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to ↵Dries Buytaert2009-07-20
| | | | admin/structure.
* #502538 by catch: Add the ability to load multiple comments at once.Angie Byron2009-07-10
|
* - Patch #512492 by DamZ: removed hook_validate, a relic of old times. Form ↵Dries Buytaert2009-07-07
| | | | API FTW!
* - Patch #506976 by catch: rename hook_perm to hook_permission.Dries Buytaert2009-07-05
|
* - Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should ↵Dries Buytaert2009-07-03
| | | | not call drupal_urlencode().
* - Patch #508786 by catch: removed pointless help text.Dries Buytaert2009-07-03
|
* #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array ↵Angie Byron2009-07-02
| | | | properties to be passed directly to theme functions.
* - Patch #504678 by catch: use objects instead of arrays.Dries Buytaert2009-07-01
|
* - Patch #506218 by catch: remove collapsed comments as is and tidy up ↵Dries Buytaert2009-07-01
| | | | comment settings.
* - Patch #314358 by wonder95, Crell, killes, et al: add option to ignore ↵Dries Buytaert2009-07-01
| | | | slave servers. Finally.
* #506650 by catch: Remove unnecessary comment_node_url().Angie Byron2009-07-01
|
* - Patch #26966 by catch: fixed query.Dries Buytaert2009-06-30
|
* - Patch #501466 by catch: move comment administration to a tab.Dries Buytaert2009-06-27
|
* #335034 by hunmonk: Refactor comment validate/save logic to more closely ↵Angie Byron2009-06-22
| | | | mirror the node system.
* - Patch #409750 by yched et al: overhaul and extend node build modes.Dries Buytaert2009-06-22
|
* #480414 by JamesAn: Convert comment module to drupal_static caching.Angie Byron2009-06-20
|
* - Patch #26966 by catch, skiminki, aaronbauman et al: fixed comment links ↵Dries Buytaert2009-06-19
| | | | when paging is used.
* - Patch #480282 by quicksketch: keep the 'add new comment' link.Dries Buytaert2009-06-18
|
* - Patch #243093 by catch, killes: improved indices on comment table.Dries Buytaert2009-06-15
|
* - Patch #484090 by Berdir, tic2000: comment pager was broken.Dries Buytaert2009-06-11
|
* #484828 by Mike Wacker: Fix permission capitalization in help text.Angie Byron2009-06-08
|
* - Patch #307422 by brianV: for usability's sake, use 'Add new comment' ↵Dries Buytaert2009-06-08
| | | | across the board.
* - Patch #468630 by Berdir: fixed error with publishing comments.Dries Buytaert2009-06-03
|
* - 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 #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* - 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
|
* - 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
|
* - 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
|
* - 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
|
* #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
|
* - 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 #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
|