-
Posts
165 -
Joined
-
Last visited
-
Days Won
4
Everything posted by David Karich
-
Our @processwire module AIOM+ has just received an update to version 3.2.2. Check https://github.com/conclurer/ProcessWire-AIOM-All-In-One-Minify#changelog for more information.
-
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
Hi guys, I have just released an update to version 3.2.2 on Github. It fixes the security issue with the CHMOD, the problem with many files and has a better detection of changes to files. Sorry that it took so long. But we currently have a lot to do. The module will continue maintained. AIOM4 is on the to-do list. Best regards, David -
Haha okay. Right. Sometimes you can not see the forest for the trees.
-
Very good idea for the module! I like the concept, and in the end also for the end user easier to understand than him unlearn habits. Absolutely helpful would be an own InputField. So you can add assets not only in the text editor, but also the template. Either select from the Library, replace a selected asset or a new upload. Just like the current file InputField, but just connected to the module. Thank you for doing the work. I look forward to the module.
-
Admin Page Tree Multiple Sorting ClassName: ProcessPageListMultipleSorting Extend the ordinary sort of children of a template in the admin page tree with multiple properties. For each template, you can define your own rule. Write each template (template-name) in a row, followed by a colon and then the additional field names for sorting. Example: All children of the template "blog" to be sorted in descending order according to the date of creation, then descending by modification date, and then by title. Type: blog: -created, -modified, title Installation Copy the files for this module to /site/modules/ProcessPageListMultipleSorting/ In admin: Modules > Check for new modules. Install Module "Admin Page Tree Multible Sorting". Alternative in ProcessWire 2.4+ Login to ProcessWire backend and go to Modules Click tab "New" and enter Module Class Name: "ProcessPageListMultipleSorting" Click "Download and Install" Compatibility I have currently tested the module only under PW 2.6+, but think that it works on older versions too. Maybe someone can give a feedback. Download PW-Repo: http://modules.processwire.com/modules/process-page-list-multiple-sorting/ GitHub: https://github.com/FlipZoomMedia/Processwire-ProcessPageListMultipleSorting I hope someone can use the module. Have fun and best regards, David
-
I had already reported this issue on Github, where I posted a problem-solution that works. Hope it helps. https://github.com/kongondo/MenuBuilder/issues/22 David
-
Image field - select image from another page
David Karich replied to cb2004's topic in Wishlist & Roadmap
This wish me to sign. It would be great if you can either upload a new photo in the Image field or can choose from a Page. -
1.2 milions pages and still running like a charm
David Karich replied to Raymond Geerts's topic in Dev Talk
Nice. Which server environment and specifications? -
Thank you for the update. One small thing I've seen yet: In the hyperlinks single quotes are used. The breadcrumb navigation unfortunately has still the dirty markup.
-
The current version produces an unclean markup.
-
this request was aborted because it appears to be forged
David Karich replied to joshuag's topic in General Support
I have the same problem with the current dev version 2.5.26 and was not able to login. I've noticed that it was the version of PHP 5.6. With PHP version 5.5 it works. -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
Hi Marvin, perfect. With you, the project is certainly in good hands. Send me please your contact information, then we can talk about AIOM. Thanks and best regards from Cologne. Dave -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
Hey guys, sorry for the late feedback. I currently have so much with my company around the ears and stuck in large projects that I currently have no time to maintain AIOM+. I'm sorry. The project will continue to maintain. Did any of you like to take care of to AIOM+? At best a German developer. Then I give him on Github access to the Repositority. Dave -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
I'll set this option on my To-Do. After my vacation. -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
How can the path be different here at once if you have only "images/sprite.png" in CSS? There is no URL rewriting or parsing with direct linked CSS. Stefan, I'm sorry. I can not reproduce your problem. For me it works with your folder structure. -
Module Page Image Manipulator | API for 1 & 2
David Karich replied to horst's topic in Modules/Plugins
Ah damn. Sorry, my mistake. -
Module Page Image Manipulator | API for 1 & 2
David Karich replied to horst's topic in Modules/Plugins
Horst, a very helpful module! Thank you. However, I miss a feature that would be helpful: cropFromCenter(width, height); - Resizing and cropping in the original aspect ratio The image is reduced first to the width or the height. If it does not fit into the new format, the image is automatically cropped from the middle of the image. Regards, David -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
The generated code can be incorrect if your code is not written cleanly. A missing semicolon can already generate faulty code. Please inspect your script, for example, with jslint.com. -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
Oh, no. This library has not yet come under my eyes. I'll be looking at this a bit more detail when I have more time again. Thanks for the tip. Yes, check again and let me know, because it is the identical function that is called. If there should be a bug, CSS should not work as well. If you were able to find something, then just open a ticket on Github. -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
Hi adrian, for sure. JSMin is a little bit outdated and generates not the best compression result, but it is the only stable php port without any conditions to third party libraries. Some other minifications libraries destroyed the compressed js code and JSMin is the only one, with which I never had such a problem. Anyway, i'm thinking about, to integret the google closure compiler as an alternative third party service. -
The new version of our @processwire module AIOM+ has reached the stable state! Update to version 3.1.3 on http://mods.pw/5q
-
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
Hey guys, i have released a new version of AIOM+. The update to version 3.1.3 includes a few improvements in the LESS parser and CSS minification. Also, I have set the status from AIOM+ to stable. -
The same here. Get the module not to work. The feed is loaded and cached, then crashes the Apache (WAMP environment, PHP 5.3.8 + Apache 2.2.22). In the error log (PHP, PW or Apache) there is no entry. Very kurrios. On the production server I have not tried it yet.
-
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
I'm not really familiar with Node.js and I have no test environment. You're welcome to implement an alternative and send a pull request on GitHub. I think it requires only an option in the backend more and instead of PHP-based LESS parser an exec-command-line function call. The question is rather, the detour via PHP is really faster? Because you can embed the LESS files directly into the template and can render there via LESS.js or over the Node.js package. The Node.js package has a minimization option on board. -
Module: AIOM+ (All In One Minify) for CSS, LESS, JS and HTML
David Karich replied to David Karich's topic in Modules/Plugins
I have the new version of AIOM+ uploaded (3.1.2). From this version it is now possible to disable the directory traversal filter. Also, the LESS parser was updated. Now compatible with the official LESS version 1.7.