680 Commits

Author SHA1 Message Date
Giuseppe Criscione
f444a7f4b6 Cleanup code 2019-04-02 17:58:41 +02:00
Giuseppe Criscione
138272d158 Release 0.10.2 0.10.2 2019-03-26 15:05:29 +01:00
Giuseppe Criscione
2db6698de3 Remove unused language strings 2019-03-26 12:45:45 +01:00
Giuseppe Criscione
f2b358dc95 Fix New User modal auto-completing username and password 2019-03-26 12:40:31 +01:00
Giuseppe Criscione
9ff76c0291 Allow tagName and paginationPage route params only for listing pages 2019-03-26 12:20:22 +01:00
Giuseppe Criscione
8a9fa4dcfe Add tags to blog posts (closes #27) 2019-03-25 22:26:34 +01:00
Giuseppe Criscione
cc25553eeb Fix Validator::validateTags() not filtering empty tags 2019-03-25 22:16:30 +01:00
Giuseppe Criscione
a99cca43cb Update base URI logic in Pagination class 2019-03-25 22:16:08 +01:00
Giuseppe Criscione
8318e87134 Fix empty array not considered as such in Pages controller 2019-03-25 22:15:45 +01:00
Giuseppe Criscione
df4fffcd72
Merge pull request #28 from MiFrance/master
Better French translation
2019-03-25 22:13:31 +01:00
Giuseppe Criscione
f1149beff9 Update default templates 2019-03-24 16:57:20 +01:00
Giuseppe Criscione
61e70faf08 Cleanup code 2019-03-24 16:40:16 +01:00
Giuseppe Criscione
d02e3a045f Update badges in README.md 2019-03-24 12:38:17 +01:00
Giuseppe Criscione
32e946aa7f Use Page::content() to get also the summary 2019-03-24 11:35:44 +01:00
Giuseppe Criscione
1cab12c5bf Use $this->content() instead of a variable to get content in layouts 2019-03-24 11:24:17 +01:00
Giuseppe Criscione
f323af24b6 Fix Template::render() ending output buffer twice on layout rendering 2019-03-24 11:05:35 +01:00
Giuseppe Criscione
a10c3c0199 Fix Site::errorPage() not setting Site::currentPage() when rendering 2019-03-24 11:03:29 +01:00
Giuseppe Criscione
2f4172a2db Update composer.json 2019-03-24 10:58:35 +01:00
MixMac
157a7d5495 Better translation 2019-03-24 00:04:52 +01:00
Giuseppe Criscione
dd99903938 Update README.md 2019-03-20 12:21:49 +01:00
Giuseppe Criscione
f6227077e7 Add badges to README.md 2019-03-20 12:20:39 +01:00
Giuseppe Criscione
8170b703cf Add Installing section to README.md 2019-03-20 12:19:31 +01:00
Giuseppe Criscione
7ac618fb9b Fix coding style with PHP-CS-Fixer 2019-03-20 11:26:22 +01:00
Giuseppe Criscione
374426a17a Update PHP-CS-Fixer configuration 2019-03-20 11:25:06 +01:00
Giuseppe Criscione
b92e10cc1b Add visible checkbox field to template schemes 2019-03-19 15:19:34 +01:00
Giuseppe Criscione
94fd949ad0 Fix Page::processData() directly overwriting data 2019-03-19 14:29:22 +01:00
Giuseppe Criscione
e5dddb385b Use new methods to display cover image 2019-03-18 19:57:37 +01:00
Giuseppe Criscione
93f8416806 Update Page::file() method using Files::get() 2019-03-18 19:53:18 +01:00
Giuseppe Criscione
cc644845eb Add File::uri() method 2019-03-18 19:46:38 +01:00
Giuseppe Criscione
333a9c2530 Add Files::get() method 2019-03-18 19:44:45 +01:00
Giuseppe Criscione
854e058500 Make index page files available at / route 2019-03-18 19:40:21 +01:00
Giuseppe Criscione
bdd5a0198c Fix variables passed to layout 2019-03-18 19:24:12 +01:00
Giuseppe Criscione
0adb0ccaa8 Update default templates with new layout feature 2019-03-18 18:50:50 +01:00
Giuseppe Criscione
7ab7beac83 Add templates inheritance with Template::layout() 2019-03-18 18:48:54 +01:00
Giuseppe Criscione
a0842b4f1c Improve Template::insert() providing filename checks 2019-03-18 13:08:22 +01:00
Giuseppe Criscione
192bedd410 Release 0.10.1 0.10.1 2019-03-18 12:22:28 +01:00
Giuseppe Criscione
9c4c18e1cb Fix cover image issues (closes #21, closes #18 again) 2019-03-18 12:10:07 +01:00
Giuseppe Criscione
9ba5ba122f Move strings from template schemes to language files (closes #15) 2019-03-18 11:58:43 +01:00
MiFrance
2818d0e8bf Fix typos in French language strings (#19) 2019-03-17 23:09:58 +01:00
Giuseppe Criscione
8bdefa570b Update .input-reset 2019-03-17 22:21:53 +01:00
Giuseppe Criscione
5b493b3be0 Add input reset button to image field 2019-03-17 22:01:59 +01:00
Giuseppe Criscione
be3745579c Fix cover-image and post templates (closes #18) 2019-03-17 21:39:39 +01:00
Giuseppe Criscione
9e88eb770a
Merge pull request #16 from MiFrance/master
Add French language pack
2019-03-17 16:57:03 +01:00
MixMac
be36cd59ea Add French language pack 2019-03-17 16:41:45 +01:00
Giuseppe Criscione
a70a5aee09 Release 0.10.0 0.10.0 2019-03-17 15:54:51 +01:00
Giuseppe Criscione
4c02b73f3a Fix translated fields not switching to fallback language (closes #14) 2019-03-17 13:41:34 +01:00
Giuseppe Criscione
e95b953891 Fix error in Register controller which prevented language setting 2019-03-17 11:42:28 +01:00
Giuseppe Criscione
e60e30619d Delete invalid cached resources when fetching with FilesCache::fetch() 2019-03-16 21:38:29 +01:00
Giuseppe Criscione
f695701540 Keep only a maximum number of backup files 2019-03-16 21:29:49 +01:00
Giuseppe Criscione
93ae7c2e23 Cleanup JavaScript 2019-03-16 21:05:18 +01:00