summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
Commit message (Collapse)AuthorAgeFilesLines
* - Wrap form parts in panelsSander van Leeuwen2015-01-161-116/+141
| | | | | - Improved some form-groups - Add .checkbox helper to form-groups containing checkboxes
* Some tweaks for global tpl considerationsSjon Hortensius2015-01-111-7/+13
| | | | | | | | * pkg_mgr* - removed icon-hrefs with actual buttons * system - made labels shorter, added label in content column too, fix submit-button alignment * installed_packages.widget - updated to bootstrap * syntax-highlighter - removed, unused
* Merge branch 'master' into bootstrapSjon Hortensius2015-01-111-1/+1
|\ | | | | | | Conflicts occured in copyright message (year-update) due to whitespace difference and themes/ which was removed
| * Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | | | | | | and module names and other bits of formatting and typos in header comment sections.
| * Welcome 2015Renato Botelho2014-12-311-1/+1
| |
* | implemented widget drag/drop on index + storageSjon Hortensius2015-01-111-144/+137
| | | | | | | | replaced custom jquery-ui with default set of plugins
* | started migration to bootstrapSjon Hortensius2014-12-291-200/+132
|/ | | | | | * migrated /index and most widgets on it * migrated /system.php using new form-layout * removed /themes and /javascript; html will change too much
* Merge pull request #1332 from phil-davis/patch-3Renato Botelho2014-11-181-2/+8
|\
| * Stop FQDN in hostname fieldPhil Davis2014-11-111-2/+8
| |
* | Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|/
* Hostnames are not case restrictive.N0YB2014-06-141-2/+2
|
* Also reconfigure Unbound hereWarren Baker2014-04-281-1/+4
|
* Make sure that the DNS Forwarder/Resolver is actually capable of accepting ↵jim-p2014-04-231-1/+1
| | | | queries on localhost before using it as a DNS server.
* xhtml Complianceayvis2014-03-141-13/+13
| | | replaced <br>, <br/> and </br> with <br />
* Remove old webguiport codePhil Davis2014-02-191-5/+0
| | | webguiport is managed in system_advanced_admin.php these days, not here in system.php. This validation is never executed, so might a well clean up old unused code.
* Improve processing of DNS server changesPhil Davis2014-02-151-8/+35
| | | | What a pain this was. The user can blank out a DNS server from a position in the middle of the list. e.g. they had all 4 entries previously filled, and then they blank out DNS server #3. The way the DNS servers are stored in the config, they are just the defined ones in an "un-indexed" array. So actually entries 1, 2 and 4 on the screen become 1st, 2nd and 3rd in the config. The selected gateways for 1, 2 and 4 then have to end up in positions 1, 2 and 3 to match the stored DNS servers. This fixes all that up, as well as allowing the user to leave a gateway selected against a blanked-out DNS server entry - in that case the whole entry is "removed/ignored".
* Enhanced validation of general DNS servers and gatewaysPhil Davis2014-02-141-8/+27
|
* /usr/local/www/system.php: strip excess whitespace from ntp field before ↵David P Hilton2013-12-121-0/+3
| | | | processing
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* fix text - add space between sentences. This got lost in another commitWarren Baker2013-08-051-1/+1
|
* Update system.phpN0YB2013-08-051-1/+1
| | | | | | fix text - s/by/be Conflicts: usr/local/www/system.php
* Update system.phpN0YB2013-08-051-1/+1
| | | | fix text - add space between sentences.
* Tidy up System:General Setup XHTMLColin Fleming2013-03-071-22/+20
| | | | | Close INPUT tags Tidy up HTML boolean operators
* Fix up tcpdump for pflog stop/start a little, consolodate code, and restart ↵jim-p2012-09-041-8/+1
| | | | tcpdump for pflog when saving log settings.
* Make sure that we only perform validation if the GW name is filled as well ↵smos2012-05-251-5/+7
| | | | as a IP address
* Clarify the error message to something usefulsmos2012-05-251-2/+5
|
* Allow saving on system.php if the gateways are down.smos2012-05-201-2/+2
|
* Unbreak the system general DNS settings, it would not work anymore when set ↵smos2012-04-201-1/+1
| | | | to none.
* Do not throw a address family error when there is just 1 gateway.smos2012-04-131-1/+1
| | | | Fix the input logic for ticket #1662
* Adding multi-language support to WebGUIVinicius Coque2012-02-271-0/+24
|
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-1/+1
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Clarify textjim-p2011-08-301-4/+4
|
* Move the option to exclude localhost as a DNS server under System > General ↵jim-p2011-08-301-0/+16
| | | | so it is grouped with other system DNS options in a more logical location.
* Fix the address family check to skip empty DNS gateway fieldSSeth Mos2011-08-241-2/+2
|
* Change the DNS interface code to DNS gateway code. This will need upgrade ↵Seth Mos2011-08-241-43/+46
| | | | code for existing configs.
* makes correct use of printf and gettextVinicius Coque2011-07-181-1/+1
| | | | removes variables names and replace it with '%s'
* enlarge various address fields for IPv6 addressesSeth Mos2011-03-171-1/+1
|
* Fix braindead code!Ermal2010-09-171-2/+1
|
* Remove extra quotes that were added around some strings when adding ↵Erik Fonnesbeck2010-08-111-1/+1
| | | | printf+gettext in some areas.
* Fix printf/sprintf mixups.Erik Fonnesbeck2010-08-111-1/+1
|
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-121-1/+1
|
* gettext fixesRenato Botelho2010-04-301-5/+5
|
* gettext cannot deal with string concatenationRenato Botelho2010-04-301-5/+5
|
* Fix gettext()Renato Botelho2010-04-291-2/+1
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-4/+4
|
* Fix gettext issuesCarlos Eduardo Ramos2010-04-291-14/+14
|
* Fixing gettext() implementation for required fieldsVinicius Coque2010-04-281-1/+1
|
* Fix : for translationsRenato Botelho2010-04-271-1/+1
|
* Rwviewing gettext()Vinicius Coque2010-04-271-2/+2
|
* Implement gettext()Carlos Eduardo Ramos2010-04-271-34/+34
|
OpenPOWER on IntegriCloud