Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#633750 by arianek, Shai, jhodgdon, and JuliaKM: Update Comment module to new documentation standards.
- Patch #122098 by jeffschuler: small code clean up.
#108818 by David Strauss, chx, Crell: Add transactions to key X_save() routines.
- Patch #624290 by peximo: improved assumptions about default comment language.
- Patch #292984 by sun: add cid to node_comment_statistics() for Views support and simplification of the code.
Roll-back of #595084; type-hinting parameters at stdClass makes it so you can't ever pass in another type of class.
- Patch #607244 by sun: added permission to decrease performance impact of contextual links.
#585868 by sun: Provide a generic way for actions to denote that they change a property.
#552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and support on node/comment pages rel=canonical and rel=shortlink standards.
#564642 by Scott Reynolds, Damien Tournoud, matt2000, and moshe weitzman: Remove previous content property from build functions so artifacts do not persist.
#537056 by catch and dww: Fixed Broken drupal_static() conversion in theme_comment_post_forbidden().
- Patch #595084 by c960657: use type hinting for .
#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().
#493030 follow-up by sun: Clean-ups to RDF module.
- Patch #493030 by scor, Stefan Freudenberg, pwolanin, fago, Benjamin Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my.
#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.
- Patch #606608 by q0rban, sun, David_Rothstein: use proper menu router paths for comment/*.
- Patch #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie information.
- Patch #275368 by michaelfavia, sun, mattconnolly: allow disabling comment preview + unify with node preview settings.
#605862 by andypost, peximo, sun: Store language for comments.
#493314 by yched and catch: Add multiple hook for formatters.
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().
- Patch #599804 by effulgentsia, catch: unify page, AJAX 'path', and AJAX 'callback' callbacks. Oh my, this is the beginning of something big.
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.
#569318 by Benjamin Melançon: Fixed hook_comment_load() never gets called.
#569238 by sun, swentel, catch: Changed Make check_markup() not cache by default.
#360023 by stella, sun, greggles: Added 'Publish comment' action + doxygen fixes.
- Patch #122098 by Damien Tournoud, catch, mdixoncm: split comment.timestamp into 'created' and 'changed' columns, just like for nodes.
- Patch #585838 by sun: quick fix for {comment}.status being broken.
- #440876 by Dave Reid, sun: reuse comment.module's anonymous cookie information for contact forms.
#592704 by BarisW and Mike Wacker: Display number of unapproved comments in the approval queue menu item.
- Patch #599640 by sun: move hard-coded comment query options to caller.
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.
- Patch #578520 by sun | c960657, mfb, Dries, catch, mattyoung: make in url() only accept an array. Another nice API clean-up!
- Patch #581534 by pwolanin | sun: fix redirecting after submitting a comment on a multi-page comment thread.
- 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.
- 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.
#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.
#564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... hey hey hey... gooood byeeee...
#334826 by maartenvg, Dave Reid, brianV: when editing an anonymous comment, the uid was set to NULL, which is not valid as a database value for the uid; set to zero
#571604 by catch: Stop calling node_load() 3 times for every comment. ;)
#564632 by moshe weitzman: Unify various _build() functions and remove duplicate copy of content.
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.
- Patch #412030 by stBorchert: fixed placement of descriptions on radios.
- Patch #394182 by chx, Berdir: converted search module to the new database abstraction layer. Rest in peace old database layer.
- Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API.
#364470 by stBorchert and JohnAlbin: Made theming of 'Submitted by author, on date' easier.
- Patch #428296 by dropcube, sun, catch: filter system doesn't communicate with other modules about filter format changes/deletions.
- Patch #460320 by catch, fago, Frando: standardized, pluggable entity loading for nodes, users, taxonomies, files and comments.
- Patch #535564 by Gábor Hojtsy: fixed broken path.
#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.
Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again.
*** empty log message ***
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.
#439798 by Rob Loach: Added Vertical Tabs to the Node Type Form.
- Patch #446518 by sun: remove argument from check_markup().
#545956 by claudiu.cristea: Add a presave hook to comments.
#545306 by alexanderpas: De-op hook_node_type().
#524652 follow-up by tic2000 and yched: Fix comment preview bug and add tests.
#537654 by catch: Tidy up comment links, and remove hook_link() in favour of hook_page_alter().
#396388 by andypost: Fix syntax of comment order query for pgsql.
- Accidentically committed two patches at once. Rolled back one of them. Sorry.
- Patch #535034 by yched: clean up how fields and instances are prepared for runtime.
- Patch #537062 by yched: remove unneeded comment_edit() page callback and convert some code from arrays to objects for consistency.
- Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye bye comments as nodes?
- 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.
- Patch #523950 by moshe weitzman, yched, catch: update comment rendering to take full advantage of the drupal_render() paradigm.
- Patch #524652 by yched: overhaul comment form and preview. Proper, modern use of Form API.
#310139 by fonant, c960657, pwolanin: drupal_urlencode() and Drupal.encodeURIComponent was used to encode query strings and other components it should not have been used for
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.
#502538 by catch: Add the ability to load multiple comments at once.
- Patch #512492 by DamZ: removed hook_validate, a relic of old times. Form API FTW!
- Patch #506976 by catch: rename hook_perm to hook_permission.
- Patch #310139 by pwolanin, c960657: drupal_query_string_encode() should not call drupal_urlencode().
- Patch #508786 by catch: removed pointless help text.
#373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions.
Drupal 6.13
- Patch #504678 by catch: use objects instead of arrays.
- Patch #506218 by catch: remove collapsed comments as is and tidy up comment settings.
- Patch #314358 by wonder95, Crell, killes, et al: add option to ignore slave servers. Finally.
#506650 by catch: Remove unnecessary comment_node_url().
- Patch #26966 by catch: fixed query.
- Patch #501466 by catch: move comment administration to a tab.
#335034 by hunmonk: Refactor comment validate/save logic to more closely mirror the node system.
- Patch #409750 by yched et al: overhaul and extend node build modes.
#480414 by JamesAn: Convert comment module to drupal_static caching.
- Patch #26966 by catch, skiminki, aaronbauman et al: fixed comment links when paging is used.
- Patch #480282 by quicksketch: keep the 'add new comment' link.
- Patch #243093 by catch, killes: improved indices on comment table.
- Patch #484090 by Berdir, tic2000: comment pager was broken.
#484828 by Mike Wacker: Fix permission capitalization in help text.
- Patch #307422 by brianV: for usability's sake, use 'Add new comment' across the board.
- Patch #468630 by Berdir: fixed error with publishing comments.
- Patch #470866 by catch: comment links should use 'html'.
#306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files.
- Patch #335893 by andypost, hexmode: don't show comment information in the RSS feed when a node's comments were disabled.
- Patch #339417 by yoroy, Shawn DeArmond, JamesAn: added some extra comment documentation.
- Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks.
- Patch #250729 by andypost, catch, R.Muilwijk et al: remove some unnecessary queries and search index.
- Patch #471070 by stella: millions of code style fixes.
- Patch #468944 by Berdir: database clean-ups for comment.module.
- Patch #468654 by Bojhan, Dries: removed some redundant help texts.
#353328 by catch, BrianV: When a new commment is added, the redirection path should point to page, where the new comment is.
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.
- Patch #449718 by alienbrain: node_feed() is now using new node building API.
#395086 by Freso: call trim() before truncate_utf8() in comment module for better quality truncation.
- Patch #446742 by sun, dmitrig01: fixed various bugs.
- Patch #353328 by brianV, catch: fixed glitch in comment paging.
- Patch #330748 by stBorchert: remove from theme_pager*.
- Patch #352880 by dereine, Dave Reid: replace strstre with strpos.
- Patch #372471 by JamesAn et al: killed theme_box().
#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.
- Patch #372414 by JohnAlbin: don't output empty div when no comment exist.
- Patch #372414 by Todd Nienkerk, JohnAlbin: don't output empty comments.
#395086 by Freso: call trim() before truncate_utf8() in comment module for better quality truncation.
- Patch #394374 by cwgordon7, wretched sinner, et al: improved language of comment status. Usability improvement based on testing in Baltimore.
#404222 by cwgordon7: Fix comment above comment_link().
#347250 by catch, drewish, and Berdir: Add function for loading multiple users in one request.
- Patch #395086 by Freso: tiny performance optimization.
- Patch #244904 by keith.smith, edmund.kwok, xano, David_Rothstein: rename 'input formats'.
#383066 by David Strauss: Rename hook_nodeapi_X to hook_node_X.
Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.
#330983 by recidive and boombatower: Rename users/users_roles tables to user/user_role for consistency.
#349823 by Dave Reid: Fix query in recent comment block that results in fatal error (with tests).
#333478 by keith.smith: Remove extra comma and 'character sequences' in taxonomy tag description.
#352337 by catch: Avoid pager query if there are no comments on a node.
#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).
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
- Removing whitespace.
- Patch #353632 by catch et al: avoid sorting elements twice -- performance improvement.
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
- Patch #201490 by lilou, keith.smith: fixed inconsistencies in the moderation queue related help texts.
#8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
#328977 by Dave Reid, hgmichna: comment_controls() form function lacks first form_state parameter, so passed values are incorrectly used
- Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering out of node module'.
- Patch #353480 by dereine, justinrandell: remove from hook_comment().
- Patch #352911 by swentel: the comment status field was reversed.
- Rollback of #352337.
- Patch #350984 by Moshe: kick comment rendering out of node module.
- Patch #352337 by catch: avoid unnecessary query in comment render.
- Patch #352054 by catch: convert calls to db_placeholders() in static queries.
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
- Patch #339929 by Moshe et al: move node links into ->content.
- Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups.
- Patch #324313 by catch et al: load multiple nodes and terms at once.
#195161 by mcarbone with some modifications: only show 'login to post comments' if logging in actually lets you post comments. Backport by salvis.
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
- Patch #296624 by Damien Tournoud: made search work on PostgreSQL.
#302438 by maartenvg and cwgordon7: Only show the 'queued for approval' message for non-administrators.
- Patch #334826 by maartenvg: editing of anonymous comments was broken. Bugfix with test\!
- Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up).
- Patch #334030 by justinrandell: replace module_list with module_implements when calling a hook.
- Patch #314532 by jsaints, Crell, Arancaytar, CorniI, Rob Loach, et al: convert comment module to new DB layer. Doesn't break any additional tests so if we discover a regression, please submit a test with it.
- Patch #319788 by stella, nedjo et al: pass language code to filters when available.
- Patch #279516 by c960657: removed many PHP4-isms. Great patch.
- Patch #296485 by johnskulski, catch: fixed problem with comment threading.
Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default.
Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations.
#242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default.
#313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names
- Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers.
- Patch #310212 by justinrandell, catch, et all: killed in _user hook, as well as two small kittens.
- Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edit forms easier. DX improvement.
#125315 by chx, sun, Gábor Hojtsy, drumm, and friends: Add #input_format FAPI property that can be used by WYSIWYG editors. WOOHOO.
#108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together.
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience.
#253577 by Morbus Iff, nevergone: Allow setting comment timestamp in comment_save(). Enabled import scripts to import dates for comments.
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
- Patch #66264 by boombatower: fixed typo in title.
- Patch #187061 by Rob Loach: give feedback when a comment was posted.
- Patch #237636 by marcingy: comment status field should match node status field.
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
- Patch #191499 by catch: remove display order settings and cleaned up some white space.
- Patch #272054 by David Rothstein: fixed code comment for comment_form().
- Patch #272848 by catch: update comment settings form help text.
- Patch #255918 by R.Muilwijk: performance improvement: comment_link querying for already retrieved data.
- Patch #270045 by drewish, Susurrus: clean up return values.
- Patch #250729 by R.Muilwijk: fixed typo.
- Patch #250729 by R.Muilwijk: removed unnecessary SQL query.
- Patch #253577 by Morbus Iff: allow new comment timestamp to be passed.
- Patch #66264 by boombatower: comment approval displayed on node view of comment. Comes with tests and everything.
- Patch #258171 by Senpai: code cleanup.
- Patch #145242 by douggreen et al: refactor node_rank to modules can add scoring factors.
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code.
#216504 by mcarbone and webchick: comment table was not properly aliased in comment_render()'s count query, so db_rewrite_sql() was not working well on the query
- Rollback.
- Patch #250729 by R.Muilwijk: performance improvement.
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
- Patch #175841 by catch et al: remove comment controls for users. Yowza.
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
- Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs.
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
block-user-0.tpl.php --> block-user-navigation.tpl.php
block-user-1.tpl.php --> block-user-login.tpl.php
You get the picture.
- Patch #195072 by webchick and coltrane: make _comment_load() a public API function by renaming it to comment_load().
- Patch #216504 by webchick et al: added missing table alias in comment_render function.
Drupal 6.2
- Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results.
- Patch #81931 by keith.smith: improved wording of help text.
- Patch #81931 by webchick et al: made the recent comments block configurable. Somme minor changes by me.
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
#204411 by chx, slightly modified: heal a possible MySQL import error when the anonymous user becomes broken
#204705 by pwolanin: abort user_save on SQL errors, to avoid data corruption
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
#199809 by theborg: comment templates were not checking status properly (fix notice, allows themes to theme in-preview comments differently)
#195161 follow up by keith.smith: fix typo in code comment
#195161 by mcarbone with some modifications: only show 'login to post comments' if logging in actually lets you post comments
- Patch #204221 by webernet: code style fixes.
#202473 by keith.smith: pre-RC1 spell checking on hopefully final text
#189878 by O Govinda, keith.smith: comment module help updates, removing help on features which are not there, and adding help on Drupal 6's new per content type comment settings
#197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in aggregator, comment and system modules
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
#198579 by webernet and hswong3i: a huge set of coding style fixes, including: - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
#195678 by catch: standardise on Save and Preview button terminology (for comments) and button placement for comments and nodes, so Save is always the leftmost button, and there is no guessing to find it
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate
- Patch #190483 by webernet et al: tiny code cleanup.
#93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft carried over in comment module
#186749 by Rob Loach and myself: (regression) only override comment submitter name with anonymous name, if it was not provided already
#187391 by jrbeeman, catch: redirect user to proper node comment page after submitting a new comment
#93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft carried over in comment module
- Patch #163499 by Crell et al: split up comment module.
#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
#185867 by hunmonk: (usability) add node title to comment overview page for easier identification
#177497 by chx and Desbeers: revive Drupal 5's menu_set_location() functionality by introducing menu_set_item() (for consistency in function naming), thus fixing a regression in the current development code. Also fixing some misuse of menu_set_location() by using drupal_set_breadcrumb() instead.
#184867 by deekayen, catch and keith.smith: fix some spelling errors in our source code and messages printed
#182645 by scor: clean up concatenations to be in line with core coding standards
Drupal 5.3
#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
#183390 by hunmonk: forms should use form_state['redirect'] for redirection, not drupal_goto() - fix this in comment_admin_overview_submit()
#183390 by hunmonk: forms should use form_state['redirect'] for redirection, not drupal_goto() - fix this in comment_admin_overview_submit()
- Patch #182950: fieldset massaging for usability.
#181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to 'permissions' for usability reasons
#63990 by several people: fix comment submission on nodes where a form is displayed
- Patch #180432 by hunmonk, sun, et al: make comment settings per node type. This is a new feature that slipped in because it is required for the project module on drupal.org.
#63990 by hunmonk. Append to instead of overwrite #suffix.
#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
#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
#174233 by webernet: fix notices when editing comments and also fix a moderation bug along the way
#177927 by chx: use path=/ in PHP comment settings cookie creation, so cookies set around the site are available in other 'directories'
#172773 by numerous contributors: Make the actions interface usable by mere mortals (including rename of actions.module to trigger, but keeping the actions themselfs). Complete previous history of actions module: - #148410 by jvandyk: added rewrite of the actions module! - #155986 by Uwe: fixed typos. - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
#172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix approval queue
- Patch #172961 by webernet: code style cleanup.
- Patch #172950 by webernet: code style fixes.
#6162 by various people: actually point new anchors to the page the first new comment is displayed (in a multipage comment view)
- Removing whitespace.
#111127 rollback by chx, slightly extended: roll back node_load cache, it needs more thought and discussion, so postponed until at least Drupal 7
#156475 by Christoph C. Cemper and greggles: actually call the publish op on hook_comment when a comment is first (automatically) published
- Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches.
#111127 by chx: cache node_load(), so heavy operations loading data from external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op)
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.)
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement.
- Patch #166205 by hswong3i: improved database compatibility of db_result(). Makes it work with DB2, Oracle, etc.
- Patch #163073 by Robert Douglas: removing dead code.
Drupal 5.2
#161979 noticed by bboyjay, patch by myself: kill noticedisplayed when no comments were selected for the mass operation
- Patch #160589 by dvessel: tpl-ify the comment module's theme functions.
- Patch #160491 by dvessel: fixed E_NOTICE warnings.
- Patch #57106 by Steven et al: future timestamps break search indexing.
#156778 by asimmonds: revert node and comment deletions to the pre-deletion API state
- Patch #157773 by pwolanin: remove node/%/% from comment_menu.
#156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes
#128165 by joshk and webchick: missing db_rewrite_sql() calls in comment queries
- Patch #155986 by Uwe: fixed typos.
#146386 by kbahey: refactor 'submitted by user - date' themeing and make it more verbose to translate
- Rollback of patch #147723: delete API. Talked to Steven and Gabor and we unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7.
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array
- Patch #148410 by jvandyk: added rewrite of the actions module! This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;)
#154046: Optimize confirm_form syntax for common usage (and fix some $form_state bugs).
#148678: Fix notices/warnings on invalid paths like 'node/zzz'. (chx/pwolanin/webernet)
#147723: Deletion API (by hunmonk). Woop woop.
#57106 (22) by Steven. Use changed date for search indexing, which is more reliable.
- Patch #82526 by Moshe: simplified APIs -- use form_alter now.
- Patch #142829 by webchick and gurpartap singh: pave the path to allow comment-.tpl.php.
- Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id().
- Patch #149339 by Ted: removed unnecessary heavy query.
- Patch #146667 by Jeff Eaton: form API fixes.
- Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments
- Patch #147417 by robertDouglas: only save cookie for anonymous users.
- Patch #146470 by Eaton et al: standardize form API3 hook parameter order.
- Patch #142773 by kbahey: made Drupal work correctly when behind a reverse proxy.
- Patch #141131 by mfer: fixed UTF-8 problem.
- Patch #141131 by mfer: remember anonyous comment posters.
- Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)
- Patch #128082 by Goba et al: Allow localization of built-in menu items.
- Patch #137236 by merlinofchaos: provide a way to secure the theme variables system.
#76588 patch by alienbrain: some localization-unfriendly watchdog() calls
- Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot.
- Patch #130366 by webchick and Steven: make signatures pretty.
- Patch #130987 by merlinofchaos: added theme registry for easier themability.
#130991: Custom menu items, part 1
#130366: Better styling for signature separator (thanks webchick).
- Patch #130366 by webchick and steven: improved signature handling. Step 1 of 2.
- Patch #110888 by Heine: fixed drupal_alter glitch().
#130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)
- Patch #110888 by Eaton: unify hook _alter()