Commit graph

55 commits

Author SHA1 Message Date
danpros
2ee255ade5 Update config.ini.example 2024-05-29 14:12:35 +07:00
danpros
b361d7de2e Improve sitemap performance
Remove the archive per day in sitemap.archive.xml. With AI, blog with 10K posts is not rare in the near future.
2024-05-28 11:48:03 +07:00
danpros
4a78e486f2 Sitemap performance for lot of posts.
sitemap.post.xml become sitemap index. Contains sitemap.post.1.xml  etc. (per sitemap 500 URLs). To disable specific sitemap use -1 as value.
2024-05-27 20:54:14 +07:00
KuJoe
46be29978d Added Cloudflare Turnstile as alternative to Google reCAPTCHA
Added the option to select Cloudflare's Turnstile instead of Google's reCAPTCHA for the login page due to it's less intrusive usage and better accessibility options.
2024-05-20 20:19:32 -04:00
danpros
bb5916e9bc Favicon image setting 2024-03-14 06:38:15 +07:00
danpros
59645f6b06 Add title formats settings 2024-03-13 22:55:24 +07:00
danpros
0fba77f175 Add setting and performance tweak
Add config on how the teaser behave. Saving the IOPS
2024-03-02 20:07:37 +07:00
danpros
81bf71c872 Fix strings 2024-02-26 15:38:35 +07:00
danpros
849249302b Allow automatic TOC
If enabled, it will automatically add the TOC to post, page/subpage. It will check the shortcode first before add it.
2024-02-25 11:14:19 +07:00
danpros
a8e3c0e670 TOC styling
Create default TOC style with options to use the theme css
2024-02-22 18:46:35 +07:00
danpros
844e707452 Add TOC settings 2024-02-21 20:03:13 +07:00
danpros
49898f79ac Update config.ini.example 2024-01-26 18:00:01 +07:00
danpros
e5e87717f4 Change version 2024-01-26 14:19:22 +07:00
danpros
90759d673c Allow multiple site.urls. See #549
If you upload an image on one of the sites, change the image address to relative path.
2024-01-06 16:22:12 +07:00
danpros
1276b93c91 Remove port 443 during installation 2023-12-04 11:49:53 +07:00
danpros
40181f0de6 Bump version to 2.8.3
Fully support PHP 8.x
2023-11-26 08:52:22 +07:00
danpros
89b637e9f5 Switch between date and IntlDateFormatter 2023-11-25 13:23:23 +07:00
danpros
e702617cc4 Limit tagcloud
Allowing to set the tagcloud number
2022-02-05 13:54:58 +07:00
danpros
461f30bf5d Update config.ini.example 2021-02-21 18:22:28 +07:00
danpros
2a64d44302 Config page revamp 2021-02-21 09:40:13 +07:00
danpros
e2192f774d Cleaning up 2021-02-18 20:18:06 +07:00
danpros
d1f7d279bd Admin panel revamp and simple menu builder 2021-02-18 14:08:51 +07:00
danpros
a2d5355dcd Fix twentyfifteen theme 2021-01-21 19:06:47 +07:00
danpros
0f28fe7343 Simplify the language
For better flexibility
2021-01-21 17:42:57 +07:00
Eric Roller
f3049946d7
Corrected config variable name. 2020-06-21 18:51:58 +02:00
danpros
ec1cf1d303 CVE-2019-8349 XSS vulnerabilities fix 2020-05-06 13:06:59 +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
ef62b9e460 Maintenance and bugs fixes 2016-01-24 21:35:29 +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
96a250274e Improving template engine
Improving template engine for more flexible theming. Add
cache.expiration.
2015-12-21 18:42:49 +07:00
Danang Probo Sayekti
eb8e0ac503 Static frontpage and improvements
Add new config: static.frontpage = "true" to enable the static
frontpage.
2015-11-14 10:10:34 +07:00
Danang Probo Sayekti
d12d5662b0 Pagedown Extra + sitemap.category.xml
Use the pagedown extra instead of standard pagedown. Adding
sitemap.category.xml
2015-09-21 10:45:44 +07:00
Danang Probo Sayekti
38faebe6d6 Improve theme 2015-08-27 11:02:57 +07:00
Danang Probo Sayekti
a4b6fe18db Add category
Add category feature to the core.
2015-08-26 10:44:25 +07:00
Andreas
9b37682f25 Set the Sitemap priorities within the config.ini (SEO)
Feature to change Sitemap priorities direct with the "config.ini" for
SEO. Additionally this commit adds the "lastmod" tag for posts.

- Set the Sitemap priorities for subtypes (Base, Post, Static, Tag, ...)
within the config.ini
- Values beween 1.0 and 0.0 or "false" to disable a subtype.
- Default priority is 0.5 as fallback. (see functions.php) The default
for "base" (Homepage) is 1.0.
- Disabled subtypes aren't available in the sitemap.xml (index).
- The sitemap for posts now contains the "lastmod" set the the post's
date.
2015-08-23 23:34:53 +02:00
Danang Probo Sayekti
0ea29cc905 Fixes and Improvements 2015-08-17 22:13:28 +07:00
Danang Probo Sayekti
26a1a97082 Permalink without year-month 2015-08-14 01:58:08 +07:00
Danang Probo Sayekti
a99b71ef07 Improve blog 2015-08-01 01:32:34 +07:00
Danang Probo Sayekti
0d139d9401 Cleaning Up 2015-07-30 12:53:43 +07:00
Danang Probo Sayekti
b3e3895bf4 Add theme: blog
Add new theme blog
2015-07-25 15:03:09 +07:00
Danang Probo Sayekti
2ab20034db Cleaning up 2015-07-24 22:23:12 +07:00
Kanti
5eefbe93f8 [TASK] added Feature #120 2014-12-14 18:39:52 +01:00
Kanti
e6c8c3f2c7 Added time to Publish date 2014-09-27 14:06:03 +02:00
Kanti
eae85a1c2e Added Webmaster tool verification 2014-09-15 12:44:00 +02:00
Kanti
452cf9212d Added views.counter in the Config File 2014-07-31 16:45:20 +02: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
f30a857608 Forgot FB appid
FOr got FB appid
2014-02-15 11:06:20 +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
294543c142 Improve comment
Improve comments
2014-02-14 20:11:23 +07:00
Danang Probo Sayekti
a6bfc5a7ce Add Facebook comments
Add Facebook comments as comment system options.
2014-02-14 19:56:09 +07:00