Commit Graph

934 Commits

Author SHA1 Message Date
Stéphane Goetz 386f323dd0 Hide directories that have no content 2015-07-29 08:30:41 +02:00
Stéphane Goetz 114a0f29b7 Be able to set the source directory on command line 2015-07-28 17:26:35 +02:00
Stéphane Goetz b5ce4f1d79 Added a content type system to be able to extend the conversion mechanism 2015-07-28 17:25:03 +02:00
David Hunt 1e1f261ea9 Patch duplicate call to seekFirstPage during recursive search. 2015-07-27 18:42:33 -04:00
Stéphane Goetz 45328d5f4e Compile latest daux.phar 2015-07-23 17:45:16 +02:00
Stéphane Goetz 72ebc50e6c Reorganise console classes 2015-07-23 17:44:24 +02:00
Stéphane Goetz 4fec115627 Bugfix in confluence upload. The bug in image reuploads is fixed in confluence 5.8 2015-07-23 17:43:22 +02:00
Stéphane Goetz aeeac7788d Added chinese and russian Hello world
Everything works well, in live and static mode.

Closes #286
2015-07-21 22:52:59 +02:00
Stéphane Goetz 08f3b3a52f Compile latest .phar 2015-07-21 22:45:59 +02:00
Stéphane Goetz 642699ec7e Design fixes, fixes #288 and fixes #119 2015-07-21 22:40:13 +02:00
Stéphane Goetz 046a419c31 Passed configuration to gulp, due to grunt limitations 2015-07-21 22:37:29 +02:00
Stéphane Goetz 0298b7bf91 Clean up custom.js, rename to daux.js 2015-07-21 22:36:46 +02:00
Stéphane Goetz 848e68ea55 Update jQuery and remove bootstrap.min.js 2015-07-21 22:35:48 +02:00
Stéphane Goetz e32155fc18 Update Glyphicons 2015-07-21 22:26:04 +02: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 d79e935243 Update Twitter bootstrap - did not compile yet 2015-07-21 18:45:40 +02:00
Stéphane Goetz c6d6634857 Merge pull request #273 from onigoetz/master
Big reorganisation
2015-07-21 10:30:01 +02:00
Stéphane Goetz 2b75edc153 Latest compiled daux.phar 2015-07-21 10:33:53 +02:00
Stéphane Goetz 12739c2044 Small fixes in url generations 2015-07-21 09:51:55 +02:00
Stéphane Goetz 16f15ae2b2 Add developer documentation 2015-07-21 09:49:49 +02:00
Stéphane Goetz 09252409b2 Update grunt configuration for the embedded web server 2015-07-20 22:35:37 +02:00
Stéphane Goetz c7b034ff81 Removed rebase surprise ... 2015-07-20 20:56:17 +02:00
Stéphane Goetz 061ea5ea55 Code Style and refactorings 2015-07-20 20:51:49 +02:00
Stéphane Goetz f903b0060c Fix index pages detection in live mode 2015-07-20 20:51:48 +02:00
Stéphane Goetz d921c412b5 Add format and processor as configuration options for live mode 2015-07-20 20:51:48 +02:00
Stéphane Goetz 3671214839 Update documentation 2015-07-20 20:51:48 +02:00
Stéphane Goetz c00dfac001 Change configuration format 2015-07-20 20:51:48 +02:00
Stéphane Goetz f757e88040 Fixed base url problems in live mode 2015-07-20 20:51:48 +02:00
Stéphane Goetz 1f167db1f6 Fixed error page 2015-07-20 20:51:48 +02:00
Stéphane Goetz 7d63acbf61 Update htaccess 2015-07-20 20:51:48 +02:00
Stéphane Goetz a7962839d0 Be able to serve the website simply with the phar archive 2015-07-20 20:51:48 +02:00
Stéphane Goetz 932fab5a84 Transform the server to be able to use the Generator 2015-07-20 20:51:48 +02:00
Stéphane Goetz d531de86cf Cleaned getFirstPage a bit 2015-07-20 20:51:48 +02:00
Stéphane Goetz 87fbb6f15d Initialize the markdown parser only once. 2015-07-20 20:51:48 +02:00
Stéphane Goetz e3a3438ccd Improve processors
Now you can add generators and extend the markdown parser
2015-07-20 20:51:48 +02:00
Stéphane Goetz bb3a3408fd Bugfix in the path rebase from the HTML Generator 2015-07-20 20:51:42 +02:00
Stéphane Goetz e70461b641 Fix and simplify homepage detection in HTML generator 2015-07-20 20:51:41 +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 667747a610 Composer update 2015-07-20 20:51:41 +02:00
Stéphane Goetz 7dc7c045d4 Bugfixes 2015-07-20 20:51:32 +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 9cdc9815ea Add a few checks 2015-07-20 20:51:32 +02:00
Stéphane Goetz 71d1041cb8 Refactor getFirstPage 2015-07-20 20:51:32 +02:00
Stéphane Goetz ce109d0429 Cosmetic changes 2015-07-20 20:51:32 +02:00
Stéphane Goetz a35af5fd19 Remove the file editor 2015-07-20 20:51:32 +02:00
Stéphane Goetz 4f8d817365 Code Style and documentation 2015-07-20 20:51:13 +02:00
Stéphane Goetz e7afd9aa28 Add a more advanced processor system 2015-07-20 20:51:12 +02:00
Stéphane Goetz 8dd3c1d6f8 Add missing helpers 2015-07-20 20:51:12 +02:00