This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/FrameworkBundle
Fabien Potencier 18d3dfe0bf merged branch snc/chmod-fixes (PR #2130)
Commits
-------

a0a97c6 Removed executable bits from all php files

Discussion
----------

Removed executable bits from all PHP files

Some files had a file mode of 755 and this PR changes them to 644. The reason behind this is that git always thinks that those files are changed when accessing the repository via a samba share on windows (tested with PhpStorm).

---------------------------------------------------------------------------

by fabpot at 2011/09/09 05:51:30 -0700

That was on my radar too. Can you do the same for the 2.0 branch?
2011-09-09 14:51:44 +02:00
..
CacheWarmer simplified cache warmers 2011-06-07 11:42:27 +02:00
Command -- add command that extracts translation messages from templates 2011-09-09 10:23:54 +02:00
Console fixed CS 2011-06-08 12:12:55 +02:00
Controller Revert "expanded namespaces within phpdoc (special for PhpStorm)" 2011-08-13 19:27:36 +02:00
DataCollector Renamed core.* events to kernel.* and CoreEvents to KernelEvents 2011-06-21 16:35:14 +02:00
Debug [FrameworkBundle] Changed TraceableEventDispatcher to log calls to event listeners _before_ actually calling them 2011-07-23 10:49:25 +02:00
DependencyInjection -- add command that extracts translation messages from templates 2011-09-09 10:23:54 +02:00
EventListener [FrameworkBundle] fixed duplicated RequestContext instances 2011-08-24 15:10:47 +02:00
HttpCache [Phpdoc] Cleaning/fixing 2011-04-23 15:18:47 +00:00
Resources merged branch snc/chmod-fixes (PR #2130) 2011-09-09 14:51:44 +02:00
Routing simplified cache warmers 2011-06-07 11:42:27 +02:00
Templating Removed executable bits from all php files 2011-09-07 22:51:20 +02:00
Test converted file_exists calls to either is_file or is_dir where it makes sense 2011-08-29 15:28:26 +02:00
Tests -- add command that extracts translation messages from templates 2011-09-09 10:23:54 +02:00
Translation -- add command that extracts translation messages from templates 2011-09-09 10:23:54 +02:00
Validator updated my email address 2011-05-02 05:59:56 -07:00
Client.php added missing ' escaping 2011-07-22 13:37:23 +02:00
ContainerAwareEventDispatcher.php Fix Method ContainerAwareEventDispatcher::hasListeners 2011-08-31 10:39:33 +02:00
FrameworkBundle.php -- add command that extracts translation messages from templates 2011-09-09 10:23:54 +02:00
HttpKernel.php simplified assignment 2011-07-20 17:29:23 +02:00