Commit graph

306 commits

Author SHA1 Message Date
Danang Probo Sayekti
767d43dbd0 Prepare quick release
Prepare quick release since even though only small changes but its
important. See commit #2fca100
2015-12-24 08:02:55 +07:00
Danang Probo Sayekti
2fca100347 Support Chinese, Japanese, Arabic etc. for slug
Support Chinese, Japanese, Arabic etc. for the slug (post url, tag and
category).
2015-12-23 23:59:59 +07:00
Danang Probo Sayekti
96a250274e Improving template engine
Improving template engine for more flexible theming. Add
cache.expiration.
2015-12-21 18:42:49 +07:00
Danang Probo Sayekti
7e73666725 Improvements 2015-12-01 22:47:16 +07:00
Danang Probo Sayekti
65475451a5 Update themes 2015-12-01 20:53:28 +07:00
Danang Probo Sayekti
e3e393a7bd Cleaning up
Simplify add and edit content. Bugs fixes and improvements.
2015-12-01 18:43:02 +07:00
Danang Probo Sayekti
c1f8079049 Update the language map 2015-11-23 16:13:11 +07:00
Danang Probo Sayekti
aa7a456ae7 Improve pagination 2015-11-23 13:42:19 +07:00
Danang Probo Sayekti
0a2a375953 Update styles 2015-11-23 11:48:36 +07:00
Danang Probo Sayekti
3db1004774 Improve pagination 2015-11-23 11:02:50 +07:00
Danang Probo Sayekti
56485a27db Improvements
Use URLify, add pager number, new variable etc.
2015-11-22 22:36:06 +07:00
Danang Probo Sayekti
d81933f002 Improve custom menu
Add active menu link to custom menu
2015-11-14 21:59:53 +07:00
Danang Probo Sayekti
d4e6139011 Prepare release + bugs fix
Prepare release, improvements, and bugs fix  #226
2015-11-14 13:50:47 +07:00
Danang Probo Sayekti
eb8e0ac503 Static frontpage and improvements
Add new config: static.frontpage = "true" to enable the static
frontpage.
2015-11-14 10:10:34 +07:00
Danang Probo Sayekti
2a33c284f1 Cleaning up 2015-09-21 11:18:06 +07:00
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
7036f125c4 Update composer + sitemap bugs fixes 2015-09-20 21:12:17 +07:00
Danang Probo Sayekti
2efa6f32f3 Fixes 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
b7d970a09a Critical bugs #198 can't add link 2015-08-29 08:25:05 +07:00
Danang Probo Sayekti
c8b0d0661b PHP 5.3 compatibility 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
1265580b24 Revert htaccess 2015-08-26 22:50:42 +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
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
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
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 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 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 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
e1151923bd Prepare release 2015-08-07 14:05:51 +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