onigoetz
5b75fd0d10
Applied fixes from StyleCI
2016-09-26 20:54:26 +02:00
Stéphane Goetz
647c0beb3b
Fix the URL Generator for inherit_index, fixes #381
2016-08-02 23:39:57 +02:00
onigoetz
2314516ce9
Applied fixes from StyleCI
2016-07-29 21:56:09 +02:00
Stéphane Goetz
c1dd70748f
Add the ability to do relative links in documentations
2016-07-29 21:56:09 +02:00
Stéphane Goetz
295aee5f77
Create single-page HTML output, prepares the terrain for PDF/ePub output
2015-11-06 22:44:34 +01:00
Stéphane Goetz
18a34beac3
Add previous and next links to the pages, fixes #93
2015-10-28 00:18:29 +01:00
Stéphane Goetz
6e38c56a12
First unit tests & TDD Refactoring
2015-10-28 00:01:41 +01:00
Stéphane Goetz
d02ac85697
Fix code style
2015-08-16 22:26:00 +02:00
Stéphane Goetz
a7aff213de
Disable inherit_index in generated mode
2015-08-16 22:24:49 +02:00
David Hunt
551e03dc93
Merge remote branch 'upstream/development' into development
2015-07-30 17:44:11 -04:00
Stéphane Goetz
386f323dd0
Hide directories that have no content
2015-07-29 08:30:41 +02:00
David Hunt
1e1f261ea9
Patch duplicate call to seekFirstPage during recursive search.
2015-07-27 18:42:33 -04:00
David Hunt
7a01df7ea9
Added the inherit_index feature for routing requests to directories without a valid index defined.
2015-07-21 14:34:21 -04:00
Stéphane Goetz
061ea5ea55
Code Style and refactorings
2015-07-20 20:51:49 +02:00
Stéphane Goetz
d531de86cf
Cleaned getFirstPage a bit
2015-07-20 20:51:48 +02:00
Stéphane Goetz
a13469047a
Move getIndexPage and getFirstPage to Directory
2015-07-20 20:51:41 +02:00
Stéphane Goetz
e87c86d9aa
Added documentation
2015-07-20 20:51:41 +02:00
Stéphane Goetz
aa5602a0fb
Refactor the tree system
...
Each element of the tree now only has one parent, not a parent array.
- Creating an elements doesn't necessarily rely on an existing file
- Moving elements unregisters elements from the previous parent
- Moved some helpers to the builder instead of Entry
2015-07-20 20:51:32 +02:00
Stéphane Goetz
3235c49acd
Refactor to not use ->value in the tree
2015-07-20 20:51:32 +02:00
Stéphane Goetz
de1214cbab
Convert to PSR2
2015-07-20 20:49:09 +02:00
Stéphane Goetz
ecd5efe758
Extract tree builder
...
Add related files directly in the documentation
2015-07-20 20:49:09 +02:00