Commit Graph

136 Commits

Author SHA1 Message Date
Diego Najar
8cfd7df062 Session in admin area and when you create the Login object 2018-07-14 15:17:06 +02:00
Diego Najar
f9b65c5a13 Robots plugin, dynamic titles, fix permissions when upload images 2018-07-13 18:30:42 +02:00
Diego Najar
767c421858 fix when edit a category, log function improves, fix in login css 2018-07-10 19:53:53 +02:00
Diego Najar
43198bbcc3 Clean up, removed Quill 2018-07-10 18:37:46 +02:00
Diego Najar
8652daadf0 Clean up and Quill editor fixes 2018-07-03 23:04:08 +02:00
Diego Najar
597537bd0e Clean up and Bootstrap added to core 2018-06-25 23:17:43 +02:00
Diego Najar
02464b637b Simple stats, login, new roles for users 2018-06-10 13:54:55 +02:00
Diego Najar
2b050abaea Dashboard improves 2018-06-03 21:51:47 +02:00
Diego Najar
ab1d795259 Changes on admin panel, move some files, renew html 2018-04-22 17:45:31 +02:00
Diego Najar
2deedb8766 Media manager insert and delete files, ajax files improves 2018-04-13 23:32:29 +02:00
Diego Najar
070a0c40fe Bludit Media Manager and new theme for admin panel.. in progress 2018-04-04 23:46:36 +02:00
Anaggh S
f527fe7c56 Remove redundant jquery files, use Theme::jquery 2018-03-09 00:20:39 +05:30
floppy0
01f520509e skip directory feature 2018-03-07 15:43:41 +01:00
Diego Najar
095ba8bd72 Fixed SVG and html code on themes 2018-03-05 23:46:52 +01:00
Diego Najar
c59348ce98 Generate .htaccess and added rewritebase 2018-03-04 21:43:30 +01:00
Diego Najar
05d916e333 alternative theme improves 2018-01-27 20:34:26 +01:00
Diego Najar
d2a7b7ff08 Special characters on dictionary 2018-01-21 16:35:47 +01:00
floppy0
71fc19efe8 Improves on add / edit a page 2018-01-17 15:57:00 +01:00
Diego Najar
8217d8b873 Bug Fixed #532 2017-12-31 17:35:05 +01:00
floppy0
d7f3f67b2f Class name instead of name 2017-12-27 14:19:28 +01:00
Diego Najar
5f449ab111 Fixes on Language dictionaries 2017-12-26 17:45:02 +01:00
Diego Najar
ff1abc1e36 bug fix #542 2017-12-17 21:16:30 +01:00
Diego Najar
e03c194656 Compatibility with php 5.3 2017-12-15 23:58:29 +01:00
Diego Najar
165ae0ff21 Dates and languages, env variables in different filename, bug fixes 2017-12-10 22:14:12 +01:00
Diego Najar
078fdb344c
Merge pull request #571 from xm74/patch-1
text.class.php update for PHP 7.2 compatibility
2017-12-09 20:32:22 +01:00
Max Kostikov
cdec4580a2
Update to PHP 7.2 compatibility 2017-12-06 20:14:33 +02:00
Max Kostikov
c156c77002
update for PHP 7.2 compatibility 2017-12-06 19:49:53 +02:00
Diego Najar
4500fe78e1
Merge pull request #568 from HarleyDavidson86/patch-1
Update paginator.class.php
2017-11-28 13:08:27 +01:00
Diego Najar
981dc9ffb4 set not found parameters, and changes on date class 2017-11-26 16:04:57 +01:00
Dominik Sust
99f247562f
Update paginator.class.php
Correction at line 110: 
the right placeholder for previous page is "Previous Page" and not "Prev Page"
2017-11-24 14:15:30 +01:00
Diego Najar
e162c03392 improves on filesystem class 2017-11-16 23:22:55 +01:00
Diego Najar
ce4fadf280 Remember me improves 2017-11-08 00:00:48 +01:00
Diego Najar
e8023c308f Remember me 2017-11-07 00:18:16 +01:00
Diego Najar
d0c3f369aa Sanitize categories and tags 2017-11-01 19:38:56 +01:00
Diego Najar
a73e0bb86d Bug fix: CleanURL and iconv issue 2017-10-31 00:06:06 +01:00
Diego Najar
fb97bc83f5 Backup plugin not finished, Filesystem zip 2017-10-29 20:27:52 +01:00
Diego Najar
5fb337d761 timeout 10seconds 2017-10-25 19:50:57 +02:00
Diego Najar
4ccd4ae24d Keep errors internal 2017-10-21 20:35:45 +02:00
Diego Najar
df978c0a75 DOM helper on plugins 2017-10-21 20:30:59 +02:00
Diego Najar
0ebee8526a Tinymce changes on plugins, Dom Helper, changes on Clean Blog Theme 2017-10-13 23:38:24 +02:00
Diego Najar
63ed9cc11a Changes on themes 2017-10-13 00:15:13 +02:00
Diego Najar
b8eec33515 Opengraph and Twitter card now possible to select a default image, fixed regex on img abs 2017-10-07 02:45:03 +02:00
Diego Najar
4f21defa47 Bludit v2.0 Beta 7 2017-10-04 23:42:14 +02:00
Diego Najar
e08d13a9af Pages for Content 2017-10-02 23:17:32 +02:00
Diego Najar
814ccb4fe0 Strip html tags for generate Friendly url 2017-09-08 00:15:52 +02:00
Hakim Zulkufli
f675259fe9 Paginator fix. 2017-08-07 03:47:17 +08:00
Diego Najar
7c55ac704c Minor changes on get slug from content 2017-08-06 17:27:30 +02:00
Hakim Zulkufli
e66834b5a6 A new function is created to achieve this, Text::truncate
which is based on Text::cut from the text.class.php helper.

Limit is set to 60 characters.

Example A:

Content has over 60 characters.
Title = First 60 characters + remaining characters of the last word + '...'
Example B:

Content has less than or equal to 60 characters
Title = All.
Example C:

Content only has one word but is over 60 characters.
Title = First 60 characters + '...'
Why B and C differ from each other?
Because we do not want the whole that one weird word
with over 60 characters to make its way to the title.
It's probably unrealistic, the code can be much cleaner
with B and C combined.

Feel free to discuss.
2017-08-06 22:17:34 +08:00
Diego Najar
8362972b4f tinymce cloud, version plugin 2017-08-03 23:28:32 +02:00
Diego Najar
05c67fc473 Regex Rel to Abs img, improves on manage content 2017-08-02 01:11:57 +02:00
Diego Najar
e1866d05d5 bug fixes, improves on paginator, admin url filter 2017-07-30 14:25:16 +02:00
Diego Najar
258e7304ab bug fixes 2017-07-29 00:08:19 +02:00
Diego Najar
2cbf6c5750 Updating themes 2017-07-23 23:31:39 +02:00
Diego Najar
df30ff1812 Kernel panic theme updated 2017-07-22 20:06:19 +02:00
Diego Najar
bfe3817ae2 Login and Security improves 2017-07-16 20:10:19 +02:00
Diego Najar
7f8e012486 Login and Security improves 2017-07-16 00:42:37 +02:00
Diego Najar
0884a98649 jquery and font awasome for developers 2017-07-13 00:44:39 +02:00
Diego Najar
549af03c1d new theme kernel panic 2017-07-09 22:04:00 +02:00
Diego Najar
a9c4323353 Filesystem helper improved 2017-07-02 18:55:27 +02:00
Diego Najar
a4e143151d Plugin version and updates 2017-06-29 22:13:25 +02:00
Diego Najar
5f3ec04f46 User updated, tcp helper, functions updated 2017-06-28 00:31:40 +02:00
Diego Najar
c28688dd6e bug fixes 2017-06-26 22:50:56 +02:00
Diego Najar
85f863f586 Absolute url on themes 2017-05-30 20:28:55 +02:00
Diego Najar
1f65933c04 new theme and paginator improves 2017-05-24 00:48:29 +02:00
Diego Najar
da6e352ca5 Improves on code, working on themes; helpers.. 2017-05-21 22:01:44 +02:00
Diego Najar
95e6500993 Remove posts 2017-05-16 00:46:20 +02:00
Diego
20224b03f4 removing posts 2017-05-12 20:18:44 +02:00
Hakim Zulkufli
aebaed2a8c Retain PNG transparency.
Transparency data will be saved when cropping or resizing.
2017-04-30 17:03:33 +08:00
metaskop
928856fe81 [req171] bug fixes 2017-04-10 17:29:10 +02:00
metaskop
56b8b358ca [req171] first / last page front end implementation 2017-04-10 16:57:30 +02:00
dignajar
5ff7511863 API Plugin, bug fixed 2016-10-19 16:57:10 -03:00
dignajar
185ffda5ca Tag in title of page 2016-09-26 00:25:40 -03:00
Hristo Dipchikov
6b00944d8b fix 2016-09-17 13:33:42 +03:00
Hristo Dipchikov
ebb941b98e Bulgarian specialChars 2016-09-17 13:31:43 +03:00
dignajar
4a8749af98 Extreme friendly urls 2016-06-02 21:57:13 -03:00
dignajar
dbf7a14854 New plugin, API 2016-05-29 14:21:11 -03:00
dignajar
edb3ca4d13 New default theme based on Future Imperfect 2016-05-17 23:36:23 -03:00
dignajar
12f8de5da8 updates 2016-05-07 00:22:48 -03:00
dignajar
ee91c104fc Minor bug fixes 2016-02-26 12:32:18 -03:00
dignajar
3728ea8a98 Tags sorted low to high alphanumeric 2016-02-24 22:50:27 -03:00
dignajar
aa2196f91f Themes updates 2016-02-14 13:34:25 -03:00
dignajar
bfa4756bf4 New Menu V8 for Images and improves on cover images 2016-02-09 20:02:51 -03:00
dignajar
e26b86fddd Bug fixes, plugins databases - Improves, Disqus plugin 2016-02-06 17:35:12 -03:00
dignajar
741e9c3935 Improves on Paginator 2016-01-20 23:18:02 -03:00
dignajar
983dc20f60 Improves on Paginator 2016-01-20 23:16:32 -03:00
dignajar
e7890f4a71 changes on directories names 2016-01-20 21:29:01 -03:00