29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-09-06 02:14:40 +00:00
Commit Graph

106 Commits

Author SHA1 Message Date
Brian Teeman
1e094ba1ec Grunt2 (#15506)
* [4.0] Update grunt readme part 2

remove outdated package.json from repo. it doesnt need to be there at all
update readme to remove list of extensions and refer to the yaml file instead

* add blank index.html

* add dev/assets/packages.json to gitignore

* fix typos
2017-04-24 15:05:35 +02:00
Lodder
05c64ca4f2 [4.0] Fix path for scss-lint-report.xml (#15406) 2017-04-19 11:47:50 +02:00
Dimitri Grammatikogianni
e69f9d4915 [4.0][IAM] Why ignore those folders 2017-03-18 13:37:46 +02:00
Yves Hoppe
43df465bb9
Merge remote-tracking branch 'upstream/staging' into mergestaging 2017-03-18 10:41:26 +01:00
zero-24
458ceb0a8f add vscode to global gitignore (#14505) 2017-03-12 11:31:43 +00:00
Michael Babker
8c615c41d5 Add the layout overrides for patch tester to ignore 2017-02-12 10:58:14 -06:00
Michael Babker
5cabd2a2bc [4.0] Extend Framework's HTTP package (#13936)
* Pull in the Framework's HTTP package

* Make JHttp classes extend the Framework package
2017-02-05 17:40:18 +00:00
Lodder
0b6d020531 [4.0] Ignore files when merging staging into 4.0-dev branch (#13834)
* Update gitignore

* Fix path

* Fix removed frontend template
2017-01-31 19:38:34 +00:00
C-Lodder
aa9ab39c16 Fix merge conflicts 2017-01-23 16:30:08 +00:00
C-Lodder
c09475d0ca
Fix merge conflicts 2017-01-12 14:52:30 +00:00
Michael Babker
b8e8edae23 Updated dependencies 2017-01-07 11:15:23 -06:00
Michael Babker
6dbdc1b9e7 Merge branch 'staging' of github.com:joomla/joomla-cms into 4.0-dev 2017-01-02 11:50:40 -06:00
Michael Babker
ea3526f1df Update Composer libraries to current versions (#13321) 2016-12-26 17:35:03 +00:00
Lodder
e9928eef63 Add SCSS lint (#110)
* Add SCSS lint

* Fix linter not executing for all files

* SCSS fully linted and compile again

* Final tweaks
2016-11-02 17:38:09 +02:00
Dimitris Grammatikogiannis
869c2e8c7c
gitignore 2016-11-02 14:29:42 +02:00
Dimitris Grammatikogiannis
02d32bd86d
grunt 2016-11-02 13:10:05 +02:00
Lodder
06a66063d3 Update .gitignore 2016-10-06 17:52:15 +01:00
Michael Babker
33e48f0729 Remove Hathor (#12269) 2016-10-03 09:37:00 +01:00
Dimitris
ce89505239
code mirror, combobox 2016-09-23 01:57:25 +03:00
Dimitris
4812040c8b
3rd Party assets for joomla in a way that makes sense 2016-09-22 18:23:45 +03:00
Michael Babker
6f80a7aa10 Pull joomla/crypt 2.0, bump random_compat to 2.0 2016-09-22 10:03:11 -05:00
Michael Babker
4bfde39ba7 Upgrade to PHPMailer 6.0 2016-09-21 13:47:29 -05:00
Nicholas K. Dionysopoulos
e9c1efcc5b
Events PR making tags and versioning plugins 2016-09-16 21:28:05 +01:00
C-Lodder
63bc52db47
Remove Beez3 and Hathor 2016-09-16 10:06:03 +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
Ruchiranga Wickramasinghe
6021a45f19 Google Summer of Code 2016 JavaScript Testing project (#11420)
* Initial test environment setup with Jasmine, Karma and RequireJS

* Seperated test setup code from test logic

* Configured .travis.yml to run Karma

* Fixed typo in .travis.yml

* changes to .travis.yml

* Added karma requirejs module

* Removed unnecessary code in travis.yml

* Fixed missing code is travis.yml

* Removed 2 unused image files

* Improved code standards

* Modified travis.yml

* Issue 1 Cleaned the mess with changes bunch of to unrelated files

* Issue 1 Added newline at end of file

* Issue 4 Improved JCaption JavaScript tests

* New coeverage reporter plugin test with Travis

* Issue 1 Added karma-coerage reporter and configured it to display coverage on console

* Issue 1 Added and configured karma-verbose-reporter plugin

* Issue 1 Fixing verbose reporter config for travis

* Issue 1 removed redundant javascript dir and added requirejs/text plugin to load fixtures

* Issue 4 Improved code with suggestions made in the code review

* Issue 1 Added version for requirejs text plugin

* Issue 1 converted space indentations to tabs

* Issue 1 Fixed indentation in package.json

* Issue 1 Fixed version issue in require text

* Issue 1 Fixed version issue in require text

* Issue 1 Fixed version issue in require text

* Issue 4 Improved code standards and jquer selector efficiency

* Issue 1 Tersting version issue with text plugin on travis

* Issue 1 Tersting version issue with text plugin on travis

* Issue 1 Tersting version issue with text plugin on travis

* Issue 1 Removed spec folder

* Corejs tests (#15)

Tests for core.js

* Tests for permissions.js (#13)

* Test suite for permissions.js
* Added karma-jasmine-ajax plugin

* Added a container div for fixtures representing library name (#11)

* Added a container div for fixtures representing the library name

* CS - Removed an extra new line

* Permissions.js tests

Test for permissions

* Repeatable.js test suite

* Improvements to JCaption tests

* README.md update

* Modified readme file
* Made running tests easier by adding configuration for tests to run on npm test

* Core js Improvements

* Issue 9 Added jasmine spies and improved code
* Issue 9 Fixed an indentation issue

* Demo video on Youtube 

* Inserted the video demonstration link to the readme

* Issue 5 Added spies and made code improvements (#31)

* Issue 12 Improved code (#34)

* Repeatable.js Improvements (#35)

* Run Travis JavaScript tests on separated Matrix Build (#39)

* Only run Travis tests on PHP 7

* Fix base path issue

* Added own matrix tests for JavaScript

* Added own matrix tests for JavaScript

* Added own matrix tests for JavaScript

* Added own matrix tests for JavaScript

* Added own matrix tests for JavaScript

* Added own matrix tests for JavaScript

* Added own matrix tests for JavaScript

* Added own matrix tests for JavaScript

* Reverted README.md

* Synced README.md to the new version

* Synced README.md with new version

* Fixed indentations

* Synced README.md with 3.6 version

* Fixed indentations

* Fixed indentations
* Added newline at the end of travis-tests.sh

* Added missing sudo:false in .travis.yml
2016-08-12 17:43:59 +02:00
Brian Teeman
33b50db124 update gitignore (#11513)
* update gitignore

* oops missed one
2016-08-08 16:55:07 +01:00
Wojciech Smoliński
7b17a8d5fc add .editorconfig to .gitignore (#10859) 2016-07-15 14:56:31 +01:00
George Wilson
c6818bf193 Remove extra polyfill files (#10948) 2016-06-27 22:33:52 +01:00
Michael Babker
6d76c8bd13 Create a cache directory for the install app (#10699) 2016-06-01 12:51:18 +02:00
Michael Babker
c2de752eab Move default logs directory (#10301) 2016-05-11 22:20:18 +01:00
Michael Babker
b8c3d46a67 Correct .gitignore 2016-05-07 11:57:04 -05:00
George Wilson
799ad27fb7 Upate to simplepie 1.3.1 (#8735) 2016-05-07 14:36:15 +01:00
Michael Babker
74fb06f644 Updates Composer dependencies to latest versions 2016-04-01 13:13:41 -04:00
George Wilson
201fefd1f7 Update Random Compat Library 2016-03-06 20:30:24 +00:00
wilsonge
4861b21b70 Update PHPMailer to 5.2.14 2015-12-23 19:33:25 +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
javier gomez
a6503e1d40 Ignore Tester codeception files 2015-04-10 17:12:05 +02:00
javier gomez
7d47fc357b update gitignore 2015-04-10 13:25:49 +02:00
javier gomez
f4b54766c3 Imp .gitignore 2015-03-16 20:02:44 +01:00
javier gomez
cc3eaf73af Update .Gitignore 2015-03-16 19:50:35 +01:00
Michael Babker
0c7277ab26 Update com_patchtester gitignore based on joomla-extensions/patchtester@74ed342217 and add Install from Web client plugin 2015-02-22 18:36:27 -05:00
Michael Babker
b2a4a9298a Merge remote-tracking branch 'joomla/3.4-dev' into ComposerIntegration 2014-10-08 08:29:48 -04:00
zero-24
80174f518a [imp] Improve ignore files. Fixes #1472. Fixes #4477
New PR for https://github.com/joomla/joomla-cms/pull/1472 that improve the `.gitignore` file but is out of sync and against master

And tested by @Hackwar see https://github.com/joomla/joomla-cms/pull/1472#issuecomment-34482392
2014-10-08 09:42:51 +02:00
Michael Babker
b6031f93ca More removals 2014-09-23 12:11:42 -04:00
Michael Babker
b0fc7ac597 Restore PHPMailer extras 2014-09-23 11:53:51 -04:00
Michael Babker
457bdd7c51 Add non-production files to .gitignore, remove them from repo 2014-09-23 11:43:14 -04:00
javier gomez
45fa9e8a39 [fix] Ignore System tests config file
This file is the config file for testing it should be ignored by the repo because is different in every machine
2014-02-14 17:53:19 +01:00
Michael Babker
8f66e1d322 Add com_patchtester to .gitignore 2013-12-09 08:15:27 -06:00
Michael Babker
837a416cbb Add Ant target to run phpDocumentor 2013-09-02 19:00:10 -05:00
Michael Babker
b2f35ef1e5 Correcting structure in doInstall check, ignore system test logs 2013-08-20 18:04:15 -05:00
Michael Babker
06157ecf12 Improve ignore files 2012-12-27 12:42:21 -05:00
eddieajau
f60c9b7a50 Initial porting of ArtofUser notes features to Joomla CMS. 2011-12-05 20:57:37 +10:00
Github Bot
adff1f3407 Adding .gitignore files
git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@22191 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
2011-10-01 12:55:12 +00:00