Author: COil
Date: 2010-09-07 10:51:18 +0200 (Tue, 07 Sep 2010)
New Revision: 30844
Modified:
plugins/sfProjectAnalyserPlugin/README
Log:
[sfProjectAnalyserPlugin]
* Updated roadmap and README
Modified: plugins/sfProjectAnalyserPlugin/README
===================================================================
--- plugins/sfProjectAnalyserPlugin/README 2010-09-07 06:18:25 UTC (rev
30843)
+++ plugins/sfProjectAnalyserPlugin/README 2010-09-07 08:51:18 UTC (rev
30844)
@@ -86,6 +86,8 @@
check_context_get_instance: true # Raise an alert is
"sfContext::getInstance()" is encountered in the code
...
+This file is documented you will find a comment for each tresholf / flag.
+
Usage
=====
@@ -102,15 +104,19 @@
(By defaullt the `sfProjectAnalyserPlugin` will be the only plugin parsed, to
modify
this behavior update the plugin section of configuration. (see `configuration`)
-TODO
-====
+TODO / ROADMAP
+==============
-1.0.0:
+**1.0.0:**
+
+ * When counting the number of custom classes, group by type for classes who
+extend sfForm, because it can be very big. Group when the count is beyond a
threshold
+that will be in the config.
* Parse of "lib" directories, extract classes, interfaces - LV
* Allow to parse custom actions files - LV
* Provide 3 default configurations type (strict, standart, loose)
-1.0.1:
+**1.0.1:**
* Alert for $this->executeXXX code at action level
* Alert for ORM code at the action level
@@ -118,17 +124,16 @@
* Number of classes (excluded from vendor and auto-generated stuff)
* Number of queries
-1.0.2:
+**1.0.2:**
+
* Check is_secure flag of applications
* Count langs, i18n catalogs and traductions that includes
-1.1.0
+**1.1.0**
+
* Refactor alerts checks so that all processAlertXXXX functions are called
automatically
* Use factories to override plugins main objects classes
-For now the plugin is quiet basic, so I need feedbacks to include new
interesting
-statistics and alerts.
-
PS: You can also send me a contribution request if you have good ideas. :)
Support
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.