Problem with cache and other thought

dU looks very promissing to me but there are several things that needs a rethinking ...

1. after enabling "Enable cache for CSS files" the whole Studio is messed up and the site from the users point of view is not working anymore (see screenshots)

2. i hope that you plan to implement a working solutions for timezones, i think it is needed that users can choose the timezone they life in

3. where is the clear cache function?

4. what are the needed rewrites for nginx?

5. the actual uni template is very ugly in my opinion, its not even a starting point for me. Most people want and need a nice template to get started with the site. Maybe this template gets an overhaul?

 

thats all for now ... thanks for coming up with that nice future product!

 

br

Andy

dolphinu_1.PNG · 201.3K · 376 views
dolphinu_2.PNG · 432.6K · 366 views
dolphinu_3.PNG · 3.5K · 381 views
http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro
Quote · 25 Jul 2014

1. Thank you for pointing this out, issue created - https://github.com/boonex/dolphin/issues/67 (it is private github project, we will make it public later)

2. We implemented some solution which don't require to specify timezone, it's just work with the timezone specified on client's side, I will post some info about how this work in more details later.

3. It's currently in the development, you will see in next update, or in dev version in a few days, for a while you manually clear /cache/ and /cache_public/ folders via SSH for example.

4. Please try the following:

# modules rewrite 
rewrite ^/path_to_dolphin/m/(.*)$ /path_to_dolphin/modules/index.php?r=$1 last;

# pages rewrite
rewrite "^/path_to_dolphin/page/(.*)$" /path_to_dolphin/page.php?i=$1 last;

# storage
rewrite "^/path_to_dolphin/storage/([a-zA-Z0-9]+)/([a-zA-Z0-9\.]+)" /path_to_dolphin/storage.php?o=$1&f=$2 last;

 

5. We are going to add one more template by default, but just as an example, similar to UNI and ALT template in D7.

Rules → http://www.boonex.com/terms
Quote · 28 Jul 2014

1. you are welcome

2. nice one

3. ok, good to know

4. thanks, they are working

5. ok, i think offering a nice and clean template like the 7.1 UNI template is really importent to users

http://www.boonex.com/market/posts/paansystems - your resource for Dolphin Pro
Quote · 28 Jul 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.