dgt41
5ea1baccba
.
2015-05-07 00:44:44 +03:00
Michael Babker
f8901224d0
Merge pull request #84 from dgt41/Joomla_not_defined
...
core.js is needed
2015-05-06 08:49:17 -04:00
dgt41
f33f23bbe7
core.js is needed
2015-05-06 15:09:12 +03:00
dgt41
babbc3c613
render the modal in default view
2015-05-06 04:43:39 +03:00
dgt41
8d32494a93
Hathor is broken
2015-05-06 04:27:01 +03:00
Michael Babker
9e5c274e3c
Merge pull request #82 from dgt41/patch-1
...
Remove mootools
2015-05-05 19:59:01 -04:00
Dimitris Grammatiko
aab3a6e116
BS tooltip 2
2015-05-06 02:41:54 +03:00
Dimitris Grammatiko
db48e934fe
BS tooltip
2015-05-06 02:40:52 +03:00
Dimitris Grammatiko
d45997882f
Remove mootools
...
Mootools is not needed here, so lets drop it!
Also the inline script is better to go through API
2015-05-06 02:25:36 +03:00
Michael Babker
ad532895c7
Merge pull request #78 from sovainfo/patch-2
...
description nvarchar limit to 4000
2015-03-12 12:58:47 -04:00
sovainfo
c8b43fb377
description nvarchar limit to 4000
...
The limit of 5000 seems to be to much for SQL2012
2015-03-12 17:57:55 +01:00
Michael Babker
7135cff379
Merge pull request #77 from sovainfo/patch-1
...
Remove if not existst on _patchtester_pulls
2015-03-12 12:51:57 -04:00
sovainfo
564d778b93
Remove if not existst on _patchtester_pulls
...
MSSQL doesn't seem to like that!
2015-03-12 17:51:18 +01:00
Michael Babker
4e31c9a709
Merge branch 'master' of github.com:joomla-extensions/patchtester
2015-03-08 13:08:29 -04:00
Michael Babker
f23db76635
No more QQ quotes
2015-03-08 13:07:53 -04:00
Michael Babker
055398c122
Adjust parsePatch to account for binary files ( Fix #74 )
2015-03-08 13:06:48 -04:00
Michael Babker
ca761191fc
Merge pull request #75 from alikon/patch-1
...
PostgreSQL - error apply/revert a patch
2015-03-08 11:25:34 -04:00
Nicola Galgano
ae836de99c
PostgreSQL - error apply/revert a patch
...
as reported #47 you are unable to apply a patch on postgresql
the issue arise cause we are using LIKE on a bigint field ```pull_id```
```
WHERE ("a"."title" LIKE '%6263%') OR ("a"."pull_id" LIKE '%6263%')
```
we need to use ``` = ``` instead
2015-03-08 09:39:11 +01:00
Michael Babker
72b50e2a96
Merge pull request #73 from MAT978/patch-6
...
Update fr-FR.com_patchtester.ini
2015-02-28 13:18:26 -05:00
Marc-Antoine
d29ae6c964
Update fr-FR.com_patchtester.ini
...
fr-FR updated from the en-GB 150228
2015-02-28 13:55:32 -04:00
Hans Kuijpers
17741b3420
added documentation
2015-02-27 15:15:25 +01:00
Michael Babker
3b9c3fcbcd
Change check for CHANGELOG to index.php
2015-02-23 08:51:33 -05:00
Michael Babker
d8199d4b65
Apply patch returns false positive ( Fix #69 )
2015-02-23 08:50:13 -05:00
Michael Babker
11c412e1e9
JText missing global namespace reference ( Fix #67 )
2015-02-23 08:19:38 -05:00
Michael Babker
8cfae1e2e8
Add link to Wiki in README
2015-02-22 21:09:25 -05:00
Michael Babker
331d24afe7
Version bump
2015-02-22 20:56:27 -05:00
Michael Babker
68b2d67a4b
Tag 2.0.0.beta2
2015-02-22 20:50:35 -05:00
Michael Babker
d131a13f32
Broken Fetch Data down into chunks (Ref #27 )
2015-02-22 20:49:59 -05:00
Michael Babker
cbd5fcc1dc
Less else
2015-02-22 19:07:05 -05:00
Michael Babker
003b9c5791
Finish updating rate limit checks
2015-02-22 19:04:22 -05:00
Michael Babker
4a555d1b68
Missed language string
2015-02-22 18:46:22 -05:00
Michael Babker
6c20ee73fb
Ability to filter on applied patches
2015-02-22 18:44:35 -05:00
Michael Babker
74ed342217
Move assets to media folder
2015-02-22 18:33:36 -05:00
Michael Babker
ee8f6be6b2
Reapply part of #64
2015-02-22 17:59:15 -05:00
Michael Babker
24cb0105b7
Move the sort filter
2015-02-22 16:51:32 -05:00
Michael Babker
46d52ab975
Fix tooltip display
2015-02-22 16:46:51 -05:00
Michael Babker
e29d3c08bb
Fixes from last merge
2015-02-22 16:42:07 -05:00
Michael Babker
9831007ed1
Merge remote-tracking branch 'origin/pr/49'
2015-02-22 16:37:13 -05:00
Michael Babker
049c04d9c0
Merge remote-tracking branch 'origin/pr/60'
2015-02-22 16:32:08 -05:00
Michael Babker
b6611f50e6
Merge remote-tracking branch 'origin/pr/61'
2015-02-22 16:31:42 -05:00
Michael Babker
81e6b237e9
Update PHPCS submodule
2015-02-22 16:30:36 -05:00
Michael Babker
99fc1ae56e
Copyright 2015
2015-02-22 16:29:43 -05:00
Michael Babker
0abb99bd6e
Merge remote-tracking branch 'origin/pr/62'
2015-02-22 16:29:06 -05:00
George Wilson
e4f8f4798a
Fix check for remaining token uses ( Fix #64 )
2015-02-22 16:28:27 -05:00
Michael Babker
2beee89e50
Need to quote data values, tweak query building
2015-02-22 16:25:54 -05:00
George Wilson
fe839a077d
Improve performance by only making 1 query
2015-02-17 00:29:02 +00:00
George Wilson
9033f2a4df
Fix undefined variable
2015-02-16 21:35:49 +00:00
zero-24
bf06be0a40
Update de-DE.com_patchtester.ini
2015-01-27 18:04:34 +01:00
zero-24
7cc1494554
Update de-DE.com_patchtester.ini
2015-01-25 02:47:26 +01:00
zero-24
0cf0aca05e
Update Copyright to 2014
2015-01-25 02:31:55 +01:00