[PATCH 1/1] Highlighting row on hover in the search results. FS#53612

2018-06-08 Thread nodivbyzero
--- web/html/css/archweb.css | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/web/html/css/archweb.css b/web/html/css/archweb.css index d8c66aa..54779eb 100644 --- a/web/html/css/archweb.css +++ b/web/html/css/archweb.css @@ -708,12 +708,20 @@ table.results {

[PATCH 1/1] This patch implements FS#54906. Ability to query by pkgver via RPC or web request (url)

2018-06-07 Thread nodivbyzero
--- web/lib/aurjson.class.php | 5 + web/lib/pkgfuncs.inc.php | 4 2 files changed, 9 insertions(+) diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index c51e9c2..30ce63f 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -486,6 +486,11 @@

[PATCH 1/1] schema/makefile - Replacing MySQL with SQLite in the comment

2018-03-13 Thread nodivbyzero
--- schema/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/Makefile b/schema/Makefile index e0448ad..62d0856 100644 --- a/schema/Makefile +++ b/schema/Makefile @@ -3,6 +3,7 @@ aur-schema-sqlite.sql: aur-schema.sql -e 's/ ENGINE = InnoDB//' \ -e

[PATCH] TESTING: Adding 2 required packages in the documentation file

2018-03-13 Thread nodivbyzero
--- TESTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING b/TESTING index d2c97d9..9613314 100644 --- a/TESTING +++ b/TESTING @@ -11,7 +11,7 @@ INSTALL. 2) Install php and necessary modules: -# pacman -S php php-sqlite sqlite +# pacman -S php php-sqlite

[PATCH] Terminates execution of the script if aurweb config file not found

2018-03-16 Thread nodivbyzero
--- web/lib/confparser.inc.php | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/lib/confparser.inc.php b/web/lib/confparser.inc.php index e7128be..499481d 100644 --- a/web/lib/confparser.inc.php +++ b/web/lib/confparser.inc.php @@ -8,7 +8,11 @@ function config_load() {

[PATCH] Handle empty resultset getting recent 10 packages

2018-03-20 Thread nodivbyzero
--- web/lib/stats.inc.php | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php index 80619fe..f5692f9 100644 --- a/web/lib/stats.inc.php +++ b/web/lib/stats.inc.php @@ -19,10 +19,12 @@ function updates_table() {