summaryrefslogtreecommitdiff
path: root/modules/blog/blog.module
Commit message (Collapse)AuthorAge
...
* - Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from ↵Dries Buytaert2008-12-16
| | | | hook_block().
* - Patch #339929 by Moshe et al: move node links into ->content.Dries Buytaert2008-12-16
|
* - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and ↵Dries Buytaert2008-12-09
| | | | documentation because of previous node API clean-ups.
* - Patch #233407 by R.Muilwijk, catch, flobruit, et al: remove hardcoded ↵Dries Buytaert2008-11-01
| | | | references to blog module.
* #206138 by pwolanin: Rename mis-named 'module' attribute in node types.Angie Byron2008-10-08
|
* - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵Dries Buytaert2008-10-06
| | | | well as two small kittens.
* - Patch #237189 by catch, sepeck, birdmanx35: improved blog module description.Dries Buytaert2008-07-22
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #276174 by nbz: avoid calling check_plain() twice.Dries Buytaert2008-07-05
|
* - Patch #259496 by ksenzee and Desbeers: fixed a permission bug discovered ↵Dries Buytaert2008-05-22
| | | | by the tests. Yay.
* - Patch #257644 by Senpai: code cleanup.Dries Buytaert2008-05-13
|
* - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵Dries Buytaert2008-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 Buytaert2008-05-02
|
* - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵Dries Buytaert2008-04-23
| | | | committed to D6.
* - 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 #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #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
* #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 #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 #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 #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 #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