Commit Graph

235 Commits

Author SHA1 Message Date
Harald Leithner e7f5cc182b Phase 1 convert CMS to PSR-12 2022-06-27 20:18:44 +02:00
Dimitris Grammatikogiannis fdba1b1523
Improvements to fatal error page generation (#31743) 2021-02-25 16:32:37 +00:00
Phil Taylor ae1a795741
[4] correct single line comment style (#31946)
* correct single line comment style

* convert multiline comment to single line comments

Signed-off-by: Phil E. Taylor <phil@phil-taylor.com>
2021-01-12 11:00:14 +01:00
Niels Braczek 3a5984d033
[4.0] Converted copyright statement to standard format (#31504) 2020-11-28 01:33:45 +00:00
wilsonge d7451e6440
Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
Tobias Zulauf 462b587f24 bump php minimum to 7.2.5 (#27191) 2019-12-02 10:11:46 +01:00
Brian Teeman 63be43fe0c [4.0] Increase php minimum (#25252) 2019-06-17 15:25:08 +01:00
wilsonge 2f74f9ad7a
Tag Joomla 4 Alpha 7 2019-03-09 10:20:38 +00:00
dGrammatiko c6946c0f33 [4.0] Transpile es6 files (#20954)
* Transpile es6 files 

as part of the --compilejs command

* Update compile-es6.js

* Update compilejs.js

* Update compilejs.js

* Update compilejs.js

* fix all

- Es6 everywhere (CLI)
- Fix the incompatible html page for sub folders
- ES6 transpiling when using —compilejs

* again

* m

* mm

* mmm
2018-07-05 20:09:34 +01:00
wilsonge 6e1d6c8a69
Other directories to J4 alpha 3 2018-05-12 15:26:53 +01:00
Michael Babker 02a4233701 Use long array syntax to avoid parse errors on PHP 5.3 2017-12-16 11:34:59 -06:00
zero-24 729f43ae81 drone php minimum checks (#18804) 2017-11-23 00:33:13 +01:00
Dimitri Grammatikogianni 67fde2d57a unify the error page for all cases (#18777) 2017-11-22 14:09:02 +01:00
Michael Babker 4e88408761 Bump to PHP 7 minimum (#17548) 2017-08-18 18:12:34 +01:00
zero-24 33bddf5e6b some changes based on michaels feedback 2017-02-24 18:53:03 +01:00
zero-24 cf28c7446e drone change 2017-02-24 18:41:16 +01:00
zero-24 2e4e258b88 some small changes 2017-02-24 18:36:30 +01:00
zero-24 098b922cd4 Move executable code out of index.php files thanks @mbabker 2017-02-24 18:32:40 +01:00
wilsonge 3e3d57f4f1
Merge branch 'staging' into 4.0-dev 2017-01-15 13:52:59 +00:00
wilsonge f4e07d8954
It's 2017. Happy New Year 2017-01-12 12:16:47 +00:00
Michael Babker 38ae091bee Set PHP minimum to 5.5.9 2016-09-16 18:33:07 -05:00
Michael Babker a9dc8acc36 Deprecate the _PROFILER global var (#10845) 2016-08-14 18:53:21 +02:00
andrepereiradasilva 8f7604b993 Correct afterLoad time in Joomla Debug Console 2016-01-17 20:30:59 +00:00
Jean-Marie Simonet 22fdc98d5a Updating copyright date to 2016 2016-01-06 11:24:34 +01:00
Michael Babker ed525eff5f Define the minimum supported PHP version as a constant 2015-03-21 12:40:19 -04:00
Jean-Marie Simonet b9238fdab5 Updating copyright to 2015 2014-12-30 09:15:58 +01:00
Michael Babker 20a93c001c Raise minimum supported PHP version to 5.3.10 2014-01-29 01:53:13 -06:00
Jean-Marie Simonet 99737a0887 Updating copyright 2013-12-31 12:25:08 +01:00
Michael Babker d962a5a21a [#31727] Migrate application classes from legacy JApplication to JApplicationWeb (Fix #1716) 2013-09-20 05:24:57 -05:00
Jean-Marie Simonet c9442354ce ^ Updating copyright 2013-01-18 18:03:57 +01:00
Mark Dexter 9dba8d228a Revert [#29348] Restore DS definition. 2012-09-26 17:51:04 -07:00
Mark Dexter c387b0d8c4 [#29348] Restore DS definition. Thanks Elin. 2012-09-26 08:57:03 -07:00
Jean-Marie Simonet 1cc30b2ce0 [#29116] Parse error on initializing installation if server does not
meet PHP requirements . Thanks Jean-Marie.
2012-09-22 07:48:06 -07:00
Rouven Weßling 7c3aa939bd Add the following sniffs but only apply them to select folders:
Generic.Files.LineLength
PEAR.Functions.ValidDefaultValue
Squiz.Operators.IncrementDecrementUsage
Joomla.Classes.MethodScope
Joomla.Commenting.FunctionComment
Joomla.Commenting.SingleComment
Joomla.Commenting.ClassComment
Joomla.WhiteSpace.ConcatenationSpacing
Joomla.ControlStructures.ControlSignature
Joomla.ControlStructures.InlineControlStructure
Joomla.ControlStructures.MultiLineCondition
2012-09-09 17:47:55 +02:00
Rouven Weßling a5c90d39d5 Take advantage of PHP 5.3's new __DIR__ constant. 2012-08-02 12:16:11 +02:00
Rouven Weßling 2c7f720110 Use the faster const syntax where possible. 2012-07-26 16:06:26 +02:00
Rouven Weßling 9befc7015f Remove the DS constant. 2012-07-05 22:17:51 +02:00
Rouven Weßling 30068af94e Add a sniff for file comments. 2012-07-01 13:57:32 +02:00
Rouven Weßling 1eae5bd6fb ^ Deleting $Id$. Thanks Rouven. 2012-01-12 16:11:02 +01:00
Jean-Marie Simonet 83a0c2f862 ^ Updating Copyright 2012-01-12 06:45:22 +01:00
Mark Dexter e3fe011168 [#24589] Systematic elimination of DS as directory separator - Round 2
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@20806 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2011-02-21 19:44:59 +00:00
Ian MacLennan f53061c4fe # Updating Copyright Year
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@20196 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2011-01-09 02:40:25 +00:00
Mark Dexter 792d0d6399 [#23377] Version information disclosure in joomla.xml
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@19860 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2010-12-13 05:49:31 +00:00
Ian MacLennan d09c653ee0 # [!21949] Reverted systematic elimination of DS as directory separator
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@18650 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2010-08-26 13:28:49 +00:00
Ian MacLennan c326da1519 [#21949] Systematic elimination of DS as directory separator
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@18568 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2010-08-21 18:34:12 +00:00
Andrew Eddie 38c5d38a75 Fixed issue [#20907] Making Joomla more compliant to PHP strict standard
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@17859 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2010-06-23 17:55:52 +00:00
Louis Landry 98d2670e70 Fix copyright notices to extend to 2010
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@14276 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2010-01-18 14:20:28 +00:00
Ercan Ozkaya 3b12b1921f Added new method JApplication::__toString
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@13267 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2009-10-21 11:43:09 +00:00
Ercan Ozkaya 7e5a2ebd82 Removed global variables from entry points
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@13049 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2009-10-03 22:52:08 +00:00
Andrew Eddie 46f482f9cc Refactored instances of global $mainframe.
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@12490 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2009-07-06 11:57:32 +00:00