Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #191499 by catch: remove display order settings and cleaned up some ↵ | Dries Buytaert | 2008-07-03 |
| | | | | white space. | ||
* | - Patch #272054 by David Rothstein: fixed code comment for comment_form(). | Dries Buytaert | 2008-06-20 |
| | |||
* | - Patch #272848 by catch: update comment settings form help text. | Dries Buytaert | 2008-06-20 |
| | |||
* | - Patch #255918 by R.Muilwijk: performance improvement: comment_link ↵ | Dries Buytaert | 2008-06-18 |
| | | | | querying for already retrieved data. | ||
* | - Patch #270045 by drewish, Susurrus: clean up return values. | Dries Buytaert | 2008-06-18 |
| | |||
* | - Patch #250729 by R.Muilwijk: fixed typo. | Dries Buytaert | 2008-06-17 |
| | |||
* | - Patch #250729 by R.Muilwijk: removed unnecessary SQL query. | Dries Buytaert | 2008-06-14 |
| | |||
* | - Patch #253577 by Morbus Iff: allow new comment timestamp to be passed. | Dries Buytaert | 2008-06-09 |
| | |||
* | - Patch #66264 by boombatower: comment approval displayed on node view of ↵ | Dries Buytaert | 2008-06-03 |
| | | | | comment. Comes with tests and everything. | ||
* | - Patch #258171 by Senpai: code cleanup. | Dries Buytaert | 2008-05-14 |
| | |||
* | - Patch #145242 by douggreen et al: refactor node_rank to modules can add ↵ | Dries Buytaert | 2008-05-14 |
| | | | | scoring factors. | ||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | 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. | ||
* | - Rollback. | Dries Buytaert | 2008-04-25 |
| | |||
* | - Patch #250729 by R.Muilwijk: performance improvement. | Dries Buytaert | 2008-04-25 |
| | |||
* | - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 |
| | | | | committed to D6. | ||
* | - Patch #175841 by catch et al: remove comment controls for users. Yowza. | Dries Buytaert | 2008-04-16 |
| | |||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched ↵ | Dries Buytaert | 2008-04-10 |
| | | | | | | | | | | | 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 ↵ | Dries Buytaert | 2008-04-10 |
| | | | | function by renaming it to comment_load(). | ||
* | - Patch #216504 by webchick et al: added missing table alias in ↵ | Dries Buytaert | 2008-04-10 |
| | | | | comment_render function. | ||
* | - Patch #240387 by matt2000 et al: move 'content types' to 'site building' ↵ | Dries Buytaert | 2008-04-06 |
| | | | | per the UMN usability study results. | ||
* | - Patch #81931 by keith.smith: improved wording of help text. | Dries Buytaert | 2008-02-23 |
| | |||
* | - Patch #81931 by webchick et al: made the recent comments block ↵ | Dries Buytaert | 2008-02-21 |
| | | | | configurable. Somme minor changes by me. | ||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 |
| | |||
* | #204411 by chx, slightly modified: heal a possible MySQL import error when ↵ | Gábor Hojtsy | 2008-01-25 |
| | | | | the anonymous user becomes broken | ||
* | #204705 by pwolanin: abort user_save on SQL errors, to avoid data corruption | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #199809 by theborg: comment templates were not checking status properly (fix ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | notice, allows themes to theme in-preview comments differently) | ||
* | #195161 follow up by keith.smith: fix typo in code comment | Gábor Hojtsy | 2008-01-04 |
| | |||
* | #195161 by mcarbone with some modifications: only show 'login to post ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | comments' if logging in actually lets you post comments | ||
* | - Patch #204221 by webernet: code style fixes. | Dries Buytaert | 2007-12-28 |
| | |||
* | #202473 by keith.smith: pre-RC1 spell checking on hopefully final text | Gábor Hojtsy | 2007-12-19 |
| | |||
* | #189878 by O Govinda, keith.smith: comment module help updates, removing ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | 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 ↵ | Gábor Hojtsy | 2007-12-16 |
| | | | | aggregator, comment and system modules | ||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | 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, ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | update to drag and drop functionality, drupal.module removal, etc | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | - 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 | Gábor Hojtsy | 2007-12-06 |
| | |||
* | #195678 by catch: standardise on Save and Preview button terminology (for ↵ | Gábor Hojtsy | 2007-11-29 |
| | | | | 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 ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | - Patch #190483 by webernet et al: tiny code cleanup. | Dries Buytaert | 2007-11-09 |
| | |||
* | #186749 by Rob Loach and myself: (regression) only override comment ↵ | Gábor Hojtsy | 2007-11-05 |
| | | | | submitter name with anonymous name, if it was not provided already | ||
* | #187391 by jrbeeman, catch: redirect user to proper node comment page after ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | submitting a new comment | ||
* | #93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft ↵ | Gábor Hojtsy | 2007-11-04 |
| | | | | carried over in comment module | ||
* | - Patch #163499 by Crell et al: split up comment module. | Dries Buytaert | 2007-10-31 |
| | |||
* | #185867 by hunmonk: (usability) add node title to comment overview page for ↵ | Gábor Hojtsy | 2007-10-25 |
| | | | | easier identification | ||
* | #177497 by chx and Desbeers: revive Drupal 5's menu_set_location() ↵ | Gábor Hojtsy | 2007-10-25 |
| | | | | 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 ↵ | Gábor Hojtsy | 2007-10-21 |
| | | | | source code and messages printed | ||
* | #182645 by scor: clean up concatenations to be in line with core coding ↵ | Gábor Hojtsy | 2007-10-19 |
| | | | | standards |