danpros
6c9c233096
Update add-content.html.php
4 years ago
danpros
3a1a459119
Fix admin layout
4 years ago
danpros
de9b894f11
Update config.html.php
4 years ago
danpros
21d9bbb9b9
Update the label
4 years ago
ProjectPatatoe
49511a8244
use bootstrap for file upload, remove iframe for ajax
4 years ago
ProjectPatatoe
b21e786e77
remove using jquery ui for keycode
4 years ago
Fabiano Santos
64e608a713
updated config area to langs
4 years ago
danpros
b1b6352c62
Update layout.html.php
4 years ago
danpros
75cb107cde
Update updated-to.html.php
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
c08e4d51ca
Update updated-to.html.php
4 years ago
danpros
59db3b8890
Fix update
4 years ago
danpros
8faf3ccf4b
Update updated-to.html.php
4 years ago
danpros
017f6e4c26
Trying to remove install.php after update
4 years ago
danpros
ec0dddf22b
Fix error on first install
4 years ago
danpros
2460e5c6c1
Silence is golden
4 years ago
danpros
719a5e1fc8
Add simple message
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
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
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
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
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
MarsNL
d378abac36
Added step=1 to the time input to add seconds selection.
Without the step modifier users on Chrome mobile couldn't edit
blogs because the seconds were missing
(hh:mm while hh:mm:ss was expected)
This is my first commit, hope it worked :)
9 years ago