
Bug: Remove Smarty disable warnings code
Reported by dleffler | December 16th, 2011 @ 06:49 PM
Smarty v2 disabled warnings by default. To keep things flowing smoothly, we turne Smarty v3 error report off. It should left in the default state to point out our coding problems.
Comments and changes to this ticket
-
expNinja December 17th, 2011 @ 04:55 PM
(from [effb83884e60b79fc26fb516f28ed3e654a0eed5]) Turns on the smarty flag to warn about unassigned variables, but that doesn't do anything until we turn warnings back on. [#437 ] https://github.com/exponentcms/exponent-cms/commit/effb83884e60b79f...
-
dleffler January 25th, 2012 @ 06:39 PM
- Milestone set to 2.1.0
- Milestone order changed from 129 to 0
-
expNinja May 10th, 2012 @ 03:26 PM
(from [231a69b6e4febb8a8900948c1125e3825ebf4ba0]) Creates greater PHP 5.4.x compliance and attempts to remove some Smarty warnings, also adds Smarty Debug option [#561 #437] https://github.com/exponentcms/exponent-cms/commit/231a69b6e4febb8a...
-
-
dleffler September 26th, 2012 @ 06:20 PM
- Assigned user set to dleffler
- Milestone order changed from 6 to 0
-
dleffler October 5th, 2012 @ 04:20 PM
- Assigned user cleared.
- Milestone cleared.
- Milestone order changed from 31 to 0
-
-
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS
Tags
Referenced by
-
561 Ensure PHP 5.4.x compliance (from [231a69b6e4febb8a8900948c1125e3825ebf4ba0]) Creates...