Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for PHP 7 + Symphony 3 compatibility #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified assets/devkit.css
100755 → 100644
Empty file.
Empty file modified assets/devkit.js
100755 → 100644
Empty file.
Empty file modified assets/jquery.scrollto.js
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion content/content.debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct(){
}
}

public function build() {
public function build(array $context = array()) {
$this->_view = (strlen(trim($_GET['debug'])) == 0 ? 'xml' : $_GET['debug']);

return parent::build();
Expand Down
Empty file modified extension.driver.php
100755 → 100644
Empty file.
4 changes: 4 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
</author>
</authors>
<releases>
<release version="1.3.5" date="2020-12-08" min="2.4" max="3.x.x">
- Update for PHP 7
- Mark compatibility with Symphony 3.0
</release>
<release version="1.3.4" date="2017-06-20" min="2.4" max="2.x.x">
- Mark compatibility with Symphony 2.7
</release>
Expand Down
Empty file modified lib/bitter/bitter.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/formats/default.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/formats/symphony.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/formats/tabsize-2.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/formats/tabsize-4.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/languages/css.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/languages/html.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/languages/js.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/languages/php.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/languages/xml.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/languages/xsl.php
100755 → 100644
Empty file.
Empty file modified lib/bitter/license
100755 → 100644
Empty file.
Empty file modified lib/bitter/readme
100755 → 100644
Empty file.
Empty file modified licence
100755 → 100644
Empty file.
Empty file modified readme.md
100755 → 100644
Empty file.