summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.test
Commit message (Collapse)AuthorAge
* Drupal 7.35David Rothstein2015-03-18
|
* Issue #1209532 by timmillwood, lucascaro, wiifm, iamEAP, sdrycroft, ↵David Rothstein2013-12-27
| | | | mikeytown2 | slashrsm: Count node views via AJAX in the statistics module.
* Issue #1346772 by xjm, scor: Fixed StatisticsLoggingTestCase->testLogging() ↵webchick2012-10-17
| | | | fails with clean URLs in some environments.
* Issue #1797520 by dcam, Lars Toomre: Remove t() from test assertions in ↵Jennifer Hodgdon2012-10-08
| | | | statistics module
* Issue #1313510 by NROTC_Webmaster, oriol_e9g, aenw: Clean up API docs for ↵Jennifer Hodgdon2012-05-23
| | | | Statistics module
* Issue #1346772 by xjm: Fixed StatisticsLoggingTestCase->testLogging() is ↵webchick2011-11-21
| | | | unstable.
* Issue #1180642 by franz, catch, xjm, musicnode: Fixed PDOException in ↵webchick2011-11-11
| | | | statistics_exit() when path longer than 255 characters.
* Issue #1274406 by marcingy, grndlvl: Fixed PDO exception is thrown when ↵webchick2011-10-29
| | | | saving a node with a title that is too long.
* - Patch #1076394 by pillarsdotnet: improved test code.Dries Buytaert2011-02-28
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #991046 by carlos8f, mikey_p: Fixed PDO Exception after upgrading from ↵Angie Byron2010-12-08
| | | | Drupal 6.19 to Drupal 7 RC1
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* 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.
* #845742 by Damien Tournoud: Make Bartik the default core theme.Angie Byron2010-07-08
|
* - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP ↵Dries Buytaert2010-06-30
| | | | blocking.
* - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics ↵Dries Buytaert2010-05-18
| | | | module enabled is much slower in serving cached pages in D7 than in D6.
* #701818 by mcarbone: Test coverage of every core token, and bug fixes to ↵Angie Byron2010-04-20
| | | | make them work. AWESOME! :D
* - Patch #606526 by axyjo, scor: remove trailing whitespaces and add newlines ↵Dries Buytaert2010-01-30
| | | | at end of files.
* #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. :\
* #441002 by naxoc: Tests for Statistics module.Angie Byron2010-01-07
|
* - Patch #659578 by mcarbone, jhodgdon: fixed statistics pages and added some ↵Dries Buytaert2009-12-20
| | | | extra tests. One critical bug less.
* - Patch #549432 by jromine, Gábor Hojtsy: move ip blocking settings.Dries Buytaert2009-08-24
|
* - Patch rollback of #549432: tests didn't actually ran successfully.Dries Buytaert2009-08-22
|
* - Patch #549432 by Gábor Hojtsy: moving 'IP blocking' to 'People and ↵Dries Buytaert2009-08-22
| | | | permissions'.
* #500866 by boombatower: Remove t() from getInfo in tests.Angie Byron2009-07-13
|
* - Patch #394560 by Berdir: converted statistics module to the new database ↵Dries Buytaert2009-04-13
| | | | 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.
* - Patch #352470 by scor: fixed typos and grammar in comments.Dries Buytaert2008-12-30
|
* - Patch #338403 by drewish: code comments clean-up.Dries Buytaert2008-11-25
|
* - 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 #256152 by catch: added additional tests for the IP address blocking ↵Dries Buytaert2008-05-10
| | | | and added a small usability improvement.
* - Patch #248436 by catch: fixed some bugs in the statistics module, wrote ↵Dries Buytaert2008-05-07
some tests, and made some minor usability improvments along the way. That is _exactly_ how we like it.