29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-01 01:23:43 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Michael Babker
ea3526f1df Update Composer libraries to current versions (#13321) 2016-12-26 17:35:03 +00:00
andrepereiradasilva
51f054f80c forum link to https (#12467) 2016-10-25 19:35:59 +02:00
Michael Babker
cd7cde351e
Proxy JData to the Framework. Fixes #11588 2016-09-04 01:07:41 +01:00
Michael Babker
979e5ef659 Add support for PHP-CS-Fixer (#10992)
* Add dev dependency for php-cs-fixer

* Add php-cs-fixer config for libraries/cms folder

* Add all libraries files to php-cs-fixer config, ignore config file in build script
2016-08-13 19:21:18 +01:00
George Wilson
68eef298dd Update composer libraries (#11334)
* Update composer libraries

* Fix sample testing data json
2016-08-13 19:37:44 +02:00
Wojciech Smoliński
69c55e4b91 tab to spaces (#10952) 2016-06-28 19:45:36 +01:00
George Wilson
6950a654c6 Fix polyfill library (#10947) 2016-06-27 22:27:06 +01:00
George Wilson
799ad27fb7 Upate to simplepie 1.3.1 (#8735) 2016-05-07 14:36:15 +01:00
George Wilson
69d9f8d30c Add support node to composer.json (#9942) 2016-04-22 10:26:41 +01:00
dgt41
7350f59847 composer update 2016-01-17 03:24:06 +02:00
RolandD
40fec9734f Merge pull request #8736 from wilsonge/phpmailer
Update PHPMailer to 5.2.14
2016-01-07 20:38:00 +01:00
wilsonge
4861b21b70 Update PHPMailer to 5.2.14 2015-12-23 19:33:25 +00:00
George Wilson
ff084f7852 Add PHP information in the config 2015-12-21 18:59:56 +00:00
Michael Babker
611ab247e1 Pull in Symfony's PHP 5.6 polyfill to consistently use hash_equals 2015-11-12 11:52:20 -05:00
Michael Babker
b3af4201d8 Use random_bytes() backfill in JCrypt::genRandomBytes (Fix #8325) 2015-11-10 20:29:57 -05:00
Michael Babker
086541ad11 Composer updates for 3.5 branch 2015-10-10 03:53:47 -04:00
Michael Babker
d157c6abae Merge remote-tracking branch 'joomla/staging' into 3.5-dev 2015-07-03 13:11:57 -04:00
Michael Babker
c47d0150c6 Change Travis build and Composer lock to track extra dev dependencies 2015-07-03 12:16:00 -04:00
Michael Babker
f3fafab417 Implement a deprecation message handler for the unit test library
Based on Symfony's PhpUnit bridge, this handler will catch E_USER_DEPRECATED and E_DEPRECATED messages triggered while running the unit test suite and display them at the end of the test output.  This removes the need to silence deprecation messages in the unit test bootstrap and gives contributors an idea of deprecated code uses either in the core PHP platform or libraries.

Implementing this exposed a call to a non-static method in a static manner which only affects the unit test suite, this is also corrected.
2015-06-13 22:15:10 -04:00
wilsonge
834ad2c6d3 Update to String package 1.3. Fixes #6600.
PHP7 fixes
2015-05-14 19:26:12 +01:00
George Wilson
1fbc73d62b Add missing dependency to composer 2015-03-24 21:54:08 +00:00
Michael Babker
b324b9de0b Add phpunit/dbunit to dev dependencies 2015-03-14 21:55:37 -04:00
wilsonge
526d4a7573 Update Composer 2014-12-10 12:40:35 +00:00
George Wilson
51a7e76028 Code style 2014-11-05 18:29:40 +00:00
Michael Babker
21d8f90c7f Use Joomla\String package in favor of most JString code 2014-09-17 08:59:16 -04:00
wilsonge
02f956e9e5 Updates as discussed 2014-09-05 22:24:36 +01:00
wilsonge
50e1781fdb Merge branch 'ComposerIntegration' of https://github.com/joomla-projects/joomla-cms into ComposerIntegration 2014-09-05 22:17:50 +01:00
wilsonge
3434c13cf3 Extend JUri from Uri 2014-09-05 17:35:38 +01:00
Michael Babker
56ff84e5fe Restore the Platform's Input package, the pass-by-reference change is a show-stopper
This reverts parts of or completely the following commits:
57ea1c71f0
a1c8146d8b
8a62f95843
5b96ee1994
2014-09-04 09:32:45 -04:00
wilsonge
a9dbb7a897 Load custom phpunit version 2014-09-04 13:15:57 +01:00
Michael Babker
88cfda41ea Update to Registry 1.2 2014-09-03 12:19:14 -04:00
Michael Babker
dd7bac11e4 Use leafo/lessphp via Composer 2014-09-01 15:17:57 -04:00
Michael Babker
5b5c59e53e Update dependencies 2014-09-01 15:14:25 -04:00
Michael Babker
57ea1c71f0 Replace Platform Input package with Framework 2014-05-19 15:31:50 -05:00
Michael Babker
7c6f210d05 Replace Framework Application package with Composer install 2014-05-19 15:21:34 -05:00
wilsonge
675530e187 Move to libraries/vendor 2014-05-08 19:15:47 +01:00
wilsonge
3b6662b55d Move composer location to /libraries 2014-05-08 17:04:51 +01:00
Michael Babker
875bb78d51 Composer install the password-compat library 2014-05-05 15:41:15 -05:00
Michael Babker
3bd75d74a8 Replace Framework DI package with Composer install 2014-05-05 15:25:12 -05:00
Michael Babker
7616af3aba Replace Framework Registry package with Composer install, bringing in its dependencies 2014-05-05 15:05:30 -05:00
Michael Babker
b8b00677c9 Install PHPMailer via Composer, unregister from CMS extensions 2014-05-05 14:45:17 -05:00
Michael Babker
ce591f5bcd Initialize Composer into the repository 2014-05-05 14:32:24 -05:00