Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #679960 by aspilicious: Fixed 'Notice: undefined variable cids' when there ↵ | Angie Byron | 2010-01-11 |
| | | | | are no comments available. | ||
* | #679890 follow-up by Bojhan, aspilicious, and agentrickard: Remove more ↵ | Angie Byron | 2010-01-09 |
| | | | | extraneous 'Please' in the interface. | ||
* | #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment ↵ | Angie Byron | 2010-01-07 |
| | | | | body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support. | ||
* | - Patch #673974 by sun: Fixed PHP notice when mass-unpublishing or deleting ↵ | Dries Buytaert | 2010-01-05 |
| | | | | comments, and wrong form validation redirect. | ||
* | #602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable ↵ | Angie Byron | 2009-11-03 |
| | | | | arrays and forms (e.g. 'Operations') alterable. | ||
* | - Patch #606608 by q0rban, sun, David_Rothstein: use proper menu router ↵ | Dries Buytaert | 2009-10-16 |
| | | | | paths for comment/*. | ||
* | - Patch #122098 by Damien Tournoud, catch, mdixoncm: split comment.timestamp ↵ | Dries Buytaert | 2009-10-10 |
| | | | | into 'created' and 'changed' columns, just like for nodes. | ||
* | - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵ | Dries Buytaert | 2009-10-09 |
| | | | | take a single argument. Code clean-up and performance improvement. Woot. | ||
* | #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes | Angie Byron | 2009-09-18 |
| | | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent. | ||
* | - Patch #368408 by jeffschuler: improve consistency of API and settings on ↵ | Dries Buytaert | 2009-08-25 |
| | | | | administration pages. | ||
* | - Patch #504666 by catch, yched, et al: make comments fieldable. Oh my. Bye ↵ | Dries Buytaert | 2009-07-31 |
| | | | | bye comments as nodes? | ||
* | - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵ | Dries Buytaert | 2009-07-30 |
| | | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems. | ||
* | - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so ↵ | Dries Buytaert | 2009-07-29 |
| | | | | there is more room for customization. | ||
* | - Patch #491556 by Berdir: completed converting core to DBTNG. Oh my. Kudos ↵ | Dries Buytaert | 2009-07-28 |
| | | | | to Berdir for this humongous effort. | ||
* | - Patch #504678 by catch: use objects instead of arrays. | Dries Buytaert | 2009-07-01 |
| | |||
* | - Patch #501466 by catch: move comment administration to a tab. | Dries Buytaert | 2009-06-27 |
| | |||
* | - Patch #26966 by catch, skiminki, aaronbauman et al: fixed comment links ↵ | Dries Buytaert | 2009-06-19 |
| | | | | when paging is used. | ||
* | - Patch #302268 by Berdir, Dave Reid, tizzo, Ryan Palmer: TableSort and ↵ | Dries Buytaert | 2009-06-06 |
| | | | | PagerQueries broken. | ||
* | - Patch #470594 by Moshe: convert more pages and blocks to return arrays. | Dries Buytaert | 2009-05-25 |
| | |||
* | - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order ↵ | Dries Buytaert | 2009-05-22 |
| | | | | by table headers first, before ordering by other fields. | ||
* | - Patch #468944 by Berdir: database clean-ups for comment.module. | Dries Buytaert | 2009-05-21 |
| | |||
* | - Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return ↵ | Dries Buytaert | 2009-05-12 |
| | | | | unrendered forms. | ||
* | - Patch #330748 by stBorchert: remove from theme_pager*. | Dries Buytaert | 2009-04-26 |
| | |||
* | - Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from ↵ | Dries Buytaert | 2009-03-14 |
| | | | | Views. | ||
* | Roll-back of users -> user table name change in #330983: Broken pgsql is no fun. | Angie Byron | 2009-02-26 |
| | |||
* | - Patch #299267 by Crell: add extender support to the SELECT query builder. | Dries Buytaert | 2009-02-22 |
| | |||
* | #330983 by recidive and boombatower: Rename users/users_roles tables to ↵ | Angie Byron | 2009-02-18 |
| | | | | user/user_role for consistency. | ||
* | #242962 by Heine: Add a 'tablesort' Form API element to unify various places ↵ | Angie Byron | 2009-01-28 |
| | | | | we use a big table with JS-enabled checkboxes next to each item (with tests). | ||
* | - Patch #335086 by recidive: rename node, filter and comment module tables ↵ | Dries Buytaert | 2008-12-03 |
| | | | | to singular for consistency. Oh my. | ||
* | - Patch #314532 by jsaints, Crell, Arancaytar, CorniI, Rob Loach, et al: ↵ | Dries Buytaert | 2008-11-11 |
| | | | | convert comment module to new DB layer. Doesn't break any additional tests so if we discover a regression, please submit a test with it. | ||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #258171 by Senpai: code cleanup. | Dries Buytaert | 2008-05-14 |
| | |||
* | - Patch #227830 by JohnAlbin: link attributes added to l() incorrectly. | Dries Buytaert | 2008-05-02 |
| | |||
* | - Patch #249941 by John Morahan: fixed incorrect parameters of watchdog() calls. | Dries Buytaert | 2008-04-23 |
| | |||
* | - 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 #195072 by webchick and coltrane: make _comment_load() a public API ↵ | Dries Buytaert | 2008-04-10 |
| | | | | function by renaming it to comment_load(). | ||
* | #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks | Gábor Hojtsy | 2008-01-08 |
| | |||
* | - Patch #199510 by Pancho: fixed form API conversions. | Dries Buytaert | 2007-12-18 |
| | |||
* | #197314 by vitezslav.smid (as GHOP 39): improve/add/update phpdoc in ↵ | Gábor Hojtsy | 2007-12-16 |
| | | | | aggregator, comment and system modules | ||
* | - Patch #163499 by Crell et al: split up comment module. | Dries Buytaert | 2007-10-31 |