Search found 494 matches
- Sun Feb 12, 2012 10:30 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Inclusion of jQuery
- Replies: 57
- Views: 70144
Re: [RFC|Merged] Inclusion of jQuery
We could have the discussion of jQuery vs not jQuery, but I don't think that is a productive use of our time. We use most of the things jQuery provides: element selection, dom manipulation, ajax. As far as I'm concerned, what you are suggesting is not a bad thing in terms of performance, but it make...
- Sun Feb 12, 2012 10:12 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Extensions
- Replies: 113
- Views: 178184
Re: [RFC|Merged] Extensions
Explain what you mean by keeping track of how many times an extension has been enabled. We have both migrations and the state column to keep track of state transitions.
- Wed Feb 08, 2012 6:09 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Require PHP 5.3
- Replies: 67
- Views: 98705
Re: [RFC] Require PHP 5.3
Thanks for the stats, I will make a PR. I don't think there are any arguments against it now.
- Wed Feb 08, 2012 4:07 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Extensions
- Replies: 113
- Views: 178184
Re: [RFC|Merged] Extensions
As long as the extension is not active, the state is used for activation. As soon as it is active, the state is used for deactivation.
- Wed Feb 08, 2012 2:10 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Require PHP 5.3
- Replies: 67
- Views: 98705
Re: [RFC] Require PHP 5.3
If we keep supporting old stuff it will live on forever. Just look at IE6.
- Wed Feb 08, 2012 1:02 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Require PHP 5.3
- Replies: 67
- Views: 98705
Re: [RFC] Require PHP 5.3
No. The symfony1 EventDispatcher Component is 5.2 compatible. The Symfony2 EventDispatcher is not. Using something from 2 years ago that has a newer, better, and more maintained version just doesn't make sense.Erik Frèrejean wrote:As far as I can see is that 5.2 compatible.
- Wed Feb 08, 2012 12:20 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Require PHP 5.3
- Replies: 67
- Views: 98705
Re: [RFC] Require PHP 5.3
Which libraries are you thinking of? Use Symfony2 EventDispatcher instead of copy-paste maintaining the code base ( see this PR ) We could use event dispatcher verbatim and I think a dependency injection container along with an asset management contraption would be handy as well. We have a nice sta...
- Wed Feb 08, 2012 10:47 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Require PHP 5.3
- Replies: 67
- Views: 98705
Re: [RFC] Require PHP 5.3
I haven't forgotten about your question. 
Latest stable versions:
Centos: PHP 5.3.3
Debian: PHP 5.3.3
Ubuntu: PHP 5.3.6
RedHat: PHP 5.3.3
Fedora: PHP 5.3.8
For more, see

Latest stable versions:
Centos: PHP 5.3.3
Debian: PHP 5.3.3
Ubuntu: PHP 5.3.6
RedHat: PHP 5.3.3
Fedora: PHP 5.3.8
For more, see
http://distrowatch.com/table.php?distribution=<distroname>
- Wed Feb 08, 2012 9:36 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Extensions
- Replies: 113
- Views: 178184
Re: [RFC|Merged] Extensions
What is ext_state used for in the ext table? As there is already an ext_active column and as far as I can see on here it can only be active or inactive (or it can be purged but thats an action)? The state contains extension-specific data that is persisted between requests during installation (more ...
- Tue Feb 07, 2012 11:27 am
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Require PHP 5.3
- Replies: 67
- Views: 98705
Re: [RFC] Require PHP 5.3
You kinda have a point, just starting on 4.x would be the proper way to do all of those things I mentioned. But throwing away 3.1 at this point would be kind of stupid. There's not that much missing and anything that could add traction to completing the last few things that do is a good idea imo.