Commit graph

473 commits

Author SHA1 Message Date
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
Danang Probo Sayekti
0b100044b4 Multi languange tags and search fixes 2015-08-06 15:50:58 +07:00
Danang Probo Sayekti
f2febf4dc6 Update installedVersion.json v2.5.7 2015-08-01 10:31:40 +07:00
Danang Probo Sayekti
a99b71ef07 Improve blog 2015-08-01 01:32:34 +07:00
Danang Probo Sayekti
96ce3816ee Add blog Url 2015-07-31 22:34:43 +07:00
Danang Probo Sayekti
d32bfd73ab Styling v2.5.6 2015-07-30 14:26:19 +07:00
Danang Probo Sayekti
0d139d9401 Cleaning Up 2015-07-30 12:53:43 +07:00
Danang Probo Sayekti
3aed148d5c Improve style 2015-07-30 11:57:38 +07:00
Danang Probo Sayekti
14df75d6e4 Styling the blog theme 2015-07-30 11:13:00 +07:00
Danang Probo Sayekti
1257fa0e30 Improve update page 2015-07-30 08:58:12 +07:00
Danang Probo Sayekti
0bccefa57d Update humans.txt 2015-07-30 07:53:51 +07:00
Danang Probo Sayekti
7c28567d1c Popular Posts Widget
Adding popular posts widget.
2015-07-30 07:50:46 +07:00
Danang Probo Sayekti
9f8c46207b Update functions.php v2.5.5 2015-07-26 21:43:25 +07:00
Danang Probo Sayekti
da14246cee Update blog theme 2015-07-26 20:27:04 +07:00
Danang Probo Sayekti
cb433acfc9 Update blog theme 2015-07-26 19:18:18 +07:00
Danang Probo Sayekti
62b01894d8 Update blog theme 2015-07-26 19:11:26 +07:00