Commit graph

182 commits

Author SHA1 Message Date
Danang Probo Sayekti
676ebc3746 Fix Youtube video ID 2015-07-21 00:37:57 +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
ffc88888dd Bugs fixes 2015-07-14 16:09:39 +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
8df1c1f045 Cleaning Up 2015-07-13 15:27:46 +07:00
Danang Probo Sayekti
7da19e45fb Small corrections 2015-07-13 09:53:19 +07:00
Danang Probo Sayekti
7de2b1b744 Templating Improvements
Move the title, description, and canonical from the head_contents for
better templating. Eg. for Twitter Card or OG.
2015-07-12 11:28:38 +07:00
Danang Probo Sayekti
1e6120c8c4 A few fixes 2015-07-10 15:13:51 +07:00
Danang Probo Sayekti
d702e982de Fix update page 2015-07-10 14:02:21 +07:00
Danang Probo Sayekti
a2ee15a05c Update Copyright etc.
Updating the copyright and the contributor list.
2015-07-09 09:43:55 +07:00
Danang Probo Sayekti
db786347c6 Improvements
Styling, performance tweak, and bugs fixes.
2015-07-05 21:29:02 +07:00
Kanti
a685bcf91b [TASK] update composer 2015-03-30 19:06:21 +02:00
Kanti
82dff17469 Merge pull request #10 from danpros/master
update to master
2015-02-10 08:48:36 +01:00
Mohamad Fahmi
04d8c567a7 Update htmly.php
Add Featured Image & Embed Video
2015-02-07 17:37:44 +07:00
Kanti
65adddb3dd [TASK] better development process 2015-01-23 11:55:36 +01:00
Kanti
8c2c06ec5e [TASK] added config admin tab 2015-01-08 13:50:09 +01:00
Kanti
1fe0420748 [TASK] Security fix 2015-01-08 13:38:23 +01:00
Kanti
5483453e75 [TASK] PSR-2 2014-12-17 10:17:37 +01:00
Kanti
5eefbe93f8 [TASK] added Feature #120 2014-12-14 18:39:52 +01:00
Kanti
5706b93cf1 [TASK] integrated new HubUpdater 2014-12-13 19:02:04 +01:00
Kanti
c7edfa5cea move the require files into composer.json 2014-11-18 18:38:33 +01:00
Kanti
0237e04a0e PSR-2 conform 2014-11-10 08:19:38 +01:00
Kanti
98bb451ed6 small typo 2014-11-07 07:51:35 +01:00
Kanti
0537cf1436 bugfix 2014-10-31 19:36:23 +01:00
Kanti
a3e3930373 updated Composer packages + changed the update process to "kanti/hub-updater" 2014-10-31 19:33:23 +01:00
Kanti
2d0aad96d7 Added page parameter to /api/json 2014-10-31 18:35:00 +01: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
cd0d4cce2f Bug Fix on Meta Description Author Page 2014-08-22 07:34:56 +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
0316cf0602 custom Description added 2014-08-11 20:26:46 +02:00
Kanti
be5c20d63e ContentManagement of SubPages Finished.
(BUG) Active link if Page and Page/subPage have the same Name.
2014-08-05 17:03:59 +02:00
Kanti
3cae50688c Working on subPages 2014-08-04 19:26:59 +02:00
Kanti
e4f2a994ab lc 2014-08-02 12:32:54 +02:00
Kanti
fa77cc805b Basic Support for SubPages Ready to use.
Must Add CMS Funktions Add/Edit/delete to it.
if Rename a Static page the subFolder must be renamed as well.
2014-08-01 13:23:14 +02:00
Kanti
f7502b95b5 Merge branch 'viewCount+subPages' into viewCount
Conflicts:
	system/admin/admin.php
	system/htmly.php
2014-07-31 18:56:42 +02:00
Kanti
452cf9212d Added views.counter in the Config File 2014-07-31 16:45:20 +02:00
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
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
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
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
e5d718dc6d Add backup feature
Add backup feature to the core.
2014-02-21 12:49:39 +07:00
Danang Probo Sayekti
d8cbaefad2 Improve the search
Improve the search speed
2014-02-11 15:30:52 +07:00