Commit Graph

66 Commits

Author SHA1 Message Date
Diego Najar
910545dae2 User object, new reader role for users 2018-07-25 23:42:00 +02:00
Diego Najar
35694980ab Bug fixes 2018-07-17 23:58:01 +02:00
Diego Najar
d852cada22 Title in database, improves on Page Object, Perfomance improvements, TinyMCE and Bootstrap updated 2018-07-17 19:13:01 +02:00
Diego Najar
f9b65c5a13 Robots plugin, dynamic titles, fix permissions when upload images 2018-07-13 18:30:42 +02:00
Diego Najar
f0df4eb0ab Autosave bug fixes 2018-07-11 23:36:46 +02:00
Diego Najar
2eb8a4bfac Login frontend 2018-06-05 23:50:03 +02:00
Diego Najar
4e04ca6b53 User profile, edit user, delete pages 2018-05-14 00:00:10 +02:00
Diego Najar
eb6966723d Autosave function 2018-05-08 00:15:40 +02:00
Diego Najar
ab1d795259 Changes on admin panel, move some files, renew html 2018-04-22 17:45:31 +02:00
Diego Najar
c814c0da9e Sticky content 2018-03-27 18:40:03 +02:00
Diego Najar
809cd261b2 Improves on Manage Content view 2018-01-21 23:23:22 +01:00
Diego Najar
7a7687b69d Bug fix, when parent is edited the childs disappear 2018-01-21 00:19:17 +01:00
Diego Najar
0101dbdd49 Bug fix #604 2018-01-19 19:37:06 +01:00
floppy0
71fc19efe8 Improves on add / edit a page 2018-01-17 15:57:00 +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
a73e0bb86d Bug fix: CleanURL and iconv issue 2017-10-31 00:06:06 +01:00
Diego Najar
047afee2e8 Bug fixes with static content https://github.com/bludit/bludit/issues/533 2017-10-22 14:36:16 +02:00
Diego Najar
b089edfa51 Bug fixes: Static content as parents 2017-10-20 20:34:22 +02:00
Diego Najar
63ed9cc11a Changes on themes 2017-10-13 00:15:13 +02:00
Diego Najar
4f21defa47 Bludit v2.0 Beta 7 2017-10-04 23:42:14 +02:00
Diego Najar
c2c25d2bec Minor fixes 2017-10-04 00:00:54 +02:00
Diego Najar
d4afe3b843 Pages for Content 2017-10-02 22:42:18 +02:00
Diego Najar
9ce2492ade Bug fixes on dashboard 2017-09-24 01:17:37 +02:00
Diego Najar
5f6c43e73d API, write permissions 2017-09-23 13:10:05 +02:00
Diego Najar
1bd75ac2ee API improves, fixed url router 2017-09-22 23:11:08 +02:00
Diego Najar
a8101ea2f2 Pages, and static pages 2017-09-20 23:00:03 +02:00
Diego Najar
d64c44520d Cleaning code 2017-09-15 21:26:06 +02:00
Diego Najar
814ccb4fe0 Strip html tags for generate Friendly url 2017-09-08 00:15:52 +02:00
Diego Najar
b95759995b Removed error page 2017-09-04 22:00:13 +02:00
Diego Najar
3ae41bd710 minor fixes 2017-08-08 21:19:26 +02: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
3111c11ca3 plugins position 2017-07-30 23:15:33 +02:00
Diego Najar
32e453dd06 http code and message for http response 2017-07-28 19:37:06 +02:00
Diego Najar
bd1cef2741 New micro theme, fixed response code for 404 2017-07-26 01:17:13 +02:00
Diego Najar
cb0ddf9069 Fixed installer, kernel panic theme, fixed content pages 2017-07-15 15:47:37 +02:00
Diego Najar
6e7613b181 page parents 2017-07-10 23:40:46 +02:00
Diego Najar
1c0038bc55 Climode and user db improved 2017-07-06 23:27:22 +02:00
Diego Najar
168483f771 Pages parents fixed 2017-07-05 22:55:03 +02:00
Diego Najar
556e5a2f73 Climode rescan 2017-07-05 19:59:51 +02:00
Diego Najar
9d865eb6ce bug fixes 2017-06-25 22:54:59 +02:00
Diego Najar
304a57beca bug fixes 2017-06-23 00:41:00 +02:00
Diego Najar
1f5dd3ac99 Bug fixes, developer area, google plugin updated, rss and sitemap updated 2017-06-22 00:21:08 +02:00
Diego Najar
19d6ab347b Fixed pages plugin 2017-06-20 23:56:22 +02:00
Diego Najar
ca9d1d81b9 Improves on plugins, post method, improves on database for plugins, css styling 2017-06-18 22:44:07 +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
63fe327fe4 Categories++ 2017-05-17 00:04:53 +02:00