summaryrefslogtreecommitdiff
path: root/modules/statistics.module
Commit message (Collapse)AuthorAge
* #64280: Renamed from statistics.module to statistics/statistics.moduleDries Buytaert2006-07-12
|
* - Patch #72284 by me:Dries Buytaert2006-07-10
| | | | | + reorganized ?q=admin/settings + deprecated the _settings hook
* #71925 by Steven, remove # prefix from link array keys.Neil Drumm2006-07-04
|
* - Patch #18260 by Ber, m3averck et al: allow overriding of links returned by ↵Dries Buytaert2006-05-18
| | | | modules
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* - Patch #60910 by doq: clean up the statistics.module's link handling. Show ↵Dries Buytaert2006-05-05
| | | | clean URLs when available.
* #5371, drupal_get_destination, pager and tablesort array handling, patch by ↵Gerhard Killesreiter2006-04-13
| | | | Steven
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* #53174, track tab should not be visible when tracker is switched off., patch ↵Gerhard Killesreiter2006-04-08
| | | | by Ber
* #53348, Handling of deleted/blocked user accounts, patch by jreyero and ZenGerhard Killesreiter2006-03-26
|
* - Bug 51905: decode_entities not available when a cached page is served..Dries Buytaert2006-03-01
|
* - Patch #51850 by webchick: work around a db_rewrite_sql() bug.Dries Buytaert2006-03-01
|
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - #48616: check_plain() incorrectly applies to page titles in statisticsSteven Wittens2006-02-09
|
* - Patch #47999 by chx: removed dead code.Dries Buytaert2006-02-09
|
* - Patch #47277 by markus: wrong URL in admin/logs/access/<item>.Dries Buytaert2006-02-01
|
* - Patch #44828 by chx/Crell: make sure the url/path is properly initialized ↵Dries Buytaert2006-01-23
| | | | in statistics_exit().
* - 'node' -> 'post'Dries Buytaert2006-01-07
|
* - #22565: Change statistics counter setting into permissionSteven Wittens2006-01-07
|
* #36936 / #36937: PgSQL fixes for statisticsSteven Wittens2005-11-13
|
* - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵Dries Buytaert2005-11-01
| | | | help of core modules! /
* - Statistics node view counter counted a lot of false positives (including a ↵Steven Wittens2005-10-12
| | | | nid 0 for legacy URLs).
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Removing tabs and trailing whitespaces.Dries Buytaert2005-10-07
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Patch #28786 by Neil: move pagers out of table.Dries Buytaert2005-09-24
|
* - Patch #31449 by chx: store session IDs in the accesslog table.Dries Buytaert2005-09-18
|
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #28924 by Jeremy: simplified 'group by'-clause to improve performance.Dries Buytaert2005-08-16
|
* - Patch #27737 by Gerhard: format_name($object) -> theme('username', $object).Dries Buytaert2005-08-01
| | | | | | Usernames can now be themed; eg. an icon/avatar could be added. TODO: update contributed modules + update the migration docs.
* - #24673: Fix deprecated usage of implodeSteven Wittens2005-07-30
|
* - #27668: Replace deprecated tags/attributes with XHTML/CSS in locale.Steven Wittens2005-07-29
| | | | - (#15121) Improve string cut-off for locale table
* - Removed some dead code.Dries Buytaert2005-07-18
|
* - Patch #25634 by chx: simplified node_load().Dries Buytaert2005-07-17
|
* - Patch 7897: don't show blocks if they have no contentDries Buytaert2005-07-02
|
* - Patch #24135 by Moshe: made it possible to ban visitors based on ↵Dries Buytaert2005-06-07
| | | | hostname/IP. Banning visitors can either be done from the 'access control' pages, or directly from the statistics pages. This feature is very convenient to block badly behaving crawlers.
* - Crop long columns.Dries Buytaert2005-06-06
|
* - Code cleanup: improve format_plural usage, add some missing ↵Steven Wittens2005-05-31
| | | | placeholder/check calls, and introduce API for <link> tags.
* - Renamed "top users" page to "top visitors" and added some page generation ↵Dries Buytaert2005-05-19
| | | | | | times per user. This make it trivial to spot evil crawlers.
* - Fixing some plain/url check calls.Steven Wittens2005-05-18
|
* - Added the ability to track page generation times in the statistics module.Dries Buytaert2005-05-12
| | | | | | (Made some improvements as per the suggestions in the issue.) - Added extended timer implementation.
* - Patch #22264 by patryk: made a SQL query PostgreSQL compliant. Thanks Patryk.Dries Buytaert2005-05-07
|
* - Patch 20910 by chx: centralize print theme page.Dries Buytaert2005-04-24
|
* - #20391: Popular content block did not respect node access permissions.Steven Wittens2005-04-23
|
* - Patch by Adrian: postgresql fixesDries Buytaert2005-04-14
|
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - #18939 (Stefan): Always use paragraph tags around page help text.Steven Wittens2005-03-18
|
* - Patch #17208 by asimmonds: help text fixes:Dries Buytaert2005-02-12
| | | | | | | | | - permissions menu link updates in a number of modules help - anchor link fix in distributed auth help - "my account" link fix in user help - spelling correction in tracker.module help - I also changed 'admin/access/perms' to 'admin/access/permissions'.
* - Patch #15962 by Goba: fixed the association between the accesslog data and ↵Dries Buytaert2005-01-23
| | | | the nodes.
* - Bad quoteSteven Wittens2005-01-19
|