Michael Babker
2b185cb253
Create an abstract controller, reshuffle controller logic between abstract and display
2016-02-20 11:34:23 -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
3cdf5624d0
Don't quote the ID in the search
2015-12-17 12:08:16 -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
photodude
bc16e63018
Add a check to allow searching w/o prefix id
2015-12-16 19:34:28 -07:00
Michael Babker
43d92ba64c
A once over on things
2015-12-05 12:43:54 -05:00
Michael Babker
95f62b498d
Truncate long titles ( Fix #98 )
2015-12-05 12:09:42 -05:00
Michael Babker
d1111be051
Merge branch 'master' of github.com:joomla-extensions/patchtester
2015-12-05 12:03:27 -05:00
Michael Babker
76de1805ff
Fix backend filter using 'id:##' syntax ( Fix #107 )
2015-12-05 12:03:23 -05:00
elkuku
dd5140d84f
Add display the SHA in pulls list view
2015-07-14 09:45:27 -05:00
Michael Babker
cafe878eea
Chain exceptions
2015-06-16 15:14:41 -04:00
Michael Babker
aa4106f00a
Change the way the values are quoted, use truncate instead of truncateComplex ( Fix #95 )
2015-05-23 10:57:30 -04:00
Brian Teeman
b64ae94069
Fix search
...
To test
Before PR
Enter any value in the filter column and you get an error
After PR
Make sure that text and numeric filters work
2015-05-23 12:08:25 +01:00
Michael Babker
dce7a865e9
Truncate the item descriptions when inserting pull data into the database
2015-05-09 13:13:31 -04:00
Michael Babker
bf2b6d27bc
Fix PHPCS issues
2015-05-09 11:52:53 -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
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
6c20ee73fb
Ability to filter on applied patches
2015-02-22 18:44:35 -05:00
Michael Babker
ee8f6be6b2
Reapply part of #64
2015-02-22 17:59:15 -05:00
Michael Babker
99fc1ae56e
Copyright 2015
2015-02-22 16:29:43 -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
Michael Babker
63dac07c12
Merge remote-tracking branch 'origin/master' into namespace
2014-10-17 03:09:27 -04:00
Michael Babker
f16cbc4aec
Merge branch 'master' into namespace
2014-06-07 13:10:45 -05:00
Michael Babker
9171c4b234
Refactor to be namespaced and not use legacy MVC
2014-05-03 18:48:08 -05:00