- 29 Nov, 2004 4 commits
-
-
Dries authored
- 28 Nov, 2004 7 commits
-
-
Dries authored
- Fixed typo and reworded the filter.
-
Dries authored
- Beautified the contents of the table. - Removed some dead code.
-
Dries authored
- Made it possible to sort the referrers by last visit.
-
Dries authored
- Changed aid from tinyint to int.
-
Dries authored
-
Dries authored
changes are: 1. Simplified the statistics pages: there are less pages and on the remaining pages there is a lot less visual clutter (less columns and better presentation). 2. Reorganized the 'administer - logs' menu: flattened the menu structure and removed a number of links. 3. Improved performance. Most statistics pages used about 160 slow SQL queries which made the statistics pages fairly unusable on my system. The new pages use at least 10 times less SQL queries and render much faster. They are actually usable. 4. There is now a 'track'-tab on node pages, and a second subtrab on the user accounts 'track'-tab for people with the 'access statistics' permission. They can be used to resp. track the node and the user. This makes the statistics more accessible. 5. Changed the way watchdog messages are filtered. This makes it easier to introduce new watchdog types. 6. Reworked the statistics module's permissions. 7. Less code: 223 insertions(+), 343 deletions(-). 8. Fixed several glitches: for example, the statistics pages sorted the 'Name' column by user ID instead of by name. Unfortunately, it is too difficult to backport these to DRUPAL-4-5. TODO: 1. Review the statistics modules help pages. 2. Help fine-tune the interfaces/views. NOTES: 1. You'll want to run update.php.
-
Dries authored
- Usability improvement: only display subtabs if there is more than one subtab. If there is only one, make sure it is the set to be the default subtab and all is well.
-
- 27 Nov, 2004 6 commits
-
-
Dries authored
-
Dries authored
- Bug 13503: updating the locale settings might impact the interface (eg. menu's) so we have to flush the cache.
-
Dries authored
-
Steven Wittens authored
- 25 Nov, 2004 2 commits
-
-
Dries authored
+ Make bootstrap functionality work with HEAD. + Move functions into bootstrap.inc so that statistics_exit() works for cached pages. (Does this close any issues?)
- 24 Nov, 2004 4 commits
-
-
Dries authored
+ added support for multi-site configurations. + tidied up some old cruft and added code comments.
- 23 Nov, 2004 4 commits
-
-
Dries authored
- Patch #6166 by Moshe: node preview should not display links. Push the links to the theme instead of the theme having to pull them in using node_link(). TODO: 1. Update theme upgrade instructions in the handbook: node_link() is gone. 2. Remove page_link() just like we removed node_link().
-
Dries authored
-
- 21 Nov, 2004 3 commits
-
-
Dries authored
- Patch 13180 by chx: renamed check_query() to db_escape_string() and implemtented it properly per database backend. Read the manual for pg_escape_string: "Use of this function is recommended instead of addslashes()." Or read sqlite_escape_string: "addslashes() should NOT be used to quote your strings for SQLite queries; it will lead to strange results when retrieving your data."
- 18 Nov, 2004 5 commits
-
-
Steven Wittens authored
- Caching index statistics - Minor code cleanup
-
Steven Wittens authored
-
Dries authored
-
Dries authored
-
Dries authored
-
- 17 Nov, 2004 1 commit
-
- 16 Nov, 2004 1 commit
-
-
Dries authored
- Adding the missing flood tables. Sorry.
-
- 15 Nov, 2004 3 commits
-
-
Dries authored
- Added generic flood control mechanism to throttle certain operations per hostname (eg. posting comments, requesting passwords, sending e-mails). See flood_register_event() and flood_is_allowed() for details.
-