Commit Graph

862 Commits (2f957104450835e8007a40af31d440f616517e7c)

Author SHA1 Message Date
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