Commit graph

488 commits

Author SHA1 Message Date
Danang Probo Sayekti
d12d5662b0 Pagedown Extra + sitemap.category.xml
Use the pagedown extra instead of standard pagedown. Adding
sitemap.category.xml
2015-09-21 10:45:44 +07:00
Danang Probo Sayekti
13592b530d Update composer 2015-09-20 23:15:12 +07:00
Danang Probo Sayekti
7036f125c4 Update composer + sitemap bugs fixes 2015-09-20 21:12:17 +07:00
Danang Probo Sayekti
2efa6f32f3 Fixes v2.6.3 2015-08-29 11:44:02 +07:00
Danang Probo Sayekti
0df2146ce1 Fix bugs 2015-08-29 10:47:48 +07:00
Danang Probo Sayekti
8d4eb88f32 Deploy to fix bugs 2015-08-29 09:45:39 +07:00
Dan
c135fa8b7e Update README.md 2015-08-29 09:27:40 +07:00
Danang Probo Sayekti
b7d970a09a Critical bugs #198 can't add link 2015-08-29 08:25:05 +07:00
Danang Probo Sayekti
c8b0d0661b PHP 5.3 compatibility v2.6.2 2015-08-27 18:55:22 +07:00
Danang Probo Sayekti
781c7d27f0 Final fix before release 2015-08-27 17:04:53 +07:00
Danang Probo Sayekti
5abad2275b Improve admin/categories 2015-08-27 15:09:54 +07:00
Danang Probo Sayekti
9dd9f87cf5 Improve search page + 404 2015-08-27 14:50:35 +07:00
Danang Probo Sayekti
46ed4a6bbc Create data dir 2015-08-27 13:38:20 +07:00
Danang Probo Sayekti
310b63e606 Finalizing the category 2015-08-27 12:18:42 +07:00
Danang Probo Sayekti
881aa37dcf Fix content migration 2015-08-27 11:30:03 +07:00
Danang Probo Sayekti
38faebe6d6 Improve theme 2015-08-27 11:02:57 +07:00
Danang Probo Sayekti
8b2d616a88 Migrate content and draft 2015-08-27 10:17:27 +07:00
Danang Probo Sayekti
9598756cb9 Update test done. 2015-08-26 23:15:48 +07:00
Danang Probo Sayekti
1265580b24 Revert htaccess 2015-08-26 22:50:42 +07:00
Danang Probo Sayekti
796fe29d95 Testing the update + content migration 2015-08-26 21:45:18 +07:00
Danang Probo Sayekti
bbd0357978 Update style 2015-08-26 21:36:54 +07:00
Danang Probo Sayekti
cc91b4478f Update theme 2015-08-26 19:52:08 +07:00
Danang Probo Sayekti
6745806b41 Migrate old content 2015-08-26 19:15:30 +07:00
Danang Probo Sayekti
a4b6fe18db Add category
Add category feature to the core.
2015-08-26 10:44:25 +07:00
Dan
eb2e5320e4 Merge pull request #192 from greenphp/htaccess-and-robots-update
Updated robots.txt  + added new htaccess files. by @greenphp
2015-08-24 21:11:28 +07:00
Andreas
1d80860743 Updated robots text 2015-08-24 16:06:54 +02:00
Andreas
80afb162d9 Robots.txt update + new htaccess for cache folder.
Updated robots.txt + new htaccess files.

I made the following changes for the robots.txt and .htaccess files.

# robots.txt updated
- Allow theme assets (CSS, JS, Images, Fonts) for SEO
- Allow folder with uploaded images (/content/images)

# .httaccess files added
- /content - Deny all
- /content/images - Allow only jpg|png|gif
- /cache - Deny all
- /system - Deny all
- /system/admin/editor - Allow all
- /system/resources - Allow all
- /themes - Deny all
- /themes/blog/css - Allow all
- /themes/blog/fonts - Allow all
- /themes/blog/images - Allow all
- /themes/blog/js - Allow all
- /themes/clean/css - Allow all
- /themes/default/css  - Allow all
- /themes\default\img - Allow all
- /themes\logs\css - Allow all
2015-08-24 16:02:46 +02:00
Andreas
b2aef582f5 Merge remote-tracking branch 'danpros/master' 2015-08-24 14:49:35 +02:00
Dan
507dc19725 Merge pull request #191 from greenphp/404-page-with-layout
404 pages rendered within layout by @greenphp
2015-08-24 19:03:44 +07:00
Andreas
41ae84a129 404 pages rendreed within layout
Before this pull request, the 404 and 404-search templates where handled
as full HTML pages without the page context (layout).

With this pull request both pages are rendered inside the selected
themes layout. Additionally the 404 template now contains the "search
form" and the homepage link.

All Themes are already updated with the above changes.
2015-08-24 12:44:28 +02:00
Andreas
d566436d1d Revert ""404" and "404-search" rendered within layout!"
This reverts commit 9fa8fab864.
2015-08-24 12:40:40 +02:00
Andreas
9fa8fab864 "404" and "404-search" rendered within layout!
Before this pull request, the 404 and 404-search templates where handled
as full HTML pages without the page context (layout).

With this pull request both pages are rendered inside the selected
themes layout. Additionally the 404 template now contains the "search
form" and the homepage link.

All Themes are already updated with the above changes.
2015-08-24 12:39:13 +02:00
Dan
d753f8fe83 Merge pull request #189 from greenphp/config_sitemap-priorities
Set the Sitemap priorities within the config.ini (SEO) by @greenphp
2015-08-24 08:10:38 +07:00
Andreas
9b37682f25 Set the Sitemap priorities within the config.ini (SEO)
Feature to change Sitemap priorities direct with the "config.ini" for
SEO. Additionally this commit adds the "lastmod" tag for posts.

- Set the Sitemap priorities for subtypes (Base, Post, Static, Tag, ...)
within the config.ini
- Values beween 1.0 and 0.0 or "false" to disable a subtype.
- Default priority is 0.5 as fallback. (see functions.php) The default
for "base" (Homepage) is 1.0.
- Disabled subtypes aren't available in the sitemap.xml (index).
- The sitemap for posts now contains the "lastmod" set the the post's
date.
2015-08-23 23:34:53 +02:00
Danang Probo Sayekti
9debdaec1f Update installed version v2.6.1 2015-08-20 22:28:13 +07:00
Danang Probo Sayekti
c4f424ad4f Improvements 2015-08-20 13:42:35 +07:00
Danang Probo Sayekti
e6e8a12b90 Update functions.php 2015-08-20 09:25:43 +07:00
Danang Probo Sayekti
9f1c5b7d50 Accept case insensitive request
Make the tag URL always lowercase and accept case insensitive URL e.g
/tag/htmly or /tag/HTMLy.
2015-08-20 08:46:50 +07:00
Danang Probo Sayekti
0ea29cc905 Fixes and Improvements v2.6.0 2015-08-17 22:13:28 +07:00
Danang Probo Sayekti
ffb46f9981 Performance boost
Cache the widget and refresh it when any content edited or new content
added.
2015-08-17 11:43:29 +07:00
Danang Probo Sayekti
ccd912b667 Change installed version v2.5.9 2015-08-14 09:32:30 +07:00
Danang Probo Sayekti
26a1a97082 Permalink without year-month 2015-08-14 01:58:08 +07:00
Danang Probo Sayekti
f83e54e786 Add htmly logo and favicon 2015-08-13 19:41:18 +07:00
Danang Probo Sayekti
1793eea56b Improve descriptions
Use htmlspecialchars() for title tag and description tag generation.
2015-08-13 17:29:16 +07:00
Danang Probo Sayekti
a23bf9464a Update README.md 2015-08-13 09:59:00 +07:00
Danang Probo Sayekti
e77ed0e332 Update README.md 2015-08-12 23:01:55 +07:00
Danang Probo Sayekti
f98dcff876 Update README.md 2015-08-12 22:01:37 +07:00
Danang Probo Sayekti
e1151923bd Prepare release v2.5.8 2015-08-07 14:05:51 +07:00
Danang Probo Sayekti
1af0d9bdc1 Update installedVersion.json 2015-08-07 13:11:01 +07:00
Danang Probo Sayekti
f1b6128f22 Multi language tags 2015-08-06 21:34:13 +07:00