Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #248436 by catch: fixed some bugs in the statistics module, wrote ↵ | Dries Buytaert | 2008-05-07 |
| | | | | some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it. | ||
* | - 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 #251473 by webchick, chx, et al: one step closer to running tests in ↵ | Dries Buytaert | 2008-05-06 |
| | | | | the includes directory. Not working yet. | ||
* | - Patch #244942 by Freso and pwoladin: removed outdated string from ↵ | Dries Buytaert | 2008-05-05 |
| | | | | documentation. | ||
* | - Patch #192962 by gpk et al: ghop #24, module administration page improvements. | Dries Buytaert | 2008-05-05 |
| | |||
* | - Patch #249200 by flobruit: some tests for input filters. | Dries Buytaert | 2008-05-05 |
| | |||
* | - Patch #252920 by flobruit and pwoladin: split profile module tests in ↵ | Dries Buytaert | 2008-05-04 |
| | | | | smaller tests, and improved performance of tests. | ||
* | - Patch #253022 by beginner: fixed typo in code comments. | Dries Buytaert | 2008-05-02 |
| | |||
* | - Patch #253706 by zoo33: renamed 'header' to 'heading' for correctness with ↵ | Dries Buytaert | 2008-05-02 |
| | | | | the W3C standard. | ||
* | - Patch #252920 by flobruit: fixed broken profile module tests by rewriten ↵ | Dries Buytaert | 2008-05-02 |
| | | | | them -- and added some more tests. | ||
* | - Patch #240988 by David_Rothstein: fixed left-over documentation after the ↵ | Dries Buytaert | 2008-05-02 |
| | | | | HTML escaping became a filter of its own. | ||
* | - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly. | Dries Buytaert | 2008-05-02 |
| | |||
* | - Patch #127295 by yhager: module version numbers should always be shown ↵ | Dries Buytaert | 2008-04-30 |
| | | | | left-to-right. | ||
* | - Patch #252365 by boombatower: clean up the temporary directory that gets ↵ | Dries Buytaert | 2008-04-30 |
| | | | | creating during the test runs. | ||
* | - Patch #249608 by boombatower: user registration test doesn't set required ↵ | Dries Buytaert | 2008-04-30 |
| | | | | variables. | ||
* | - Patch #246298 by boombatower: added missing <label> to module names on ↵ | Dries Buytaert | 2008-04-30 |
| | | | | uninstall page. Improves consistency with the module install page. | ||
* | - Patch #251550 by ksenzee: simpletest requires curl so make sure to add a ↵ | Dries Buytaert | 2008-04-28 |
| | | | | requirements check. | ||
* | - Patch #225859 by webchick: fixed warning in author information block. | Dries Buytaert | 2008-04-28 |
| | |||
* | - Patch #251631 by chx: fixed behavior of the Drupal web test case with ↵ | Dries Buytaert | 2008-04-28 |
| | | | | regard to POST and GET operations. | ||
* | - Rollback. | Dries Buytaert | 2008-04-25 |
| | |||
* | - Patch #234785 by Rowanw: made the 'more help' link work with RTL languages. | Dries Buytaert | 2008-04-25 |
| | |||
* | - Patch #251263 by catch: fixing up many code style issues in the tests. | Dries Buytaert | 2008-04-25 |
| | |||
* | - Patch #250729 by R.Muilwijk: performance improvement. | Dries Buytaert | 2008-04-25 |
| | |||
* | - Patch #251239 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 #250056 by dmitrig01: if all the checkboxes in a checkbox group are ↵ | Dries Buytaert | 2008-04-23 |
| | | | | checked on page load, the check all box isn't checked, which is should be (because all sub-boxes are checked). | ||
* | - Patch #67523 by ricabrantes: fixed theme issue with avatars on account ↵ | Dries Buytaert | 2008-04-23 |
| | | | | listings. | ||
* | - Patch #249941 by John Morahan: fixed incorrect parameters of watchdog() calls. | Dries Buytaert | 2008-04-23 |
| | |||
* | - Patch #249629 by chx, flobruit: made drupal_test_case() reusable and ↵ | Dries Buytaert | 2008-04-23 |
| | | | | improve the SimpleTest documentation. | ||
* | - Patch #226869 by hswong3i: code style clean-up. | 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 ... | ||
* | - 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 #93154 by mfb: add unlimited option for uploading files. | Dries Buytaert | 2008-04-20 |
| | |||
* | - Patch #154151 by Robert Douglass: made it possible to do language-aware ↵ | Dries Buytaert | 2008-04-20 |
| | | | | searches. | ||
* | - Patch #232433 by mfb: make sure RSS feeds validate. | Dries Buytaert | 2008-04-19 |
| | |||
* | - Patch #228594 by catch and flobruit: some code clean-up. | Dries Buytaert | 2008-04-19 |
| | |||
* | - Patch #248140 by thehong: usability: add destination to user editing page ↵ | Dries Buytaert | 2008-04-19 |
| | | | | link on personal contact form. | ||
* | - Dang, forgot another file. | Dries Buytaert | 2008-04-17 |
| | |||
* | - Forgot to remove the actual files. | Dries Buytaert | 2008-04-16 |
| | |||
* | - Patch #245504 by catch, David_Rothstein, Freso, et al: removed the ↵ | Dries Buytaert | 2008-04-16 |
| | | | | throttle module from Drupal core. | ||
* | - Patch #175841 by catch et al: remove comment controls for users. Yowza. | Dries Buytaert | 2008-04-16 |
| | |||
* | - Patch #236242 by jpoesen and Garrett Albright: fixed two typos in the node ↵ | Dries Buytaert | 2008-04-15 |
| | | | | module's install file. | ||
* | - Patch #244942 by pwolanin: fixed outdated function name in schema description. | Dries Buytaert | 2008-04-15 |
| | |||
* | - Patch #245826 by Jax: trust_root is not set for OpenID 1.0 due to an ↵ | Dries Buytaert | 2008-04-14 |
| | | | | undefined variable. | ||
* | - 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 #240988 by Gabor: break out HTML escaping to its own filter. | Dries Buytaert | 2008-04-11 |
| | |||
* | - 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 #243524 by christefano: display INFO_ALL output when calling ↵ | Dries Buytaert | 2008-04-10 |
| | | | | system_php(). |