Nicolas Lœuillet
c428b438a0
Adds a button on each page, which links to file into the repository
2014-10-28 14:18:56 +01:00
Sofia Ferreira
39e1b96d18
Fixes for files within dir
2014-10-24 10:06:34 +02:00
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
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
0e8547c784
Revert to old Clean_Urls flag in config.json
2014-09-20 01:57:14 +05:30
Gautham Warrier
da7c7ed14c
Add ability to push doc to bottom of index
2014-08-22 11:43:57 +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
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
Arthur Halet
d59bbb3831
+Add compatibility with file with accent
2014-07-08 18:33:30 +02:00
Luke Carlson
316c88c90e
made the fix PHP 5.3 friendly
2014-07-03 11:00:45 -04:00
Denis Kisselev
840842bbd3
Revert "Corrected query string fix"
2014-07-02 10:43:57 -07:00
Luke Carlson
7cb90f8569
corrected query string fix
2014-07-01 11:28:00 -04:00
Luke Carlson
990d86a4a9
allowed query strings when clean urls are enabled
2014-06-30 13:52:19 -04:00
Luke Carlson
e14b33a8f4
fixed issue where numbers are incorrectly stripped from urls
2014-06-27 15:52:26 -04: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
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
Luke Carlson
488704e307
created option for breadcrumb style titles
2014-05-30 18:02:19 -04:00
Gautham Warrier
ca67542466
Replace Parsedown manual loading with Composer's Autoloader
2014-05-18 15:29:54 +05:30
Denis Kisselev
839fe2abb6
Deleting residual Markdown Extra library (in favour of Parsedown which is more actively maintained)
2014-05-17 11:20:28 -07:00
Denis Kisselev
8681ec1a80
Merge pull request #144 from BrandonOCasey/master
...
Added error handling for JSON decode returning NULL
2014-05-17 11:05:20 -07:00
Denis Kisselev
8689e89c39
Merge pull request #160 from TheSisb/master
...
Switching from php-markdown to Parsedown as the Markdown parser
2014-05-17 11:01:17 -07:00
Shadi Isber
89141b5edb
Switching to parsedown and composer edits
2014-04-22 13:19:03 -07:00
Khaled Hammouda
5afd394ac9
Tabs to spaces
2014-04-09 17:23:23 -04:00
Khaled Hammouda
2bcd8cb688
Support for landing page per folder (index.md) #38
2014-04-09 17:15:50 -04:00
Brandon Casey(Work)
85eb99df03
Added Error Handling for invalid JSOn
2014-03-28 16:49:36 -04:00
Denis Kisselev
3cfefb9331
Revert "Generate Index Page from first Doc when missing index.md"
...
This reverts commit 194e77196c
.
2014-03-13 11:33:42 -07:00
Gautham Warrier
194e77196c
Generate Index Page from first Doc when missing index.md
2014-03-13 14:42:13 +05:30
Gautham Warrier
33b8144304
Add support for passing config.json and Output directory as parameters in CLI
...
Remove unnecessary line from libs/functions.php
Add './static' to gitignore
Add Default Timezone to prevent Date() Warnings
2014-03-08 13:37:34 +05:30
Denis Kisselev
c71a6e3c04
Daddyfix's modified time fix.
2014-03-06 08:57:05 -08:00
Gautham Warrier
49c23d4a6b
Add additional checks for invalid request.
2014-03-04 17:28:20 +05:30
Gautham Warrier
61743f2cac
Fix incompatibility issue with PHP < 5.4
2014-03-04 17:06:29 +05:30
Gautham Warrier
df1c92134f
Refactor Code. Everything Works
2014-02-28 12:00:01 +05:30
Gautham Warrier
a1352fc78d
Fix Redirect Loop when there is no index.md
2014-02-22 08:54:27 +05:30
Gautham Warrier
8cc4670134
Change Stylesheet links to point to minified files.
2014-02-19 11:13:50 +05:30
Gautham Warrier
0d81614afd
Remove date() Warnings during Static Generation
2014-02-19 09:11:13 +05:30
LeoColomb
b417419319
Fixes path required
2014-02-16 14:12:14 +01:00
LeoColomb
0dab9b4fee
Fixes no reponse
2014-02-16 12:56:26 +01:00
Gautham Warrier
6239de16be
Add Support for Hiding Code Blocks at UI level. Set Overflow of Left-Column to Hidden to remove unnecessary Scrollbar.
2014-02-14 05:00:23 +05:30
Gautham Warrier
f7c0586a24
Remove unnecessary assets from being copied during Static Page Generation
2014-02-12 22:04:28 +05:30
Denis Kisselev
123b7a66b4
Merging and resolving PR 111, Adding template support and static page generation
2014-02-12 02:42:33 -08:00
Jakub Mikulas
85b1ff1e4e
Editor disabled by default / updated Readme / Updated docs
2014-01-31 23:05:43 +01:00
Jakub Mikulas
f9785fbb3f
Code formatting / CSS patch
2014-01-20 13:32:46 +01:00