-
Posts
528 -
Joined
-
Last visited
-
Days Won
4
Everything posted by Beluga
-
How are you guys doing with the calendar module? I noticed lindquist started working on it, too.
-
Yeah, I gave up on trying to make it work. There is no support forum so I had no way of asking for help. If any of you are feeling adventurous, there are apparently now a ton of ways to get it working in a more automated way or even pre-installed. Chef: http://blog.blackfire.io/chef-support.html (still have to write a wrapper for webserver reloading) Heroku: http://blog.blackfire.io/heroku-addon.html Laravel Forge: http://blog.blackfire.io/blackfire-on-laravel-forge.html Platform.sh: http://blog.blackfire.io/platformsh-webinar.html Fortrabbit: http://www.fortrabbit.com/ For myself, PuPHPet would perhaps be the preferred route (don't want to pay for some platform just to test), so I subscribed to this issue: https://github.com/puphpet/puphpet/issues/1313
-
I have this topic for open source related campaigns: http://ubuntuforums.org/showthread.php?t=1946197 Here's one project that has attracted a lot of attention and some criticism: https://www.indiegogo.com/projects/sondors-electric-bike High drama levels: https://electricfatbike.wordpress.com/2015/02/27/electric-fatbike-com-officially-ends-our-coverage-of-the-sondors-ebike/
-
There's this for Yii2 framework: https://github.com/iJackUA/yii2-lepture-markdown-editor-widget For Laravel: https://github.com/Vinelab/laravel-editor Hallo also supports WYSIWYG Markdown: http://hallojs.org/demo/markdown/ (Hallo works with create.js/createphp)
-
Aloha Editor is back with something new: http://www.alohaeditor.org/Content.Node/blog/goodbye-contenteditable.html http://www.alohaeditor.org/Content.Node/blog/introducing-aloha-ui.html
-
They declined.
-
Just a thought: I had a problem with a certain host with the <IfModule mod_env.c> statement around SetEnv HTTP_MOD_REWRITE On https://processwire.com/talk/topic/6741-urgent-page-down/#entry83815
-
Ok, I've got everything set up on an Ubuntu 14.10 VM.. the agent, blackfire-php (Probe), a ProcessWire dev install, Chromium, Blackfire Companion extension.. But I ran into a problem. When I try to profile my PW front page on localhost with the Chrome extension, it says: Signature '..' is invalid (I removed the actual signature) I enabled logging: https://blackfire.io/doc/configuration#probe-configuration I also set up the server id & token in .htaccess like mentioned in the Apache Configuration Settings. This is what's in /tmp/blackfire.log after my attempt at profiling: Sat Jan 31 17:46:34 2015 (7606): [Debug] Found signature : Sat Jan 31 17:46:34 2015 (7606): [Message] No key found in memory or key expired, continuing without validation Sat Jan 31 17:46:34 2015 (7606): [Debug] Found network based probe stream (unix:///var/run/blackfire/agent.sock) Sat Jan 31 17:46:34 2015 (7606): [Debug] Sending Blackfire-Query as of 'Blackfire-Query: Sat Jan 31 17:46:34 2015 (7606): [Warning] Could not parse response Sat Jan 31 17:46:34 2015 (7606): [Debug] Found Blackfire-Error, proxying as-is in HTTP header (I removed signature & query).
-
The simplicity and scalability of PW for front end dev?
Beluga replied to kathep's topic in General Support
I guess you mistook it for kumarreksituteskenteleentuvaisehkollaismaisekkuudellisenneskenteluttelemattomammuuksissansakaankopahan. -
https://blackfire.io/ From the Symfony guys. Anyone want to test PW with that?
-
This is what the OpenHatch people call implicit knowledge in a project. https://us.pycon.org/2015/schedule/presentation/346/ If you guys have some free time, I suggest looking at what OpenHatch does. Many times people dismiss it as unnecessary, but I strongly disagree.
-
For a great example of a solid team organization, please see the menu bar here with Development, Design, QA, etc.: https://wiki.documentfoundation.org/Main_Page The team pages list communication channels, active team members, roles and responsibilities, documents and resources.. The onboarding process is very smooth and documented.
-
All it takes is a team that is organized and mentors with free time and dedication.
-
Thanks for a very constructive post, Ivan! This has got to be one of the lowest-hanging fruits. Weblate is ready for us: https://processwire.com/talk/topic/8389-centralized-translation-of-processwire-and-pw-documentations/ https://github.com/PW4ALL/ProcessWire-Weblate
-
It has become apparent that these days there are open source mentoring opportunities non-stop. I'm a member of the LibreOffice quality assurance team and we have collected all the current programs we have found for possible future participation: https://wiki.documentfoundation.org/Mentoring_Programs Joomla & Drupal regularly enter Google programs like Summer of Code and Code-in. Is the ProcessWire developer community starting to be in a position where it could mentor students in these types of programs? Or are they irrelevant to PW? The next opportunity could be VALS Semester of Code for the next semester. They use a system of rewarding university students with study credits.
-
I remember reading from an earlier announcement that you can't install your own modules for the cloud without releasing them in the official PS addon site. So the cloud wouldn't work for my client at least.
-
It's not that they lack ifmodule support, there are lots of ifmodule blocks in PW's .htaccess after all. I asked them and they said they tested a block with no other rules inside and it worked ok: <IfModule mod_rewrite.c> <IfModule mod_env.c> SetEnv HTTP_MOD_REWRITE On </IfModule> </IfModule> They asked me to make an example install of PW so they could test. Essentially this would mean breaking the site, as I only have one db.. I pointed them to the htaccess.txt in PW's GitHub, but they insisted on a test instance where it goes 500 error. I don't want to confuse my client by intentionally keeping the site broken, so I gave up.
-
Sure, that's what I said: the <IfModule mod_env.c> statement around SetEnv. Removing the statement made the internal server error disappear. I'm not able to find out the host's entire config, so unfortunately can't give any more tips. Yet, other users are bound to hit this in the future. I could ask the host's customer service, though, if needed.
-
Upgraded a PW 2.4 installation to 2.5 and got an internal server error. In the end I realized it was because of the <IfModule mod_env.c> statement around SetEnv HTTP_MOD_REWRITE On. So no problem with the SetEnv itself, only the IfModule. Webhost: http://www.sigmatic.fi/ phpinfo() shows Server API CGI/FastCGI _SERVER["HTTP_MOD_REWRITE"] On _ENV["HTTP_MOD_REWRITE"] On They've disabled showing Apache's version. I got the internal server error both with PHP 5.3.x and 5.5.x.
-
http://blog.keithcirkel.co.uk/how-to-use-npm-as-a-build-tool/ Follow-up to this: http://blog.keithcirkel.co.uk/why-we-should-stop-using-grunt/ There are problems on Windows (surprise?). This approach looks appealing to me after just having set up Foundation with the whole Grunt shebang. The idea is that you face the same learning overhead with the configs of a build tool as with the options of a specific command line utility, so why not use the command line utils via npm? Build tools like Grunt or Gulp also bring other types of complexity to your workflow, especially as time goes on and backwards compatibility breaks somewhere in your toolbox.
-
Someone must use it: http://www.reddit.com/r/processwire
-
Let's do this. https://github.com/philsturgeon/phpversions.info http://blog.ircmaxell.com/2014/12/on-php-version-requirements.html http://blog.ircmaxell.com/2014/12/being-responsible-developer.html http://blog.ircmaxell.com/2014/12/php-install-statistics.html PW should go PHP 5.5 minimum with 3.0. Even WordPress is finally pushing 5.5 to web hosts. Anthony Ferrara had this to say to WP, though:
-
ircmaxell has been writing about the problems with MVC in the context of PHP recently. He seems to have a proposal cooking, so be sure to follow his blog
-
Centralized Translation of Processwire and PW-Documentations
Beluga replied to lisandi's topic in Multi-Language Support
Yeah, I was just telling about my experience, I have no preference except that it should be centralized. I've only used non-self-hosted solutions thus far and I've had no problems. I just looked at the Weblate blog and was pleased to find it has been under very active development. So I say +1 for hosted.weblate.org. Anyone curious can try their demo server, user: demo pass: demo @jtherczeg: Weblate seems to have very fine-grained access control: http://docs.weblate.org/en/latest/admin/auth.html#privileges I guess this is true in hosted.weblate.org as well?- 13 replies
-
- 1
-
-
- Translation
- Documentation
-
(and 4 more)
Tagged with:
-
Centralized Translation of Processwire and PW-Documentations
Beluga replied to lisandi's topic in Multi-Language Support
I disagree with this. It doesn't even have to be 3rd party, but can be self-hosted like pointed out above. I've used Transifex and Crowdin and they make things smooth. Developers can just pull everything at once whenever they wish. Another self-hosted solution is http://www.mediawiki.org/wiki/Extension:Translate and this for easy deployment http://www.mediawiki.org/wiki/MediaWiki_Language_Extension_Bundle Existing file format support: http://www.mediawiki.org/wiki/Help:Extension:Translate/File_format_support- 13 replies
-
- 1
-
-
- Translation
- Documentation
-
(and 4 more)
Tagged with: