Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #55277 by catch and JirkaRybka: when flat comment view is used, order ↵ | Gábor Hojtsy | 2007-10-16 |
| | | | | comments by cid (ie. original submission order) instead of timestamp (ie. last editing time order) to avoid comments jumping around when being edited | ||
* | #183390 by hunmonk: forms should use form_state['redirect'] for redirection, ↵ | Gábor Hojtsy | 2007-10-15 |
| | | | | not drupal_goto() - fix this in comment_admin_overview_submit() | ||
* | - Patch #182950: fieldset massaging for usability. | Dries Buytaert | 2007-10-12 |
| | |||
* | #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to ↵ | Gábor Hojtsy | 2007-10-12 |
| | | | | 'permissions' for usability reasons | ||
* | #164983 by multiple contributors: document the core database schemas | Gábor Hojtsy | 2007-10-10 |
| | |||
* | #63990 by several people: fix comment submission on nodes where a form is ↵ | Gábor Hojtsy | 2007-10-08 |
| | | | | displayed | ||
* | - 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. | ||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 |
| | | | | .schema files into .install files to prevent mistakes. | ||
* | #180559 by hunmonk: do not try to display the comment addition form at th ↵ | Gábor Hojtsy | 2007-10-03 |
| | | | | end of comments, if we are already on the page, so it is displayed anyway | ||
* | #174233 by webernet: fix notices when editing comments and also fix a ↵ | Gábor Hojtsy | 2007-09-28 |
| | | | | moderation bug along the way | ||
* | - Patch #124979 by chx: remove the auto_increment. | Dries Buytaert | 2007-09-26 |
| | |||
* | #177927 by chx: use path=/ in PHP comment settings cookie creation, so ↵ | Gábor Hojtsy | 2007-09-25 |
| | | | | cookies set around the site are available in other 'directories' | ||
* | #174708 by multiple contributors: update jQuery to 1.2 | Gábor Hojtsy | 2007-09-12 |
| | |||
* | #172773 by numerous contributors: Make the actions interface usable by mere ↵ | Gábor Hojtsy | 2007-09-11 |
| | | | | | | | | | mortals (including rename of actions.module to trigger, but keeping the actions themselfs). Complete previous history of actions module: - #148410 by jvandyk: added rewrite of the actions module! - #155986 by Uwe: fixed typos. - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on | ||
* | #172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix ↵ | Gábor Hojtsy | 2007-09-06 |
| | | | | approval queue | ||
* | - Patch #172961 by webernet: code style cleanup. | Dries Buytaert | 2007-09-05 |
| | |||
* | - Patch #172950 by webernet: code style fixes. | Dries Buytaert | 2007-09-04 |
| | |||
* | #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) | ||
* | #172149 by dvessel: add semicolons, so the JS aggregator works | Gábor Hojtsy | 2007-09-01 |
| | |||
* | - Removing whitespace. | Dries Buytaert | 2007-08-30 |
| | |||
* | #111127 rollback by chx, slightly extended: roll back node_load cache, it ↵ | Gábor Hojtsy | 2007-08-30 |
| | | | | needs more thought and discussion, so postponed until at least Drupal 7 | ||
* | #156475 by Christoph C. Cemper and greggles: actually call the publish op on ↵ | Gábor Hojtsy | 2007-08-29 |
| | | | | hook_comment when a comment is first (automatically) published | ||
* | - 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. | ||
* | #111127 by chx: cache node_load(), so heavy operations loading data from ↵ | Gábor Hojtsy | 2007-08-25 |
| | | | | external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op) | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. (Correct version this time.) | ||
* | - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with ↵ | Dries Buytaert | 2007-08-12 |
| | | | | Oracle and DB2. Also a performance improvement. | ||
* | - Patch #166205 by hswong3i: improved database compatibility of db_result(). ↵ | Dries Buytaert | 2007-08-11 |
| | | | | Makes it work with DB2, Oracle, etc. | ||
* | #164935 by Ralf Stamm: standardize CVS Id tags in files: | Gábor Hojtsy | 2007-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 #163073 by Robert Douglas: removing dead code. | Dries Buytaert | 2007-07-30 |
| | |||
* | #161979 noticed by bboyjay, patch by myself: kill noticedisplayed when no ↵ | Gábor Hojtsy | 2007-07-25 |
| | | | | comments were selected for the mass operation | ||
* | #124485 by Wesley Tanaka: move some remaining node.css comment styles to the ↵ | Gábor Hojtsy | 2007-07-24 |
| | | | | actual comment.css | ||
* | - Patch #160589 by dvessel: tpl-ify the comment module's theme functions. | Dries Buytaert | 2007-07-20 |
| | |||
* | - Patch #160491 by dvessel: fixed E_NOTICE warnings. | Dries Buytaert | 2007-07-20 |
| | |||
* | - Rollback of patch #147947: lacks proper upgrade path. | Dries Buytaert | 2007-07-15 |
| | |||
* | - Patch #57106 by Steven et al: future timestamps break search indexing. | Dries Buytaert | 2007-07-15 |
| | |||
* | #156778 by asimmonds: revert node and comment deletions to the pre-deletion ↵ | Gábor Hojtsy | 2007-07-13 |
| | | | | API state | ||
* | - Patch #157773 by pwolanin: remove node/%/% from comment_menu. | Dries Buytaert | 2007-07-09 |
| | |||
* | #156910 by asimmonds: fix code indentation problems introduced with new code ↵ | Gábor Hojtsy | 2007-07-05 |
| | | | | in this development cycle; only whitespace changes | ||
* | #128165 by joshk and webchick: missing db_rewrite_sql() calls in comment queries | Gábor Hojtsy | 2007-07-04 |
| | |||
* | - Patch #155986 by Uwe: fixed typos. | Dries Buytaert | 2007-07-02 |
| | |||
* | #146386 by kbahey: refactor 'submitted by user - date' themeing and make it ↵ | Gábor Hojtsy | 2007-07-01 |
| | | | | more verbose to translate | ||
* | - 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. | ||
* | - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable. | Dries Buytaert | 2007-07-01 |
| | |||
* | #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 | ||
* | - Patch #148410 by jvandyk: added rewrite of the actions module! | Dries Buytaert | 2007-06-29 |
| | | | | | | | | | | This is a very important patch, but one that is merely an enabler. Hopefully we'll see more people submitting "action patches" in the near future. Thanks for the hard work and persistence, John. *If* you decide to update the Drupal Pro Development book to Drupal 6, make sure to add a chapter on actions. ;) | ||
* | #154046: Optimize confirm_form syntax for common usage (and fix some ↵ | Steven Wittens | 2007-06-24 |
| | | | | $form_state bugs). | ||
* | #148678: Fix notices/warnings on invalid paths like 'node/zzz'. ↵ | Steven Wittens | 2007-06-24 |
| | | | | (chx/pwolanin/webernet) | ||
* | #147723: Deletion API (by hunmonk). Woop woop. | Steven Wittens | 2007-06-22 |
| | |||
* | - Patch #147947 by hswong3i: some files shouldn't defined as text:big for ↵ | Dries Buytaert | 2007-06-15 |
| | | | | Oracle compatibility. | ||
* | - Patch #82526 by Moshe: simplified APIs -- use form_alter now. | Dries Buytaert | 2007-06-15 |
| |