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 #216515 by chx, Damien Tournoud, et al: fixed form API glitch with ↵ | Dries Buytaert | 2008-06-24 |
| | | | | caching. | ||
* | - 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 #268449 by catch: fixed some tests that failed due to invalid ↵ | Dries Buytaert | 2008-06-09 |
| | | | | permissions. | ||
* | - Patch #253577 by Morbus Iff: allow new comment timestamp to be passed. | Dries Buytaert | 2008-06-09 |
| | |||
* | - Patch #266465 by R.Muilwijk: fixed the comment module tests. | Dries Buytaert | 2008-06-05 |
| | |||
* | - Patch #66264 by boombatower: comment approval displayed on node view of ↵ | Dries Buytaert | 2008-06-03 |
| | | | | comment. Comes with tests and everything. | ||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - 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. | ||
* | - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly. | Dries Buytaert | 2008-05-02 |
| | |||
* | - 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 #249941 by John Morahan: fixed incorrect parameters of watchdog() calls. | Dries Buytaert | 2008-04-23 |
| | |||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-04-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ... | ||
* | - 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 #214271 by recidive: improved schema identation. | Dries Buytaert | 2008-03-15 |
| | |||
* | - Patch #228120 by jvandyk: fixed code comment. | Dries Buytaert | 2008-03-10 |
| | |||
* | - 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 #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 |
| | |||
* | - 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 | ||
* | #208938 by bjaspan, scor: use schema PI for index updates instead of ↵ | Gábor Hojtsy | 2008-01-16 |
| | | | | database dependent code | ||
* | #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 |
| | |||
* | - Patch #205465 by jvandyk: add missing index on comment table. | Dries Buytaert | 2008-01-05 |
| | |||
* | #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 | ||
* | #199336 by JirkaRybka: remove improper t() use in update code (update goes ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | all in English, but there were some mistakes), and add messages to updates where there was no return value otherwise, so users know what happens in each update | ||
* | - Patch #199510 by Pancho: fixed form API conversions. | Dries Buytaert | 2007-12-18 |
| | |||
* | - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵ | Dries Buytaert | 2007-12-18 |
| | | | | indicies for common queries. | ||
* | #194310 follow up by chx and myself: only load comment module when we can ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | actually do it, and when we need it in comment.install |