Commit Graph

534 Commits (095c1796e3980c50c9e6b51e077c4877a54bd76f)

Author SHA1 Message Date
Neil Drumm 095c1796e3 Drupal 5.23 2010-08-11 20:37:49 +00:00
Neil Drumm 8b2d04f365 #395086 by Freso: call trim() before truncate_utf8() in comment module for better quality truncation. 2009-04-29 18:32:15 +00:00
Neil Drumm 6652a47d69 #195161 by mcarbone with some modifications: only show 'login to post comments' if logging in actually lets you post comments. Backport by salvis. 2008-12-03 17:55:49 +00:00
Neil Drumm 5f8bab87e1 #93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft carried over in comment module 2007-11-07 08:03:30 +00:00
Neil Drumm daedb88531 #55277 by catch and JirkaRybka: when flat comment view is used, order comments by cid (ie. original submission order) instead of timestamp (ie. last editing time order) to avoid comments jumping around when being edited 2007-10-28 04:42:12 +00:00
Neil Drumm 8506de8190 Drupal 5.3 2007-10-17 21:29:00 +00:00
Neil Drumm e588864b12 #183390 by hunmonk: forms should use form_state['redirect'] for redirection, not drupal_goto() - fix this in comment_admin_overview_submit() 2007-10-16 06:18:10 +00:00
Neil Drumm a5f4560c6a #63990 by hunmonk. Append to instead of overwrite #suffix. 2007-10-07 00:30:10 +00:00
Neil Drumm d9713a2b5a #180559 by hunmonk: do not try to display the comment addition form at th end of comments, if we are already on the page, so it is displayed anyway 2007-10-07 00:17:55 +00:00
Neil Drumm b4ecbda989 Drupal 5.2 2007-07-26 19:16:50 +00:00
Neil Drumm 88f4f40562 #57106 (22) by Steven. Use changed date for search indexing, which is more reliable. 2007-06-20 07:14:21 +00:00
Dries Buytaert 42e0a6058e - Patch #123940 by Gman: anchor to comment form is mis-labeled. 2007-03-12 13:08:36 +00:00
Dries Buytaert 8bf3f73148 - Patch #111830 by pwolanin: comment block sql incompatible with db_rewrite_sql. 2007-03-06 16:16:14 +00:00
Neil Drumm 12bd111762 500-7002-AS 2007-01-29 21:51:53 +00:00
Dries Buytaert e6cfe6ac17 - Patch #107440 by webchick and add1sum: code cleanup. 2007-01-23 19:11:43 +00:00
Dries Buytaert 1ec2b45be7 - Patch #104156 by chromeyellow and Heine: avoid redundant SQL queries. 2007-01-03 11:32:38 +00:00
Dries Buytaert dbcf525d42 - Patch #106351 by hickory: fixed comment forms. 2007-01-03 11:04:50 +00:00
Neil Drumm 36fce2f001 #18870 by zen. Only allow the new comment anchor to be output forthe first new comment. 2006-12-30 21:20:38 +00:00
Neil Drumm 8b9a3326c3 #60664 by Heine. Only check if new comments are duplicates. 2006-12-25 22:39:08 +00:00
Neil Drumm f4ed6e1a14 #69111 by robertDouglass. Speed up the new comments block. 2006-12-19 09:02:28 +00:00
Steven Wittens 46392b264c #92242: Don't indent when comment view is flat. 2006-12-15 01:33:00 +00:00
Steven Wittens a10ca909a0 #93897: Fix comment de-indenting multiple levels at a time. 2006-12-12 09:20:17 +00:00
Steven Wittens 27db2cb8b5 #102606: More documentation for constants (webchick) 2006-12-12 06:14:21 +00:00
Steven Wittens fcde99a4dd #60916: Fix comment subject being empty when comment only contains HTML tags. 2006-12-12 06:06:41 +00:00
Steven Wittens 59fe44368f #102783: link to right permissions section in comment help 2006-12-12 05:39:45 +00:00
Dries Buytaert 711378019d -Patch 2006-12-11 17:13:45 +00:00
Dries Buytaert cbb4504574 - Patch #102026 by robert douglas: improved PHPdoc comments. 2006-12-08 16:16:30 +00:00
Dries Buytaert eade0808a3 - Patch #102151 by robert douglass: removed unneeded 'GROUP BY' clause in thread-building code. 2006-12-08 15:32:10 +00:00
Dries Buytaert 627d426735 - Patch #100836 by webernet: make collapsed comments work again. 2006-12-06 15:44:09 +00:00
Dries Buytaert 00758e24dc - Patch #92149 by Chris Kennedy: more sentence capitalization. 2006-12-05 17:48:03 +00:00
Dries Buytaert 46a6e08cea - Patch #51314 by kjartan, eafarris, et al: hide the last comment block if there are no comments. 2006-12-01 16:50:36 +00:00
Neil Drumm a2dbfc9034 #99579 by Heine. Don't placeholder the number of comments per page. 2006-11-27 02:14:33 +00:00
Neil Drumm 760e495554 #97824 by webchick. Move enclosing elements out of t(). 2006-11-26 23:10:29 +00:00
Neil Drumm 8bf48bf999 #99645 by chx. Reshuffle some comments. 2006-11-26 22:35:20 +00:00
Neil Drumm 8b1e5d0505 #97231 by pwolanin. Keep the node type in a property and use it consistently. 2006-11-26 02:43:48 +00:00
Dries Buytaert 827f064deb - Patch # #98366 by webchick and ac: simplified strings for translators. 2006-11-24 10:18:24 +00:00
Dries Buytaert d721a4f0d9 - Patch #98365 by webchick and RobRoy: added missing t() functions. 2006-11-24 09:01:57 +00:00
Dries Buytaert b004f328ee - Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard. 2006-11-21 20:14:19 +00:00
Steven Wittens 001d54f663 #84961: Add 'select all' and range select feature to admin tables. 2006-11-21 08:16:39 +00:00
Neil Drumm 7f25862f95 #93821 by lyricnz. Fix an undefined variable. 2006-11-12 00:11:15 +00:00
Neil Drumm 337c2f9b5d #92149 by Egon Bianchet. Fix an uncapitalized link. 2006-11-10 08:37:20 +00:00
Dries Buytaert 87f1359158 - Patch #82938 by edkwh and natrak: error in comments admin page after clicking on Update without selecting any comments. 2006-10-24 20:31:25 +00:00
Steven Wittens 36d44fbfb0 #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc 2006-10-22 08:28:47 +00:00
Dries Buytaert 8306444494 - Patch #78399 by Eaton and chx: don't allow HTML in the title. 2006-10-18 18:00:40 +00:00
Neil Drumm ea38bae2a7 #84443 by Shakur. Do not depend on a url argument being defined. 2006-10-17 08:45:51 +00:00
Dries Buytaert 7cb0c537c1 - Patch #87995 by merlinofchaos: cleaned up CSS and simplified the code. 2006-10-11 13:17:23 +00:00
Dries Buytaert 6e8a0a1602 - Patch #87755 by kjartan: anonymous comments can't save names. 2006-10-09 06:59:01 +00:00
Dries Buytaert cb8201c337 - Patch #83007 by edkwh: fixed multi-comment delete. 2006-09-17 19:09:34 +00:00
Neil Drumm d48100eb88 #73584 by keve an flk. Properly check if a variable is set. 2006-09-09 00:23:11 +00:00
Dries Buytaert 6f0e54b037 - Patch #82465 by webchick: renamed variables in hooks for consistency. 2006-09-08 16:33:02 +00:00