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