31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-09-20 16:59:02 +00:00
Commit Graph

448 Commits

Author SHA1 Message Date
Roland Dalmulder
fa314fbcc0
Show filters if a filter is set 2020-03-21 10:11:31 +01:00
Roland Dalmulder
5f4d6e16a4
Merge pull request #251 from SharkyKZ/patch-1
[4.0] Error in PostgreSQL update SQL
2020-03-20 21:07:41 +01:00
Roland Dalmulder
e53009ba25
Set correct argument order #252 2020-03-20 21:05:22 +01:00
Roland Dalmulder
89c7d3f45f
Use language string for modal title #254 2020-03-20 21:03:37 +01:00
Roland Dalmulder
c78a9084b8
Merge pull request #246 from mangeshmane/master
Issue #243 fix:Tip overlapped search box
2020-03-20 20:58:10 +01:00
SharkyKZ
b3a99666ea
Error in PostgreSQL update SQL 2019-11-21 09:59:56 +02:00
Richard Fath
6bd3b6152a Fix PHP notice in ResetController 2019-11-09 12:56:52 +01:00
Hannes Papenberg
715b71793d
[4.0] Fix PHP warning "failed to open stream: No such file or di… (#241)
[4.0] Fix PHP warning "failed to open stream: No such file or directory"
2019-11-09 11:23:59 +01:00
“Mangesh
eb5f87b2f0 Issue #243 fix:Tip overlapped search box 2019-11-02 12:58:19 +05:30
Richard Fath
63d9019052
Update PullModel.php 2019-10-19 15:47:43 +02:00
Richard Fath
380831c017
Fix PHP warning "failed to open stream..." 2019-10-19 12:50:41 +02:00
Hannes Papenberg
989bb80f99 bumping version number 2019-10-17 22:39:13 +02:00
Hannes Papenberg
32eaf72bc4 Removing unnecessary template overrides
Raising minimum Joomla version to 4.0
2019-10-17 22:32:19 +02:00
Hannes Papenberg
7a6c898975 Bumping version to 4.0.0-beta1 2019-10-17 21:58:14 +02:00
Sebastian Enns
8286b48e11 Merge remote-tracking branch 'origin/4.0-dev' into 4.0-dev 2019-10-17 13:01:37 +02:00
Hannes Papenberg
56fc6fc016 Removing warning message for Joomla 4 2019-10-16 12:10:35 +02:00
Hannes Papenberg
af4cecf474
Merge branch '4.0-dev' into 4.0-dev 2019-10-13 10:42:07 +02:00
Hannes Papenberg
e9baadd522 Updating to use Drone and newest codestyle 2019-10-13 10:12:37 +02:00
Sebastian Enns
bdd05fec59 Merge remote-tracking branch 'origin/4.0-dev' into 4.0-dev 2019-10-01 14:07:40 +02:00
Sebastian Enns
4103c5f154 Regenerated composer.lock, reformatted config.xml and replaced let as well as arrow functions in patchtester.js file. 2019-10-01 14:07:26 +02:00
Sebastian Enns
6f4a9518b3
Apply suggestions from code review
Added some new lines at the end of templates, whites-spaces between casting and attribute, replaced back ticks with double quotes.

Co-Authored-By: SharkyKZ <sharkykz@gmail.com>
2019-10-01 13:23:01 +02:00
Sebastian Enns
502a4937ba Merge branch '4.0-dev' of https://github.com/eXsiLe95/patchtester into 4.0-dev 2019-09-30 12:13:57 +02:00
Sebastian Enns
5a19d0a2a3 Reverted some changes f.e. white-spaces between separators in ini files and already removed new lines, changed to single quotes instead of double quotes where necessary, reformatted config and template files and reverted changes in composer.json file. 2019-09-30 12:13:48 +02:00
Sebastian Enns
986b6cf36c
Apply suggestions from code review
Removed white spaces between separators and short-array syntax

Co-Authored-By: SharkyKZ <sharkykz@gmail.com>
2019-09-30 12:10:54 +02:00
Sebastian Enns
81f76e4251 Added an additional condition to ignore the "apply by ci path" automatically if j3 is used. Fixed a bug where patches could be applied by the old patcher even if there are no files to patch, because they got ignored during parsing. 2019-09-23 15:33:46 +02:00
Sebastian Enns
e7bf31b20e Re-configured CI url in Helper and in default values for CI settings. 2019-09-18 15:13:24 +02:00
Sebastian Enns
b5b0636502 Re-added J3 templates and replaced JScript via anchor with event binding. Removed temp folder and updated build.sh script. 2019-09-15 18:23:58 +02:00
Sebastian Enns
5daeb04450 Updated some lines to Joomla coding standards. 2019-09-14 19:51:08 +02:00
datsepp
f958707caf Modified default value for server.url in ciSettings. 2019-09-12 15:43:41 +02:00
datsepp
f9eb75c1b7 Added gate way to prevent reverting ci applied pulls with git option. Now they will be removed by ci automatically. 2019-09-12 15:25:46 +02:00
datsepp
4ffb145b61 Fixes to previous commit. 2019-09-12 12:58:17 +02:00
datsepp
26b5399df6 First attempt to move the patch_chain.json to database. 2019-09-12 12:08:51 +02:00
datsepp
3b1f1578da Reworked patchChain as json to store pull_id and db_id for checking later on on reverting or resetting. 2019-09-12 10:52:34 +02:00
datsepp
a321ad0d2f Changed parameter of revert from db_id to pull_id. Configured resetController to remove first all git patches and then revert all ci patches in order of patchChain. 2019-09-12 09:04:05 +02:00
Sebastian Enns
1006702eb8 Added patch chain to lock order of reverting - avoid demolishing own installation by accident.
Fix of some mistakes in Patch Chain.
2019-09-11 23:32:09 +02:00
datsepp
13bc747b71 Added configuration support for CI-Server. Now it is possible to switch between methods of applying patches. 2019-09-11 14:57:35 +02:00
datsepp
b5bd81143e Fixed deleting files from master. 2019-09-11 13:57:14 +02:00
datsepp
84cb1b369b Fixed revert/applying patch methods and added language constants. 2019-09-11 11:41:01 +02:00
datsepp
16c415872c Added Git-Request to retrieve sha in applyWithCiServer method. 2019-09-10 15:39:57 +02:00
datsepp
8f06c8db1c Refactored JSCode for button-click events. 2019-09-10 15:22:19 +02:00
datsepp
aaeccd3402 Added method for reverting applied patches, added methods to reduce duplicate code and edited build.sh 2019-09-10 13:53:40 +02:00
Sebastian Enns
82befbe554 Added a validation in revert method to check if a directory is empty and remove it after reverting patch. 2019-09-09 21:38:23 +02:00
Sebastian Enns
690a3c7cd0 Small fix to avoid calling apply method multiple times. 2019-09-09 18:38:25 +02:00
datsepp
723deb1c88 Added method for reverting applied patches, added methods to reduce duplicate code and edited build.sh 2019-09-09 17:32:50 +02:00
Sebastian Enns
5e3c94d5c2 First Attempt to add an "apply method via CI Server". 2019-09-08 18:02:14 +02:00
Michael Babker
444498a542 Sync languages 2019-09-04 19:06:04 -05:00
Michael Babker
fadbf7ac1e Namespace everything 2019-08-27 20:20:49 -05:00
Michael Babker
ecfeb835d4 Fix misc. typehints 2019-08-27 20:07:28 -05:00
Michael Babker
8a515def27 Break view class inheritance 2019-08-27 20:05:12 -05:00
Michael Babker
208dfdda42 Break model class inheritance 2019-08-27 19:57:15 -05:00
Michael Babker
5537bcfe1f Break controller class inheritance 2019-08-27 19:50:21 -05:00
Michael Babker
6ae47e8b4a Require 3.9 2019-08-27 19:46:12 -05:00
Michael Babker
d29861df2f Change Atum layouts for the newest incarnation of the template, adjust filtering logic a bit so it's closer to core search tools implementation 2019-08-27 19:44:51 -05:00
Michael Babker
3ad49d72ec Remove Hathor overrides 2019-08-27 18:18:54 -05:00
Richard Fath
e020605193 Correct 2.0.0 schema updates
Correct 2.0.0 schema updates so that they fit to 2.0.0 new installation and so the 3.0.0 schema updates won't fail.
2019-05-19 17:20:26 +02:00
Olivier Laverré
ed3c646443 Add PostgreSQL (PDO) driver.
To work with J4
2019-04-28 14:51:39 +02:00
Nicola Galgano
33c977afaf
allow login github credential with '#' 2018-09-09 11:28:26 +02:00
Michael Babker
fca74d8f59 Version bump 2018-09-01 09:35:55 -05:00
Michael Babker
6dd9a1cfc8
Add new languages forgotten in previous commit, prep release 2018-09-01 09:32:34 -05:00
Michael Babker
bf5fb099bb Sync translations 2018-09-01 09:24:53 -05:00
Michael Babker
17b2521ef1 Remove empty table footers, move J4 pagination out of table 2018-07-29 09:08:23 -05:00
Michael Babker
4d5475bc18 Bump to 3.8 minimum, use namespaced classes 2017-08-17 18:22:01 -05:00
Michael Babker
e9c99d9a1c Put initial 2.0 SQL schema in update files (Ref #186) 2017-06-18 12:28:15 -05:00
Michael Babker
6d28777d1f Add a progress bar to the fetch modal 2017-06-18 12:21:43 -05:00
Michael Babker
19e61d22a6 Version bump 2017-05-31 03:08:20 -05:00
Michael Babker
a6b349aad6
Tag 3.0 beta 3 2017-05-31 03:06:00 -05:00
Michael Babker
754242e09b Sync translations 2017-05-31 03:03:19 -05:00
Michael Babker
66caae6668 Fix regex to support up to 3 digits for a page value (Fix #192) 2017-05-04 19:48:24 -05:00
Michael Babker
1a5b47a108 Account for differences in 3.x and 4.x HTTP client 2017-04-22 12:09:19 -05:00
Michael Babker
e8fce0c7a6 Change catch for fetching the rate limit (Fix #189) 2017-04-22 12:00:02 -05:00
Michael Babker
b4df300946 Ability to filter on branches (Ref #191) 2017-04-22 11:55:17 -05:00
Michael Babker
c2f233d572 Add a PR's branch (based on the PR- label) (Ref #191) 2017-04-22 11:28:53 -05:00
Michael Babker
d5e016fe2d First cut at layouts for 4.0 admin template 2017-02-04 12:16:25 -06:00
Michael Babker
42fe965675 Version bump 2017-02-04 10:18:48 -06:00
Michael Babker
cdec2b54a4
Tag 3.0 beta 2 2017-02-04 10:17:36 -06:00
Michael Babker
0f1e2ea9b0 Pull from Crowdin 2017-02-04 10:16:06 -06:00
Michael Babker
f148810aaf Copyright bump 2017-01-21 13:54:53 -06:00
Michael Babker
cb5ce7e6ac Make the errors layout a base layout 2017-01-21 13:52:15 -06:00
Michael Babker
a0aec1450b Use a Composer autoloader (Fix #183) 2017-01-21 13:37:31 -06:00
Michael Babker
58a4d5af97 Use the 3.7 media loader signatures 2016-11-20 15:51:21 -06:00
andrepereiradasilva
090f9f14cc change media version 2016-11-12 11:58:13 +00:00
Nicola Galgano
362de4cc8d Postgresql - bigint field "pull_id" doesn't like LIKE operator - #175
bigint field "pull_id" doesn't like LIKE operator
2016-11-06 08:49:39 +01:00
Michael Babker
fe93f691b5 Now requires 3.7 2016-10-30 19:31:25 -05:00
Michael Babker
2b8e70c380 Change typehint 2016-10-30 19:31:09 -05:00
Michael Babker
bf080b47b5 Version bump 2016-10-08 11:18:14 -05:00
Michael Babker
aa4c23b558
Tag 3.0 beta 2016-10-08 11:17:32 -05:00
Michael Babker
bdca1903a5 Add a warning for the 4.0 branch 2016-10-08 11:14:16 -05:00
Michael Babker
59c88977b0 Only check once if in production 2016-10-08 10:52:01 -05:00
Michael Babker
26f8aa915b Add a couple other production exclusions 2016-10-08 10:44:47 -05:00
Michael Babker
f9175ff5b8 Initial cut at renamed file support (Ref #172) 2016-09-22 08:35:55 -05:00
Michael Babker
d9cd1a16d0 Use new script for syncing Crowdin 2016-08-27 12:02:28 -05:00
Michael Babker
a0a250cd06 Sync with Crowdin 2016-08-23 18:25:59 -05:00
Michael Babker
0a6fb3796d Version bump 2016-07-31 11:19:11 -05:00
Michael Babker
b2829e90a2 Tag 3.0.0 alpha 2
Signed-off-by: Michael Babker <mbabker@flbab.com>
2016-07-31 11:16:52 -05:00
Michael Babker
2d03b2ecde Merge pull request #170 from zero-24/supportnoncmslikestructurs2
Support non CMS like Repo Struktures
2016-07-31 11:14:01 -05:00
Michael Babker
e39e5c5dac Only need to list the directory here 2016-07-31 10:49:07 -05:00
zero-24
498ffb86e3 prodFileName 2016-07-31 10:45:42 +02:00
zero-24
a4a0334cd1 use the new cool script.php ;) 2016-07-30 22:23:14 +02:00
zero-24
a7cc928767 fix issues 2016-07-30 22:13:19 +02:00
zero-24
e93bb384e8 fix issues 2016-07-30 22:12:36 +02:00