Commit Graph

213 Commits

Author SHA1 Message Date
cd65072a20 Use symfony console, nicer output 2015-07-20 20:50:42 +02:00
e3c9ce98b8 Use the right entry page 2015-07-20 20:49:19 +02:00
b5dd82fe2a Added debug to confluence publishing 2015-07-20 20:49:19 +02:00
5791fccea8 Added internal documentation links 2015-07-20 20:49:19 +02:00
60b50919b4 Remove "default.json" concentrate all configurations in "global.json"
Set configurations in an Object instead of an array
2015-07-20 20:49:19 +02:00
100568bfbb Preload more data in getList 2015-07-20 20:49:19 +02:00
8901634790 Fix bugs and optimized upload time 2015-07-20 20:49:19 +02:00
63d6b17ec4 Bugfixes related to themes and Commonmark migration 2015-07-20 20:49:19 +02:00
1fe3e62df3 Improve confluence export
Migrate from Parsedown to Commonmark
2015-07-20 20:49:19 +02:00
fa798ff1e4 Bugfixes 2015-07-20 20:49:19 +02:00
1445bf7c0f Added confluence export type, starts to work 2015-07-20 20:49:18 +02:00
90dbdb4f0b Create a notion of Export format, prepare for multiple generation systems 2015-07-20 20:49:15 +02:00
d01374dddb Fix first page calculation 2015-07-20 20:49:14 +02:00
3e374c7585 Fix server, now returns files that are in the docs folder 2015-07-20 20:49:14 +02:00
36c663ac41 Various cleanups 2015-07-20 20:49:14 +02:00
976db8925d Fix header homepage in generated mode 2015-07-20 20:49:14 +02:00
b6c8b567fc Fix homepage getter 2015-07-20 20:49:14 +02:00
f3d472363d Cleanup 2015-07-20 20:49:14 +02:00
d817875755 Simplify template 2015-07-20 20:49:14 +02:00
6edd4ce477 Fix static reference to theme in generated documentation 2015-07-20 20:49:09 +02:00
52b679b33f New templating system 2015-07-20 20:49:09 +02:00
de1214cbab Convert to PSR2 2015-07-20 20:49:09 +02:00
ecd5efe758 Extract tree builder
Add related files directly in the documentation
2015-07-20 20:49:09 +02:00
2c228273fb Simplify configure_theme and get_theme 2015-07-20 20:49:09 +02:00
c79c692042 Separate generator and server 2015-07-20 20:49:09 +02:00
90027b2a0e Convention over configuration for themes 2015-07-20 20:49:09 +02:00
7cdc97b58a Use PSR-4 and limit to PHP 5.4 as a minimum 2015-07-20 20:49:03 +02:00
6fc52ae10e Fixed a bug where index was always used rather than the actual first_page 2014-12-11 11:26:33 -05:00
c34ff07ed0 Allow Docs directory to be specified via absolute or relative path. Fix insignificant bug in Static Gen 2014-11-20 14:50:23 +05:30
7f1992b749 Fix URL resolving errors. Also fix Grunt task for local server 2014-11-06 22:05:09 +05:30
83979d1024 Revert "#229 Adds a button on each page, which links to file into the repository" 2014-10-29 13:29:38 +05:30
c428b438a0 Adds a button on each page, which links to file into the repository 2014-10-28 14:18:56 +01:00
39e1b96d18 Fixes for files within dir 2014-10-24 10:06:34 +02:00
7981f523a4 Naive fix for serving static files and copying the templates when using the generator.php. 2014-10-21 20:54:20 +02:00
9ef2f5aee4 Themes integrated as part of Template 2014-10-12 12:55:33 +05:30
428e4b2ef8 Missing Pages to return Response Code 404 instead of 500. Add Fallback for proper Response Code in certain Webservers 2014-10-11 22:52:57 +05:30
39aaad2255 Resolve theme issues with https behind reverse proxy
Resolving 2 issues by changing the protocol to //.
When terminating https at the ACE level the HTTPS field is false
resulting in http requests for css on an https site.

Requesting the Roboto Slab font always goes over http. This is a problem
for browsers when the site is hosted over https.
2014-10-07 14:45:24 -04:00
0e8547c784 Revert to old Clean_Urls flag in config.json 2014-09-20 01:57:14 +05:30
da7c7ed14c Add ability to push doc to bottom of index 2014-08-22 11:43:57 +05:30
f6b236994e Invert landing page trigger from 'index' to '_index' 2014-08-12 10:11:38 +05:30
57ffe74776 Add support for passing custom Config file & Output Directory via CLI 2014-08-12 02:07:30 +05:30
410fea03c1 Ensure that pathinfo() does not skip Chinese filenames 2014-08-12 02:05:51 +05:30
2d622e40c0 Fix for accepting non-English charsets by removing unnecessary UTF encodings 2014-08-11 23:34:00 +05:30
0296104118 Add 'index.html' suffix to url for Landing Pages in Static Generation 2014-08-11 11:28:05 +05:30
04a68f3cdd Code rewrite to OOPs base
Update Bootstrap to v3.2 and skim built-in themes to bare essentials
2014-07-31 08:08:22 +05:30
d59bbb3831 +Add compatibility with file with accent 2014-07-08 18:33:30 +02:00
316c88c90e made the fix PHP 5.3 friendly 2014-07-03 11:00:45 -04:00
840842bbd3 Revert "Corrected query string fix" 2014-07-02 10:43:57 -07:00
7cb90f8569 corrected query string fix 2014-07-01 11:28:00 -04:00
990d86a4a9 allowed query strings when clean urls are enabled 2014-06-30 13:52:19 -04:00