Angie Byron
4ab1238ce5
#763400 by eojthebrave: Fixed Comment preview/submit button weight not set causing fields to appear below preview/submit button.
2010-04-21 06:58:31 +00:00
Angie Byron
7bb6753e9f
#701818 by mcarbone: Test coverage of every core token, and bug fixes to make them work. AWESOME! :D
2010-04-20 09:48:06 +00:00
Dries Buytaert
874d735891
- Patch #682552 by mradcliffe, jhodgdon: fixed notices.
2010-04-17 12:54:02 +00:00
Dries Buytaert
11751c151d
- Patch #757288 by catch, jpmckinney: optimize comment_save().
2010-04-16 13:56:45 +00:00
Dries Buytaert
45dbfaf816
- Patch #445130 by Rob Loach, aspilicious, noahb, jpmckinney, TR: namespace the Drupal jQuery functions.
2010-04-16 13:55:06 +00:00
Dries Buytaert
d6217df82f
- Patch #721378 by jpmckinney, cha0s, casey, noahb: critical bug: comment_save() fails silently.
2010-04-13 23:12:26 +00:00
Dries Buytaert
3c3cee28b9
- Patch #716496 by JohnAlbin: documentation updates for theme functions.
2010-04-13 15:23:03 +00:00
Dries Buytaert
06fe6cae2d
- Patch #763048 by catch: critical bug: remove drupal_unpack()() due to namespacing collisions.
2010-04-13 15:13:41 +00:00
Dries Buytaert
e892ed5c31
- Patch #712538 by scor: clean up RDF namespaces and mappings before Drupal 7 release.
2010-04-10 16:37:19 +00:00
Dries Buytaert
192cb2cf94
- Patch #762770 by jpmckinney: comment_save() has comparison operator where assignment operator should be.
2010-04-08 19:54:52 +00:00
Dries Buytaert
f3a8fa9ea8
- Patch #763444 by jpmckinney: user_cookie_save() has a weird/awkward function signature.
2010-04-07 16:35:03 +00:00
Dries Buytaert
626e64025e
- Patch #682552 by mradcliffe, jhodgdon: FieldException when trying to enable blog and comment modules for first time.
2010-04-07 14:36:16 +00:00
Dries Buytaert
ba96cffdb7
- Patch #699440 by scor, effulgentsia, noahb, catch: add bundle support to entity_uri() callback to remove performance overhead of forum_url_outbound_alter().
2010-04-06 19:49:03 +00:00
Dries Buytaert
f2e3917acb
- Patch #762234 by catch: give modules access to updated comment statistics in hook_comment_insert() and hook_comment_update().
2010-04-06 05:53:30 +00:00
Dries Buytaert
636b43e5a0
- Patch #743804 by gpk: comment_enable() should use node created time not changed time for last_comment_timestamp().
2010-04-04 13:20:10 +00:00
Dries Buytaert
6fc055ab90
- Patch #730220 by Berdir, aspilicious, Damien Tournoud, pwolanin: improved xpath tests.
2010-03-31 20:05:06 +00:00
Dries Buytaert
46f51dec0c
- Patch #757288 by catch: optimize comment_save().
2010-03-31 11:49:51 +00:00
Dries Buytaert
fdb422b8a2
- Patch #742318 by sun, yched: fields are editable regardless of whether an bundle instance exists, missing menu titles, etc.
2010-03-28 11:08:30 +00:00
Angie Byron
3359fb5c1c
#66264 by boombatower, grendzy, et al: Remove CSRF vulnerability from comment module.
2010-03-28 07:00:30 +00:00
Angie Byron
7d4b84b878
#707724 follow-up by yched: Fix more confusing field/entity api arguments.
2010-03-27 05:52:50 +00:00
Dries Buytaert
d428fe37b9
- Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links.
2010-03-26 17:14:46 +00:00
Dries Buytaert
92bd43b3ec
- Patch #737858 by moshe weitzman: move watchdog to form submit - our of comment_save().
2010-03-24 10:18:40 +00:00
Dries Buytaert
2c3c1a9303
- Patch #705306 by moshe weitzman: user_cancel_delete() method calls into a 'standard' user_delete_multiple() API.
2010-03-12 15:56:30 +00:00
Dries Buytaert
29dc1d64e1
- Patch #734750 by Damien Tournoud: unnecessary belly-dancing about indexes on {comment}.
2010-03-07 23:27:14 +00:00
Angie Byron
47371be0a5
#414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type 'text_format' for additional DX/security around rich text fields.
2010-03-07 23:14:20 +00:00
Angie Byron
8b762fce57
#699596 by mr.baileys and catch: Fixed (Un)publishing several comments doesn't work.
2010-03-07 07:15:28 +00:00
Dries Buytaert
72df65d1e0
- Patch #731426 by fago: recursed entity loading didn't work.
2010-03-05 13:41:04 +00:00
Dries Buytaert
7818e2d460
- Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: made fieldsets work on all browser.
2010-03-03 19:46:26 +00:00
Dries Buytaert
53f1310a79
- Patch #705146 by yched: improved the UI.
2010-03-03 07:57:27 +00:00
Dries Buytaert
74e94b7e01
- Patch #721374 by jhodgdon: 'Add new comment' is put into the search index along with each node.
2010-03-01 11:18:31 +00:00
Dries Buytaert
19aaebcbe2
- Patch #721010 by jhodgdon: actions topic group needs more functions included and better doc header.
2010-02-26 16:55:18 +00:00
Dries Buytaert
573bdba90f
- Patch #517850 by JohnAlbin: polish default comment-wrapper.tpl.php and associated CSS.
2010-02-23 09:51:21 +00:00
Angie Byron
32c34106dc
#606608 follow-up by Gábor Hojtsy and sun: Go back to numeric placeholders for comment menu paths for performance.
2010-02-22 15:38:52 +00:00
Angie Byron
fd7a324437
#645374 follow-up by sun: Make entity ids available to confirm form submit handlers.
2010-02-17 05:42:42 +00:00
Angie Byron
579e39b465
#314349 by mfb, Damien Tournoud, catch, scor, cha0s: Fixed random failures from comment paging tests.
2010-02-17 05:31:31 +00:00
Dries Buytaert
d89f046426
- Patch #685034 by linclark: the number of comments in RDFa should be typed.
2010-02-15 15:12:22 +00:00
Dries Buytaert
67236edaef
- Patch #628764 by mr.baileys: comment.test does not implement setCommentPreview() correctly.
2010-02-13 19:34:54 +00:00
Dries Buytaert
21258d5cf0
- Rollback.
2010-02-12 14:35:36 +00:00
Dries Buytaert
cd6f6e279f
- Patch #314349 by catch, mfb: fixed ordering.
2010-02-12 14:12:01 +00:00
Angie Byron
52195a6b1d
#525622 by scor, catch, and yched: Allow Entity path callback to deal with options.
2010-02-11 15:52:13 +00:00
Dries Buytaert
a2c946e5e9
- Patch #709000 by Pasqualle: fixed param in hook_x_view_alter() function passed by reference.
2010-02-09 22:30:30 +00:00
Dries Buytaert
a2ec3c3852
- Patch #708144 by lilou: remove double semicolons at end of line.
2010-02-09 12:29:39 +00:00
Dries Buytaert
2893abcc62
- Patch #652246 by effulgentsia, scor: optimize theme('field') and use it for comment body.
2010-02-07 09:11:28 +00:00
Angie Byron
ec407ec945
#211182 by Damien Tournoud, David_Rothstein, clemens.tolboom, scor, hunmonk, et al: Allow updates to specify dependencies to ensure they run in a predictable order.
2010-02-03 18:16:23 +00:00
Dries Buytaert
ea51c3215b
- Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines at end of files.
2010-01-30 07:59:26 +00:00
Angie Byron
ec78589174
#537750 by yched: Added Field UI for comments.
2010-01-30 04:14:17 +00:00
Angie Byron
e5f48f0f78
#680910 by yched and bjaspan: Allow fields to be restricted to entity types.
2010-01-30 02:22:01 +00:00
Angie Byron
02c1eeee3f
#684202 by catch: Added Entity insert/delete/update hooks, to support caching.
2010-01-30 02:01:41 +00:00
Dries Buytaert
6cb277926f
- Patch #563106 by adrian, David_Rothstein: more upgrade path fixes to help contrib updates make progress.
2010-01-25 21:32:44 +00:00
Dries Buytaert
fa4cfd616d
- Patch #564642 by Scott Reynolds, Dave Reid: comment_build() was renamed to comment_view()
2010-01-25 10:40:00 +00:00
Dries Buytaert
3fbe8b721b
- Patch #564642 by Scott Reynolds: added tests for node_rebuild() and comment_rebuild().
2010-01-24 15:21:06 +00:00
Angie Byron
6260946b82
#538164 follow-up by sun: Make comment body a required field.
2010-01-14 02:00:08 +00:00
Dries Buytaert
1e05ca59fa
- Patch #682870 by jhodgdon, asimmonds: fixed UI spelling typos.
2010-01-13 14:25:59 +00:00
Angie Byron
85213d3bee
#279851 by catch, et al: Replace LOWER() with db_select() and LIKE() where possible.
2010-01-13 06:44:31 +00:00
Angie Byron
83c97345e8
#525622 by Frando, yched, et al: Add entity hook callbacks so that 'as link' formatters have a generic way to build the url of an 'entity'.
2010-01-13 06:26:49 +00:00
Angie Byron
02d2f6e04a
#678714 by effulgentsia: Unify use of theme hook / template suggestions, fix clobbering problems, and improve suggestion discovery performance.
2010-01-13 05:40:03 +00:00
Angie Byron
3a0f6b3372
#636992 by catch, yched: Fixed Entity loading needs protection from infinite recursion. Prevents unnecessary user_load()s from RDF.
2010-01-13 05:00:25 +00:00
Angie Byron
90b08f2bd8
#620616 by Bojhan, reglogge, lisarex, jhodgdon, and yoroy: Fix inconsistencies in menu description labeling.
2010-01-12 23:04:48 +00:00
Angie Byron
69ed7f66b8
#546356 by jhodgdon and threexk: Change 'login' verb to 'log in' in user interface.
2010-01-11 16:25:16 +00:00
Angie Byron
b024b3a1c2
#679960 by aspilicious: Fixed 'Notice: undefined variable cids' when there are no comments available.
2010-01-11 00:17:02 +00:00
Angie Byron
1e7d70a44c
#538164 follow-up by yched: Fix notice in update.php.
2010-01-11 00:13:01 +00:00
Angie Byron
08dd25895e
#560608 by pounard, plach, and yched: Fixed missing calls to field_attach_preprocess().
2010-01-10 00:41:28 +00:00
Angie Byron
71ee49de3e
#679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more extraneous 'Please' in the interface.
2010-01-09 23:03:22 +00:00
Angie Byron
147bb1389a
#571654 follow-up by chx, peximo, plach, sun, et al:
...
Roll-back of node titles as fields. The Entity Translation module in
contrib can add this back, but for everyone else it creates a *huge* WTF.
Apologies for how late this is coming, but better now than post-alpha. :\
2010-01-09 21:54:01 +00:00
Angie Byron
85c680a1a0
#588148 by JohnAlbin, sun, and effulgentsia: Make theme_links() actually themable.
2010-01-08 07:36:53 +00:00
Dries Buytaert
6dc7e86b80
- Patch #677662 by heyrocker: fixed in several hook_token() implementations so that language options get set properly.
2010-01-07 20:55:49 +00:00
Angie Byron
f562e86581
#538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support.
2010-01-07 05:23:52 +00:00
Dries Buytaert
102a682914
- Patch #652588 by scor: updated RDF mapping definition in the core modules.
2010-01-05 18:56:49 +00:00
Dries Buytaert
eabc4bd2d3
- Patch #673974 by sun: Fixed PHP notice when mass-unpublishing or deleting comments, and wrong form validation redirect.
2010-01-05 15:30:30 +00:00
Angie Byron
37b78e0259
#646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files.
2010-01-04 03:57:19 +00:00
Angie Byron
fea12f8c1d
#363977 by catch, fabsor, and snufkin: Base comment edit links on a permission rather than a count query (performance).
2010-01-03 22:30:26 +00:00
Angie Byron
ba6ef3017e
#482816 by sun and Rob Loach: Add a consistent wrapper around submit buttons.
2010-01-03 21:01:04 +00:00
Angie Byron
bdcf08c2f7
Roll-back of #654854 : this causes tests to fail.
2009-12-27 03:43:45 +00:00
Dries Buytaert
53748ab5e2
- Patch #664544 by yched: clean-up entity build/view modes.
2009-12-26 16:50:09 +00:00
Angie Byron
c19b7667ae
#654854 by marcingy and yched: Remove unneeded node_build() when creating a new comment.
2009-12-25 10:17:22 +00:00
Dries Buytaert
4f32e4165b
- Patch #664012 by sun: fixed comment settings.
2009-12-24 14:00:03 +00:00
Dries Buytaert
3d381a1c54
- Patch #658314 by bleen18, dereine: fixed variable in node.tpl.php -- take 2.
2009-12-22 20:38:23 +00:00
Dries Buytaert
d1c017660c
- Patch #658364 by effulgentsia: made the build/view/formatter terminology more consistent.
2009-12-21 13:47:32 +00:00
Dries Buytaert
58ba3b6e3f
- Rollback of previous patch. Houston, it has a typo.
2009-12-17 19:22:25 +00:00
Dries Buytaert
6d1774c7dd
- Patch #658314 by dereine, bleen18: fxed variable in node.tpl.php is buggy.
2009-12-17 19:14:42 +00:00
Dries Buytaert
8ee21dd132
- Patch #632092 by scor, linclark: number of replies of a node in RDFa.
2009-12-16 19:53:53 +00:00
Dries Buytaert
527a054952
- Patch #644648 by sun: cleaned up, documented, and corrected some ['#token'] code.
2009-12-14 13:51:57 +00:00
Angie Byron
d6305a6616
#653940 follow-up by carlos8f and sun: Fix fatal errors in tests and revert changes to error reporting in previous patch.
2009-12-13 09:14:21 +00:00
Dries Buytaert
bce59ec4e5
- Patch #314349 by Damien Tournoud, Dave Reid, CorniI, nedjo, catch: fixed PDO Exception when having too much comments.
2009-12-11 17:09:00 +00:00
Dries Buytaert
c2f26d3368
- Patch #653940 by sun: tests weren't reporting all errors.
2009-12-10 15:39:43 +00:00
Angie Byron
757c567e55
#654014 by moshe weitzman: Fix broken update functions.
2009-12-08 06:52:38 +00:00
Angie Byron
ddf591963e
#520740 by marcingy, catch, and Damien Tournoud: Fixed Comment threading (with test).
2009-12-08 06:33:11 +00:00
Dries Buytaert
1da26fadfe
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
2009-12-04 16:49:48 +00:00
Dries Buytaert
0baad49d62
- Patch #635094 by plach: unify 'language neutral' language codes.
2009-12-02 19:26:23 +00:00
Dries Buytaert
99833c6289
- Patch #558928 by brandonojc, mgifford, Owen Barton, Everett Zufelt: improved consistency, flexibility and accessibility of form element labels.
2009-12-02 15:09:16 +00:00
Dries Buytaert
6083731ce4
- Patch #645374 by sun: make object IDs available to form submit handlers. This should be a best practice, IMO.
2009-12-01 16:03:35 +00:00
Dries Buytaert
65163fc48e
- Patch #336483 by catch: moving the update function to the proper module.
2009-12-01 13:35:24 +00:00
Dries Buytaert
29368b4664
- Patch #620446 by Xano: rewrite permission titles and descriptions.
2009-12-01 13:14:43 +00:00
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
a239296cbc
- Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add link to the permissions and configuration page of each module from the module configuration page. Great team work!
2009-11-17 21:24:19 +00:00
Dries Buytaert
2387e71f6d
- Patch #614444 by scor, effulgentsia: more consistent RDFa logic for username.
2009-11-12 07:00:48 +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
ae842168f9
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.
2009-11-03 05:27:18 +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
70abacbb7b
- Patch #493030 by effulgentsia: documentation improvements/additions for RDF support.
2009-10-19 20:33:21 +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
Dries Buytaert
079dca8e17
- Patch #608036 by effulgentsia: add content_attributes() variable for tpl files, so RDF can be implemented better.
2009-10-19 01:30:07 +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
Angie Byron
a09822b363
#606640 by eojthebrave and sun: Use proper menu router paths for the block module.
2009-10-16 23:48:38 +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
4430d46334
- Patch #440876 : missing files.
2009-10-16 16:37:01 +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
b3265dbe17
#557292 by peximo, plach, catch, and yched: Convert node title to Field API.
2009-10-11 03:07:21 +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
Angie Byron
f06ed4f670
#300993 follow-up by Dave Reid: Remove cruft from tests now that we have a real permissions API.
2009-10-08 08:16:54 +00:00
Dries Buytaert
1983aed44b
- Patch #590014 by sun, mr.baileys | Dries: fixed undefined language when language is specified in .
2009-09-30 18:37:30 +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
cef1089389
- Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().
2009-09-29 15:13:57 +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
Dries Buytaert
2729f1c2f0
- Patch #569362 by scor, effulgentsia, catch: add attributes and title_attributes() variables for tpl files so that RDFa and Microformats can be implemented.
2009-09-11 06:48:03 +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
029c48c68d
- Patch #306151 by agentrickard, David_Rothstein, Dave Reid, dbabbage, moshe weitzman: automatically install/uninstall schema.
2009-09-10 06:38:20 +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
e6e29ac1b0
- Patch #444344 by kkaefer, sun, Rob Loach: this change introduces a jQuery .once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.
2009-08-31 05:51:08 +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
Dries Buytaert
14b233ec1d
- Patch #368408 by jeffschuler: improve consistency of API and settings on administration pages.
2009-08-25 10:27:15 +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
Dries Buytaert
2a123f0ac9
- Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' section in 'configuration and modules'.
2009-08-21 14:27:47 +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
Dries Buytaert
40003c8307
- Patch #113614 by eaton, fago, et al: add centralized token/placeholder subsituation to core.
2009-08-19 20:19:37 +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
88884f89c1
#289504 by mikeryan and moshe weitzman: Add index on comment, uid columns to speed up user_delete().
2009-08-09 02:46:27 +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
Angie Byron
0bd7fcbf38
#226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly.
2009-08-03 03:04:34 +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
d422853504
- Patch #536570 by Gábor Hojtsy: implemented new IA for top-level users.
2009-07-31 19:01:03 +00:00
Dries Buytaert
d455a8d921
- Patch #336483 by brianV: SELECT MAX(comment_count) FROM node_comment_statistics did a full table scan so added an index.
2009-07-30 19:27:11 +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
715a2d655f
- Patch #511748 by moshe weitzman: pushing rending to later in the cycle so there is more room for customization.
2009-07-29 06:39:35 +00:00
Dries Buytaert
a938e18a1b
- Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos to Berdir for this humongous effort.
2009-07-28 19:18:08 +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
Dries Buytaert
3cad9f411a
- Patch #520486 by kika: after killing folded comments in #506218 , modules/comment/comment-folded.tpl.php still exists. Kill it to death!
2009-07-19 14:02:53 +00:00
Dries Buytaert
13cc9824a8
- Patch #506218 by kika: remove some left-overs from the collapsed comments feature.
2009-07-15 21:30:14 +00:00
Angie Byron
735e1d904f
#500866 by boombatower: Remove t() from getInfo in tests.
2009-07-13 21:51:42 +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