Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > ZenTracker
Closed Thread
  #41  
Old 11th October 2011, 14:55
Fynnon's Avatar
Fynnon Fynnon is offline
xxx
 
Join Date: Nov 2007
P2P
Posts: 984
Default
a good way to develop your source further would be more integration with sharing sites like rapidshare, mediafire, etc
  #42  
Old 11th October 2011, 15:31
daffy's Avatar
daffy daffy is offline
Senior Member
 
Join Date: Mar 2009
United Kingdom
Posts: 550
Default
Quote:
Originally Posted by Optix View Post
Check :
- DocumentRoot set to /web/ (very important)
- AllowOverride (httpd.conf or apache2.conf) on "All"
i have this in sub domain, also when uploading with links, bbcode dont workin descritions and links do not post, if i edit,the links disapear
__________________
"FFS PPL READ GOD DAMMIT, WHAT AM I GOOGLE?"
"I Kill You!" simples


http://i.imgur.com/DtcRfH5.gif

I also Setup And Modify Trackers PM For Details
  #43  
Old 11th October 2011, 15:53
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Frontend or backend ?
The Following User Says Thank You to Optix For This Useful Post:
BamBam0077 (1st June 2022)
  #44  
Old 11th October 2011, 16:54
cooly's Avatar
cooly cooly is offline
Senior Member
 
Join Date: Jun 2011
United Kingdom
Posts: 26
Default
Quote:
Originally Posted by Optix View Post
@daffy :
You need to set two variables (app_host_*) with your current hostname. It is set to localhost by default in /apps/frontend/config/app.yml

These variables allows you to parallelize downloads across hostnames and load the website as fastest as you can, because your browser will fetch HTML and images from 3 domains, so 3x faster. You can check that ZenTracker scores the "A" grade on GTMetrix (PageSpeed).

You can set it to your current domain or on different subdomains for reach the same DocumentRoot.

Don't forget to clean the cache after editing :) (delete /cache/ contents).

@cooly : this week i've made a lot of refactoring to reduce code lines with the same features.
Every view file will have only objects and no more arrays which are not flexible at all :)
I will upgraded the Symfony framework : the new version (1.4.14) has many improvements about performances from the cache manager :D
So this time, no bug fix, no features, but a very efficient code for the developers :)

cool whats the difference with the 2.0?
  #45  
Old 11th October 2011, 16:57
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Quote:
Originally Posted by cooly View Post
cool whats the difference with the 2.0?
Symfony2 is "fast as hell" with terrific performances !! That's the benefit of namespaces (PHP5.3).

See a short version of the keynote here :
ymfony2_fast_as_hell.AVI
The Following User Says Thank You to Optix For This Useful Post:
BamBam0077 (1st June 2022)
  #46  
Old 11th October 2011, 22:36
cooly's Avatar
cooly cooly is offline
Senior Member
 
Join Date: Jun 2011
United Kingdom
Posts: 26
Default
here is fixed translation for /apps/frontend/modules/messages/actions/actions.class.php seems to work fine but you can check it out.
Attached Files
File Type: zip actions.class.php.zip (1.4 KB, 2 views)
The Following User Says Thank You to cooly For This Useful Post:
BamBam0077 (1st June 2022)
  #47  
Old 11th October 2011, 22:50
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Nice try ! I really appreciate ;)

In an action, don't test the user culture, it's a lot of work. You can directly use the I18N module :
PHP Code:
$this->getContext()->getI18N()->__("Here is the English sentence."); 
It allows you 2 things :
- Symfony fills the "messages.xml" for you in order to translate the string (you've to run a command to do that, but the reporting is automatic).
- When the translation isn't available in German (for exemple), it will display the English one. That's very cool : no error any more :D

In a template, you can directly call the function <?=__("Send")?> ;)
The Following User Says Thank You to Optix For This Useful Post:
BamBam0077 (1st June 2022)
  #48  
Old 11th October 2011, 23:48
cooly's Avatar
cooly cooly is offline
Senior Member
 
Join Date: Jun 2011
United Kingdom
Posts: 26
Default
Quote:
Originally Posted by Optix View Post
Nice try ! I really appreciate ;)

In an action, don't test the user culture, it's a lot of work. You can directly use the I18N module :
PHP Code:
$this->getContext()->getI18N()->__("Here is the English sentence."); 
It allows you 2 things :
- Symfony fills the "messages.xml" for you in order to translate the string (you've to run a command to do that, but the reporting is automatic).
- When the translation isn't available in German (for exemple), it will display the English one. That's very cool : no error any more :D

In a template, you can directly call the function <?=__("Send")?> ;)

ah well worth a try lol

Bump: one of my m8s went to signup to look at it and got this.
Attached Thumbnails
membres_validation_id_0_cle_12fdc652e17f3684e76efabe00c6f0e5e89f8add.png  
  #49  
Old 12th October 2011, 21:24
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Yep, a bug appared since rev34. It will be fixed in rev36 (available tomorrow).

To avoid that, you can disable mail confirmation :
- /apps/frontend/config/app.yml
- Set validate to false ;)
  #50  
Old 12th October 2011, 21:29
cooly's Avatar
cooly cooly is offline
Senior Member
 
Join Date: Jun 2011
United Kingdom
Posts: 26
Default
Quote:
Originally Posted by Optix View Post
Yep, a bug appared since rev34. It will be fixed in rev36 (available tomorrow).

To avoid that, you can disable mail confirmation :
- /apps/frontend/config/app.yml
- Set validate to false ;)
kk cheers :)
Closed Thread

Tags
10 , 33 , 34 , 35 , 36 , 37 , 38 , rev , zentracker

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 11:18. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.