summaryrefslogtreecommitdiff
path: root/modules/tracker
Commit message (Collapse)AuthorAge
...
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* - Patch #394582 by Berdir: converted to new database abstraction layer.Dries Buytaert2009-05-29
|
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order ↵Dries Buytaert2009-05-22
| | | | by table headers first, before ordering by other fields.
* - Patch #295864 by boombatower: cleaned up the randomName() method by ↵Dries Buytaert2009-04-29
| | | | removing unnecessary prefix code, and added a new randomString() method which includes characters like spaces.
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* - Patch #308296 by Dave Reid, Damien Tournoud: clean-up of drupalCreateNode().Dries Buytaert2009-04-22
|
* - Patch #394582 by Damien Tournoud: convert tracker module to new DB ↵Dries Buytaert2009-04-05
| | | | abstraction layer.
* #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a ↵Angie Byron2009-03-31
| | | | static method to reduce memory footprint of SimpleTest.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is ↵Dries Buytaert2009-02-09
| | | | available. Drupal.org upgrade blocker.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #335086 by recidive: rename node, filter and comment module tables ↵Dries Buytaert2008-12-03
| | | | to singular for consistency. Oh my.
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - Patch #266358 by Rob Loach, mfer: use array in drupal_add_css().Dries Buytaert2008-10-26
|
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI.Angie Byron2008-10-11
|
* #309951 by chx: Slow down tracker tests for supersonic computers.Angie Byron2008-09-21
|
* - 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 #265040 by flobruit: Remove drupalModuleEnable() from simpletest.Dries Buytaert2008-06-05
|
* - Patch #247423 by boombatower: code style fixes for the tests.Dries Buytaert2008-05-30
|
* - Patch #239455 by boombatower, flobruit, dmitrig01: tracker module tests.Dries Buytaert2008-05-15
|
* - 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.
* - Patch #221384 by webernet: update core compatibility to Drupal 7.Dries Buytaert2008-02-18
|
* #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
* - Patch #162381 by Heine et al: properly escape strings.Dries Buytaert2007-11-28
|
* #186903 by marcingy, Rob Loach and chx: (regression) restore my recent posts ↵Gábor Hojtsy2007-11-06
| | | | functionality in tracker
* - Patch #180432 by hunmonk, sun, et al: make comment settings per node type. ↵Dries Buytaert2007-10-07
| | | | This is a new feature that slipped in because it is required for the project module on drupal.org.
* #6162 by various people: actually point new anchors to the page the first ↵Gábor Hojtsy2007-09-02
| | | | new comment is displayed (in a multipage comment view)
* - 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 #146910 by dww: only allow enabling modules with the same Drupal ↵Dries Buytaert2007-06-08
| | | | core compatibility version.
* - 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
|