Commit graph

107 commits

Author SHA1 Message Date
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
Danang Probo Sayekti
9debdaec1f Update installed version 2015-08-20 22:28:13 +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
26a1a97082 Permalink without year-month 2015-08-14 01:58:08 +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
0b100044b4 Multi languange tags and search fixes 2015-08-06 15:50:58 +07:00
Danang Probo Sayekti
f0431bb35e Bugs fixes 2015-07-21 20:24:14 +07:00
Danang Probo Sayekti
dcbf9f0700 Cleaning up 2015-07-21 19:05:08 +07:00
Danang Probo Sayekti
abb5c596f0 Fix add link and edit link 2015-07-21 01:28:02 +07:00
Danang Probo Sayekti
ff3a5ba598 Remove tags
strip_tags and preg_replace problematic tags.
2015-07-20 09:04:23 +07:00
Danang Probo Sayekti
dd6942e439 Content Type
Trying to add content type: image, video, audio, link, and quote. No
styling yet.
2015-07-20 00:30:03 +07:00
Danang Probo Sayekti
01c3a98824 Improvements 2015-07-17 20:50:35 +07:00
Danang Probo Sayekti
095cfee286 Changes
Make HTMLy more flexibel.
2015-07-17 20:13:31 +07:00
Danang Probo Sayekti
b2ceb921fd Cleaning up 2015-07-14 17:46:53 +07:00
Danang Probo Sayekti
4c158b82e2 Add post draft
Add post draft feature for the blog post.
2015-07-14 13:33:34 +07:00
Danang Probo Sayekti
db786347c6 Improvements
Styling, performance tweak, and bugs fixes.
2015-07-05 21:29:02 +07:00
Kanti
3c6936349f [TASK] better password storing (password_verify API) 2015-03-29 16:20:51 +02:00
Kanti
4842796204 [TASK] fix for PHP 5.4 since pullRequest #140 2015-03-29 16:18:16 +02:00
Kanti
5d6ec84614 [TASK] fix youtube.com/watch links => only video ID will be saved 2015-02-10 09:03:13 +01:00
Mohamad Fahmi
142a77a2bb Update admin.php
FI & Video
2015-02-07 17:41:09 +07:00
Kanti
5483453e75 [TASK] PSR-2 2014-12-17 10:17:37 +01:00
Kanti
e8b517b7bd [TASK] added create_user Function. 2014-12-16 18:00:01 +01:00
Kanti
0237e04a0e PSR-2 conform 2014-11-10 08:19:38 +01:00
Danang Probo Sayekti
4cde193e2a Compatibility with previous versions 2014-09-28 08:41:38 +07:00
Kanti
e6c8c3f2c7 Added time to Publish date 2014-09-27 14:06:03 +02:00
Kanti
dfd471ffaa Edit-Post: Change publishing Date (no Drafts) 2014-09-27 11:30:48 +02:00
Kanti
63e2419afc Added Support for Cyrillic languages 2014-09-13 12:47:28 +02:00
Kanti
57911a719f Password encryption error
Update the password encryption error during the merge was lost password === user_pass
2014-08-26 07:06:21 +02:00
Kanti
e23cf30d6b Update admin.php 2014-08-12 17:54:24 +02:00
Kanti
f81b68db2d Finished Feature custom meta description 2014-08-12 06:40:04 +02:00
Kanti
4a7c57503e $_REQUEST ready 2014-08-11 20:47:37 +02:00
Kanti
481430639d Fixed Conflicts II 2014-08-06 07:35:06 +02:00
Kanti
5f276f65b7 Fixed Conflicts 2014-08-06 07:26:38 +02:00
BlackCodec
fd5fa4733a Added encryption
Added encryption support to user password
2014-08-04 14:37:21 +02:00
Kanti
452cf9212d Added views.counter in the Config File 2014-07-31 16:45:20 +02:00
Kanti
8ea2611323 Added viewCount Feature #66 2014-07-29 19:24:43 +02:00
Kanti
630fe3fc3f Merge pull request #1 from Kanti/hotfix
security hotfix
2014-07-12 12:39:57 +02:00
Matthias Vogel
7feaaf1036 security hotfix
deleting remotely any file on the server.
2014-07-12 12:38:39 +02:00
Matthias Vogel
a257c1c2ea replaced All
$_SESSION['user']
$_SESSION[config("site.url")]['user']
to prevent login Bug on multiple Installations
2014-07-08 18:33:42 +02:00
Danang Probo Sayekti
c7441b84f6 Unicode support
Support unicode for tag and URL eg. Chinese, Japanese, Arabic etc.
2014-06-29 05:25:09 +07:00
Danang Probo Sayekti
16143d33db File cache support
File cache support. Any visited pages by anonymous user will generating
.cache file inside cache/page folder.
2014-06-27 07:14:17 +07:00
Danang Probo Sayekti
58d032419f Try to use cache index
Try to use cache index. Any glob results will saved as txt format.
2014-06-19 19:57:43 -07:00
Danang Probo Sayekti
90a07f1c75 Clean URLs for foreign char
Previously any foreign char always removed. Fix multi tags and is_front
function.
2014-06-14 12:36:35 +07:00
Danang Probo Sayekti
570856a908 Improve backup
Add blog title to the zip file. Improve the URL creation.
2014-02-25 18:23:55 +07:00
Danang Probo Sayekti
e5d718dc6d Add backup feature
Add backup feature to the core.
2014-02-21 12:49:39 +07:00
Danang Probo Sayekti
5389b38e4d Improve admin style
Improve admin style
2014-02-10 12:27:46 +07:00
Danang Probo Sayekti
b652407a3e Add dynamic menu class
Add dynamic menu class. Toolbar should has global style, added
toolbar.css.
2014-02-09 23:54:48 +07:00
Danang Probo Sayekti
84aeef1275 Fix redirection
Fix redirection
2014-02-08 00:49:08 +07:00