Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #251263 by catch: fixing up many code style issues in the tests. | Dries Buytaert | 2008-04-25 |
| | |||
* | - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 |
| | | | | committed to D6. | ||
* | - 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 #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 #236242 by jpoesen and Garrett Albright: fixed two typos in the node ↵ | Dries Buytaert | 2008-04-15 |
| | | | | module's install file. | ||
* | - 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 #240387 by matt2000 et al: move 'content types' to 'site building' ↵ | Dries Buytaert | 2008-04-06 |
| | | | | per the UMN usability study results. | ||
* | - Patch #241021 by keith.smith: we forgot to remove a reference to the ↵ | Dries Buytaert | 2008-04-01 |
| | | | | 'story' node type. It was renamed to 'article'. | ||
* | - Patch #239196 by jvandyk: fix negative percentage on search status page. | Dries Buytaert | 2008-03-27 |
| | |||
* | - Patch #214271 by recidive: improved schema identation. | Dries Buytaert | 2008-03-15 |
| | |||
* | - Patch #229517 by keith.smith and flobruit: de-html selected interface strings. | Dries Buytaert | 2008-03-13 |
| | |||
* | - Patch #226480 by gpk: improved code comment. | Dries Buytaert | 2008-03-11 |
| | |||
* | - 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 #220893 by AjK: fixed some watchdog calls. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵ | Dries Buytaert | 2008-02-17 |
| | | | | real PHP5 clone(). | ||
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 |
| | |||
* | #204071 by Pancho: use UTF-8 aware string length counting in node_teaser() ↵ | Gábor Hojtsy | 2008-02-03 |
| | | | | (minor) | ||
* | #197833 by gdevlugt: node filtering theme function was not applied (minor) | Gábor Hojtsy | 2008-02-03 |
| | |||
* | #216061 by Eaton: nid was not set in node creation (programatic node ↵ | Gábor Hojtsy | 2008-02-03 |
| | | | | creation regression) | ||
* | #216890 by gpk with documentation from myself: blog API clients do not pass ↵ | Gábor Hojtsy | 2008-02-03 |
| | | | | on the teaser_include flag, so only act on that flag, if we have it | ||
* | #202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in ↵ | Gábor Hojtsy | 2008-01-29 |
| | | | | node module | ||
* | #213657 by dopry and moshe weitzman: typo in rss feed build mode and better ↵ | Gábor Hojtsy | 2008-01-28 |
| | | | | link handling | ||
* | #212864 suggestion by pp, patch by gdevlugt: use format_date() for RSS item ↵ | Gábor Hojtsy | 2008-01-27 |
| | | | | dates instead of date() to honor site time zone settings | ||
* | #204415 by Lynn, traxer, pwolanin: migrate node type URLs to a path model ↵ | Gábor Hojtsy | 2008-01-27 |
| | | | | based on menu paths, so conflicts between action and node type names are not a problem | ||
* | #213150 by Lynn: fix HTML validation problem with node term listings | Gábor Hojtsy | 2008-01-25 |
| | |||
* | #201667 follow up by gpk: minor code comment and whitespace cleanup | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #207990 by soxofaan: fix notice on node/add page for anonymous users | Gábor Hojtsy | 2008-01-10 |
| | |||
* | #201667 follow up by keith.smith: typo in code comment | Gábor Hojtsy | 2008-01-09 |
| | |||
* | #201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter ↵ | Gábor Hojtsy | 2008-01-09 |
| | | | | in JS and no-JS mode | ||
* | #205792 by yched: fix contradictory messages after node access rebuild | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #206272 report by yojoe, patch by myself: user provided data in menu titles ↵ | Gábor Hojtsy | 2008-01-04 |
| | | | | should be check_plain()-ed not t()-ed | ||
* | #203582 by David_Rothstein: some core hook_access() implementations are not ↵ | Gábor Hojtsy | 2008-01-01 |
| | | | | using the passed in account | ||
* | - Patch #204900 by webernet: code style fixes. Likely my last patch of the ↵ | Dries Buytaert | 2007-12-31 |
| | | | | year. Fiew. Thanks all, and see you on the other side. :) | ||
* | - Patch #204221 by webernet: code style fixes. | Dries Buytaert | 2007-12-28 |
| | |||
* | #176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles | Gábor Hojtsy | 2007-12-27 |
| | |||
* | - Patch #176748 by pwolanin, Rob Loach: fixed broken breadcrumbs. | Dries Buytaert | 2007-12-26 |
| | |||
* | #203274 by Pasqualle: remove excessive witespace from our code (minor) | Gábor Hojtsy | 2007-12-22 |
| | |||
* | #181195 by hunmonk and Pasqualle: node type related variables were not ↵ | Gábor Hojtsy | 2007-12-22 |
| | | | | properly renamed, when node type names changed | ||
* | #202895 by cwgordon7, theborg: fix node revision view page load argumnets | Gábor Hojtsy | 2007-12-21 |
| | |||
* | #201536 by chx: centralizing permission checking code in node revision ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | handling, removing lots of duplicate code | ||
* | #164510 by yched, KarenS: move node batch operations to node.admin.inc for ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | performance and fix a buggy message | ||
* | #103041 by O Govinda, gaele and keith.smith: reworked node help, removing ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | mention of UI elements we don't have, and linking in other features, we do have; also easier on the translators with text broken up into shorter parts | ||
* | - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵ | Dries Buytaert | 2007-12-18 |
| | | | | indicies for common queries. | ||
* | - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵ | Dries Buytaert | 2007-12-18 |
| | | | | (and removed spaces). | ||
* | #201534 by Lynn, Pasqualle: fix notice in node_forms() when there are no ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | node types defined | ||
* | #200763 by JirkaRybka: add body field wrapper in node form for easier themeing | Gábor Hojtsy | 2007-12-17 |
| |