Subversion Repositories PHPX

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36 2013-01-08 18:35:57 PointedEars /trunk/
* features.class.php: Replaced INPUTs with SPANs
    (feedback feature will be implemented using PHPX instead)
 
28 2012-06-20 23:25:47 PointedEars /trunk/
* features.class.php
  - Use directory-relative includes
 
21 2012-01-09 20:32:20 PointedEars /trunk/
* features.class.php
  - Feature: Added getter for read access to protected properties (migration to DB)
 
20 2011-08-13 11:12:51 PointedEars /trunk/
* features.class.php
  - Added fix for ENCODING='ASCII'
 
19 2011-08-13 11:09:51 PointedEars /trunk/
* features.class.php
  - Added test case support
  - Added getter
  - Replaced list() with foreach
 
17 2011-03-13 14:57:16 PointedEars /trunk/
TODO
 
16 2010-06-17 12:48:55 PointedEars /trunk/
* features.class.php
  - FeatureList::printItems();
    + Disabled header repetition until footnote ref. name/ID problem has been solved

* footnotes.class.php
  - Footnote::printMe(): Fixed duplicate name/ID
 
14 2010-06-15 02:52:43 PointedEars /trunk/
* features.class.php
  - Feature:__construct(): Reverted class name fix (apparently version-dependent)
 
13 2010-06-15 01:31:06 PointedEars /trunk/
* features.class.php
  - Use script encoding for htmlspecialchars()

* footnotes.class.php
  - Added prefix, suffix, and tooltip (title) support

* global.inc
  - Added reduceWhitespace()
 
9 2010-05-26 10:35:42 PointedEars /trunk/
* features.class.php
  - FeatureList::__construct, Feature::_construct: Fixed class name reference
  - Feature::__construct: Only set defined properties with parameter array
 
6 2010-05-17 20:33:04 PointedEars /trunk/
* features.class.php
  - Fixed remaining `title' attributes for test results
 
5 2010-05-17 20:18:13 PointedEars /trunk/
* features.class.php
  - Clarified `title' attributes for test results
 
4 2010-05-13 17:47:57 PointedEars /trunk/
* features.class.php
  - Fixed: Deprecated call-time pass-by-reference
 
3 2010-05-02 02:11:34 PointedEars /trunk/
* features.class.php
  - Fixed: Unknown version is considered safe
 
2 2010-05-02 02:07:09 PointedEars /trunk/
Added global.inc, features.class.php