summaryrefslogtreecommitdiff
path: root/modules/tracker
Commit message (Collapse)AuthorAge
* Issue #2224917 by m1r1k, Steven Jones, drumm: Fixed Tracker page doesn't ↵David Rothstein2014-11-01
| | | | order results properly.
* Issue #2130461 by Alan D.: Tracker pager is inconsistent with every other ↵David Rothstein2014-05-05
| | | | pager in core.
* Issue #1798366 by dcam, cilefen, Lars Toomre: Remove t() from test asserts ↵Jennifer Hodgdon2013-05-23
| | | | in Tracker module
* Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocksJennifer Hodgdon2012-05-23
|
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1315214 by NROTC_Webmaster, kathyh, aenw: Clean up API docs and ↵Jennifer Hodgdon2012-03-01
| | | | comments in the Tracker module code
* Issue #1338110 by aaron.r.carlton, oriol_e9g: Fixed remove the protected ↵webchick2012-01-14
| | | | variable () if it's not used in tracker.test.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanupAngie Byron2011-01-02
|
* #950680 by ericduran, Dave Reid: Fixed Multiple notices from tracker after ↵Angie Byron2010-12-28
| | | | deleting a node
* #988036 by duellj: Fixed wrong function headers in tracker moduleAngie Byron2010-12-22
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* - Patch #992564 by wojtha: t() or format_plural() inside watchdog() function ↵Dries Buytaert2010-12-11
| | | | call in tracker and action module.
* #690622 by jhodgdon: Remove the word 'node' from various strings.Angie Byron2010-12-01
|
* #438224 by dww, sun, netsensei, vordude, et al: 'Post comments without ↵Angie Byron2010-10-05
| | | | approval' permission name is completely misleading.
* - Patch #880132 by bojanz: hook_schema() doesn't support compound foreign ↵Dries Buytaert2010-08-22
| | | | keys; inconsistent implementations in core.
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #582948 by David_Rothstein: improve safety of schema manipulation.Dries Buytaert2010-03-20
|
* #614508 by linclark and scor: Annotate tracker page with RDFa.Angie Byron2010-01-14
|
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #538164 by scor, catch, linclark, effulgentsia, and yched: Convert Comment ↵Angie Byron2010-01-07
| | | | body as field. Yes, this is WAY past API freeze. :( But is a required follow-up for RDFa support.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* - Patch #642178 by mfb: fixed two comment updates bug.Dries Buytaert2009-11-29
|
* #635900 by batigolix and arianek: Update Tracker module to new help ↵Angie Byron2009-11-26
| | | | documentation standard.
* #637930 by yoroy and jhodgdon: Remove the word 'post' from Tracker module.Angie Byron2009-11-23
|
* - Patch #301902 by TheRec, beeradb, catch, sun, skilip, alpritt, JacobSingh, ↵Dries Buytaert2009-11-14
| | | | Senpai: usability improvement: allow more users to see the node admin page.
* Roll-back of #595084; type-hinting parameters at stdClass makes it so you ↵Angie Byron2009-11-08
| | | | can't ever pass in another type of class.
* #192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, ↵Angie Byron2009-11-01
| | | | pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
* - Patch #595084 by c960657: use type hinting for .Dries Buytaert2009-11-01
|
* #615526 by Crell: Use slave servers for tracker module.Angie Byron2009-10-29
|
* #557292 by peximo, plach, catch, and yched: Convert node title to Field API.Angie Byron2009-10-11
|
* - Patch #122098 by Damien Tournoud, catch, mdixoncm: split comment.timestamp ↵Dries Buytaert2009-10-10
| | | | into 'created' and 'changed' columns, just like for nodes.
* - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should ↵Dries Buytaert2009-10-09
| | | | take a single argument. Code clean-up and performance improvement. Woot.
* - Patch #570900 by Crell | asimmonds: Changed Destroy remnants of update_sql().Dries Buytaert2009-09-29
|
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of ↵Dries Buytaert2009-09-05
| | | | other types of stuff to render() structures.
* - Forgot tracker.install.Dries Buytaert2009-08-31
|
* - Patch #105639 by David Strauss, catch, Berdir, drewish: tracker ↵Dries Buytaert2009-08-31
| | | | performance improvements.
* #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the ↵Angie Byron2009-08-24
| | | | function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading.
* Of all the patches to accidentally commit without a message. :( Rolling back ↵Angie Byron2009-08-24
| | | | registry rip. Let's try that again.
* *** empty log message ***Angie Byron2009-08-24
|
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array ↵Angie Byron2009-07-02
| | | | properties to be passed directly to theme functions.
* - Patch #449198 by boombatower: cealn up test loading and related API.Dries Buytaert2009-06-08
|