2614 Commits

Author SHA1 Message Date
Giuseppe Criscione
2d6ca911de Remove redundant ternary operator with boolean values 2018-07-13 10:35:49 +02:00
Giuseppe Criscione
baa6bec9cf Return correct type in Statistics::isBot() 2018-07-13 10:00:55 +02:00
Giuseppe Criscione
c546c8eac7 Add preg_quote delimiter in PageCollection::search() 2018-07-13 10:00:05 +02:00
Giuseppe Criscione
5c334c1cb3 Add Page::NUM_REGEX and use it whenever possible 2018-07-13 09:34:03 +02:00
Giuseppe Criscione
8d7287633c Improve exception throwing
* Use more specific `*Exception` classes
* Fix empty exception messages
* Remove trailing punctuation in some exception messages
2018-07-13 02:25:58 +02:00
Giuseppe Criscione
9fce9f5133 Remove leading backslashes before class instantiation 2018-07-13 01:48:27 +02:00
Giuseppe Criscione
f129458770 Add type declarations in Pages and Users controllers 2018-07-13 01:29:11 +02:00
Giuseppe Criscione
b96efed5d3 Remove leading underscores in some private methods 2018-07-13 00:59:10 +02:00
Giuseppe Criscione
8a183f76c8 Fix coding style with PHP-CS-Fixer 2018-07-13 00:51:35 +02:00
Giuseppe Criscione
8d480d718d Add PHP-CS-Fixer configuration 2018-07-13 00:50:42 +02:00
Giuseppe Criscione
f3d349ac00 Release 0.6.9 2018-07-10 17:26:32 +02:00
Giuseppe Criscione
0f1f9f2ec5 Make children pages sortable 2018-07-10 15:28:33 +02:00
Giuseppe Criscione
7f7cb6e549 Add float: left to Admin panel title 2018-07-09 15:17:22 +02:00
Giuseppe Criscione
642e65f942 Add images modal empty state labels 2018-07-08 22:22:56 +02:00
Giuseppe Criscione
f6a18c4725 Fix wrong MIME type for .svg images 2018-07-08 19:39:41 +02:00
Giuseppe Criscione
437001f645 Fix uploader.error label not showing error type in English language 2018-07-08 16:13:39 +02:00
Giuseppe Criscione
70e143bfa2 Fix Admin forms behavior with input[type=files]
* Changes in file inputs are now detected when leaving the page
* Text of file input labels is now restored when removing files
2018-07-08 16:03:00 +02:00
Giuseppe Criscione
330d8ed3cc Fix checkbox labels font size in Options views 2018-07-07 00:15:14 +02:00
Giuseppe Criscione
1aa6b7c8c6 Use data-overflow-tooltip attribute instead of .overflow-title class 2018-07-07 00:01:15 +02:00
Giuseppe Criscione
24a052091a Use app tooltips instead of system ones 2018-07-06 23:39:28 +02:00
Giuseppe Criscione
26e9d9e36f Update gulpfile.js for Gulp 4 2018-07-06 23:26:28 +02:00
Giuseppe Criscione
cade8acf6b Update composer.json 2018-07-06 22:10:00 +02:00
Giuseppe Criscione
1cbffe83c0 Change Formwork::defaultRoute() visibility to private 2018-07-03 22:47:36 +02:00
Giuseppe Criscione
f1bd14bb76 Fix newPage modal HTML validation errors 2018-07-02 01:28:15 +02:00
Giuseppe Criscione
0b5a56bb98 Avoid script tag use to initialize Formwork.Form component 2018-07-02 01:17:29 +02:00
Giuseppe Criscione
ca265a51fd Move notifications to meta tag 2018-07-02 00:32:08 +02:00
Giuseppe Criscione
faa91d5489 Move csrf-token from data-csrf-token attribute of body to meta tag 2018-07-02 00:04:42 +02:00
Giuseppe Criscione
7a3d908386 Use new namespaced .js components in Admin views 2018-07-01 23:30:50 +02:00
Giuseppe Criscione
ae118460f7 Major Admin .js refactor
* Fix global namespace pollution.
* Improve files organization.
* Refactor following best practices.
2018-07-01 23:28:18 +02:00
Giuseppe Criscione
7545070702 Scrollable sidebar menu 2018-06-27 16:13:52 +02:00
Giuseppe Criscione
3eeaff5bc2 Fix language code appearing twice in New User modal 2018-06-27 16:10:49 +02:00
Giuseppe Criscione
3e77b15423 Minor improvements in Admin styles 2018-06-24 12:32:36 +02:00
Giuseppe Criscione
f53dc51dc8 Add View Site link in Admin 2018-06-23 10:19:49 +02:00
Giuseppe Criscione
d067a7c281 Refactor and improve SCSS 2018-06-23 10:17:00 +02:00
Giuseppe Criscione
3e6998d113 Update icon font 2018-06-23 10:14:40 +02:00
Giuseppe Criscione
17278c31d7 Change sortable pages behavior for better usability 2018-06-21 11:31:38 +02:00
Giuseppe Criscione
ce1a566f76 Fix high memory usage when Page::__debugInfo() is called 2018-06-20 15:47:55 +02:00
Giuseppe Criscione
651d858526 Fix .htaccess to prevent access to some system files 2018-06-20 12:11:13 +02:00
Giuseppe Criscione
fde85f218e Add Uri::resolveRelativeUri() 2018-06-19 23:32:58 +02:00
Giuseppe Criscione
ebe98c0a54 Fix broken redirect in Pages controller 2018-06-19 22:40:11 +02:00
Giuseppe Criscione
a13bfbf832 Fix failing file display when output buffer is not clean 2018-06-19 22:38:20 +02:00
Giuseppe Criscione
cc24dd4a7c Move template assets in templates/assets folder 2018-06-19 15:40:18 +02:00
Giuseppe Criscione
b180c65a7b Fix non-English links in pagination template partial 2018-06-19 15:38:16 +02:00
Giuseppe Criscione
270a95d00b Minor refactoring in Pagination class 2018-06-18 23:48:10 +02:00
Giuseppe Criscione
8158fdc41c Fix Router returning null when not dispatching 2018-06-18 23:46:03 +02:00
Giuseppe Criscione
36a953070b Fix format argument not propagating to AbstractPage::date() 2018-06-18 23:38:40 +02:00
Giuseppe Criscione
856db3435b Fix non-closing output buffer and reorder functions 2018-06-18 23:19:26 +02:00
Giuseppe Criscione
81d264b399 Minor spacing and quotes fix 2018-06-18 15:19:09 +02:00
Giuseppe Criscione
3e61c538a6 Add system option admin.enabled 2018-06-18 15:01:34 +02:00
Giuseppe Criscione
faa9b17802 Fix zero-based page number 2018-06-18 11:10:06 +02:00