Commit graph

81 commits

Author SHA1 Message Date
danpros
53dde169d8 Compatibility with old theme
Reverting it for compatibility with old theme.
2024-01-06 11:13:27 +07:00
danpros
b0960c6871 Cleanup themes 2024-01-03 12:09:03 +07:00
danpros
fd72fd5e4c Update themes 2023-12-10 11:04:46 +07:00
danpros
e2c495204a Translate theme 2023-12-04 11:13:13 +07:00
danpros
d9ac44f885 Fix themes 2021-04-22 20:16:02 +07:00
danpros
3b9866e8f5 Update themes 2021-04-22 12:09:09 +07:00
danpros
1848c024cd Add html lang 2021-03-31 22:05:17 +07:00
danpros
84f4e565e6 Improve featured video
The `$p->video` should return the video link only, to get the video ID we can use get_video_id(); and call it from the theme.
2021-03-26 09:07:27 +07:00
danpros
2460e5c6c1 Silence is golden 2021-03-05 10:28:00 +07:00
danpros
7f85f7d6a2 Add edit link 2021-03-05 08:31:24 +07:00
danpros
15a61242e4 Use the old style tag cloud 2021-03-04 23:20:33 +07:00
danpros
8dceae2b96 Update themes 2021-02-21 09:51:23 +07:00
danpros
d1f7d279bd Admin panel revamp and simple menu builder 2021-02-18 14:08:51 +07:00
danpros
fb6fac0af1 Clean up the themes 2020-05-06 10:16:33 +07:00
danpros
e5265527db Composer update 2020-05-05 08:06:22 +07:00
Ralf (infinity)
4fde479aba Adding language support - currently only English and German
system/htmly.php
- Loads language files from folder lang/
- Sets language settings for date and time format
system/includes/dispatch.php
- function i18n() returns translated strings
2017-04-23 17:26:54 +02:00
Danang Probo Sayekti
cd54414321 Fix theme 2016-01-04 09:19:19 +07:00
Danang Probo Sayekti
a273a4faf7 Happy New Year!
The ported version of Twenty Fifteen and Twenty Sixteen include with the
package. Maintenance and bugs fixes.
2016-01-01 22:10:52 +07:00
Danang Probo Sayekti
65475451a5 Update themes 2015-12-01 20:53:28 +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
19592fe137 Prepare release 2015-09-21 13:58:20 +07:00
Danang Probo Sayekti
0df2146ce1 Fix bugs 2015-08-29 10:47:48 +07:00
Danang Probo Sayekti
9dd9f87cf5 Improve search page + 404 2015-08-27 14:50:35 +07:00
Danang Probo Sayekti
38faebe6d6 Improve theme 2015-08-27 11:02:57 +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
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
Danang Probo Sayekti
ce4d6e4b93 Improve the editor 2015-07-24 20:39:46 +07:00
Danang Probo Sayekti
1d15d0fcc4 Fix classes. 2015-07-23 22:55:35 +07:00
Danang Probo Sayekti
dcbf9f0700 Cleaning up 2015-07-21 19:05:08 +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
095cfee286 Changes
Make HTMLy more flexibel.
2015-07-17 20:13:31 +07:00
Danang Probo Sayekti
c7bf485275 Improvements 2015-07-14 19:36:27 +07:00
Danang Probo Sayekti
45817b639f CSS Fix 2015-07-13 17:22:23 +07:00
Danang Probo Sayekti
d6f2c67ae4 Better templating
Move the more link to template directly so we can modify the text
without changing any functions.
2015-07-12 13:19:07 +07:00
Danang Probo Sayekti
d1f803c3a7 Improve theme
Improving the default theme.
2015-07-12 11:50:51 +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
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
Mohamad Fahmi
02f72e51a8 post view
FI & Video
2015-02-07 17:43:58 +07:00
Mohamad Fahmi
4bc0fda7a0 main
FI & Video
2015-02-07 17:43:18 +07:00
Kanti
9fc264d58d Added CSS from @fahmi182 for Issue #95 2014-09-20 12:24:05 +02:00
Kanti
2236434522 Issue #95 Please add some CSS on my PHP ;) 2014-09-20 11:24:47 +02:00
Kanti
24f401bb3c Moved Css for Archive List out to the css Files
-better Google PageSpeed Ranking
2014-08-29 10:03:01 +02:00
Kanti
614c64e62d edit CSS: better menu (active link). 2014-08-05 08:06:03 +02:00
Danang Probo Sayekti
f23644dce7 HTTPS support
HTMLy fully supports the HTTPS protocol.
2014-02-25 19:49:48 +07:00