Jump to content

Radek

Members
  • Posts

    96
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.fastlinux.eu

Profile Information

  • Gender
    Male
  • Location
    Czech Republic

Recent Profile Visitors

8,477 profile views

Radek's Achievements

Full Member

Full Member (4/6)

105

Reputation

1

Community Answers

  1. Hi, after long time Czech Language Pack is online again. Project was transfered to github and we have new maintainer Pavel Tajduš. Module page is updated and work on PW 3 support already started. Thank you Pavel.
  2. I had busy times in Linux world, but i started with 2.5 localization before few days as i am making new PW project. So YES there will be support for Czech 2.5 version.
  3. Hi, this error message looks to me like old mysql on server. Can you tell us which versions of PHP and mysql are on server?
  4. Radek

    Polymer

    Custom elements is great idea and i can see big potencial in it. Some of their example ui elements are nice and useful so this can be good timesaver with any other framework. I can imagine some hudge library of public custom elements ....
  5. Radek

    Polymer

    I found this video showcase of polymer project (http://www.polymer-project.org) and it looks quite interesting.
  6. I like GNU/Linux or unix like systems so much that using it 14 years and about 8 years as main desktop system everywhere. My wife, childrens, mom, friends, ... using it too without problems. Nothing is perfect so donwside is lack of some aplications which may be solved with virtual machine (seamless mode...) and some hardware support (which is better every day). I figured before long time that i dont need any windows aplications for my daily computer use! There are plenty ready to use Linux distributions, but i am always ended with some rolling release distribution (Gentoo, Arch, ..) with my own builded "holy grail desktop enviroment" from scratch. This is my desktop history on few screenshots. Last time i installed Manjaro Linux to three new Linux users and they like it more than Windows before.
  7. Under input tab. Set USE ACF to No. Other settings which you have probably right. CKEditor Toolbar JustifyLeft, JustifyCenter, JustifyRight, JustifyBlock Extra Plugins pwimage,pwlink,sourcedialog,justify
  8. Czech Language Pack for ProcessWire 2.4 is finished. Current version: 1.0 (99 files) + README.txt Changelog: Some minor fixes. Added last missing string All supported strings are translated. ProcessWire made hudge improvement to localization support since version 2.3. There are still some places without PW localization support (users, roles, permissions, ...) and one minor bug. I am considering this version as stable for production use. pw24_czech.zip
  9. Second (looks like last) release candidate of stable Czech Language Pack for ProcessWire 2.4 is finished. Czech Language Pack Current version: 1.0rc2 (99 files) + README.txt Changelog: Some minor fixes. Added few missing strings Czech Language Pack for external modules. Current version: 0.6 (28 files) + README.txt Added: ProcessBatcher /site/modules/ProcessBatcher/ProcessBatcher.moduleTextformatterHannaCode /site/modules/TextformatterHannaCode/ProcessHannaCode.module /site/modules/TextformatterHannaCode/TextformatterHannaCode.module Updated: ProcessPageDelete ModulesManager InputfieldCKEditor ShoppingCart FormBuilder Contains: FieldtypeCropImage InputfieldCKEditor ProcessBatcher ShoppingCart TextformatterVideoEmbed FormBuilder ModulesManager ProcessPageDelete TextformatterHannaCode pw_czech_1rc2.zip pw_czech_modules_06.zip
  10. Hi, wayne i made little test here and it works for me so this must be some enviroment problem same as manfred62 mentioned before. Can you try czech language pack i tested it on several systems without problems and i am curious if it is affected on your system too.
  11. Have you uncomented line in httpd.conf? LoadModule rewrite_module modules/mod_rewrite.so On some systems may be changed .htaccess name thrue.acl. I dont think this is it, but you can check. In most cases this is about enabling AllowOverride All or editing RewriteBase. Looks like i am out of ideas now (maybe some typo in configs).
  12. Last example was accessible thrue http://myweb.local for http://www.myweb.local you can add ServerAlias. <VirtualHost *:80> DocumentRoot "/Library/WebServer/Documents/myweb" ServerName myweb.local ServerAlias www.myweb.local......
  13. I dont use Mac, but you can make VirtualHosts in apache and dont need to RewriteBase. Simple uncomment line Include /private/etc/apache2/extra/httpd-vhosts.conf in /etc/apache2/httpd.conf And make new configuration for your VirtualHost in /private/etc/apache2/extra/httpd-vhosts.conf <VirtualHost *:80> DocumentRoot "/Library/WebServer/Documents"</VirtualHost><VirtualHost *:80> DocumentRoot "/Library/WebServer/Documents/myweb" ServerName myweb.local ErrorLog "/private/var/log/apache2/myweb.local-error_log" CustomLog "/private/var/log/apache2/myweb.local-access_log" common <Directory "/Library/WebServer/Documents/myweb"> AllowOverride All Order allow,deny Allow from all </Directory></VirtualHost> Dont forgot restart apache and add to /etc/hosts 127.0.0.1 myweb.local
  14. MediaElement.js looks great, i will test it on project with some video files.
×
×
  • Create New...