Commit grafiek

877 Commits

Auteur SHA1 Bericht Datum
Sofia Ferreira 7981f523a4 Naive fix for serving static files and copying the templates when using the generator.php. 2014-10-21 20:54:20 +02:00
Gautham Warrier 9ef2f5aee4 Themes integrated as part of Template 2014-10-12 12:55:33 +05:30
Gautham Warrier 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
Denis Kisselev bc2f2c33d4 Merge pull request #224 from laughn-man/master
Resolve theme issues with https behind reverse proxy
2014-10-07 14:40:02 -07:00
laughn-man 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
Gautham Warrier 312d847fc9 Add proper Documentation for negative weights in File Sorting. 2014-09-20 02:10:05 +05:30
Gautham Warrier 0e8547c784 Revert to old Clean_Urls flag in config.json 2014-09-20 01:57:14 +05:30
Gautham Warrier 9ab6f4307a Merge pull request #216 from thasmo/feature/line-endings
Normalize line-endings & remove trailing whitespaces.
2014-08-24 12:15:05 +05:30
Thomas Deinhamer 6796dd3360 Add a .gitattributes file 2014-08-23 11:18:10 +02:00
Thomas Deinhamer f27354cbb7 Merge remote-tracking branch 'upstream/master' into feature/line-endings 2014-08-23 10:29:40 +02:00
Thomas Deinhamer 7f9055b304 Add an .editorconfig file 2014-08-23 10:26:01 +02:00
Thomas Deinhamer c1e98f97bd Remove some trailing white-space from README.md 2014-08-23 10:16:12 +02:00
Thomas Deinhamer 85325ffa5f Normalize line-endings using UNIX line-feeds 2014-08-23 10:15:14 +02:00
Gautham Warrier da7c7ed14c Add ability to push doc to bottom of index 2014-08-22 11:43:57 +05:30
Gautham Warrier 5b90aabf09 Remove Daux specific config from default configuration 2014-08-22 10:49:35 +05:30
Gautham Warrier f6b236994e Invert landing page trigger from 'index' to '_index' 2014-08-12 10:11:38 +05:30
Gautham Warrier 57ffe74776 Add support for passing custom Config file & Output Directory via CLI 2014-08-12 02:07:30 +05:30
Gautham Warrier 410fea03c1 Ensure that pathinfo() does not skip Chinese filenames 2014-08-12 02:05:51 +05:30
Gautham Warrier 2d622e40c0 Fix for accepting non-English charsets by removing unnecessary UTF encodings 2014-08-11 23:34:00 +05:30
Gautham Warrier 0296104118 Add 'index.html' suffix to url for Landing Pages in Static Generation 2014-08-11 11:28:05 +05:30
Gautham Warrier 7e05df79d6 Add TrackJs and Sugoi to list of Sites running Daux 2014-08-11 11:08:09 +05:30
Gautham Warrier 1d28c2f84f Set File Editor to false by default 2014-08-11 11:00:41 +05:30
Gautham Warrier b51025c8ab Merge branch 'refactor'
Conflicts:
	index.php
2014-08-11 10:39:56 +05:30
Denis Kisselev 536fe38e80 Merge pull request #208 from jLukeC/fix/local-dev-clean-urls
fix base path to work locally with clean urls
2014-08-07 15:44:17 -07:00
Luke Carlson fd1e819445 changed base path when clean_urls is false 2014-08-07 14:07:00 -04:00
Gautham Warrier 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
Denis Kisselev edd104a512 Merge pull request #203 from ArthurHlt/master
Add compatibility file with accent
2014-07-08 12:22:58 -07:00
Arthur Halet d59bbb3831 +Add compatibility with file with accent 2014-07-08 18:33:30 +02:00
Denis Kisselev 9ca429a536 Merge pull request #199 from jLukeC/master
made the query string fix PHP 5.3 friendly
2014-07-03 08:09:53 -07:00
Luke Carlson 316c88c90e made the fix PHP 5.3 friendly 2014-07-03 11:00:45 -04:00
Denis Kisselev 46aa8a67a9 Merge pull request #198 from justinwalsh/revert-191-master
Revert "Corrected query string fix"
2014-07-02 10:44:04 -07:00
Denis Kisselev 840842bbd3 Revert "Corrected query string fix" 2014-07-02 10:43:57 -07:00
Denis Kisselev 944dc17fe0 Merge pull request #191 from jLukeC/master
Corrected query string fix
2014-07-02 10:34:19 -07:00
Luke Carlson fe90b0a17c updated to master 2014-07-01 11:33:34 -04:00
Luke Carlson 7cb90f8569 corrected query string fix 2014-07-01 11:28:00 -04:00
Denis Kisselev 6205fe1354 Reverting last commit 2014-06-30 16:39:34 -07:00
Denis Kisselev eaba38fe69 Merge pull request #189 from jLukeC/master
allowed query strings when clean urls are enabled
2014-06-30 15:09:01 -07:00
Luke Carlson 990d86a4a9 allowed query strings when clean urls are enabled 2014-06-30 13:52:19 -04:00
Denis Kisselev aaa4c8b99c Merge branch 'pr/178' 2014-06-30 10:49:35 -07:00
Denis Kisselev c0951c3332 Updating Gltn url in readme 2014-06-30 10:48:08 -07:00
Denis Kisselev f336c88cc2 Merge pull request #186 from jLukeC/master
fixed issue where numbers are incorrectly stripped from urls
2014-06-30 10:36:45 -07:00
Luke Carlson e14b33a8f4 fixed issue where numbers are incorrectly stripped from urls 2014-06-27 15:52:26 -04:00
Denis Kisselev 8caace5de0 Merge pull request #182 from jLukeC/master
Feature Documentation - Section Landing Pages
2014-06-11 10:26:58 -07:00
Luke Carlson 0bae274e3a realized this feature has already been implemented 2014-06-11 13:21:07 -04:00
Luke Carlson 5ac0fd4b75 removed option used for debugging 2014-06-11 12:53:50 -04:00
Luke Carlson 1b89808ecb described how to use section landing pages 2014-06-11 12:52:35 -04:00
Luke Carlson bdf906fcd6 Added more info to the section landing page 2014-06-11 12:52:00 -04:00
Luke Carlson 292fc04651 created example landing page 2014-06-11 12:01:03 -04:00
Luke Carlson e777af7593 edited generate_page to allow for landing pages per folder 2014-06-11 11:59:28 -04:00
Luke Carlson e3cd46c043 edited generate_live to allow for landing pages per folder 2014-06-11 11:58:56 -04:00