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

728 Commits

Author SHA1 Message Date
Michael Babker
18162dc6cf Merge branch 'master' of github.com:joomla-extensions/patchtester 2016-03-27 14:57:22 -04:00
Michael Babker
87a46904aa Merge pull request #123 from andrepereiradasilva/update-server
Adds Update server
2016-03-27 14:57:09 -04:00
Michael Babker
ffd04b37f9 Version bump 2016-03-27 14:56:00 -04:00
Michael Babker
69214529f7 Tag 2.0.0.rc 2016-03-27 14:55:33 -04:00
Michael Babker
e5d1e6fdd8 Raise warning when a patch includes binary files 2016-03-27 14:45:38 -04:00
Michael Babker
5b3e5bcd96 Process labels during fetch and store RTC state if the label is assigned (Fix #88) 2016-03-27 14:39:34 -04:00
Michael Babker
4811968a5c Merge branch 'master' of github.com:joomla-extensions/patchtester 2016-03-27 14:14:00 -04:00
Michael Babker
0f47672813 Only store/display commit SHA for applied patches 2016-03-27 14:13:44 -04:00
Michael Babker
d7057adff6 Allow empty SHA and don't insert it on fetch routine 2016-03-27 13:46:26 -04:00
Michael Babker
8822140170 Merge pull request #133 from zero-24/patch-1
Added non production files to the exclude array
2016-03-27 11:52:45 -04:00
zero-24
832f0df38c Fixes https://github.com/joomla-extensions/patchtester/issues/132 2016-03-27 11:59:48 +02:00
Michael Babker
5e60b09f80 Use issues API to fetch instead of pulls 2016-03-26 18:42:18 -04:00
Michael Babker
2af80cf8d4 Add routine to reset the component's state (Fix #124) 2016-03-26 18:08:01 -04:00
Michael Babker
bef895038f Merge pull request #131 from zero-24/patch-1
Use tabs in the patchtester.xml
2016-03-26 14:28:25 -04:00
zero-24
6a4529561c Fix tabs 2016-03-26 18:58:17 +01:00
andrepereiradasilva
0543cbd188 prepare to 2.0.0 2016-03-20 19:39:03 +00:00
Michael Babker
c3cbd24276 Version bump 2016-03-18 17:48:41 -04:00
Michael Babker
39a8c3aa45 Tag 2.0.0.beta5 2016-03-18 17:39:28 -04:00
Michael Babker
f6973e3321 Remove unused comments column (Fix #129) 2016-03-18 17:37:20 -04:00
Michael Babker
0fe1c63146 Correctly link to the issue tracker if able (Fix #130) 2016-03-18 17:34:31 -04:00
Michael Babker
60b48e2236 Restructure JavaScript 2016-03-16 01:18:16 -04:00
Michael Babker
e436fb7a22 Change minimum version so that betas/RCs can be used 2016-03-16 00:14:45 -04:00
Michael Babker
b72440d460 Fix query 2016-03-16 00:14:19 -04:00
Michael Babker
158ffc4efe Update Octicons to 3.5.0, add license section to README, add LICENSE file 2016-03-11 11:48:34 -05:00
Michael Babker
9ced47ad53 Misc tweaks and review 2016-03-11 11:36:53 -05:00
Michael Babker
7b9f5fd444 Merge pull request #127 from andrepereiradasilva/patch-1
Use InnoDB and utf8mb4_unicode_ci in the patchtester too
2016-03-02 08:48:11 -05:00
andrepereiradasilva
f0b3ed845b added 3.5.0 as new minimum Joomla install for the patchtester 2016-03-02 13:40:10 +00:00
andrepereiradasilva
7d03379c39 remove drop tables 2016-03-02 13:38:02 +00:00
Michael Babker
1dec9a75e3 Fix constructor arguments (Fix #126) 2016-03-02 08:20:03 -05:00
andrepereiradasilva
e6ca931673 use InnoDB and utf8mb4_unicode_ci in the patchtester too
To not cause issues putted a select to drop the tables first.
Not an expert on db, so please check if anything more is needed.
2016-03-02 12:36:59 +00:00
andrepereiradasilva
4e22939546 add update server 2016-02-26 02:57:30 +00:00
andrepereiradasilva
e611802de0 Merge remote-tracking branch 'refs/remotes/joomla-extensions/master' 2016-02-26 02:40:08 +00:00
Michael Babker
c46b1be935 Double slash in view lookup paths 2016-02-20 11:56:58 -05:00
Michael Babker
f7bd9029d3 Note if pulled patch is different than expected state (Fix #121) 2016-02-20 11:54:55 -05:00
Michael Babker
d59e0227f5 Copyright bump 2016-02-20 11:35:10 -05:00
Michael Babker
2b185cb253 Create an abstract controller, reshuffle controller logic between abstract and display 2016-02-20 11:34:23 -05:00
Michael Babker
9cec024a78 Add issue/PR template support 2016-02-20 10:51:30 -05:00
Michael Babker
2ec503f642 Merge pull request #120 from andrepereiradasilva/patch-1
Resolve issue when searching by pull id "id:xxxxx"
2016-02-12 10:36:31 -05:00
andrepereiradasilva
8df2b18715 search id without "id:" 2016-02-12 13:57:30 +00:00
andrepereiradasilva
0557bf1bf8 Resolve issue when searching by id "id:xxxxx" 2016-02-12 10:20:30 +00:00
Michael Babker
f8b5c96483 Merge branch 'master' of github.com:joomla-extensions/patchtester 2016-01-11 15:08:05 -05:00
Michael Babker
cf71cdccdd JFolder::copy() throws exceptions 2016-01-11 15:07:56 -05:00
Michael Babker
3cdf5624d0 Don't quote the ID in the search 2015-12-17 12:08:16 -05:00
Michael Babker
c2681fd4d4 Merge pull request #119 from photodude/patch-1
Move the is_numeric($search) to it's own condition
2015-12-17 12:07:22 -05:00
photodude
8052c08aaa Correct for search with partial 2015-12-17 09:52:59 -07:00
photodude
9b83c614a4 Fix concat spacing 2015-12-17 09:49:36 -07:00
photodude
9412ba14e4 Move the is_numeric($search) to it's own condition 2015-12-17 09:39:55 -07:00
Michael Babker
30f950bab1 Change text to reflect it's pointing to docs site 2015-12-16 21:55:25 -05:00
Michael Babker
943419a9b1 Merge pull request #116 from MATsxm/patch-10
Update README.md
2015-12-16 21:54:18 -05:00
Michael Babker
3783aed923 Quote the prefix since it's a literal string 2015-12-16 21:53:36 -05:00