Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranco committed Jun 22, 2018
2 parents 65c7337 + c285582 commit 3b14189
Show file tree
Hide file tree
Showing 34 changed files with 24 additions and 1,359 deletions.
2 changes: 1 addition & 1 deletion application/config/application.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$app = [ 'name' => 'Bacula-Web', 'version' => '8.0.0',
$app = [ 'name' => 'Bacula-Web', 'version' => '8.0.1',
'routes' => [ 'home' => 'Dashboard',
'test' => 'Test',
'jobs' => 'Jobs',
Expand Down
2 changes: 1 addition & 1 deletion core/app/userauth.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct() {
}

// Check protected assets folder permissions$
$webUser = '';
$webUser = array();
exec('whoami', $webUser);
$webUser = reset($webUser);

Expand Down
11 changes: 11 additions & 0 deletions docs/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
=== Release 8.0.1 (June 22 2018)

Changelog

- Documentation
- Fix issue with ReadTheDocs theme conflict

Fixed bugs

- 0000248 [documentation] Documentation issue

=== Release 8.0.0 (June 1 2018)

Changelog
Expand Down
2 changes: 1 addition & 1 deletion docs/source/02_install/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ General requirements

.. important::

PHP SQLite is required since verions 8.0.0-rc2
PHP SQLite is required since verison 8.0.0-rc2

PHP Posix is required since version 8.0.0

Expand Down
Binary file added docs/source/_static/bacula-web-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,6 @@
'Miscellaneous'),
]


def setup(app):
app.add_javascript("js/custom.js")

8 changes: 8 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
Bacula-Web documentation
========================

.. image:: _static/bacula-web-logo.png
:scale: 100%
:align: center
:target: https://github.com/bacula-web/bacula-web
:alt: Bacula-Web logo

**Version:** 8.0.1

.. toctree::
:maxdepth: 2

Expand Down
15 changes: 0 additions & 15 deletions docs/theme/sphinx_rtd_theme/__init__.py

This file was deleted.

82 changes: 0 additions & 82 deletions docs/theme/sphinx_rtd_theme/breadcrumbs.html

This file was deleted.

52 changes: 0 additions & 52 deletions docs/theme/sphinx_rtd_theme/footer.html

This file was deleted.

0 comments on commit 3b14189

Please sign in to comment.