Commit Graph

1406 Commits

Author SHA1 Message Date
Erik Kapfer
4e7c3114ca index.cgi: Add /red/local-ipaddress query.
Fixes# 10480. Added if loop for local-ipaddress query.
2014-02-25 21:57:55 +01:00
Alexander Marx
46a6d6c7fc Firewall: fix error when editing a rule and changing remark with invalid chars the rule was destroyed 2014-02-24 19:39:26 +01:00
Alexander Marx
ec56a5393f Firewall: fixed padding-right of lastrule table in ruleoverview 2014-02-24 19:38:43 +01:00
Michael Tremer
317638e753 index.cgi: Change display of DNS servers.
Add missing colon and put them into one column in the
table.
2014-02-20 10:56:02 +01:00
Michael Tremer
5e1ee0e6e6 Merge remote-tracking branch 'alfh/bugfix_htmlclean' into next 2014-02-19 20:49:38 +01:00
Michael Tremer
2f65e28425 Merge remote-tracking branch 'alfh/bugfix_missing_swapvisibility' into next 2014-02-19 20:48:12 +01:00
Michael Tremer
3fb3a3b021 Merge remote-tracking branch 'alfh/bugfix_menu_touch' into next 2014-02-19 20:47:54 +01:00
Michael Tremer
bbb3a931fa Merge remote-tracking branch 'alfh/feature_updxlrator' into next 2014-02-19 20:46:21 +01:00
Alf Høgemark
f8aa06792f cgi-bin: Add title attribute to input type image where missing
Almost all of <input type="image"... has both an alt and a
title attribute, but some are missing title, and when the icon
is not very clear, it makes it harder to understand what the icon
does. By adding title, the browser displays text when mouse pointer
is over the icon.

Also add missing quotes for alt and title attributes where needed.
2014-02-19 18:31:02 +01:00
Alf Høgemark
a636a76016 ipfire theme: Add missing swapVisibility javascript function
qos.cgi and media.cgi depend on swapVisibility function, this
is defined in each theme, but was missing from the new theme.

Add the function, and implement it using jquery, since jquery
is always present in the new theme.
2014-02-19 18:05:55 +01:00
Alf Høgemark
db3096173d webgui menus: Make top menu item clickable on mobile safari
The menus in the new default theme does not work properly on
ipad and I guess other devices using mobile safari.

The reason is that <a> tags without href is not marked as
clickable by ios, and therefore no css hover effect is applied.

The fix is either to add a href="#" attribute
or a onclick="return true;" atribute on the <a> tag.
I prefer the href solution, since it is a no javascript solution.
2014-02-19 17:30:49 +01:00
Alf Høgemark
153cf6406c cgi-bin: Use readonly="readonly" attribute on html input elements
The proper way to mark readonly is to use readonly="readonly", not
readonly="true", like it was done some places.
2014-02-18 18:48:57 +01:00
Michael Tremer
5ee7500e59 Merge remote-tracking branch 'alfh/feature_htmlcleanup' into next
Conflicts:
	html/cgi-bin/logs.cgi/firewalllogip.dat
	html/cgi-bin/logs.cgi/firewalllogport.dat
	html/cgi-bin/media.cgi
2014-02-17 16:33:38 +01:00
Michael Tremer
6d3c8250fe Merge remote-tracking branch 'alfh/feature_langfixes' into next 2014-02-17 16:28:23 +01:00
Michael Tremer
bd4db47085 Merge remote-tracking branch 'alfh/feature_firewalllog_first_last' into next 2014-02-17 16:24:41 +01:00
Alf Høgemark
631b67b7cd cgi-bin: HTML cleanup, add quotes for attribute values 2014-02-15 16:54:38 +01:00
Arne Fitzenreiter
2a72785cf8 atm-status.cgi: display more values for solos-pci. 2014-02-15 16:41:40 +01:00
Alf Høgemark
2c01f467d9 cgi-bin and themes: Remove language attribute on script tag 2014-02-15 16:11:45 +01:00
Alf Høgemark
b740cdd7bf logs.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 16:08:49 +01:00
Alf Høgemark
6161430626 pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:51:42 +01:00
Alf Høgemark
52ee27b200 iptables.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:51:41 +01:00
Alf Høgemark
d2d0d63139 gui.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:51:41 +01:00
Alf Høgemark
df26152135 services.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:51:27 +01:00
Alf Høgemark
c1a07263bd remote.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:48:47 +01:00
Alf Høgemark
71cc3202c0 pppsetup.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:48:46 +01:00
Alf Høgemark
973f711ad1 ovpnmain.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:46:27 +01:00
Alf Høgemark
56914f126f fireinfo.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:46:27 +01:00
Alf Høgemark
e6d8a42109 ids.cgi: htmlcleanup, change html tags from uppercase to lowercase 2014-02-15 15:46:27 +01:00
Alf Høgemark
a4455e73a6 media.cgi: htmlcleanup, change <B> tag to <b>, and fix attribute quotation 2014-02-15 15:45:24 +01:00
Alf Høgemark
57426d2d21 firewalllog.dat: Use language string keys already defined 2014-02-15 15:28:14 +01:00
Alf Høgemark
f702a98d69 firewalllogport.dat: Use language string keys already defined 2014-02-15 15:27:22 +01:00
Alf Høgemark
c42f809c90 firewalllogip.dat: Use language string keys already defined 2014-02-15 15:25:59 +01:00
Alf Høgemark
534943c675 country.cgi: Use language string keys already defined 2014-02-15 15:24:58 +01:00
Alf Høgemark
1560bc6e1f ovpnmain.cgi: Use language string keys already defined 2014-02-15 15:23:46 +01:00
Alf Høgemark
597005f5c6 qos.cgi: Use language string keys already defined 2014-02-15 15:23:46 +01:00
Alf Høgemark
1123116207 media.cgi: Use language string keys already defined 2014-02-15 15:23:46 +01:00
Alf Høgemark
2d26c5755f index.cgi: Use language string keys already defined 2014-02-15 15:23:46 +01:00
Alf Høgemark
44bd254c67 firewalllog.dat: Use language string for First and Last text 2014-02-15 15:16:06 +01:00
Alf Høgemark
10dfb491b1 Merge branch 'next' of https://github.com/ipfire/ipfire-2.x into feature_firewalllog_first_last 2014-02-15 15:13:16 +01:00
Alf Høgemark
5e4262245e updxlrator: Handle colon in filenames in updatexlrator.cgi
The updatexlrator.cgi is assuming that colon is not part of any
filenames downloaded by updxlrator. Fix this by fixing regular
expression used for listing pending download files, and by
fixing regular expression used to listing files in maintenance view.

The fix for listing in maintenance is not very nice, I just use
":separator:" as field separator instead of just ":", which was used
earlier. This should make it very unlikely to collide with a part of
the filename.

Also make the files in download be sorted using lower case, like it is
done for files in the vendor path.

The problem can be reproduced by downloading
http://mirror.us.leaseweb.net/archlinux/community/os/x86_64/
docker-1:0.7.6-1-x86_64.pkg.tar.xz, after pkg.tar.xz files support has
been added to updxlrator.
2014-02-15 15:03:45 +01:00
Michael Tremer
36d44213e9 Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2014-02-14 13:50:01 +01:00
Michael Tremer
125b6fcd66 index.cgi: Fix showing DNS servers. 2014-02-14 13:49:37 +01:00
Alf Høgemark
a1219d9600 firewalllog.dat: Use language string for First and Last links 2014-02-12 21:31:08 +01:00
Alf Høgemark
f69446d2fa firewalllog.dat: Add First and Last links, for fast navigation in log lines
Add two links for navigating in log pages, one for going to the
first page and one for goint to the last page.

Introduce variable which points to the first log line to
display on the last possible page.

The commit contains hardcoded text for Last and First, and I
am also uncertain how spaces between links should be handled.
So this should be improved based on feedback.
2014-02-12 21:30:58 +01:00
Alf Høgemark
f4e869ffb4 netexternal.cgi: Fix display of DNS1 and DNS2 2014-02-12 21:07:38 +01:00
Arne Fitzenreiter
f74ea48125 shutdown.cgi: fix missing image. 2014-02-04 16:13:57 +01:00
Michael Tremer
fe30713604 firewall.cgi: Fix path to firewall-lib.pl. 2014-02-04 12:48:01 +01:00
Alexander Marx
8084656823 openvpn: Wrong subnet calculation bug fix.
Fixes #10466.
2014-02-02 14:38:24 +01:00
Michael Tremer
15b023b979 Add an entropy graph. 2014-02-02 14:32:15 +01:00
Arne Fitzenreiter
c924c7d1d1 remote.cgi: display ed25519 fingerprint. 2014-02-02 09:12:07 +01:00