summaryrefslogtreecommitdiff
path: root/modules/blog
Commit message (Collapse)AuthorAge
...
* - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly.Dries Buytaert2008-05-02
|
* - Patch #251263 by catch: fixing up many code style issues in the tests.Dries Buytaert2008-04-25
|
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-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 Buytaert2008-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 Buytaert2008-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 Buytaert2008-02-20
| | | | descriptions for permissions on the permission administration page.
* - Patch #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* - Patch #139290 by Arancaytar, Rob Loach, GreenLED, matt et al: when a user ↵Dries Buytaert2008-02-10
| | | | has no blog posts, show a status message.
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #210479 by catch, dvessel: add newlines to list items, so inline display and ↵Gábor Hojtsy2008-01-21
| | | | RTL issues are resolved
* #153998 by David_Rothstein and myself: clean up permissions in book, blog, ↵Gábor Hojtsy2008-01-09
| | | | blogapi, forum and locale modules
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #202425 by keith.smith: standardize reference to block placement page as ↵Gábor Hojtsy2007-12-19
| | | | 'blocks administration page' to avoid any confusion
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-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 Hojtsy2007-12-14
|
* #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵Gábor Hojtsy2007-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 Hojtsy2007-11-26
| | | | also removing ages old reference to import module
* #185893 by Rob Loach: only provide blog page for users having permission to blogGábor Hojtsy2007-11-04
|
* - Patch #186554 by Jo Wouters: fixed undefined variable.Dries Buytaert2007-10-25
|
* - Patch #89196 by catch, keith, earnie, webchick et al: string massaging.Dries Buytaert2007-10-25
|
* #177497 by chx and Desbeers: revive Drupal 5's menu_set_location() ↵Gábor Hojtsy2007-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 Hojtsy2007-10-24
| | | | for that user and also set proper title
* #147492 by flobruit: make 'more' links themeableGábor Hojtsy2007-10-22
|
* #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵Gábor Hojtsy2007-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 Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* - Patch #159634 by Crell: split the blog module.Dries Buytaert2007-07-22
|
* - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum ↵Dries Buytaert2007-07-02
| | | | topics to be custom node types.
* #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing ↵Gábor Hojtsy2007-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 Wittens2007-06-21
| | | | .tpl.php files.
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #128600 by scott.mclewin and spatz4000: ambigious field use in SQL ↵Dries Buytaert2007-04-23
| | | | query.
* - Patch #107061 by Steven et al: add jQuery teaser splitter.Dries Buytaert2007-04-09
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #117953 by Matt Westgate: make blog module hook_profile_alter friendly.Dries Buytaert2007-03-07
|
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* - Patch #103785 by Goba: fix blog.module confusion.Dries Buytaert2006-12-17
|
* - Patch #102413 by yched: path node/add/[poll|forum|blog] defined twice.Dries Buytaert2006-12-10
|
* - Patch #99287 by webchick: missed some title capitalizations.Dries Buytaert2006-11-23
|
* - Patch #87298 by webchick, neil, dww et al: show version numbers on modules ↵Dries Buytaert2006-11-21
| | | | page.
* - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵Dries Buytaert2006-11-21
| | | | superseded by the new 'by module' administration dashboard.
* - Patch #98359 by webchick and webernet: standardize on terminology: ↵Dries Buytaert2006-11-21
| | | | 'website' and 'web page'.
* - Patch #59832 by markus and chx: simplified SQL query.Dries Buytaert2006-10-30
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* - Patch #81740 by merlinofchaos, webchick, moshe, neclimdul et al: added ↵Dries Buytaert2006-10-05
| | | | package support to the modules page.
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|