From f813671b672a55873856649ea3405d52218c1500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20S=2E=20Budzi=C5=84ski?= Date: Wed, 27 Jan 2021 10:57:30 +0100 Subject: Merge branch 'translation-pl' into 'dev' Translation pl Polish translations (used on hub.hubzilla.pl) - view/pl: 100% - doc/pl: ~40% - doc/context/pl: 100% - doc/macros/pl: 100% See merge request hubzilla/core!1902 --- view/theme/redbasic/php/config.php | 0 view/theme/redbasic/php/style.php | 0 view/theme/redbasic/php/theme.php | 0 view/theme/redbasic/php/theme_init.php | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 view/theme/redbasic/php/config.php mode change 100644 => 100755 view/theme/redbasic/php/style.php mode change 100644 => 100755 view/theme/redbasic/php/theme.php mode change 100644 => 100755 view/theme/redbasic/php/theme_init.php (limited to 'view/theme/redbasic/php') diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php old mode 100644 new mode 100755 diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php old mode 100644 new mode 100755 diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php old mode 100644 new mode 100755 diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php old mode 100644 new mode 100755 -- cgit v1.2.3 From af719fea406f7acd24f65f7396b58c8654e590c9 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 27 Jan 2021 10:15:26 +0000 Subject: fix file permissions. 755 for dirs, 644 for files --- view/theme/redbasic/php/config.php | 0 view/theme/redbasic/php/style.php | 0 view/theme/redbasic/php/theme.php | 0 view/theme/redbasic/php/theme_init.php | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 view/theme/redbasic/php/config.php mode change 100755 => 100644 view/theme/redbasic/php/style.php mode change 100755 => 100644 view/theme/redbasic/php/theme.php mode change 100755 => 100644 view/theme/redbasic/php/theme_init.php (limited to 'view/theme/redbasic/php') diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php old mode 100755 new mode 100644 diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php old mode 100755 new mode 100644 diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php old mode 100755 new mode 100644 diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php old mode 100755 new mode 100644 -- cgit v1.2.3 From b29e121113a588d88b3d8f4265bece2c5e997cef Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 25 Feb 2021 12:55:19 +0000 Subject: replace sticky_kit with a simpler homwgrown solution (still a bit raw) and slightly change the way we load new content so that people with a long aside column do not have to scroll all the way to the bottom for loading the next page --- view/theme/redbasic/php/theme_init.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'view/theme/redbasic/php') diff --git a/view/theme/redbasic/php/theme_init.php b/view/theme/redbasic/php/theme_init.php index 5f73f6736..0ac580f0e 100644 --- a/view/theme/redbasic/php/theme_init.php +++ b/view/theme/redbasic/php/theme_init.php @@ -13,5 +13,3 @@ head_add_js('/library/bootbox/bootbox.min.js'); head_add_js('/library/bootstrap-tagsinput/bootstrap-tagsinput.js'); head_add_js('/library/datetimepicker/jquery.datetimepicker.js'); head_add_js('/library/bootstrap-colorpicker/dist/js/bootstrap-colorpicker.js'); - - -- cgit v1.2.3