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
Dries Buytaert
59422f6ae0
- Patch #535564 by Gábor Hojtsy: fixed broken path.
2009-08-25 10:41:22 +00:00
Angie Byron
2c55219315
#497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
2009-08-24 00:14:23 +00:00
Angie Byron
e63e85020b
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
2009-08-24 00:10:46 +00:00
Angie Byron
4ae238ea57
*** empty log message ***
2009-08-24 00:02:05 +00:00
Angie Byron
36ec189695
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
2009-08-22 14:34:23 +00:00
Angie Byron
db61b26039
#439798 by Rob Loach: Added Vertical Tabs to the Node Type Form.
2009-08-21 00:21:48 +00:00
Dries Buytaert
5dd8314d0a
- Patch #446518 by sun: remove argument from check_markup().
2009-08-20 10:56:33 +00:00
Angie Byron
14ce7b4d4e
#545956 by claudiu.cristea: Add a presave hook to comments.
2009-08-17 13:10:45 +00:00
Angie Byron
84afe0d927
#545306 by alexanderpas: De-op hook_node_type().
2009-08-11 15:50:56 +00:00
Angie Byron
70d6b3360e
#524652 follow-up by tic2000 and yched: Fix comment preview bug and add tests.
2009-08-09 00:55:50 +00:00
Angie Byron
0355caac41
#537654 by catch: Tidy up comment links, and remove hook_link() in favour of hook_page_alter().
2009-08-08 22:52:59 +00:00
Angie Byron
4bfbde89e7
#396388 by andypost: Fix syntax of comment order query for pgsql.
2009-08-04 06:53:48 +00:00
Dries Buytaert
eaf21849a1
- Accidentically committed two patches at once. Rolled back one of them. Sorry.
2009-08-02 11:25:18 +00:00
Dries Buytaert
065346b366
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.
2009-08-02 11:24:21 +00:00
Dries Buytaert
59f89d62b5
- Patch #537062 by yched: remove unneeded comment_edit() page callback and convert some code from arrays to objects for consistency.
2009-08-01 05:58:18 +00:00
Dries Buytaert
a8a15bcd90
- Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye bye comments as nodes?
2009-07-31 19:44:21 +00:00
Dries Buytaert
926606eeca
- Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
2009-07-30 19:24:21 +00:00
Dries Buytaert
51e6389122
- Patch #523950 by moshe weitzman, yched, catch: update comment rendering to take full advantage of the drupal_render() paradigm.
2009-07-28 10:09:25 +00:00
Dries Buytaert
4ddecc05c9
- Patch #524652 by yched: overhaul comment form and preview. Proper, modern use of Form API.
2009-07-21 21:48:24 +00:00
Dries Buytaert
d24d954479
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
2009-07-20 18:51:36 +00:00
Angie Byron
e916edc798
#502538 by catch: Add the ability to load multiple comments at once.
2009-07-10 05:50:08 +00:00
Dries Buytaert
2f3955503e
- Patch #512492 by DamZ: removed hook_validate, a relic of old times. Form API FTW!
2009-07-07 13:53:25 +00:00
Dries Buytaert
e4a4b7cc7e
- Patch #506976 by catch: rename hook_perm to hook_permission.
2009-07-05 18:00:11 +00:00
Dries Buytaert
e49ac650a6
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
2009-07-03 19:21:55 +00:00
Dries Buytaert
ae8821cfae
- Patch #508786 by catch: removed pointless help text.
2009-07-03 04:35:30 +00:00
Angie Byron
0142292c71
#373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions.
2009-07-02 04:27:23 +00:00
Dries Buytaert
e9ca98b69d
- Patch #504678 by catch: use objects instead of arrays.
2009-07-01 20:39:20 +00:00
Dries Buytaert
75d449d1eb
- Patch #506218 by catch: remove collapsed comments as is and tidy up comment settings.
2009-07-01 12:06:22 +00:00
Dries Buytaert
8eb8dcc842
- Patch #314358 by wonder95, Crell, killes, et al: add option to ignore slave servers. Finally.
2009-07-01 08:11:27 +00:00
Angie Byron
96f297021c
#506650 by catch: Remove unnecessary comment_node_url().
2009-07-01 05:00:24 +00:00
Dries Buytaert
98e504e8f4
- Patch #26966 by catch: fixed query.
2009-06-30 09:57:57 +00:00
Dries Buytaert
77c643ec17
- Patch #501466 by catch: move comment administration to a tab.
2009-06-27 10:13:28 +00:00
Angie Byron
f6b26ba336
#335034 by hunmonk: Refactor comment validate/save logic to more closely mirror the node system.
2009-06-22 15:35:54 +00:00
Dries Buytaert
f96c141f5a
- Patch #409750 by yched et al: overhaul and extend node build modes.
2009-06-22 09:10:07 +00:00
Angie Byron
097ea891f1
#480414 by JamesAn: Convert comment module to drupal_static caching.
2009-06-20 07:45:06 +00:00
Dries Buytaert
caa684125b
- Patch #26966 by catch, skiminki, aaronbauman et al: fixed comment links when paging is used.
2009-06-19 13:03:53 +00:00
Dries Buytaert
84cb9cf5e2
- Patch #480282 by quicksketch: keep the 'add new comment' link.
2009-06-18 10:36:22 +00:00
Dries Buytaert
44a4cfebcd
- Patch #243093 by catch, killes: improved indices on comment table.
2009-06-15 19:28:55 +00:00
Dries Buytaert
bfdea95337
- Patch #484090 by Berdir, tic2000: comment pager was broken.
2009-06-11 15:17:15 +00:00
Angie Byron
b9ed1bc6e6
#484828 by Mike Wacker: Fix permission capitalization in help text.
2009-06-08 05:12:15 +00:00
Dries Buytaert
18428ae91f
- Patch #307422 by brianV: for usability's sake, use 'Add new comment' across the board.
2009-06-08 05:10:37 +00:00
Dries Buytaert
fea41b639e
- Patch #468630 by Berdir: fixed error with publishing comments.
2009-06-03 06:52:29 +00:00
Dries Buytaert
43b201df91
- Patch #470866 by catch: comment links should use 'html'.
2009-06-01 22:01:56 +00:00
Angie Byron
2df43894e2
#306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files.
2009-05-28 16:44:07 +00:00
Dries Buytaert
033f2f3fdc
- Patch #335893 by andypost, hexmode: don't show comment information in the RSS feed when a node's comments were disabled.
2009-05-28 08:37:29 +00:00
Dries Buytaert
119141276c
- Patch #339417 by yoroy, Shawn DeArmond, JamesAn: added some extra comment documentation.
2009-05-28 08:31:11 +00:00
Dries Buytaert
0f4060f377
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
2009-05-27 18:34:03 +00:00
Dries Buytaert
982c7c3cc8
- Patch #250729 by andypost, catch, R.Muilwijk et al: remove some unnecessary queries and search index.
2009-05-25 15:43:38 +00:00
Dries Buytaert
a24a6c2bba
- Patch #471070 by stella: millions of code style fixes.
2009-05-24 17:39:35 +00:00
Dries Buytaert
1c079c3d32
- Patch #468944 by Berdir: database clean-ups for comment.module.
2009-05-21 10:34:55 +00:00
Dries Buytaert
d2fd0ed6c0
- Patch #468654 by Bojhan, Dries: removed some redundant help texts.
2009-05-21 07:08:28 +00:00
Dries Buytaert
847304a293
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.
2009-05-12 08:37:45 +00:00
Dries Buytaert
a8c30ed91e
- Patch #449718 by alienbrain: node_feed() is now using new node building API.
2009-05-03 10:11:35 +00:00
Dries Buytaert
cce402d1cb
- Patch #446742 by sun, dmitrig01: fixed various bugs.
2009-04-29 17:48:11 +00:00
Dries Buytaert
b9f60c75a7
- Patch #353328 by brianV, catch: fixed glitch in comment paging.
2009-04-27 07:09:58 +00:00
Dries Buytaert
7a6f73f49d
- Patch #330748 by stBorchert: remove from theme_pager*.
2009-04-26 19:44:40 +00:00
Dries Buytaert
3fe4c4e1c4
- Patch #352880 by dereine, Dave Reid: replace strstre with strpos.
2009-04-26 06:00:31 +00:00
Dries Buytaert
e81096f5bc
- Patch #372471 by JamesAn et al: killed theme_box().
2009-04-20 21:28:15 +00:00
Angie Byron
e888f0061c
#323112 by dmitrig01, kkaefer, quicksketch, frando and many many more: Now presenting... Vertical Tabs. Fantastic new UI improvement for node forms and hopefully more in the future.
2009-04-11 22:19:46 +00:00
Dries Buytaert
562f0ae344
- Patch #372414 by Todd Nienkerk, JohnAlbin: don't output empty comments.
2009-04-04 12:35:16 +00:00
Dries Buytaert
4072ea4652
- Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore.
2009-03-17 12:41:54 +00:00
Angie Byron
fe1c55ed28
#404222 by cwgordon7: Fix comment above comment_link().
2009-03-17 02:49:56 +00:00
Angie Byron
3b30509599
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
2009-03-14 23:01:38 +00:00
Dries Buytaert
0bbc3bfcb3
- Patch #395086 by Freso: tiny performance optimization.
2009-03-10 11:21:27 +00:00
Dries Buytaert
6fe3c7c059
- Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'.
2009-03-08 21:25:18 +00:00
Angie Byron
ddc2604d69
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
2009-03-08 04:25:07 +00:00
Angie Byron
665c9fdc2c
Roll-back of users -> user table name change in #330983 : Broken pgsql is no fun.
2009-02-26 07:30:29 +00:00
Angie Byron
ff9e842730
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
2009-02-18 15:19:57 +00:00
Angie Byron
4be0f043ba
#349823 by Dave Reid: Fix query in recent comment block that results in fatal error (with tests).
2009-02-07 20:10:40 +00:00
Angie Byron
7842c3c14d
#333478 by keith.smith: Remove extra comma and 'character sequences' in taxonomy tag description.
2009-02-06 16:25:09 +00:00
Angie Byron
b1d7222c6b
#352337 by catch: Avoid pager query if there are no comments on a node.
2009-01-31 16:19:29 +00:00
Angie Byron
ad99dd761a
#242962 by Heine: Add a 'tablesort' Form API element to unify various places we use a big table with JS-enabled checkboxes next to each item (with tests).
2009-01-28 07:43:26 +00:00
Dries Buytaert
2e8ca690ff
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
2009-01-27 00:22:27 +00:00