-
Posts
1,360 -
Joined
-
Last visited
-
Days Won
49
Everything posted by flydev
-
Its because you are storing/sending a Google Account password on your own instead of using a "secure" flow like OAuth2 apps. E.g. using less secure apps is not possible with a 2FA account. https://support.google.com/accounts/answer/6010255?hl=en
-
Hi pwired, this is exactly what Duplicator do, no more or less about deploying the site. It just help to avoid those repetitive tasks.
-
I'll give you the url tonight
-
Yes it make sense, and if I remember correctly we already discussed through PM about this feature. Its not implemented but on the todo list now.
-
Hey Zeka, the module will be free for the community.
-
Right, the module doesn't sync changes. It deploy only a full copy of the current website. If I remember correctly, @LostKobrakai made a module which "do some part of that". Let me check the forum and edit this post. @Bergy there is the module (not a simple one!) :
-
I feel sorry again to make you guys waiting again, I got some works to finish asap, but theses tasks made me test Duplicator extensively and I think its ready for the release. It will not work for each hosting providers, but its a start. Finally, it will come with a new feature: AutoDeploy. With this feature, you will configure the FTP account and database informations, and the module will deploy automatically the web-site without having to run the installer manually.
-
I also use PHPStorm as main editor for developing locally, but didn't use any of its syncing feature. About the process, I have a staging web-server with a local copy of the client's site where they can see the change on a daily basis. Once the site is edited (I take example on a site without SSH access), I backup the website and send it to the 'live' server trough Duplicator which save a lot of time when deploying the web-site multiple time after change has ben made; It take lower than a minute, depending on your bandwidth. So the workflow is the following: Develop locally FTP the 'local' site to the 'staging' web-server with Duplicator. If the client need some changes, repeat step 1/2. The client is happy ?, FTP the site to the live server with Duplicator. The client have a request ? Backup and retrieve the live website locally, and repeat step from 1 to 4. I must say that using Duplicator save A LOT of time! And even if I have SSH access, I use Duplicator. To keep different version of a website, I use a Gitlab self-hosted server to keep track of the packages made with Duplicator. @Bergy check this screencast on how easy is to deploy your modified website with Duplicator.
-
Module: Video embed for YouTube/Vimeo (TextformatterVideoEmbed)
flydev replied to ryan's topic in Modules/Plugins
What @horst said. Also I got the same issue two days ago while I was trying to insert Facebook video in CKEditor. I needed to add this line to the Extra Allowed Content field to support iframe with HTML Purifier On: iframe[src,title,width,height,allowfullscreen,frameborder] -
Gallery: A photo album module (preview)
flydev replied to kongondo's topic in Module/Plugin Development
Which can be used in conjunction with this module too from @mr-fan - https://github.com/mr-fan/AutoImagePages - for creating albums. - @kongondo Do the project lead to a Pro module or a free one ? -
@Macrura please do it ! We are lazy and curious at the same time It is something based on ? :
-
getting infinite loop on simple redirect module
flydev replied to Marc's topic in Module/Plugin Development
You could also use TracyDebugger to debug $event and see what the object contain. -
Hey @blynx, It is voluntary to make this module only compatible with PHP 7 ? I wanted to give a try to your module for a website I am building right now - using PHP 5.6 - but calling the module with : $pwpswp = $modules->get('MarkupProcesswirePhotoswipe'); $gallery = $pwpswp->renderGallery($page->gallery, ['theme' => 'masonry']); give me the following error (due to scalar type arguments) : Anyway, already loving it, thanks for making this module. I am using it with InstagramFeed, IsotopeJS and InfiniteScroll in a custom theme - Masonry - based on the Plain one :
- 41 replies
-
- 2
-
- photoswipe
- module
-
(and 1 more)
Tagged with:
-
HI @Roberts R , Why you didn't upgrade your installation with the latest stable version of ProcessWire ? Could you give us more information about your server configuration ? PHP version, GD lib, etc ?
-
I just tested them, those listed under the "DONT WORK" are not working on ProcessWire 3.0.73. Now why... no idea. Edit: same behavior on ProcessWire 2.8.62
-
Show "Name" Instead of "user-name" !
flydev replied to Mustafa-Online's topic in Themes and Profiles
Hi @Mustafa Online , check this thread: -
I quite played with their API (i am talking about Twitter here), its absolutely not possible to retrieve private information with the OAuth2 protocol (still waiting a confirmation on the twittercommunity) but no big hope here. We are forced to use the OAuth 1.a protocol for those sensible datas. So, there I come with two propositions. I can make an exception and integrate Twitter and OAuth-1.a in this module or I publish a standalone module for Twitter login. What do you think, a suggestion ?
-
On windows I am personally used to install : TortoiseGIT https://tortoisegit.org/ (I recommend you to install it via a setup, not the portable one) During the install it will configure your PATH and stuff. To finish, adjust the path in PHPStorm and voila.
-
Ok @horst, I will try to have something that works, fast/soon.
-
Some more precisions : We can be able to code an adapter for Twitter application-only, and this is the list of what we can do with : Pull user timelines; Access friends and followers of any account; Access lists resources; Search in Tweets; Retrieve any user information; So I must assume we can get at least the email and/or the firstname/lastname or a nickname. @horst let me know if you will think to code something about that or I will give a try.
-
@everyone : More beta-tester needed ! If you have a bit time, a local or staging web server - feel free to test it on a prod server - and you want to try this module, please send me a private message ! This module can't harm your server It can be tested on the following ProcessWire version: 2.7.2 (no Composer here) 2.8.x 3.0.x @Ivan Gretsky wanna test it ?
-
Hey Horst, I think that in the time the lib was made, Twitter was still using OAuth 1.0A - but looking at their doc (twitter) OAuth2 is now supported (?), their doc also stipulate they still use OAuth 1.0A... https://dev.twitter.com/oauth I will look at more closely.
-
As I am writing the documentation, if you guys have already some questions before I release the module, I will be happy to hear and include them in the FAQ