Commit graph

391 commits

Author SHA1 Message Date
Danang Probo Sayekti
29fea933b0 Fix date problems
Fix date problems. Date displayed wrongly.
2014-01-23 08:43:53 +07:00
Danang Probo Sayekti
65a1d44370 Bugs fixes.
Handle if magic quotes turned on, and fix archive sort on some linux
distros.
2014-01-22 23:39:49 +07:00
Danang Probo Sayekti
f5851178d4 Fix breadcrumb.
Fix breadcrumb.
2014-01-22 23:09:58 +07:00
Danang Probo Sayekti
521f44df0a Sitemap problems
Fix sitemap problems.
2014-01-22 20:45:36 +07:00
Danang Probo Sayekti
512fb61e73 Fix tag sitemap link
Fix tag sitemap link.
2014-01-22 19:58:49 +07:00
Danang Probo Sayekti
9925f2bc4a Add multi tags
Add multi tags feature.
2014-01-22 13:04:54 +07:00
Danang Probo Sayekti
13a0696eda Add welcome message
Add welcome message if no published post instead 404 error.
2014-01-21 22:34:36 +07:00
Danang Probo Sayekti
e829ae974f Add markdown editor
Add markdown editor so anyone can test it. Fix explode on tags.
2014-01-20 12:57:08 +07:00
Danang Probo Sayekti
4f571b1df5 Update the core
Update the composer, adding PHP Markdown Extra replacing dflydev
markdown.
2014-01-18 08:44:34 +07:00
Danang Probo Sayekti
dcf9d5633c Add author URL to sitemap
Add author URL to sitemap index.
2014-01-17 16:30:12 +07:00
Danang Probo Sayekti
84110e338d Adding sitemap.xml
Adding sitemap.xml. Using the sitemapindex.
2014-01-17 15:58:01 +07:00
Danang Probo Sayekti
73ecaae13c Refactoring for perfomance
Refactoring the codes for perfomance. Doesn't look different for small
posting.
2014-01-16 20:13:34 +07:00
Danang Probo Sayekti
2aada68027 Remove duplicate search results.
Remove duplicate search results.
2014-01-15 13:21:36 +07:00
Danang Probo Sayekti
0a36dd3301 Improve search+Add OPML
Improve search so can search many words. Add the opml generator.
2014-01-15 10:45:14 +07:00
Danang Probo Sayekti
bd66a69ad5 Improve RSS feed
Improve RSS feed, adding sitemap and markup.
2014-01-14 19:21:06 +07:00
Danang Probo Sayekti
7d914fc898 Add related posts
Add related posts feature base on post tag.
2014-01-13 10:42:27 +07:00
Danang Probo Sayekti
f51f27d4d9 Search form + perfomance
Improve search form + perfomance.
2014-01-12 18:41:13 +07:00
Danang Probo Sayekti
7deab5e802 Improve menus
Auto generate menus from static pages if custom menu is empty.
2014-01-12 16:07:52 +07:00
Danang Probo Sayekti
9f1ca1556a Re-order static folder
Static content is global and not per user base.
2014-01-11 09:05:48 +07:00
Danang Probo Sayekti
e03b899fb0 Change the default theme style
Change the default theme style.
2014-01-10 21:48:50 +07:00
Danang Probo Sayekti
3d905e5638 Various minor changes
Various minor changes for better code readability.
2014-01-09 09:52:37 +07:00
Danang Probo Sayekti
8f60cc3d90 Improve preg_replace
Improve preg_replace
2014-01-09 05:28:10 +07:00
Danang Probo Sayekti
350133e7c3 Add author info
Add author info on post.
2014-01-08 12:29:04 +07:00
Danang Probo Sayekti
231b0ab32f Core should not overriden user preference
Core should not overriden user preference.
2014-01-07 18:35:28 +07:00
Danang Probo Sayekti
8d4e2abf72 Bugs fixes and improvements
Bugs fixes and improvements. Multi author fixed, post sort by date fixed
etc.
2014-01-07 16:56:10 +07:00
Danang Probo Sayekti
785f07c907 Fix RSS bugs.
Fix RSS bugs due to code changes.
2014-01-07 09:09:17 +07:00
Danang Probo Sayekti
e666497cf0 Fix critical bugs
Fix critical bugs.
2014-01-07 07:07:56 +07:00
Danang Probo Sayekti
3fac7e03de Fix posts shorting bug
Fix posts shorting bugs due to multi author.
2014-01-06 18:41:56 +07:00
Danang Probo Sayekti
92c8168e09 Add tag cloud widget.
Add tag cloud widget and various style changes for better look.
2014-01-06 10:51:18 +07:00
Danang Probo Sayekti
d84bfb48fd Improving the profile page
Improving the profile page by adding posts list.
2014-01-05 21:21:35 +07:00
Danang Probo Sayekti
9e9ec3883b Fix multi author
FIx multi author bugs.
2014-01-05 13:48:28 +07:00
Danang Probo Sayekti
32132caa3d Support Multi Author
It has changed the structure of the folder content and some changes in
functions.php and htmly.php, so that it can support multi-author.
2014-01-05 10:18:13 +07:00
Danang Probo Sayekti
bc6965f336 Revert "Forgot the search page (post class)"
This reverts commit 4149ca4c2c.
2014-01-02 22:19:49 +07:00
Danang Probo Sayekti
37c54cfb9b Revert "Simplify the first post and last post generation"
This reverts commit d5e6973e82.
2014-01-02 22:19:16 +07:00
Danang Probo Sayekti
4149ca4c2c Forgot the search page (post class)
Missing the first and last class for search page.
2014-01-02 22:00:12 +07:00
Danang Probo Sayekti
d5e6973e82 Simplify the first post and last post generation
Previously the first post and last post generation code, hard coded
directly on main.html.php, now moved to functions.php.
2014-01-02 21:44:44 +07:00
Mohamad Fahmi
8777cbe9b3 Update Function 2014-01-02 16:49:37 +07:00
Mohamad Fahmi
17f813f851 Update Function / Update Script GA 2014-01-02 16:31:24 +07:00
Mohamad Fahmi
d976116dd4 Update Google Universal Analytics Function 2014-01-02 15:42:30 +07:00
Mohamad Fahmi
efd0d5f5f5 Added Function Google Analytics 2014-01-02 11:37:15 +07:00
Danang Probo Sayekti
643b3be88d Initial commit
Yay! HTMLy was born today.
2014-01-01 21:56:22 +07:00