27 Commits

Author SHA1 Message Date
Franco Fichtner
86d50f8793 www: remove the need for manual $pgtitle #461 2015-12-08 19:45:59 +01:00
Franco Fichtner
4a8b6cae9c src: unify php opening tags, ze part nummer 1 of two 2015-11-09 09:08:06 +01:00
Franco Fichtner
7f75ddb851 www: eradiacate print_info_box_np() for #444 2015-10-31 23:35:17 +01:00
Franco Fichtner
62e7fd2834 wizard: more "improvements"
o Remove a subtype of <includefile/> to reduce feature bloat
o Select 32 bit subnet (host) as a suggestion
o Never skip LAN and make it optional instead
o Fix regression of $xml passing
o Fix voodoo on Static
2015-09-25 17:47:07 +02:00
Franco Fichtner
f5eb5ea80e wizard: some sanity improvements
o We could potentially pass files using xml=../../xxx, so just
  hardcode the wizards we know for now.  I don't expect them to
  grow, otherwise we may be able to do a directory expand.

o Move xml files out of the /usr/local/www/wizards into /usr/local/wizard.

o Move the include file to the normal include path /usr/local/etc/inc.

o Allow the menu to always expand to the setup wizard, even though
  we many be triggering the OpenVPN wizard.  This gives a consistent
  feel of navigation, especially since POST requests hide the invoked
  wizard later on anyway.
2015-09-25 11:20:15 +02:00
Ad Schellevis
465e699e71 (legacy) dependency cleanups related to functions.inc / interfaces.inc 2015-07-22 16:56:38 +00:00
Ad Schellevis
ea5dd43a31 (legacy) move pfsense-utils.inc dependency 2015-07-22 15:09:18 +00:00
Ad Schellevis
cbcf5927ca (legacy) more dependency moves, slowly pouring functions.inc empty.... 2015-07-22 13:08:05 +00:00
Ad Schellevis
3cd79bd2a1 (legacy) restructure requires/includes, move globals.inc 2015-07-20 16:16:28 +00:00
Ad Schellevis
81ce2c2d5c (legacy) cleanups related to interfaces.inc (remove unused, move single usage, isset issues) 2015-07-08 20:57:20 +00:00
Franco Fichtner
6482172a60 inc: merge duplicated code into get_zoneinfo() for #242 2015-07-06 22:53:30 +02:00
Ad Schellevis
7418af459b (legacy) add additional check on $input_errors as part of cleanup notices 2015-07-06 16:58:36 +00:00
Ad Schellevis
ba800ae6c8 (legacy) fix check on $savemsg and $input_errors 2015-07-06 14:43:02 +00:00
Franco Fichtner
22e0e257a2 queues: remove shaper.inc 2015-06-18 14:20:20 +02:00
Isaac (.ike) Levy
4dba7e56b2 A human read and cleaned up all inappropriate occurances of 'pfSense' and 'pfsense'., (e.g. this was not an automated find/replace, but instead, a careful pass through the code.)
Signed-off-by: Isaac (.ike) Levy <ike@blackskyresearch.net>
2015-04-12 08:57:41 +02:00
Franco Fichtner
c5da2c145c www: remove unused legacy package function 2015-04-12 08:42:03 +02:00
Franco Fichtner
98f2edacb4 src: whitespace sweep 2015-04-08 08:18:56 +02:00
Ad Schellevis
88ca81a056 package cleanups 2015-04-07 21:12:42 +00:00
Franco Fichtner
d9a0054b7c wizard: remove unused theme code that points to nowhere 2015-04-02 18:24:12 +02:00
Franco Fichtner
8fde7fab97 src: fix `Illegal string offset' warning in wizard 2015-04-01 10:11:31 +02:00
Franco Fichtner
ad334c80aa src: tmp_path almost gone now 2015-03-12 07:24:35 +01:00
Franco Fichtner
67601e0d79 globals: prune softcoded paths that are never gonna change anyway
Enables us to find all paths better using grep.  Always trying to
use the full path, even for system utility invoke in case those
move from ports to base or vice versa, related to #1.
2015-02-22 10:28:08 +01:00
Jos Schellevis
9a73dd2171 Fixed wizzard default settings and reload/redirect, fixes #16 2015-02-10 13:16:30 +00:00
Jos Schellevis
fcc1558494 Fixed html coding issues on several files 2015-01-02 08:47:56 +00:00
Jos Schellevis
9094a66095 Happy new Year...Copyrights for www done 2015-01-01 14:48:13 +00:00
Franco Fichtner
c84c5817ff www: batch commit for various whitespace cleanups (1/2) 2014-12-28 14:14:17 +01:00
Franco Fichtner
727453c076 src: move all files (again)
Make "src" the implicit "/usr/local" so that nobody can
sneak in weird files in the base file system or potentially
overwrite them.

This is the last time, I swear...  :)
2014-12-10 16:42:39 +01:00