Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | #206670 by keith.smith and myself: node type names have their underscores ↵ | Gábor Hojtsy | 2008-01-07 |
| | | | | converted to hyphens in node/add links | ||
* | #205138 by pwolanin: require node types in forums vocab, fix help text ↵ | Gábor Hojtsy | 2008-01-01 |
| | | | | parameter name (outside t()) | ||
* | #203582 by David_Rothstein: some core hook_access() implementations are not ↵ | Gábor Hojtsy | 2008-01-01 |
| | | | | using the passed in account | ||
* | #202967 by catch: kill notice on forum page | Gábor Hojtsy | 2007-12-22 |
| | |||
* | #186546 by bjaspan: fix missing forum vocabulary when people turned on forum ↵ | Gábor Hojtsy | 2007-12-20 |
| | | | | module, but never visited any pages in Drupal 5 and they upgrade to Drupal 6 which does this much better | ||
* | #202559 by Pasqualle: just removing some trailing white space from end of lines | Gábor Hojtsy | 2007-12-20 |
| | |||
* | #169987 by Pancho, catch: the missing forum edit permission for consistency | Gábor Hojtsy | 2007-12-20 |
| | |||
* | #99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | description update, removing reference to other forum software as well | ||
* | - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵ | Dries Buytaert | 2007-12-18 |
| | | | | (and removed spaces). | ||
* | #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 | ||
* | #176282 by Desbeers: forum taxonomy was required for non-forum node types, ↵ | Gábor Hojtsy | 2007-12-11 |
| | | | | when enabled for forum inclusion | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-12-08 |
| | | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting | ||
* | #193333 by quicksketch et al: taxonomy drag and drop support | Gábor Hojtsy | 2007-11-26 |
| | |||
* | #192242 follow up by catch: unset multiple parent form item on forum term pages | Gábor Hojtsy | 2007-11-21 |
| | |||
* | #194075 by neclimdul: nodeapi load should return an array by documentation, ↵ | Gábor Hojtsy | 2007-11-21 |
| | | | | and forum's nodeapi load returns an object | ||
* | - Patch #192242 by catch, quicksketch, webchick, keith et all: usability ↵ | Dries Buytaert | 2007-11-20 |
| | | | | improvements for the vocabulary/term forms. | ||
* | - 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. | ||
* | #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 | ||
* | #175979 by Desbeers: forum module does not need to call node_prepare ↵ | Gábor Hojtsy | 2007-10-08 |
| | | | | anymore, because it is already done | ||
* | - Patch #180432 by hunmonk, sun, et al: make comment settings per node type. ↵ | Dries Buytaert | 2007-10-07 |
| | | | | This is a new feature that slipped in because it is required for the project module on drupal.org. | ||
* | #174343 by Shiny: move JOIN condition to ON clause in forum_nodeapi, so our ↵ | Gábor Hojtsy | 2007-09-10 |
| | | | | SQL is standards compatible | ||
* | - Patch #172643 by chx and fresco: fixed the leave shadow copy functionality. | Dries Buytaert | 2007-09-05 |
| | |||
* | #6162 by various people: actually point new anchors to the page the first ↵ | Gábor Hojtsy | 2007-09-02 |
| | | | | new comment is displayed (in a multipage comment view) | ||
* | #53905 by fax8, Gurpartap Singh and dvessel: give meaningful names to term ↵ | Gábor Hojtsy | 2007-08-30 |
| | | | | variables in forum templates and add unique IDs for easier themeing | ||
* | #161107 by fwalch and bragon: actually implement the missing forum_term_load ↵ | Gábor Hojtsy | 2007-08-29 |
| | | | | to work behind the %forum_term menu item resolving calls | ||
* | - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵ | Dries Buytaert | 2007-08-26 |
| | | | | functions and templates may need include files. Flush your caches. | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. | ||
* | - Patch #158536 by dvessel: more forum template massaging. | Dries Buytaert | 2007-08-03 |
| | |||
* | - Patch #158536 by dvessel: some more gentle massaging of template files. ↵ | Dries Buytaert | 2007-07-26 |
| | | | | Trying to make it easier to discover the different template files. | ||
* | - Patch #161350 by Crell: slicing and dicing the forum.module. | Dries Buytaert | 2007-07-24 |
| | |||
* | - Patch #158536 by merlinofchaos and dvessel: tpl-ified the forum module. | Dries Buytaert | 2007-07-22 |
| | |||
* | #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵ | Gábor Hojtsy | 2007-07-16 |
| | | | | 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?') | ||
* | - Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum ↵ | Dries Buytaert | 2007-07-02 |
| | | | | topics to be custom node types. | ||
* | - Rollback of patch #147723: delete API. Talked to Steven and Gabor and we | Dries Buytaert | 2007-07-01 |
| | | | | | | | | | unanimously agreed to rollback the deletion API. We all support the features this patch added, yet not its actual design and implementation. After some talk, we decided that it would be better for Drupal -- in the long term -- not to go with a solution that isn't 100%. We also recognize that in the short term, this patch would have been useful addition. So let's figure out how we can implement this properly in D7. | ||
* | #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 | ||
* | #153781: Convert all remaining confirm_forms() to deletion api. | Steven Wittens | 2007-06-22 |
| | |||
* | #147723: Deletion API (by hunmonk). Woop woop. | Steven Wittens | 2007-06-22 |
| | |||
* | - Patch #146667 by Jeff Eaton: form API fixes. | Dries Buytaert | 2007-06-04 |
| | |||
* | - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵ | Dries Buytaert | 2007-06-04 |
| | | | | redundant arguments | ||
* | - Patch #144295 by Gurpartap Singh: forum module fixes. | Dries Buytaert | 2007-05-30 |
| | |||
* | - Patch #147034 by webchick: removed redundant dependency checking. | Dries Buytaert | 2007-05-28 |
| | |||
* | - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. | Dries Buytaert | 2007-05-28 |
| | |||
* | - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) | Dries Buytaert | 2007-05-14 |
| | |||
* | - Patch #141665 by ChrisKennedy: E_ALL fixes. | Dries Buytaert | 2007-05-07 |
| | |||
* | - Patch #128082 by Goba et al: Allow localization of built-in menu items. | Dries Buytaert | 2007-04-30 |
| | |||
* | - Patch #76588 by Gabor: made log messages translatable. Yay. | Dries Buytaert | 2007-04-24 |
| |