Commit Graph

4776 Commits

Author SHA1 Message Date
Scott Ullrich
fbf424fb9f Remove first check 2008-10-28 17:18:01 +00:00
Scott Ullrich
4b7aee98de Alert when no gateways are set 2008-10-28 17:14:30 +00:00
Scott Ullrich
07e19d5775 Rename column to Support 2008-10-28 02:35:29 +00:00
Scott Ullrich
1ef8df1e53 Set the maintainer to the forums. The maintainer of packages is
ultimately only to resolve arguments between commiters if need be.
2008-10-28 02:21:02 +00:00
Scott Ullrich
e07f6d133e Make sure globals are loaded 2008-10-27 22:58:54 +00:00
Scott Ullrich
a7e599e7a1 Add PRIV information 2008-10-26 01:18:49 +00:00
Scott Ullrich
e679308cef Script was renamed System Activity 2008-10-26 01:16:55 +00:00
Scott Ullrich
0418253ba6 Center text output 2008-10-26 01:15:14 +00:00
Scott Ullrich
7a97eaefd9 Update url 2008-10-26 01:05:46 +00:00
Scott Ullrich
37ca49b426 Adding Diagnostics -> System Activity which shows top in an ajaxy way. 2008-10-26 01:02:33 +00:00
Scott Ullrich
9616232711 Show header even when no records exists so the lonely + sign doe snot look
strange.  This makes this page more consistent with all other pages when
no configuration records exist.
2008-10-26 00:32:43 +00:00
Scott Ullrich
1e087e645d Add some padding before the save commands 2008-10-25 23:34:27 +00:00
Scott Ullrich
032bf78c76 Make text consistent and wrap to next line 2008-10-25 22:51:52 +00:00
Scott Ullrich
8a9edda534 Remove <!-- --> that somehow was inserted by TextMate. 2008-10-25 22:50:39 +00:00
Scott Ullrich
cbb27bc8c3 Place the save button in the correct table 2008-10-25 22:45:49 +00:00
Scott Ullrich
5924fa0fee Add 19 more - so it is longer than present text 2008-10-25 22:22:14 +00:00
Scott Ullrich
533e6800f3 Do not automatically create a record for WAN. 2008-10-25 20:58:34 +00:00
Scott Ullrich
87294f24e4 Correctly delete package 2008-10-25 20:43:21 +00:00
Ermal Luçi
b87364eb25 Fix issue reported on ticket #1825. 2008-10-25 14:37:22 +00:00
Scott Ullrich
fd3e7e5d7e Remove bogus <br> 2008-10-25 08:03:12 +00:00
Scott Ullrich
10d72e1e7e Use correct css file 2008-10-25 07:59:37 +00:00
Scott Ullrich
306f082ae0 Make white space consistent between save button and bottom of table 2008-10-25 07:33:44 +00:00
Scott Ullrich
0dd69fb20a Check to see if alias item exists before testing against it 2008-10-25 07:12:37 +00:00
Scott Ullrich
349ef5c973 Do not attempt to save blank fieldname values 2008-10-25 06:46:55 +00:00
Scott Ullrich
41fd044584 Ignore listtopic fields 2008-10-25 02:53:37 +00:00
Scott Ullrich
32487e426c Add listtopic field type 2008-10-25 00:44:36 +00:00
Scott Ullrich
c85c6f1e72 Correctly delete package 2008-10-24 22:45:13 +00:00
Scott Ullrich
5dbd65a3d6 Do not show blank tab names 2008-10-24 01:14:48 +00:00
Scott Ullrich
4fcae58f72 Show which route is being deleted, not the id of the config row 2008-10-24 01:03:43 +00:00
Scott Ullrich
4c12ef0a4f Break out item that can be its own function 2008-10-24 00:32:46 +00:00
Ermal Luçi
7ed5449128 Fix typo. 2008-10-23 22:53:23 +00:00
Ermal Luçi
432bd199e7 Remove ocurrences of m0n0 for shaper type in the code. 2008-10-23 22:41:50 +00:00
Ermal Luçi
85a5da131c * Rename get_current_wan_address to get_interface_ip
* Rename get_real_wan_interface to get_real_interface
* Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@
* Cleanup some code when passing or remove some unused one.
2008-10-23 21:51:53 +00:00
Ermal Luçi
4d18eb07e7 More fixes on checkboxes. 2008-10-22 16:56:53 +00:00
Ermal Luçi
4c3f940341 Fix my name on the copyright. 2008-10-22 16:45:26 +00:00
Ermal Luçi
6626eb2646 Oops, seems i have commited the wrong file for this service! Bring in the right one. 2008-10-22 16:44:05 +00:00
Ermal Luçi
9e9b596fc5 Add footer 2008-10-22 16:28:21 +00:00
Ermal Luçi
561d51620d Fix reported on http://forum.pfsense.org/index.php/topic,12043.0.html 2008-10-22 16:06:26 +00:00
Ermal Luçi
0847d1b904 When disabling an interface bring it down also. 2008-10-19 14:36:47 +00:00
Ermal Luçi
80bf3f4aac Refactor some code so frontend does not need to know about details that might change
during development.
2008-10-19 13:20:32 +00:00
Ermal Luçi
2867fa7be2 Split random-id and no-df option for scrubbing. 2008-10-19 07:41:21 +00:00
Scott Ullrich
1834f481e3 Add plugins folder for firmware_upgrade 2008-10-19 03:33:17 +00:00
Scott Ullrich
e7d967d8da Reload the filter. Plugins might need to run. 2008-10-19 02:59:23 +00:00
Scott Ullrich
4199cc6259 Navigate to / after 40 seconds to avoid accidental reboots. 2008-10-16 21:56:39 +00:00
Ermal Luçi
e09a935c10 Still array handling changes on php5. Reported by: http://forum.pfsense.org/index.php/topic,12043.0.html 2008-10-15 16:31:05 +00:00
Ermal Luçi
6566050c2c Test for existence before unsetting, this is do to changed behavior in php5. Reported by: http://forum.pfsense.org/index.php/topic,12060.0.html 2008-10-15 05:50:23 +00:00
Scott Ullrich
f6b38c7903 Add table header row 2008-10-14 18:47:08 +00:00
Ermal Luçi
b112841f22 Lock the config before reconfiguring filter rules. 2008-10-14 18:35:45 +00:00
Ermal Luçi
f51f398959 Fix issue reported by http://forum.pfsense.org/index.php/topic,12043.0.html. 2008-10-14 18:34:05 +00:00
Ermal Luçi
981cf4aed3 All these flushing is not needed now that apply is a differnet step like everywhere else in code. 2008-10-14 16:36:07 +00:00