Stéphane Goetz
d6e2eb5592
Do not send notification emails ...
2015-10-27 16:02:12 +01:00
Stéphane Goetz
d5af196ee6
Compile latest daux.phar
2015-10-22 19:51:55 +02:00
Stéphane Goetz
b064c6af30
Merge branch 'master' into development
...
* master:
Add Ultimo Docs to showcase, fixes #317
2015-10-21 23:50:54 +02:00
Stéphane Goetz
371e5d51b0
Add Ultimo Docs to showcase, fixes #317
2015-10-21 23:50:06 +02:00
Stéphane Goetz
f96659fc6f
CSS Tweaking, fixes #323
2015-10-21 23:46:32 +02:00
Stéphane Goetz
9497be3817
Add Markdown tables support
2015-10-21 23:26:42 +02:00
Stéphane Goetz
602309b167
Update composer and compile latest version
2015-10-21 23:10:48 +02:00
Stéphane Goetz
9c16b666f7
Fix bug on PHP 5.4 and document the minimum version
2015-10-21 21:41:42 +02:00
Stéphane Goetz
be439a3eb9
Fix width of nested elements in float mode, fixes #255
2015-08-16 22:41:55 +02:00
Stéphane Goetz
426706f76d
Build latest daux.phar
2015-08-16 22:26:24 +02: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
Stéphane Goetz
bcfe98134f
Move disclaimer to left column, fixes #248
2015-08-16 22:16:55 +02:00
Stéphane Goetz
46adb208cc
Composer update
2015-08-16 21:31:34 +02:00
Stéphane Goetz
db520e36e6
Use DirectoryIterator to build the tree
2015-08-16 21:19:55 +02:00
Stéphane Goetz
26be012128
Compile latest daux version
2015-08-15 17:24:34 +02:00
Stéphane Goetz
7506dac9e0
Added nginx configuration in the documentation
2015-08-15 17:24:09 +02:00
Stéphane Goetz
dc1965a2e7
Improve windows support, fixes #264 , #298 and #307
2015-08-15 16:31:36 +02:00
Stéphane Goetz
edb670ba3e
Fix float behaviour fixes #246
2015-08-13 23:03:19 +02:00
Stéphane Goetz
abfc3fa597
Change font size for header chevrons, fixes #296
2015-08-09 23:10:07 +02:00
Stéphane Goetz
e343c03d5e
Merge all daux themes together and introduce variants
2015-08-09 23:06:50 +02:00
Stéphane Goetz
8912b09a78
Update.phar
2015-08-09 22:19:26 +02:00
Stéphane Goetz
9dca1e09c0
remove bootstrap-js and require-jquery as theme options
2015-08-09 22:19:06 +02:00
Stéphane Goetz
3db09add7e
Fix generation
2015-08-09 22:18:23 +02:00
Stéphane Goetz
cee589fbad
Merge branch 'dev_template_refactor' of https://github.com/holodyn/daux.io into holodyn-dev_template_refactor
...
# By David Hunt
# Via David Hunt
* 'dev_template_refactor' of https://github.com/holodyn/daux.io :
Updated libs to use /templates and /themes/{theme}/templates Renamed /themes/core to /themes/daux Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors Moved fonts from themes variants into /themes/daux/fonts
Refactored /templates and /resources into a single /themes folder.
# Conflicts:
# libs/Daux.php
2015-08-09 21:29:23 +02:00
David Hunt
f9d87c5c71
Updated libs to use /templates and /themes/{theme}/templates
...
Renamed /themes/core to /themes/daux
Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides
Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors
Moved fonts from themes variants into /themes/daux/fonts
2015-08-06 16:47:38 -04:00
Stéphane Goetz
01df221476
Fixed compilation of created pages
2015-08-06 22:05:17 +02:00
Stéphane Goetz
2f5abb8488
Make sure the entries that just have a number work correctly
2015-08-04 22:40:24 +02:00
Stéphane Goetz
b1eaa506b2
Code Style
2015-08-04 22:29:26 +02:00
Stéphane Goetz
27e0e8780c
Merge pull request #299 from holodyn/dev_inherit_index
...
Added inherit_index feature
2015-08-02 14:58:59 +02:00
David Hunt
fca2b4dc6a
Refactored /templates and /resources into a single /themes folder.
2015-07-31 11:54:02 -04:00
Stéphane Goetz
d2b45a845f
Pass the original node on generation
2015-07-31 12:53:22 +02:00
David Hunt
551e03dc93
Merge remote branch 'upstream/development' into development
2015-07-30 17:44:11 -04:00
Stéphane Goetz
d5458c5a0f
Fix template finding
2015-07-30 15:41:38 +02:00
Stéphane Goetz
651f860222
Improve the builder to support file extension, for contentTypes
2015-07-29 22:39:19 +02:00
Stéphane Goetz
489fc6a2d4
LiveGenerator interface should extend Generator
2015-07-29 22:31:59 +02:00
Stéphane Goetz
e543a107b1
Extract ContentType from format
2015-07-29 22:31:41 +02:00
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