devel 6.x-1.15
moshe weitzman - March 31, 2009 - 03:51
| Download | Size | md5 hash |
|---|---|---|
| devel-6.x-1.15.tar.gz | 160.1 KB | e7cd175671ed62a95bab7093c636e663 |
Official release from CVS tag: DRUPAL-6--1-15
Last updated: March 31, 2009 - 03:55
Changes since DRUPAL-6--1-14:
- Add better help text and rework arguments/options
- Now provides hooks for Nagios, so we can report overall average memory and page generation times alerts.
- Use uninstall schema, rather than DROP
- Change the requirement ERROR to WARNING, so they don't mask other important stuff
- Remove the 'title' field, since we do not have drupal_set_title() when in cache mode
- Check _GET['q'], and if empty use site_frontpage
- Use hook_boot(). This will make cached pages work
- Limit the query to the last 1000 accessed URLs
- Better results from average for paths that have been accessed over the last 15 minutes
- Do not use thousand separator
- Prune data that is one day old or older ...
- #360901 by elcuco. Froce krumo to be LTR even on RTL pages
- #364532 by gregles and drewish. provide a drupal_rebuild_theme_registry on every page load feature
- #364591 by drewish. Invalid use of db_last_insert_id().
- #372595 Clear APC should check if APC is enabled to prevent WSOD.
- Change all checks for APC to use the same function, for consistency - #372602 Prevent repeated dsm() messages.
- #373488 by Kiam@avpnet.org Change capitalization
- #373483 Error on settings page due to errant t()
- Remove obsolete 'title' field from database
- Fix bad classification of the default grant; tune informatory text; add explanation about rebuilding permissions.
- A major change: separate state info from performance info, the Nagios way
- Use nulls instead of dashes, so the database does not reject non-numeric fields
- Fix a typo that caused DNA to not recognize users having the 'administer nodes' permission.
- #376108 by Dave Reid. Add statistics to content generation
- #376111 by Dave Reid. Randomize the number of comments generated per node.
- #311432 by jaydub. SQL shown in Display Query Log cutoff in PostgreSQL
