summaryrefslogtreecommitdiff
path: root/modules/forum
Commit message (Collapse)AuthorAge
* - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy ↵Dries Buytaert2008-09-19
| | | | term pages.
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #197864 by vito_swat, alpritt, Gurpartap Singh et al: forum module ↵Dries Buytaert2008-08-11
| | | | uses hook_link_alter instead of taxonomy_term_path hook.
* - Patch #237204 by keith.smith, birdmax35, gurpartap singh, et al: improved ↵Dries Buytaert2008-08-03
| | | | the forum module description.
* - Patch #245329 by christefano and dmitrig01: code comment love.Dries Buytaert2008-07-24
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #273761 by catch: removed inconsistent delete behavior of nodes. It ↵Dries Buytaert2008-06-25
| | | | would leave comments, ratings, etc behind in the database.
* - Patch #260050 by Gurpartap Singh: move forum administration to site building.Dries Buytaert2008-05-30
|
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - 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 #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 #214271 by recidive: improved schema identation.Dries Buytaert2008-03-15
|
* - Patch #206820 by boydjd: corrected the forum deletion help text/documentation.Dries Buytaert2008-02-20
|
* - 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 #221192 by damz: wrong new comment link in forum listings.Dries Buytaert2008-02-18
|
* - Patch #218313 by jvandyk: made sure that MySQL keywords are uppercase.Dries Buytaert2008-02-08
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #208858 by theborg, gdevlugt: fix forum node and comment counting, taking ↵Gábor Hojtsy2008-01-30
| | | | term revisioning into account
* #207863 by mikey_p, Pancho: use module_load_include() as intendedGábor Hojtsy2008-01-30
|
* #214058 by catch, Arancaytar: forum form alter was mistakenly dropping the ↵Gábor Hojtsy2008-01-25
| | | | parent field in all taxonomy forms
* - Patch #209034 by theborg: fixed small code style error that generates ↵Dries Buytaert2008-01-15
| | | | warnings.
* #207779 report by meba, patch by myself: missing plural formatting in forum ↵Gábor Hojtsy2008-01-09
| | | | module, and a counter display fix as well
* #153998 by David_Rothstein and myself: clean up permissions in book, blog, ↵Gábor Hojtsy2008-01-09
| | | | blogapi, forum and locale modules
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* #206670 by keith.smith and myself: node type names have their underscores ↵Gábor Hojtsy2008-01-07
| | | | converted to hyphens in node/add links
* #206820 by catch, keith.smith: forum delete confirm form was saying it ↵Gábor Hojtsy2008-01-07
| | | | deleted posts, but it does not
* #205138 by pwolanin: require node types in forums vocab, fix help text ↵Gábor Hojtsy2008-01-01
| | | | parameter name (outside t())
* #203582 by David_Rothstein: some core hook_access() implementations are not ↵Gábor Hojtsy2008-01-01
| | | | using the passed in account
* #199373 report by avskip, patch by myself, testing by keith.smith: forum ↵Gábor Hojtsy2007-12-31
| | | | node type was not re-added to the forum vocabulary when the module is re-enabled (after being disabled)
* #202967 by catch: kill notice on forum pageGábor Hojtsy2007-12-22
|
* #201479 by chx, ximo: forum module requires taxonomy for uninstall but ↵Gábor Hojtsy2007-12-20
| | | | taxonomy might be disabled at that time, so we need to include it
* #186546 by bjaspan: fix missing forum vocabulary when people turned on forum ↵Gábor Hojtsy2007-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 linesGábor Hojtsy2007-12-20
|
* #169987 by Pancho, catch: the missing forum edit permission for consistencyGábor Hojtsy2007-12-20
|
* #99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form ↵Gábor Hojtsy2007-12-19
| | | | description update, removing reference to other forum software as well
* #193333 follow up by catch: remove reset to alphabetical button shown on ↵Gábor Hojtsy2007-12-18
| | | | forum forms incidentally as a result of the taxonomy drag and drop patch
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* #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
* #176282 by Desbeers: forum taxonomy was required for non-forum node types, ↵Gábor Hojtsy2007-12-11
| | | | when enabled for forum inclusion
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting
* #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS filesGábor Hojtsy2007-11-27
|
* #193333 by quicksketch et al: taxonomy drag and drop supportGábor Hojtsy2007-11-26
|
* #192242 follow up by catch: unset multiple parent form item on forum term pagesGábor Hojtsy2007-11-21
|
* #194075 by neclimdul: nodeapi load should return an array by documentation, ↵Gábor Hojtsy2007-11-21
| | | | and forum's nodeapi load returns an object