Bravo List
Register
Go Back   > Bravo List > Source Code > Archived Trackers > ZenTracker
Closed Thread
  #51  
Old 15th October 2011, 13:56
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Revision 36 is out !

- Fix account validation
- Great performances in upload list and news module (up to 42x faster)
- Cache manager : Separate caches for auth users and guests
- New Symfony update : 1.4.14 (which handle better performances in cache manager)
- Fix vote : when vote submitted, redirect to the upload detail
- Fix poll vote : redirect fixed
- New PM layout
- PM : you can now add an other member in current thread
- Cover detection : better results when guessing the cover of upload

Thread updated with the new attachment ;)
The Following User Says Thank You to Optix For This Useful Post:
Phogo (15th October 2011)
  #52  
Old 26th October 2011, 07:09
DAKz's Avatar
DAKz DAKz is offline
Senior Member
 
Join Date: Jul 2009
P2P
Posts: 380
Wink was just looking....
I was just looking through my server, because thats what I do when I get bored, anyhow I noticed that one of the addons for this particular server is the symfony framework. So now the question is, does the framework satisfy all the needs of the tracker, ie memchach zend etc. or is there packages added to the tracker part to make this work better.
I went to your site and tried to look around, but between not knowing french and this complete new design, I was lost. But it is good to see it in action. Congrats on the code your refining it down to a lean mean tracker I am watching this pretty close, not only for me, but for several other "interested" parties
  #53  
Old 26th October 2011, 19:27
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Quote:
Originally Posted by DAKz View Post
So now the question is, does the framework satisfy all the needs of the tracker, ie memchach zend etc. or is there packages added to the tracker part to make this work better.
ZenTracker is using a lot of PHP libs because it's important to use them : as a developer you're saving a lot of time in code writting, testing and maintain in the future. A simple example : the pagination. I didn't wrote any code about that, because it's a lot of work from just render a few numbers ^^

That's why it's important to satisfy every extension that it needs. For example, CURL is used to test MegaUpload files, MemCache to store the ORM queries (database layer), etc.

The only facultative thing is APC/eAccelerator/XCache : it's not needed if you're only testing it. But recommanded in production ;-)

Thanks for following the source



For people who don't bear the hover/timeout browsing, this weekend, an update will be available : people can choose between clic or hover/timeout.
Keep watching, the integration will be beautiful !
  #54  
Old 28th October 2011, 10:37
patyex patyex is offline
Member
 
Join Date: Mar 2010
Hungary
Posts: 9
Default hello
hey how it could be solved without memcached?

memcahe not give me no hosting

thanx:
  #55  
Old 28th October 2011, 12:57
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Quote:
Originally Posted by patyex View Post
hey how it could be solved without memcached?

memcahe not give me no hosting

thanx:
ZenTracker is using Doctrine : it's the component which communicate between the platform and the database.

In the documentation, you can use 3 different cache drivers : memcache, apc or a little sqlite file (through DPO), stored on your ftp.

http://www.doctrine-project.org/proj...g%3Adrivers/en

For you, the best way to do that is using a SQLite file :
- Open /apps/frontend/config/frontendConfiguration.class.php
- Modify the $cacheDriver variable with that :
PHP Code:
$cacheDriver = new Doctrine_Cache_Db(array('connection' => Doctrine_Manager::connection(new PDO('sqlite:/home/your_username/path/cache/doctrine.sq3')))); 
- Do the same modification on the backend's part.
- Reload index.php and enjoy :)
  #56  
Old 13th November 2011, 02:39
GhostKilla GhostKilla is offline
Member
 
Join Date: Mar 2009
P2P
Posts: 1
Default
Super job Optix, bonne continuation sur ton lancement =)
The Following User Says Thank You to GhostKilla For This Useful Post:
BamBam0077 (1st June 2022)
  #57  
Old 13th November 2011, 14:07
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Quote:
Originally Posted by GhostKilla View Post
Super job Optix, bonne continuation sur ton lancement =)
Merci beaucoup :)


Guys, new update !

Revision 38

- Windows 7 Jump List support (see screenshot below)
- Critical bug fixed : announce.php and scrape.php has been deleted. Apache consider these files prior considering htaccess
- Bug fixed in the bbcode editor : when changing color or size, system will reselect the default choice after adding tags
- Bug fixed in htaccess : sometimes, info_hash has a dot in GET request and bypass the symfony router (giving a 404 not found)
- Cache disabled by default in share module
- User (non-system generated) shouts are smaller (10-15px) in order to display more shouts with same screen resolution
- 3 last replies of the forum reported on the homepage

Click the image to open in full size.

First post updated with the rev38 zip file :)
The Following User Says Thank You to Optix For This Useful Post:
BamBam0077 (1st June 2022)
  #58  
Old 1st December 2011, 15:23
macc macc is offline
Member
 
Join Date: Nov 2011
P2P
Posts: 3
Default
it promises a great future for this new vision of tk
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 19:25. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.