Commit Graph

809 Commits (23acf0ebb30c7858f0f874f1ccdc0e54e631f419)

Author SHA1 Message Date
Angie Byron 27875d3528 #641034 by plach: Make comment lists filterable. 2009-11-28 16:41:19 +00:00
Dries Buytaert b159baf07e - Patch #644648 by sun: comment_form() structure and elements were inconsistent. 2009-11-28 09:18:17 +00:00
Angie Byron b77dd5349c #633750 by arianek, Shai, jhodgdon, and JuliaKM: Update Comment module to new documentation standards. 2009-11-26 06:44:50 +00:00
Dries Buytaert c0d6f2ea5a - Patch #122098 by jeffschuler: small code clean up. 2009-11-21 17:53:17 +00:00
Angie Byron cb98091e1b #108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines. 2009-11-19 04:00:47 +00:00
Dries Buytaert de137a2dfb - Patch #624290 by peximo: improved assumptions about default comment language. 2009-11-18 19:37:21 +00:00
Dries Buytaert b1d8b53a1b - Patch #292984 by sun: add cid to node_comment_statistics() for Views support and simplification of the code. 2009-11-12 06:46:44 +00:00
Angie Byron 4d46b7cdf8 Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class. 2009-11-08 10:02:41 +00:00
Dries Buytaert a8ec4e1d50 - Patch #607244 by sun: added permission to decrease performance impact of contextual links. 2009-11-07 13:35:21 +00:00
Angie Byron 803bd4f968 #585868 by sun: Provide a generic way for actions to denote that they change a property. 2009-11-06 03:59:06 +00:00
Angie Byron 0d8515deb7 #552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and support on node/comment pages rel=canonical and rel=shortlink standards. 2009-11-03 06:47:23 +00:00
Angie Byron 6afea0a064 #564642 by Scott Reynolds, Damien Tournoud, matt2000, and moshe weitzman: Remove previous content property from build functions so artifacts do not persist. 2009-11-02 23:20:28 +00:00
Angie Byron d27539613f #537056 by catch and dww: Fixed Broken drupal_static() conversion in theme_comment_post_forbidden(). 2009-11-02 01:00:42 +00:00
Dries Buytaert e4ca439ba1 - Patch #595084 by c960657: use type hinting for . 2009-11-01 12:11:10 +00:00
Angie Byron a7149821d6 #600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme(). 2009-10-23 22:24:19 +00:00
Angie Byron 8f21cc4025 #493030 follow-up by sun: Clean-ups to RDF module. 2009-10-20 17:33:43 +00:00
Dries Buytaert 24669bfb50 - Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my. 2009-10-19 18:28:16 +00:00
Angie Byron 4278afa16b #473268 by David_Rothstein, sun, yoroy, Gábor Hojtsy, cwgordon7, et al.: Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks. 2009-10-17 05:50:29 +00:00
Dries Buytaert 53aa4c6c6a - Patch #606608 by q0rban, sun, David_Rothstein: use proper menu router paths for comment/*. 2009-10-16 20:40:05 +00:00
Dries Buytaert f46e6626cd - Patch #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie information. 2009-10-16 15:54:33 +00:00
Dries Buytaert 5a89fef970 - Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings. 2009-10-16 13:20:16 +00:00
Angie Byron 92f5a844b2 #605862 by andypost, peximo, sun: Store language for comments. 2009-10-16 03:40:40 +00:00
Angie Byron 087a47ba5c #493314 by yched and catch: Add multiple hook for formatters. 2009-10-16 03:21:23 +00:00
Angie Byron e1642603ea #216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url(). 2009-10-15 16:18:46 +00:00
Dries Buytaert f42bca3bd4 - Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big. 2009-10-15 14:07:30 +00:00
Dries Buytaert 714597a9cd - Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable. 2009-10-15 12:44:36 +00:00
Angie Byron a0ec577e5b #569318 by Benjamin Melançon: Fixed hook_comment_load() never gets called. 2009-10-13 05:17:15 +00:00
Angie Byron 7ed3cf3b13 #569238 by sun, swentel, catch: Changed Make check_markup() not cache by default. 2009-10-10 21:39:03 +00:00
Angie Byron 970b096f42 #360023 by stella, sun, greggles: Added 'Publish comment' action + doxygen fixes. 2009-10-10 17:29:17 +00:00
Dries Buytaert 15b24127b5 - Patch #122098 by Damien Tournoud, catch, mdixoncm: split comment.timestamp into 'created' and 'changed' columns, just like for nodes. 2009-10-10 13:37:11 +00:00
Dries Buytaert 67ddd3e7f3 - Patch #585838 by sun: quick fix for {comment}.status being broken. 2009-10-09 17:05:52 +00:00
Dries Buytaert a5dba069fb - #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie information for contact forms. 2009-10-09 15:39:12 +00:00
Angie Byron 26d71a670f #592704 by BarisW and Mike Wacker: Display number of unapproved comments in the approval queue menu item. 2009-10-09 07:19:43 +00:00
Dries Buytaert 02d4ddb7bd - Patch #599640 by sun: move hard-coded comment query options to caller. 2009-10-09 02:26:15 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Dries Buytaert 598e739208 - Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up! 2009-09-29 15:31:17 +00:00
Dries Buytaert b7affdab6b - Patch #581534 by pwolanin | sun: fix redirecting after submitting a comment on a multi-page comment thread. 2009-09-22 07:36:57 +00:00
Dries Buytaert 7cf7f99878 - Patch #11218 by David_Rothstein, sun, quicksketch, duncf, awood456, dropcube, mgifford | pwolanin, dww, RobRoy, Crell, webchick, beginner, ray007, bjaspan, chx, Gábor Hojtsy, Steven, Dries, lutegrass, sym, guardian, matt2000, geerlingguy, SeanBannister, matt westgate, com2, praseodym: allow default text formats per role, and integrate text format permissions. 2009-09-20 07:32:19 +00:00
Dries Buytaert fd1c63b5c0 - Patch ##525540 by jvandyk, sun, jhodgdon, fago | webchick, TheRec, Dave Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks. 2009-09-19 11:07:37 +00:00
Angie Byron df02fa3ca4 #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
2009-09-18 00:12:48 +00:00
Angie Byron e18feedfdb #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee... 2009-09-18 00:04:24 +00:00
Angie Byron 4091d9695e #571604 by catch: Stop calling node_load() 3 times for every comment. ;) 2009-09-11 13:37:52 +00:00
Angie Byron 7f88540b4b #564632 by moshe weitzman: Unify various _build() functions and remove duplicate copy of content. 2009-09-10 12:33:46 +00:00
Dries Buytaert a539b0e00d - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures. 2009-09-05 15:05:05 +00:00
Dries Buytaert cb002abcc3 - Patch #412030 by stBorchert: fixed placement of descriptions on radios. 2009-09-05 06:07:58 +00:00
Dries Buytaert c574afadae - Patch #394182 by chx, Berdir: converted search module to the new database abstraction layer. Rest in peace old database layer. 2009-08-29 10:46:41 +00:00
Dries Buytaert 0597c9e48a - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API. 2009-08-29 05:46:04 +00:00
Angie Byron 770e0d54f9 #364470 by stBorchert and JohnAlbin: Made theming of 'Submitted by author, on date' easier. 2009-08-29 04:16:15 +00:00
Dries Buytaert 7c36ac0e49 - Patch #428296 by dropcube, sun, catch: filter system doesn't communicate with other modules about filter format changes/deletions. 2009-08-26 10:29:26 +00:00
Dries Buytaert 3f36af04de - Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments. 2009-08-25 21:53:48 +00:00