Commit Graph

1487 Commits

Author SHA1 Message Date
Diego Najar
648e78c0f7 Cleaning code 2017-09-15 21:37:44 +02:00
Diego Najar
d64c44520d Cleaning code 2017-09-15 21:26:06 +02:00
Diego Najar
1389b74493 Improve the router, added /blog/, minor changes on languages 2017-09-15 20:02:53 +02:00
Diego Najar
39b62882ad Languages dictionaries updated 2017-09-10 23:31:14 +02:00
Diego Najar
9798bbcd9b Improves on Manage pages and minor fixes 2017-09-10 23:09:44 +02:00
Diego Najar
caa96d4fa4 Updated language dictionaries and minor changes on CSS 2017-09-10 14:56:23 +02:00
Diego Najar
5b8d1233dc Updated language dictionaries and minor changes on CSS 2017-09-10 14:50:50 +02:00
Diego Najar
e4227394a8 Updated language dictionary, improves on Admin panel, Title on each section 2017-09-09 00:33:14 +02:00
Diego Najar
f38f426edf Minor changes on dashboard, update english language 2017-09-08 00:43:53 +02:00
Diego Najar
814ccb4fe0 Strip html tags for generate Friendly url 2017-09-08 00:15:52 +02:00
Diego Najar
3c3673fcab Language fixes 2017-09-06 20:11:28 +02:00
Diego Najar
975e514389 Autodetection language on Installer 2017-09-05 23:46:45 +02:00
Diego Najar
b1c752ec9f Changes on About, installer 2017-09-04 23:09:45 +02:00
Diego Najar
b95759995b Removed error page 2017-09-04 22:00:13 +02:00
Diego Najar
8e9578dcc4 Predefined pages, such as homepage and page not found 2017-09-04 19:09:37 +02:00
Diego Najar
6b15fcb427 Spanish and German lang 2017-09-04 00:12:36 +02:00
Diego Najar
6e003f051e Modifications on Language system, improve locales 2017-09-03 23:29:09 +02:00
Diego Najar
a1fccbac14 Fixed API and changes on themes 2017-08-30 20:02:31 +02:00
Diego Najar
24724a3c90 Docs theme updated 2017-08-26 12:19:33 +02:00
Diego Najar
ccfdfd0e15 Fixed highlight on sidebar 2017-08-22 20:02:38 +02:00
Diego Najar
92fe6db09e Fixed regex for Cli mode 2017-08-21 19:45:57 +02:00
Diego Najar
ad9c6ce6ef Bludit v2.0 beta 1 2017-08-12 22:38:15 +02:00
Diego Najar
d97b3f4bb9 Cleaning files 2017-08-12 21:43:33 +02:00
Diego Najar
fd26046f5e Cleaning files 2017-08-12 21:05:08 +02:00
Diego Najar
b6d4ddaebd Fixing labels 2017-08-12 20:54:35 +02:00
Diego Najar
647d623f1c External Cover Image 2017-08-11 21:26:28 +02:00
Diego Najar
7ae2d9749c External Cover Image 2017-08-11 21:22:26 +02:00
Diego Najar
252fe7df13 pagebreak 2017-08-10 19:55:50 +02:00
Diego Najar
647b815362 Merge pull request #457 from acrox999/bluditv2
Added pagebreak button to SimpleMDE
2017-08-10 19:32:43 +02:00
Hakim Zulkufli
94f161767f Added pagebreak button to SimpleMDE
A simple addition to the plugin's toolbar. I feel that the pagebreak function needs to be more noticeable by the users.
2017-08-10 23:25:43 +08:00
Diego Najar
3ae41bd710 minor fixes 2017-08-08 21:19:26 +02:00
Diego Najar
20da75fcf3 minor fixes 2017-08-08 00:55:14 +02:00
Diego Najar
a3c93ab255 RSS and Sitemap fixed links 2017-08-07 21:10:49 +02:00
Diego Najar
76aa418232 RSS and Sitemap fixed links 2017-08-07 21:10:38 +02:00
Diego Najar
6ee430dca7 Delete unused files, default logo 2017-08-07 21:03:04 +02:00
Diego Najar
d8f175907a Minor changes 2017-08-07 20:30:14 +02:00
Diego Najar
b4bf1d3023 Merge pull request #456 from acrox999/bluditv2
More Lingonberry updates.
2017-08-07 19:14:04 +02:00
Hakim Zulkufli
1cc3d59d3b Credits changes. 2017-08-07 16:46:17 +08:00
Hakim Zulkufli
6b08a04a5c More Lingonberry updates. Should be fully usable now.
Plugins not tested.
Sitebar plugins will never work as before. (Not included in the theme.)
2017-08-07 16:42:56 +08:00
Diego Najar
a8d701becb Lingoberry head html 2017-08-06 22:19:21 +02:00
Diego Najar
06cc081a59 Merge pull request #455 from acrox999/bluditv2
Paginator and Lingonberry.
2017-08-06 22:09:40 +02:00
Diego Najar
75527cd2ec Minor changes on get slug from content 2017-08-06 22:09:24 +02:00
Hakim Zulkufli
1832eca791 Lingonberry updated for Bludit V2.
Still very messy. I wanted to figure things out especially with the new pages system.
2017-08-07 03:50:01 +08: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
Diego Najar
c3cfa54149 Merge pull request #454 from acrox999/bluditv2
Generate title and description (if empty) from the content.
2017-08-06 17:10:08 +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
dd06fb5a8a Tinymce n 2017-08-06 00:52:00 +02:00
Diego Najar
4b2ea853b8 Update description on plugins and lenguages files 2017-08-05 13:50:06 +02:00
Diego Najar
8362972b4f tinymce cloud, version plugin 2017-08-03 23:28:32 +02:00