danpros
d8d114f9de
Rename function
Far more easier to remember
1 year ago
danpros
da4bc04ff5
Update admin.php
1 year ago
danpros
fb4abd94c3
Update admin.php
1 year ago
danpros
a3a6269647
Update admin.php
1 year ago
danpros
0ec68537c5
Draft for pages and subpages
1 year ago
danpros
c53518422b
Update admin.php
1 year ago
danpros
24a1b635d5
Use pathinfo for any index files
It's easier to understand more optimal for managing static pages.
1 year ago
danpros
98d5a4a650
Cleaning up
2 years ago
danpros
829d3d740d
Remove the stripslashes()
See #564
2 years ago
danpros
5a4357b1c5
Add SECURITY.md
Add SECURITY.md also fix unexpected behavior with tags in number. See #614
2 years ago
danpros
f4cf4e4435
Add last modified time
Add last modified time variable (eg. $p->lastMod). Add fallback just in case the tags count not the same.
2 years ago
Robert Riebisch
301b5d19ae
More i18n [1/2]
2 years ago
Robert Riebisch
e7ce1632ab
Fixes i18n and unordered list
2 years ago
danpros
3eebfe2044
Move function to individual views
2 years ago
danpros
a6792d4ba1
Update admin.php
2 years ago
danpros
23c4427300
Fix views reset problem. See #618
2 years ago
danpros
b83062918d
Translation
2 years ago
danpros
c4b4c89bd9
Formatting
2 years ago
danpros
212bdf4152
Simple scheduled post
Publish a post with future date or time, it will go into scheduled posts.
2 years ago
danpros
9b162c2e5b
My bad
2 years ago
danpros
3278f6e799
PHP 5.3 backward compatibility
2 years ago
danpros
10ca416f0e
Clean up PHP error log
2 years ago
danpros
c3c37b1f37
PHP 8.x compatibility
Remove deprecated warning for PHP 8.x
2 years ago
vallyol
172bc2ac7a
Update admin.php
replacing text with new added key values from language files (;errors - Invalid_Error)
4 years ago
ProjectPatatoe
7e709addb5
no cookie for just reading
4 years ago
danpros
0b72a89e15
Revert "Format the image tag"
This reverts commit 9d25d5e49d .
4 years ago
danpros
9d25d5e49d
Format the image tag
4 years ago
danpros
c95ace0339
Update admin.php
4 years ago
danpros
5a924e9164
Bugs fixed for new created blog
4 years ago
Fabiano Santos
cb53e6c087
added language support - updated keys (pt_BR and en_US completed - others langs was added keys in english version needed translation
4 years ago
danpros
2460e5c6c1
Silence is golden
4 years ago
danpros
18f5a5d2a4
Update admin.php
4 years ago
danpros
e8ff5c1e29
Update admin.php
4 years ago
danpros
ac65ba834f
Update admin.php
4 years ago
danpros
e6825af407
Update admin.php
4 years ago
danpros
c90de0a859
Update admin.php
4 years ago
danpros
3a2fdf1d5a
Remove white space
4 years ago
danpros
a4f65190b3
Tag creation improvements
Allow to use tag like C++ and double check for the same tag slug.
4 years ago
danpros
364a7d6850
Update admin.php
4 years ago
danpros
8990c67f96
Updating panel
4 years ago
danpros
5a75046a2f
Update admin.php
4 years ago
danpros
48ba0fce9a
Update admin.php
4 years ago
danpros
d1f7d279bd
Admin panel revamp and simple menu builder
4 years ago
danpros
e722158f28
Remove deprecated get_magic_quotes_gpc
PHP 8 compatibility
4 years ago
danpros
2b147ebb35
Limit unlink folder
4 years ago
sean1138
2a7f8e938e
add category column for view posts tables, each post can have multiple tags so table column header "Tags"
4 years ago
danpros
ec1cf1d303
CVE-2019-8349 XSS vulnerabilities fix
5 years ago
danpros
0fc0d127da
Revert back the date_format
We will change the date format in one go later.
5 years ago
med-men
e74df0b3dd
this feature update will allow you to import images within RSS streams. For legal reasons only images from same URL as RSS stream will be imported
6 years ago
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
8 years ago