Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ CMS (All) ⇒ CVS Info ⇒ DragonflyCMS 10


DragonflyCMS 10
Global information regarding the state of our CVS and changes committed. Members are only allowed to reply to these topics.
Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Post new topic    Reply to topic    Printer Friendly Page     Forum Index ⇒  CVS Info

View previous topic :: View next topic  
Author Message
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Sun Feb 21, 2010 11:59 pm
Post subject: Re: DragonflyCMS 10

greenday2k wrote:
Whoa! Nice update, well seems that DF 10 is getting a new structure. The Ajax and the framework2.js features seem pretty interesting.

framework2.js is my old unmaintained MOO CMS version

I wrote a new one which is also added this evening: poodle.js
poodle.js converts Internet Explorer to be W3C compatible.


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
greenday2k
Forum Admin
Forum Admin

Offline Offline
Joined: Aug 11, 2005
Posts: 489
Location: CO
PostPosted: Mon Apr 19, 2010 12:35 am
Post subject: Re: DragonflyCMS 10

Why not place the calls to the javascripts files to the bottom of the page? i mean footer.php to improve loading times.

_________________
www.greenday2k.net


greenday2k's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website MSN Messenger Yahoo Messenger
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Mon Apr 19, 2010 3:36 pm
Post subject: Re: DragonflyCMS 10

greenday2k wrote:
Why not place the calls to the javascripts files to the bottom of the page?
Some people create terrible JavaScript code.
They try to access the DOM when it's not fully loaded yet.

To solve this problem something big has to change in the Df core.
There need to be two new functions like:
  • $JavaScript->addData()
  • $JavaScript->addFile()
These will temporary store all needed JavaScript inside the $JavaScript object.
Then when footer.php gets called something like $JavaScript->__toString() needs to be called to echo all script elements.


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
greenday2k
Forum Admin
Forum Admin

Offline Offline
Joined: Aug 11, 2005
Posts: 489
Location: CO
PostPosted: Mon Apr 19, 2010 10:39 pm
Post subject: Re: DragonflyCMS 10

I understand that an object will handle this better but maybe in a complex way. Why not something as simple as a $javascript global var (like $header for header.php ?).

Well, dragonfly by default is not bloated with javascripts and it makes the changes easier.

On footer.php will be first call Files, then data (when loaded or when ready -ondocument-)

_________________
www.greenday2k.net


greenday2k's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website MSN Messenger Yahoo Messenger
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Thu Sep 23, 2010 10:49 pm
Post subject: Re: DragonflyCMS 10

In future, HEAD will not support usual upgrades anymore including postnuke, cpgbb 1.x, coppermine 1.x, 8.x, 9.1 and 9.2.

Will instead support DragonflyCMS 9.3+ (next releases) only and latest versions of cpgbb (needs dev), coppermine (needs dev) and possibly many others CMS like wordpress, joomla! etc etc ...

Any comments or suggestions?

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
Aforo
I18N / L10N Lead Dev
I18N / L10N Lead Dev

Offline Offline
Joined: Dec 27, 2007
Posts: 146

PostPosted: Fri Sep 24, 2010 12:03 am
Post subject: Re: DragonflyCMS 10

I think that can be good if we simplified some options.

But I'dont understand what do you said with "many others CMS like wordpress, joomla! etc etc ..."

DragonflyCMS.org is going to support Joomla? or only the change from Joomla to DF10?

In other hand, I think that we must have an official download of DF 10 or at least a DF 9.5 package in the next time. We know (for our Spanish community) that many people has problem in the first intallation of DF 9.2 (specially with preconfiguration of security parameters, must be dissable flooding and unknowed user agent).

_________________
Aforo - Google Earth - WebNaranja - DFcms.es

Aforo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Centos 5/Apache 2.2.3/MySQL:5.0.45/PHP:5.2.10 /9.2
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Fri Sep 24, 2010 12:08 am
Post subject: Re: DragonflyCMS 10

Talking about converting from other CMS.

The current RC has those options disabled by default and moreover a reworked and non-blocking UA detection.

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
Aforo
I18N / L10N Lead Dev
I18N / L10N Lead Dev

Offline Offline
Joined: Dec 27, 2007
Posts: 146

PostPosted: Fri Sep 24, 2010 1:23 am
Post subject: Re: DragonflyCMS 10

Hi Nano,

The package tha you download fron here:
dragonflycms.org/Downl...ils/id=28/

Get the next result if you try to install with Google Chrome:

Quote::
Unknown user-agent
You are banned from this site due to a unknown user-agent.

I think that this is not a good result for people that is starting with DF.

Many people try to install and when they get a problem can not continue.

_________________
Aforo - Google Earth - WebNaranja - DFcms.es

Aforo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Centos 5/Apache 2.2.3/MySQL:5.0.45/PHP:5.2.10 /9.2
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Fri Sep 24, 2010 1:34 am
Post subject: Re: DragonflyCMS 10

dragonflycms.org/Downl...ls/id=540/

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
Aforo
I18N / L10N Lead Dev
I18N / L10N Lead Dev

Offline Offline
Joined: Dec 27, 2007
Posts: 146

PostPosted: Fri Sep 24, 2010 1:51 am
Post subject: Re: DragonflyCMS 10

When I downloaded the other package, I though that was the core package and that one was only a actualization, not core only modified files.

Perhaps I'm stupid, but I think that is not clear.

I think that can be more clear if you change the title of the package:

For example: "Dragonfly CMS 9.2.3.2 from CVS"

_________________
Aforo - Google Earth - WebNaranja - DFcms.es

Aforo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Centos 5/Apache 2.2.3/MySQL:5.0.45/PHP:5.2.10 /9.2
Back to top
View user's profile Visit poster's website
Aforo
I18N / L10N Lead Dev
I18N / L10N Lead Dev

Offline Offline
Joined: Dec 27, 2007
Posts: 146

PostPosted: Sat Sep 25, 2010 8:48 pm
Post subject: Re: DragonflyCMS 10

By de way, please, if it's possible introduce my Spanish Language file for Install in the next package.

dragonflycms.org/Forum...c/t=24424/

I think that can be interesting.

_________________
Aforo - Google Earth - WebNaranja - DFcms.es

Aforo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Centos 5/Apache 2.2.3/MySQL:5.0.45/PHP:5.2.10 /9.2
Back to top
View user's profile Visit poster's website
NanoCaiordo
Developer
Developer

Offline Offline
Joined: Jun 29, 2004
Posts: 3878
Location: Melbourne, AU
PostPosted: Tue Oct 05, 2010 1:28 am
Post subject: Re: DragonflyCMS 10

New feature: a detailed debugging option and fully working .. will commit changes later.

For PHP < 5.3 will not work as expected since eg: E_DEPRECATED doesn't exists, so in your case nothing will happen when selecting these options.

_________________
.:: I met php the 03 December 2003 :: Unforgettable day! ::.

Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10


NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
mixed
Back to top
View user's profile Visit poster's website Photo Gallery
InspectorClueNo
Heavy poster
Heavy poster

Offline Offline
Joined: Mar 26, 2008
Posts: 211

PostPosted: Thu Oct 27, 2011 2:49 am
Post subject: Re: DragonflyCMS 10

i see you made some changes, current debug page looks a lot better lol

but whats the plugin page? looks like more an update page too me and i guess its not completed yet

spamhaus dns thing? great!


InspectorClueNo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
none available
Back to top
View user's profile Visit poster's website
Phoenix
• Many Posts •
• Many Posts •

Offline Offline
Joined: Apr 19, 2004
Posts: 8799
Location: Netizen
PostPosted: Thu Oct 27, 2011 3:21 am
Post subject: Re: DragonflyCMS 10

hmm, starting to work like a bought one again Smile

_________________
DonationsPro for DragonflyCMS, SMF, MyBB, vBulletin

Phoenix's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Visit poster's website Photo Gallery
radiogetswild
500+ Posts Club
500+ Posts Club

Offline Offline
Joined: Apr 22, 2004
Posts: 685
Location: UK
PostPosted: Thu Oct 27, 2011 9:35 am
Post subject: Re: DragonflyCMS 10

Hi Phoenix

If you need any help with beta testing let me know as always welcome

hope you have had a good year been tough over here but hanging in there..

cheers from Tim and all from RGW


radiogetswild's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
MySQL Version 5.0.45 PHP Version 5.2.6 apache is 1.3.41 Dragonfly 9.2.1 Windows Vista
Back to top
View user's profile Send e-mail Visit poster's website Yahoo Messenger
Display posts from previous:   
Post new topic    Reply to topic    Printer Friendly Page    Forum Index ⇒  CVS Info
Page 4 of 7
All times are GMT
Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next



Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

read more...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy