summaryrefslogtreecommitdiff
path: root/modules/forum
Commit message (Collapse)AuthorAge
* #161107 by fwalch and bragon: actually implement the missing forum_term_load ↵Gábor Hojtsy2007-08-29
| | | | to work behind the %forum_term menu item resolving calls
* - Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme ↵Dries Buytaert2007-08-26
| | | | functions and templates may need include files. Flush your caches.
* - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵Dries Buytaert2007-08-12
| | | | Oracle and DB2. Also a performance improvement.
* #164935 by Ralf Stamm: standardize CVS Id tags in files:Gábor Hojtsy2007-08-07
| | | | | | - always include CVS Id tags in all files - add a new line after the CVS Id, if more code or phpdoc follows in the same code block - fix bogus Id tags previously added
* - Patch #158536 by dvessel: more forum template massaging.Dries Buytaert2007-08-03
|
* - Patch #162708 by Eaton and Earl: add support for image buttons to FAPI3.Dries Buytaert2007-07-29
| | | | | | | This is a small form API extension (doesn't break existing code) that facilitates the Drupal 6 upgrade of the Views module. A good example of why it can be beneficial to start upgrading your modules early on in the code freeze. ;)
* - Patch #158536 by dvessel: some more gentle massaging of template files. ↵Dries Buytaert2007-07-26
| | | | Trying to make it easier to discover the different template files.
* - Patch #161350 by Crell: slicing and dicing the forum.module.Dries Buytaert2007-07-24
|
* - Patch #158536 by merlinofchaos and dvessel: tpl-ified the forum module.Dries Buytaert2007-07-22
|
* #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to ↵Gábor Hojtsy2007-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 Buytaert2007-07-02
| | | | topics to be custom node types.
* - Rollback of patch #147723: delete API. Talked to Steven and Gabor and weDries Buytaert2007-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 Hojtsy2007-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 Wittens2007-06-22
|
* #147723: Deletion API (by hunmonk). Woop woop.Steven Wittens2007-06-22
|
* - Patch #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - Patch #146667 by Jeff Eaton: form API fixes.Dries Buytaert2007-06-04
|
* - Patch #146667 by Eaton: correct builder argument ordering, eliminate ↵Dries Buytaert2007-06-04
| | | | redundant arguments
* Some RTL CSS files had wrong CVS Id comments, fix thatGábor Hojtsy2007-05-30
|
* - Patch #144295 by Gurpartap Singh: forum module fixes.Dries Buytaert2007-05-30
|
* - Patch #147034 by webchick: removed redundant dependency checking.Dries Buytaert2007-05-28
|
* - Patch #146470 by Eaton et al: standardize form API3 hook parameter order.Dries Buytaert2007-05-28
|
* #145737 by yhager, documentation cleaned up by myself: add support for RTL ↵Gábor Hojtsy2007-05-27
| | | | | | | | | CSS overrides and default RTL CSS override files for modules Note: properties, which are different in the RTL display are marked with /* LTR */ in default CSS files now, so maintainers remember that changing them should also have an effect on RTL CSS files. This should open the way for better RTL (right-to-left written) language (such as Arabic and Hebrew) support.
* - Killer patch #144765 by bjaspan, frando et al: schema API 1 hits core. ↵Dries Buytaert2007-05-25
| | | | Oh, behave.
* - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :)Dries Buytaert2007-05-14
|
* - Patch #141665 by ChrisKennedy: E_ALL fixes.Dries Buytaert2007-05-07
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #76588 by Gabor: made log messages translatable. Yay.Dries Buytaert2007-04-24
|
* - Patch #132018 by Steven et al: add .info files to themes.Dries Buytaert2007-04-17
|
* - Patch #134493 by douggreen: getting the Drupal coding standards right in ↵Dries Buytaert2007-04-13
| | | | core. Woot. Woot.
* - Patch #107061 by Steven et al: add jQuery teaser splitter.Dries Buytaert2007-04-09
|
* - Patch #130987 by merlinofchaos: added theme registry for easier themability.Dries Buytaert2007-04-06
|
* - Patch #128866 by Gabor et al: new language subsystem fixes.Dries Buytaert2007-03-28
|
* #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc)Steven Wittens2007-03-27
|
* - Patch #110888 by Eaton: unify hook _alter()Dries Buytaert2007-03-26
|
* - Patch #128081 by Eaton: remove #base, paving the path for a simpler form API.Dries Buytaert2007-03-17
|
* - Patch #122824 by PMunn: fixed SQL query to be compatible with PostgreSQL.Dries Buytaert2007-02-28
|
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #115667 by rotzi: added versioning support to node terms.Dries Buytaert2007-02-12
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|
* - Patch #113286 by maynich: added missing t() function.Dries Buytaert2007-02-01
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-01-31
|
* - Patch #40575 by Wesley: made it easier to theme the forum overview page.Dries Buytaert2007-01-31
|
* - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. ↵Dries Buytaert2007-01-31
| | | | Thanks.
* - Rollback of E_ALL patch. Too much extra breakage.Dries Buytaert2007-01-25
|
* - Patch #112563 by webchick: prevent double-escaping.Dries Buytaert2007-01-25
|
* - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken ↵Dries Buytaert2007-01-24
| | | | and there is no upgrade path yet.
* - Always check the username.Dries Buytaert2007-01-10
|
* #107015: Code consistency, capitalization of class names.Steven Wittens2007-01-05
|
* #19891 by edkwh. Make forum and container names links in forum administration.Neil Drumm2006-12-25
|