summaryrefslogtreecommitdiff
path: root/modules/tracker/tracker.module
Commit message (Collapse)AuthorAge
* Issue #2224917 by m1r1k, Steven Jones, drumm: Fixed Tracker page doesn't ↵David Rothstein2014-11-01
| | | | order results properly.
* 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
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* #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
|
* - 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
|
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - 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
|
* 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.
* - 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
|
* - Patch #122098 by Damien Tournoud, catch, mdixoncm: split comment.timestamp ↵Dries Buytaert2009-10-10
| | | | into 'created' and 'changed' columns, just like for nodes.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* - 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
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - 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.
* - 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.
* #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
* #186903 by marcingy, Rob Loach and chx: (regression) restore my recent posts ↵Gábor Hojtsy2007-11-06
| | | | functionality in tracker
* - Patch #169426 by Crell: split tracker module.Dries Buytaert2007-08-23
|
* #156392 by iacopopecchi, patch by myself: tracker module depends on comment ↵Gábor Hojtsy2007-07-04
| | | | module (uses its tables and constants without checking for the module being present), so this dependency should be codified in the .info file
* #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
* - Patch #137767 by chx and pwolanin: multiple menu support.Dries Buytaert2007-05-16
|
* - Patch #128082 by Goba et al: Allow localization of built-in menu items.Dries Buytaert2007-04-30
|
* - Patch #111347 by Steven: refactor url() and l().Dries Buytaert2007-02-15
|
* - Patch #113603 by chx: first crack at re-implementing tabs.Dries Buytaert2007-02-11
|
* - 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
|
* #44276 by dww. Include updated posts in tracker calculations.Neil Drumm2006-12-29
|
* #100516: CSS preprocessor to cache and compress all .css files. Benchmarks ↵Steven Wittens2006-12-10
| | | | show up to 40% faster page loads.
* - Patch #8716 by webchick et al: small usability improvement: don't show ↵Dries Buytaert2006-12-05
| | | | empty tables.
* #100563: Conditional loading of (some) module.css filesSteven Wittens2006-12-01
|
* - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵Dries Buytaert2006-11-21
| | | | superseded by the new 'by module' administration dashboard.
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* #79601: module_exist() -> module_exists()Steven Wittens2006-08-20
|
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* #77183 by m3avrck and timcn, split up drupal.css by module.Neil Drumm2006-08-14
|
* #62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node ↵Neil Drumm2006-08-06
| | | | types.
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|