Commit Graph

66 Commits

Author SHA1 Message Date
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