Commit graph

924 commits

Author SHA1 Message Date
Kanti
ebedde8d58 subPage improve 2014-07-31 16:31:35 +02:00
Kanti
a92b2ad997 Simple subPages Integration added
Need work on edit page and menu.
2014-07-30 16:46:50 +02:00
Kanti
8ea2611323 Added viewCount Feature #66 2014-07-29 19:24:43 +02:00
Kanti
c02ca49118 fixed Issue #68 2014-07-29 18:50:42 +02:00
Kanti
f70ce4e950 clean up the cache functions 2014-07-29 17:44:13 +02:00
Kanti
3d3c76ac95 Useabilty improvement
archive var includes the month only
2014-07-28 17:23:51 +02:00
Kanti
d483673678 miep 2014-07-23 16:53:22 +02:00
Kanti
30e78f2178 performance boost 2014-07-23 16:50:11 +02:00
Kanti
fd363e93ef added ca_bundle.crt to updater 2014-07-23 16:48:54 +02:00
Kanti
3db5895c38 BugFix: url will be fixed from %20 to [blank] 2014-07-21 16:26:18 +02:00
Matthias Vogel
f1ec5a0566 Fix: Issue #58 Error logs 2014-07-17 17:08:42 +02:00
Matthias Vogel
1b5e52e497 fix no https wrapper errors 2014-07-17 07:47:03 +02:00
Matthias Vogel
4e18083722 PHP 5.3 >
openssl needed
2014-07-17 07:35:40 +02:00
Matthias Vogel
b8cac0d2fb update process improved 2014-07-16 07:02:41 +02:00
Matthias Vogel
3d268072fc Improved downward compatibility 2014-07-15 17:43:37 +02:00
Matthias Vogel
4e1d990b91 added AutoUpdate 2014-07-15 17:38:39 +02:00
Matthias Vogel
e852052790 added CSRF Token 2014-07-12 13:03:49 +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
be5fabb0e5 session_destroy not useful,
because every request session_start is called
2014-07-09 20:07:08 +02:00
Matthias Vogel
e4ecaa72f7 logout bug fix
logout affects only the current installation
2014-07-09 19:51:27 +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
fanningert
323e037c72 Create no-posts.html.php 2014-03-17 06:32:05 +01:00
Danang Probo Sayekti
f23644dce7 HTTPS support
HTMLy fully supports the HTTPS protocol.
2014-02-25 19:49:48 +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
82a3acc928 Prepare for release
Prepare for releasing v1.6
2014-02-17 09:59:50 +07:00
Danang Probo Sayekti
78d3aed14f More specific filter
More specific filter for is_index function.
2014-02-16 22:27:02 +07:00
Danang Probo Sayekti
b59d9ffd55 Dynamic heading
Dynamic heading for themer, there is is_index function.
2014-02-16 22:07:12 +07:00
Danang Probo Sayekti
f30a857608 Forgot FB appid
FOr got FB appid
2014-02-15 11:06:20 +07:00
Danang Probo Sayekti
f934dce30b Fixes
Fixes
2014-02-15 09:48:27 +07:00
Danang Probo Sayekti
2f86b2780d jQuery
Loading jQuery without using it is stupid. Add options for it.
2014-02-15 02:10:47 +07:00
Danang Probo Sayekti
c7fb74859f Clean up
Clean up
2014-02-15 01:19:25 +07:00
Danang Probo Sayekti
d03c2a62ee Prepare for release
Prepare for releasing v1.2.
2014-02-15 00:40:25 +07:00
Danang Probo Sayekti
133ec95a24 Fix disqus
Fix Disqus recent comments after adding Facebook comments
2014-02-14 20:16:56 +07:00
Danang Probo Sayekti
a6bfc5a7ce Add Facebook comments
Add Facebook comments as comment system options.
2014-02-14 19:56:09 +07:00
Danang Probo Sayekti
def856716a Add lightbox config
Add lightbox config.
2014-02-14 18:08:31 +07:00
Danang Probo Sayekti
6a7c090a68 Ad lightbox
Add lightbox as an inline image handling.
2014-02-14 16:38:28 +07:00
Danang Probo Sayekti
557f99c18d Fix markup for profile page
Fix markup for profile page.
2014-02-13 10:46:02 +07:00
Danang Probo Sayekti
2591e69497 Add disqus recent comments
Add disqus recent comments to the core.
2014-02-13 08:54:13 +07:00
Danang Probo Sayekti
d8cbaefad2 Improve the search
Improve the search speed
2014-02-11 15:30:52 +07:00
Danang Probo Sayekti
a504035b88 Limiting search
Sarching the contents also is bad idea since its databaseless. Search
only tags and the url.
2014-02-11 13:26:31 +07:00
Danang Probo Sayekti
5389b38e4d Improve admin style
Improve admin style
2014-02-10 12:27:46 +07:00
Danang Probo Sayekti
b62f013588 Improve theme
Improve theme
2014-02-10 12:01:24 +07:00
Danang Probo Sayekti
3fb6c4bdb3 Clean up
Clean up
2014-02-10 11:13:52 +07:00
Danang Probo Sayekti
306ccb11ee Refactoring
Clean up the codes.
2014-02-10 11:05:57 +07:00