Commit Graph

18283 Commits

Author SHA1 Message Date
Hypolite Petovan 608b477b77 Add new commands to base console help text 2018-03-18 19:07:40 -04:00
Hypolite Petovan c9945ad15b Improve Console\PhpToPo
- Add base option
- Use DIRECTORY_SEPARATOR
- Add error handling
- Remove superfluous display
2018-03-18 19:07:24 -04:00
Hypolite Petovan 0b542d0654 Fix hashbang line in bin/console 2018-03-18 13:26:51 -04:00
Hypolite Petovan da6635898c Add more sub consoles 2018-03-18 13:26:36 -04:00
Hypolite Petovan 52e07a9e6d Remove wrong by reference variable init in Console\DocBloxErrorChecker 2018-03-18 13:26:14 -04:00
Hypolite Petovan bba12da167 Improve Console\GlobalCommunityBlock
- Add description comment block
- Fix usage description
- Actually use argument
2018-03-18 13:25:47 -04:00
Hypolite Petovan 881c7ccfc1 Add meaningful return value to dba::connect
- Move System::unavailable call to index
2018-03-18 05:15:14 -04:00
Hypolite Petovan dcf2ed26bb Add console executables 2018-03-18 05:12:39 -04:00
Hypolite Petovan 9b8fb1d550 Add Console classes 2018-03-18 05:11:48 -04:00
Hypolite Petovan fc689e05bc [Composer] Add asika/simple-console 2018-03-18 05:10:35 -04:00
Michael Vogel b54b0f0728
Merge pull request #4613 from MrPetovan/task/4518-add-cache-delete
Add missing Cache::delete method
2018-03-17 07:30:31 +01:00
Hypolite Petovan 30d8c73660 Add missing Cache::delete method 2018-03-16 21:57:58 -04:00
Hypolite Petovan 7057018ec7
Merge pull request #4608 from rabuzarus/20180316_-_hashtag_autocomplete
hashtag autocomplete
2018-03-16 09:45:43 -04:00
rabuzarus c209853e1d add dependencies (require_once) to hashtag module 2018-03-16 14:44:51 +01:00
rabuzarus 86d84e5f31 fix code standards 2018-03-16 14:27:04 +01:00
rabuzarus 96c086ea13 hashtag autocomplete 2018-03-16 13:55:26 +01:00
Hypolite Petovan 83c4c86251 Fix: The acl lookup now works in multi threaded posts as well 2018-03-12 08:15:59 -04:00
Michael Vogel 4a0781db19
Merge pull request #4577 from MrPetovan/task/add-feedtest-module
Make feedtest module for logged users only
2018-03-11 07:10:13 +01:00
Hypolite Petovan fa620022d5 Make feedtest module for logged users only 2018-03-10 18:53:20 -05:00
Michael Vogel a9df753cf8
Merge pull request #4574 from MrPetovan/task/add-feedtest-module
Add feedtest module
2018-03-11 00:35:05 +01:00
Hypolite Petovan 17e0d6b6c1 Add feedtest module 2018-03-10 12:43:34 -05:00
Michael Vogel 631c710412
Merge pull request #4565 from MrPetovan/task/improve-babel
Improve mod/babel
2018-03-09 14:15:32 +01:00
Hypolite Petovan 99b4ec147c Fix standards 2018-03-09 07:58:46 -05:00
Hypolite Petovan 71c1be8207 Add external template to mod/babel
- Add HTML methods diagnostic
2018-03-08 23:48:32 -05:00
Hypolite Petovan 30a1057fcb
Merge pull request #4562 from annando/bugfix-html
Bugfix: Avoid "Class not found" error
2018-03-08 15:04:38 -05:00
Michael c438e47827 Bugfix: Avoid "Class not found" error 2018-03-08 19:58:35 +00:00
Michael Vogel 3086666c38
Merge pull request #4558 from MrPetovan/task/browser-performance-improvements
[develop] Browser caching/loading improvements
2018-03-08 20:40:15 +01:00
Michael Vogel b6b67c9044
Merge pull request #4540 from MrPetovan/task/4520-load-whole-config
[develop] Performance: Add preloading config adapter
2018-03-08 20:35:14 +01:00
Michael Vogel 26b6cbcb3b
Merge pull request #4560 from MrPetovan/task/3878-move-html2_-to-src
[develop] Move include/html2* to src/
2018-03-08 20:24:09 +01:00
Tobias Diekershoff 1ab09dbcbf
Merge pull request #4561 from MrPetovan/bug/fix-vier-messageto-select
Fix wrong SQL query syntax in Core\ACL
2018-03-08 11:18:56 +01:00
Hypolite Petovan 49bd2903c7 Fix wrong SQL query syntax in Core\ACL 2018-03-08 04:42:07 -05:00
Hypolite Petovan f633acd8d1 Remove include/html2*.php files 2018-03-07 16:34:48 -05:00
Hypolite Petovan 789561c7a2 Remove/Update references to include/html2*.php 2018-03-07 16:34:17 -05:00
Hypolite Petovan 5e806ff598 Replace html2plain calls by HTML::toPlaintext 2018-03-07 16:29:44 -05:00
Hypolite Petovan b5666bd27f Replace html2bbcode calls by HTML::toBBCode 2018-03-07 16:24:13 -05:00
Hypolite Petovan 3bb2f72d05 Replace html2* function content by references to HTML class 2018-03-07 16:21:02 -05:00
Hypolite Petovan 1df4bb6db8 Create Content\Text\HTML class
- Move BBCode::cleanCss to HTML::sanitizeCSS
2018-03-07 16:20:04 -05:00
Hypolite Petovan b40461975a Remove unecessary added Config::load() 2018-03-07 12:45:30 -05:00
Hypolite Petovan 7e765199e8 Ensure Config::load() in scripts 2018-03-07 12:35:16 -05:00
Hypolite Petovan 354bec58c0 Ensure BaseObject::setApp() whenever App is instantiated 2018-03-07 12:34:47 -05:00
Hypolite Petovan 15099a97d5 [frio] Add asynchronous javascript assets loading 2018-03-07 08:08:37 -05:00
Hypolite Petovan 6b03645dfe [apache2] Add public asset caching 2018-03-07 08:07:59 -05:00
Hypolite Petovan 274ce95d13 Move Composer assets to view/ 2018-03-07 08:07:36 -05:00
Michael Vogel e2fd882134
Merge pull request #4557 from MrPetovan/task/4518-add-memcached-support
[develop] Hotfix: Fix wrong session expire set for custom duration
2018-03-07 08:10:28 +01:00
Hypolite Petovan ef0701a97a Fix wrong session expire set for custom duration 2018-03-06 21:34:00 -05:00
Hypolite Petovan 87f2d18554 Move *ConfigValue functions to App 2018-03-06 20:04:04 -05:00
Hypolite Petovan 047f949967 Remove irrelevant else case 2018-03-06 19:52:36 -05:00
Hypolite Petovan dcd1f18611 Add refresh feature to Preload (P)Config adapters
- Add private methods to manipulat the App config variable
2018-03-06 19:52:36 -05:00
Hypolite Petovan 4b9c52aad0 Update htconfig documentation 2018-03-06 19:52:36 -05:00
Hypolite Petovan 7afcd6d49e Update PConfig class with adapter 2018-03-06 19:52:36 -05:00