danpros
03b740c442
Add strikethrough back
4 years ago
danpros
c116ad2be7
Pending the striketrough because PHP markdown not support it yet
4 years ago
danpros
8ce43d8167
Update Markdown.Editor.js
4 years ago
danpros
f4e3be9847
Add striketrough and table
4 years ago
danpros
8677f82d60
Add key CTRL+M (Read More) to editor bar
4 years ago
danpros
9540cebb09
Add readmore button to editor bar
4 years ago
danpros
f708616b70
Use font awesome for markdown editor
4 years ago
danpros
719a5e1fc8
Add simple message
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
Fabiano Santos
21c28df24d
added new lang pt_BR and update layout and added new keys in others langs but only english
4 years ago
danpros
df69a8f8d7
Update update.html.php
4 years ago
danpros
24ba3fc8ce
Add the social link to config
4 years ago
danpros
4c1a9c400a
Update config.html.php
4 years ago
danpros
1dd825ec11
Update config
4 years ago
danpros
355f904920
Update config-reading.html.php
4 years ago
danpros
665ad9aa83
Make sure to return htmlspecialchars
4 years ago
danpros
c069ecfdb9
Update layout.html.php
4 years ago
danpros
e01aa3b4cd
Add tabs to config page
4 years ago
danpros
9c2facaccc
Fix views
4 years ago
danpros
2a64d44302
Config page revamp
4 years ago
danpros
933262fbfd
Duplicate tag
4 years ago
danpros
8990c67f96
Updating panel
4 years ago
danpros
cddf8c9255
Update category-list.html.php
4 years ago
danpros
02f84d81eb
Category page in admin
4 years ago
danpros
5a75046a2f
Update admin.php
4 years ago
danpros
48ba0fce9a
Update admin.php
4 years ago
danpros
f019b6160c
Fix editor preview
4 years ago
danpros
5c5b94e83a
Always add slash
4 years ago
danpros
e2192f774d
Cleaning up
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
danpros
73cab6df0d
Autocomplete tag
See: https://jqueryui.com/autocomplete/#multiple
4 years ago
sean1138
79732ef919
more labels for form inputs
4 years ago
sean1138
cf1f75d664
added if statements to remove inputs not needed for adding a category
4 years ago
sean1138
394f667692
more labels for form inputs
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
sean1138
c48290f4e5
add category column for view posts tables, each post can have multiplt tags so table column header "Tags"
4 years ago
sean1138
0df2478879
label for must = input id
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label#using_the_for_attribute
4 years ago
Dan
925e2d6d0e
Update user-draft.html.php
5 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
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