-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from VitexSoftware/master
Master
- Loading branch information
Showing
249 changed files
with
441,178 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,11 @@ | ||
php-ease-html (1.24) UNRELEASED; urgency=medium | ||
php-ease-html (1.25) UNRELEASED; urgency=medium | ||
|
||
* Remove empty tHead and tFoot | ||
* Form params unified with others | ||
* Recurisive Form Select setting value fixed | ||
* twbootstrap renamed to bootstrap | ||
* Release v1.20 | ||
* Release v1.20 | ||
* Release v1.20 | ||
* Release v1.20 | ||
* Release v1.21 | ||
* Merge branch 'master' of github.com:VitexSoftware/ease-html | ||
* All tests pass | ||
* Release v1.23 | ||
* Require stable version of ease core | ||
* Release v1.23 | ||
|
||
-- CyberVitexus <[email protected]> Mon, 10 Aug 2020 15:25:56 +0200 | ||
-- CyberVitexus <[email protected]> Thu, 15 Oct 2020 23:45:32 +0200 | ||
|
||
php-ease-html (1.16) EXPERIMENTAL; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
Source: php-ease-html | ||
Build-Depends: debhelper (>= 7.0.50~), php-ease-core | ||
#, composer, php-apigen | ||
Build-Depends: debhelper (>= 7.0.50~), php-ease-core, phpdocumentor | ||
Section: web | ||
Standards-Version: 3.9.8 | ||
Maintainer: Vítězslav Dvořák <[email protected]> | ||
Uploaders: Vitex <[email protected]> | ||
Priority: optional | ||
Homepage: https://github.com/VitexSoftware/php-ease-html | ||
|
||
Package: php-ease-html | ||
Depends: ${misc:Depends},libjs-jquery (>= 1.4), php-mail, php-mail-mime, php-ease-core | ||
Package: php-vitexsoftware-ease-html | ||
Depends: ${misc:Depends},libjs-jquery (>= 1.4), php-mail, php-mail-mime, php-vitexsoftware-ease-core | ||
Architecture: all | ||
Conflicts: ease-framework | ||
Suggests: php-ease-bootstrap | ||
Suggests: php-vitexsoftware-ease-bootstrap | ||
Section: web | ||
Priority: optional | ||
Description: EasePHP Framework HTML support | ||
HTML classes for Ease Framework. | ||
|
||
Package: php-ease-html-dev | ||
Package: php-vitexsoftware-ease-html-dev | ||
Depends: ${misc:Depends}, php-ease-core-dev | ||
Architecture: all | ||
Conflicts: ease-framework | ||
|
@@ -27,12 +26,12 @@ Priority: optional | |
Description: EasePHP Framework HTML unit tests | ||
HTML classes for Ease Framework. | ||
|
||
#Package: php-vitexsoftware-ease-html-dev | ||
#Depends: ${misc:Depends}, php-ease-core-dev | ||
#Architecture: all | ||
#Conflicts: ease-framework-doc | ||
#Section: devel | ||
#Priority: optional | ||
#Description: EasePHP Framework HTML unit documentation | ||
# HTML classes for Ease Framework documentation generated by apigen | ||
Package: php-vitexsoftware-ease-html-doc | ||
Depends: ${misc:Depends}, php-vitexsoftware-ease-core-dev | ||
Architecture: all | ||
Conflicts: ease-framework-doc | ||
Section: devel | ||
Priority: optional | ||
Description: EasePHP Framework HTML unit documentation | ||
HTML classes for Ease Framework documentation generated by apigen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
php-ease-html | ||
php-ease-html-dev | ||
php-vitexsoftware-ease-html | ||
php-vitexsoftware-ease-html-dev | ||
php-vitexsoftware-ease-html-doc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
docs/* usr/share/doc/ease-html/html | ||
docs/resources/* usr/share/doc/ease-html/html/resources | ||
debian/php-vitexsoftware-ease-html-doc.conf usr/share/doc/ease-html-doc/apache | ||
README.md usr/share/doc/ease-html | ||
docs/classes/* usr/share/doc/php-vitexsoftware-ease-html/html/classes | ||
docs/css/* usr/share/doc/php-vitexsoftware-ease-html/html/css | ||
docs/files/* usr/share/doc/php-vitexsoftware-ease-html/html/files | ||
docs/graphs/* usr/share/doc/php-vitexsoftware-ease-html/html/graphs | ||
docs/index.html usr/share/doc/php-vitexsoftware-ease-html/html/ | ||
docs/indices/* usr/share/doc/php-vitexsoftware-ease-html/html/indices | ||
docs/js/* usr/share/doc/php-vitexsoftware-ease-html/html/js | ||
docs/namespaces/* usr/share/doc/php-vitexsoftware-ease-html/html/namespaces | ||
docs/packages/* usr/share/doc/php-vitexsoftware-ease-html/html/packages | ||
docs/reports/* usr/share/doc/php-vitexsoftware-ease-html/html/reports | ||
|
||
debian/php-vitexsoftware-ease-html-doc.conf usr/share/doc/php-vitexsoftware-ease-html-doc/apache | ||
README.md usr/share/doc/php-vitexsoftware-ease-html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.