Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly. | Dries Buytaert | 2008-05-02 | |
| | ||||
* | - 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 #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 #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 #139290 by Arancaytar, Rob Loach, GreenLED, matt et al: when a user ↵ | Dries Buytaert | 2008-02-10 | |
| | | | | has no blog posts, show a status message. | |||
* | - Patch #210131 by dvessel, catch, John, et al: updated jQuery library. | Dries Buytaert | 2008-02-06 | |
| | ||||
* | #210479 by catch, dvessel: add newlines to list items, so inline display and ↵ | Gábor Hojtsy | 2008-01-21 | |
| | | | | RTL issues are resolved | |||
* | #153998 by David_Rothstein and myself: clean up permissions in book, blog, ↵ | Gábor Hojtsy | 2008-01-09 | |
| | | | | blogapi, forum and locale modules | |||
* | - Patch #204221 by webernet: code style fixes. | Dries Buytaert | 2007-12-28 | |
| | ||||
* | #202425 by keith.smith: standardize reference to block placement page as ↵ | Gábor Hojtsy | 2007-12-19 | |
| | | | | 'blocks administration page' to avoid any confusion | |||
* | #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 | |||
* | #199822 by Nick Lewis: items array was not initialized in blog_feed_last() | Gábor Hojtsy | 2007-12-14 | |
| | ||||
* | #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 | |||
* | #43447 by Kobus, add1sun and keith.smith: improve blog module help text, ↵ | Gábor Hojtsy | 2007-11-26 | |
| | | | | also removing ages old reference to import module | |||
* | #185893 by Rob Loach: only provide blog page for users having permission to blog | Gábor Hojtsy | 2007-11-04 | |
| | ||||
* | - Patch #186554 by Jo Wouters: fixed undefined variable. | Dries Buytaert | 2007-10-25 | |
| | ||||
* | - Patch #89196 by catch, keith, earnie, webchick et al: string massaging. | Dries Buytaert | 2007-10-25 | |
| | ||||
* | #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. | |||
* | #179519 by chx, webchick and Desbeers: fix blog/[uid] to only display posts ↵ | Gábor Hojtsy | 2007-10-24 | |
| | | | | for that user and also set proper title | |||
* | #147492 by flobruit: make 'more' links themeable | Gábor Hojtsy | 2007-10-22 | |
| | ||||
* | #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵ | Gábor Hojtsy | 2007-10-11 | |
| | | | | arbitrary users, so independent user access checks can be done in a request | |||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 | |
| | | | | Oracle and DB2. Also a performance improvement. | |||
* | - Patch #159634 by Crell: split the blog module. | Dries Buytaert | 2007-07-22 | |
| | ||||
* | - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum ↵ | Dries Buytaert | 2007-07-02 | |
| | | | | topics to be custom node types. | |||
* | #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵ | Gábor Hojtsy | 2007-06-30 | |
| | | | | router path based lookups, and also full path argument lookup with a passed argument array | |||
* | #144397: Use drupal_render for user profiles and convert to themer-friendly ↵ | Steven Wittens | 2007-06-21 | |
| | | | | .tpl.php files. | |||
* | - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵ | Dries Buytaert | 2007-06-08 | |
| | | | | core compatibility version. | |||
* | - Patch #128082 by Goba et al: Allow localization of built-in menu items. | Dries Buytaert | 2007-04-30 | |
| | ||||
* | - Patch #128600 by scott.mclewin and spatz4000: ambigious field use in SQL ↵ | Dries Buytaert | 2007-04-23 | |
| | | | | query. | |||
* | - Patch #107061 by Steven et al: add jQuery teaser splitter. | Dries Buytaert | 2007-04-09 | |
| | ||||
* | #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) | Steven Wittens | 2007-03-27 | |
| | ||||
* | - Patch #117953 by Matt Westgate: make blog module hook_profile_alter friendly. | Dries Buytaert | 2007-03-07 | |
| | ||||
* | - Patch #111347 by Steven: refactor url() and l(). | Dries Buytaert | 2007-02-15 | |
| | ||||
* | - Patch #113603 by chx: first crack at re-implementing tabs. | Dries Buytaert | 2007-02-11 | |
| | ||||
* | - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵ | Dries Buytaert | 2007-01-31 | |
| | | | | Thanks. | |||
* | - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵ | Dries Buytaert | 2007-01-24 | |
| | | | | and there is no upgrade path yet. | |||
* | - Patch #103785 by Goba: fix blog.module confusion. | Dries Buytaert | 2006-12-17 | |
| | ||||
* | - Patch #102413 by yched: path node/add/[poll|forum|blog] defined twice. | Dries Buytaert | 2006-12-10 | |
| | ||||
* | - Patch #99287 by webchick: missed some title capitalizations. | Dries Buytaert | 2006-11-23 | |
| | ||||
* | - Patch #87298 by webchick, neil, dww et al: show version numbers on modules ↵ | Dries Buytaert | 2006-11-21 | |
| | | | | page. | |||
* | - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵ | Dries Buytaert | 2006-11-21 | |
| | | | | superseded by the new 'by module' administration dashboard. | |||
* | - Patch #98359 by webchick and webernet: standardize on terminology: ↵ | Dries Buytaert | 2006-11-21 | |
| | | | | 'website' and 'web page'. | |||
* | - Patch #59832 by markus and chx: simplified SQL query. | Dries Buytaert | 2006-10-30 | |
| | ||||
* | #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵ | Steven Wittens | 2006-10-22 | |
| | | | | items, etc | |||
* | - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵ | Dries Buytaert | 2006-10-05 | |
| | | | | package support to the modules page. | |||
* | - Patch #80952 by earl, webchick, neclimdul et al: .info files | Dries Buytaert | 2006-08-31 | |
| |