Commit Graph

717 Commits

Author SHA1 Message Date
7928b4365b Allow Daux to work from sub-directories
If you try to host Daux from any directory other than the root of a website (like mysite.com/docs, for example), it just gives an error that the page can't be found. This commit will make Daux remove the base directory from the request when handling it, which should make it work properly in sub-directories.
2018-09-20 20:14:43 +02:00
59a9dd5cf5 Merge pull request #59 from noraj/patch-1
add debian 8 composer path
0.7.5
2018-09-20 10:46:49 +02:00
434a9d7290 Merge pull request #64 from cambierr/master
Changed Server.php to be able to run on symfony 4.0+
2018-09-20 10:45:47 +02:00
2093eee156 Changed Server.php to be able to run on symfony 4.0+ 2018-08-13 08:42:14 +02:00
f171faf81e add debian 8 composer path
not all linux distro have the same path
2018-06-22 15:24:07 +02:00
ba8658d706 Fix cache, add clear-cache command 2018-06-07 20:40:38 +02:00
6a7dae3023 Fix regression introduced to fix #55 2018-06-06 23:37:26 +02:00
47a9565b23 Create cache for Markdown content. #51 2018-06-06 23:20:29 +02:00
4325008a5f Improve performance by calculating. Fixes #55 2018-06-06 21:10:06 +02:00
0570fb7971 Fix breadcrumb support of multiple folders with the same name. Fixes #54 0.7.4 2018-06-05 23:02:01 +02:00
049e5cd498 Document how you can create a docker image with the documentation inside. Fixes #37 2018-06-05 22:40:38 +02:00
7b665558af Use front matter of the index page to define folder's name. Fixes #27 2018-06-05 22:29:31 +02:00
eb89664473 Keep numbers in raw files, as they aren't sorted anyway. Fixes #26 2018-06-05 21:28:54 +02:00
41c355edb1 Add more details on verbose output #52 0.7.3 2018-06-05 20:31:51 +02:00
29a8a8d9cc Allow to get version with -V / --version #53 2018-06-04 22:52:21 +02:00
65f0679d7a Fix formatting 2018-05-05 18:16:24 +02:00
1e23b4ed90 and again :) 2018-05-05 17:43:23 +02:00
4b8a487b4f Let's try with other versions 2018-05-05 17:41:09 +02:00
75cff529c0 Update PHP versions to build on travis 2018-05-05 17:35:28 +02:00
34aa4d5a76 Build with latest crafty 2018-05-05 17:35:12 +02:00
5ab15752de fix getTerminalDimensions 2018-05-05 16:58:49 +02:00
eae3f31d65 Merge pull request #47 from kalixi/master
fix: "PHP Notice:  Uninitialized string offset: 0 in ..."
2018-05-05 11:16:49 +02:00
83464a80e9 fix: "PHP Notice: Uninitialized string offset: 0 in ..." 2018-03-21 16:11:53 +08:00
b5189c5590 Merge pull request #43 from aedart/master
Upgrade dependencies
2018-03-12 09:05:03 +01:00
2816da9a71 Remove php 5.x and 7.0 support 2018-03-05 08:51:57 +01:00
7837462690 Upgrade dependencies 2018-03-05 08:46:03 +01:00
2caa193a16 Fix code blocks presentation 0.7.2 2018-02-27 23:43:36 +01:00
e31be9d02e Added Powered By 2018-02-27 22:47:07 +01:00
e3a156f770 Improve default theme 2018-02-26 22:46:36 +01:00
2a3d513a40 Create a variables file to customize theme easily, lint CSS 2018-02-25 23:02:09 +01:00
3346dec1d6 Use crafty to build css, convert less to scss 2018-02-25 20:12:18 +01:00
d0b2850434 Auto deploy docs to travis and add examples 2017-12-22 22:53:05 +01:00
da522ba2d3 Repair single page documentation generator 0.7.1 2017-12-11 22:25:45 +01:00
e12465b4de Fix unit tests 2017-12-11 22:02:20 +01:00
91014cef8b Manage table of contents differently 2017-12-11 21:14:18 +01:00
e844b51f10 Fix Mime Types - fix CLI param 2017-12-08 16:29:44 +01:00
9269b277e2 Merge pull request #23 from gabriel-caruso/phpunit
Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase
2017-11-13 23:19:23 +02:00
74ba2b301d Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase 2017-11-11 04:22:27 -02:00
70d15cc0ec fix usages of iconv 0.7.0 2017-11-08 21:51:01 +01:00
d1c7b27563 Add support for + at the beginning, fixes #18 2017-11-08 21:49:30 +01:00
d898eb6edf Fix json output for search index, fixes #21 2017-11-08 00:01:08 +01:00
837fca6886 Small refactoring and documentation fix 2017-11-07 23:17:05 +01:00
def4b5ed98 Merge pull request #22 from gerundt/meta-tags
Add `description`, `keywords` and `author` to Front Matter (fix #20)
2017-11-08 00:08:27 +02:00
52ce3714cf More cleanup 2017-11-07 22:54:31 +01:00
c0016c759a More refactoring 2017-11-07 22:44:27 +01:00
0e516797c3 Add description, keywords and author to Front Matter (fix #20) 2017-11-07 22:39:34 +01:00
f281169871 Cleanup publisher 2017-11-07 22:08:30 +01:00
e3a89832c5 Only list deletable pages if there are any 2017-11-06 23:32:41 +01:00
e5ee061ddd Don't upload attachments if they are already uploaded and have the same size 2017-11-06 23:20:42 +01:00
59b8c04161 Confluences bugfixes, Fix documentation
Make it easier to spot where an error comes from when uploading to confluence.
Allow to upload documentation without a prefix.
2017-11-06 22:46:07 +01:00