Thu, 12 Sep 2013 13:44:49 +0200 Ondrej Brejla Closing branch to prepare for merge. php_80_features
Thu, 12 Sep 2013 13:43:42 +0200 Ondrej Brejla synched w/ trunk php_80_features
Wed, 11 Sep 2013 14:49:39 +0200 Ondrej Brejla synched w/ trunk php_80_features
Tue, 27 Aug 2013 15:39:01 +0200 Tomas Mysik Automated merge with http://hg.netbeans.org/web-main php_80_features
Tue, 27 Aug 2013 15:36:15 +0200 Tomas Mysik Minor bug fixed php_80_features
Tue, 27 Aug 2013 15:22:16 +0200 Tomas Mysik Composer PHP module extender finished php_80_features
Tue, 27 Aug 2013 15:20:49 +0200 Tomas Mysik hashCode() and equals() added php_80_features
Tue, 27 Aug 2013 14:24:14 +0200 Tomas Mysik Coding style php_80_features
Tue, 27 Aug 2013 14:12:54 +0200 Tomas Mysik Panel for adding Composer dependencies added php_80_features
Tue, 27 Aug 2013 14:11:51 +0200 Tomas Mysik Composer options validator improved a bit php_80_features
Tue, 27 Aug 2013 14:11:03 +0200 Tomas Mysik Proper Composer search component php_80_features
Tue, 27 Aug 2013 11:16:02 +0200 Tomas Mysik Composer validator uses ValidationResult php_80_features
Tue, 27 Aug 2013 10:26:33 +0200 Tomas Mysik Refactoring, proper class package php_80_features
Tue, 27 Aug 2013 10:43:04 +0200 Ondrej Brejla synched w/ trunk php_80_features
Mon, 26 Aug 2013 11:50:55 +0200 Tomas Mysik Automated merge with http://hg.netbeans.org/web-main php_80_features
Mon, 26 Aug 2013 11:49:31 +0200 Tomas Mysik Dummy implementation of PHP module extender added php_80_features
Mon, 26 Aug 2013 11:48:56 +0200 Tomas Mysik New PHP project wizard uses extenders php_80_features
Mon, 26 Aug 2013 09:19:26 +0200 Tomas Mysik PHP module extender added php_80_features
Mon, 26 Aug 2013 10:48:40 +0200 Ondrej Brejla synched w/ trunk php_80_features
Thu, 22 Aug 2013 12:22:31 +0200 Tomas Mysik Implementation of PHP module generator added php_80_features
Thu, 22 Aug 2013 12:22:09 +0200 Tomas Mysik Php module generator added php_80_features
Thu, 22 Aug 2013 10:36:29 +0200 Tomas Mysik Php Options class moved to proper package php_80_features
Thu, 22 Aug 2013 10:25:14 +0200 Tomas Mysik Use new PHP version class php_80_features
Thu, 22 Aug 2013 10:24:46 +0200 Tomas Mysik Use new PHP version class php_80_features
Thu, 22 Aug 2013 10:24:16 +0200 Tomas Mysik PhpVersion added to the PHP module API php_80_features
Thu, 22 Aug 2013 09:30:56 +0200 Tomas Mysik Possibility to listen on dependencies panel php_80_features
Thu, 22 Aug 2013 09:10:30 +0200 Tomas Mysik Refactoring, proper panel name php_80_features
Wed, 21 Aug 2013 11:47:15 +0200 Tomas Mysik Bit better cleanup php_80_features
Wed, 21 Aug 2013 11:30:57 +0200 Tomas Mysik Empty panel can be created php_80_features
Wed, 21 Aug 2013 11:29:57 +0200 Tomas Mysik Annotations and asserts added php_80_features
Wed, 21 Aug 2013 10:28:17 +0200 Ondrej Brejla synched w/ trunk php_80_features
Tue, 20 Aug 2013 16:04:03 +0200 Ondrej Brejla Improved error checking of misused "class" constant. php_80_features
Tue, 20 Aug 2013 16:02:19 +0200 Ondrej Brejla Added support for magic "class" constant which has been added to PHP 5.5. php_80_features
Tue, 20 Aug 2013 13:45:51 +0200 Ondrej Brejla Fixed detection of used PHP version. php_80_features
Tue, 20 Aug 2013 13:36:04 +0200 Tomas Mysik Automated merge with http://hg.netbeans.org/web-main php_80_features
Tue, 20 Aug 2013 13:35:14 +0200 Tomas Mysik PHP 5.5 added among PHP versions php_80_features
Tue, 20 Aug 2013 13:28:38 +0200 Ondrej Brejla synched w/ trunk php_80_features
Mon, 19 Aug 2013 10:24:37 +0200 Ondrej Brejla synched w/ trunk php_80_features
Fri, 16 Aug 2013 10:01:34 +0200 Ondrej Brejla synched w/ trunk php_80_features
Thu, 15 Aug 2013 16:05:25 +0200 Ondrej Brejla NOI18N. php_80_features
Thu, 15 Aug 2013 16:04:35 +0200 Ondrej Brejla Just magic methods can have two underscores in front of their name. php_80_features
Thu, 15 Aug 2013 15:41:38 +0200 Ondrej Brejla Added support for checking whether a file contains just one type declaration or not. php_80_features
Thu, 15 Aug 2013 15:24:34 +0200 Ondrej Brejla Refactoring. php_80_features
Thu, 15 Aug 2013 15:18:53 +0200 Ondrej Brejla Added support for checking whether the declared type is in a proper namespace or not. php_80_features
Thu, 15 Aug 2013 14:01:19 +0200 Ondrej Brejla Fixed regular expression. php_80_features
Thu, 15 Aug 2013 14:00:27 +0200 Ondrej Brejla Renamed hint. php_80_features
Thu, 15 Aug 2013 13:55:02 +0200 Ondrej Brejla Minor refactoring. php_80_features
Thu, 15 Aug 2013 13:49:12 +0200 Ondrej Brejla Added support for PSR-1 method names checking. php_80_features
Thu, 15 Aug 2013 11:31:13 +0200 Ondrej Brejla Added tests for constant name checking in PSR-1 standard. php_80_features
Thu, 15 Aug 2013 11:18:11 +0200 Ondrej Brejla Added support for PSR-1 type names checking. php_80_features
Thu, 15 Aug 2013 09:59:09 +0200 Ondrej Brejla synched w/ trunk php_80_features
Wed, 14 Aug 2013 15:45:32 +0200 Ondrej Brejla synched w/ trunk php_80_features
Wed, 14 Aug 2013 07:30:38 +0200 Tomas Mysik Automated merge with http://hg.netbeans.org/web-main php_80_features
Wed, 14 Aug 2013 07:28:55 +0200 Tomas Mysik Options controller "fixed" php_80_features
Wed, 14 Aug 2013 07:22:05 +0200 Tomas Mysik Custom tests can be run php_80_features
Wed, 14 Aug 2013 07:11:13 +0200 Tomas Mysik Comment improved php_80_features
Tue, 13 Aug 2013 18:48:28 +0200 Tomas Mysik Skipped test with message supported php_80_features
Tue, 13 Aug 2013 17:36:41 +0200 Tomas Mysik Nette Tester testing provider added php_80_features
Tue, 13 Aug 2013 17:21:39 +0200 Tomas Mysik Tester test locator added php_80_features
Tue, 13 Aug 2013 16:53:44 +0200 Tomas Mysik Tester tests can be created php_80_features