Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
65a0e193 10/29/2015 02:19 PM Stephen Beaver

Completed #5356
Refactor row toggle javascript

ed7f3bbc 10/28/2015 03:22 PM Stephen Beaver

Fixed #5352
By replacing interfaces selector options lists with a safer function

2f4323b5 10/28/2015 02:40 PM Stephen Beaver

Perform table striping via jquery function so that it is correct after selection/de-selection and after re-ordering

3193d853 10/28/2015 02:04 PM Phil Davis

firewall_rules Edit text

Standardise capitals
Pair up double quotes

4a5ac5e0 10/28/2015 02:04 PM Phil Davis

system_routes Actions column format

329b5c49 10/28/2015 02:04 PM Phil Davis

system_gateways Actions column format

36b3fd58 10/28/2015 02:04 PM Phil Davis

system_gateway_groups pair up double-quotes

bbfa7874 10/28/2015 02:04 PM Phil Davis

system_gateways text of edit button

Make it consistent with the others

f9e5e4e2 10/28/2015 01:39 AM Stephen Beaver

Converted the background color javascript to jQuery and used it to maintain correct table striping

c0411930 10/28/2015 12:46 AM Stephen Beaver

Add "Actions" text to table header

1a8b5a4d 10/27/2015 09:14 PM Stephen Beaver

Fix delete confirmation text.

5d339e8e 10/27/2015 09:00 PM jeroen van breedam

system_routes font-awesome convert

db95c03b 10/27/2015 08:47 PM Stephen Beaver

Merge pull request #1993 from heper/patch-2

8e990c6c 10/27/2015 08:45 PM jeroen van breedam

system_gateways_groups font-awesome convert

1629e8ea 10/27/2015 08:37 PM jeroen van breedam

system_gateways font-awesome convert

https://forum.pfsense.org/index.php?topic=101343.15

678a52f1 10/27/2015 08:01 PM Stephen Beaver

Add confirmation to rule deletion

fb08d0e1 10/27/2015 05:36 PM Renato Botelho

Remove unused call to update_status_output()

d00db665 10/27/2015 05:36 PM Renato Botelho

Remove unused variables

9bb0525f 10/27/2015 03:52 PM Stephen Beaver

Merge pull request #1980 from jrote1/widgets-overflow

e7d66d9a 10/27/2015 03:49 PM Stephen Beaver

Fixed #5349

ec0696e1 10/27/2015 03:18 PM Jake Rote

Fix widget horizontal scrolling

974eb0e4 10/27/2015 02:37 PM Stephen Beaver

Changed "Scroll to top of page" icons to more suitable icon from font-awesome

0bc61baa 10/27/2015 02:17 PM Stephen Beaver

Javascript refine to hide Delete row button if there is only one row

14741318 10/27/2015 01:40 PM Renato Botelho

Add more information abou pkg issue, already reported to upstream

3985bb3c 10/27/2015 01:26 PM Stephen Beaver

Accommodate possible bug in pkg where progress total is reported as zero

d41aeafc 10/27/2015 12:25 PM Stephen Beaver

Added font-awesome directory (after rename)

9fc6233a 10/27/2015 11:59 AM Stephen Beaver

Fixed #5347

62eed5f5 10/27/2015 04:20 AM Phil Davis

Fix source type on edit of NAT outbound rule

Redmine #5347 part (1)

fc8b158f 10/26/2015 08:33 PM Stephen Beaver

Now uses tempnam() generated file name

f5ba2db3 10/26/2015 08:18 PM Stephen Beaver

Comment typo

3e115dbf 10/26/2015 08:14 PM Stephen Beaver

Experimental: Fixes #5288

682cea18 10/26/2015 05:52 PM Stephen Beaver

Remove debuggery

bb80994a 10/26/2015 05:21 PM Phil Davis

Remove bonus ) in pkg.php

Reported in forum https://forum.pfsense.org/index.php?topic=101390.0

f25dac2d 10/26/2015 05:09 PM Stephen Beaver

Page actions convverted to font-awesome icons

0253c191 10/26/2015 04:34 PM Stephen Beaver

Added support for forn-awesome fonts

6ab2218f 10/26/2015 03:51 PM Stephen Beaver

Changed name of font-awesome folder

666505be 10/26/2015 03:46 PM Stephen Beaver

Added Font Awesome icon set

bd8eeef9 10/26/2015 02:06 PM Stephen Beaver

Fixed #5343

11a6f29c 10/26/2015 01:32 PM Stephen Beaver

Fixed #5342

5253e9d7 10/26/2015 09:38 AM Renato Botelho

Merge pull request #1987 from phil-davis/patch-7

487235f3 10/26/2015 09:36 AM Renato Botelho

Merge pull request #1985 from phil-davis/patch-5

11547f3d 10/26/2015 09:34 AM Renato Botelho

Merge pull request #1982 from phil-davis/patch-2

c53154dd 10/26/2015 09:31 AM Renato Botelho

Merge pull request #1981 from phil-davis/patch-1

772d594f 10/26/2015 03:27 AM Chris Buechler

Merge pull request #1983 from phil-davis/patch-3

1867cd5c 10/25/2015 05:38 AM Phil Davis

Fix Command Prompt Download and Upload when not in English - Redmine #5343 for master

This one is broken in master (as well as RELENG_2_2) and this code fixes it.

a2cae98f 10/25/2015 02:31 AM Phil Davis

Fix multi-lingual save of NAT mode Redmine #5342 for master

dea1f29f 10/24/2015 12:26 PM Stephen Beaver

Fixed 5333

6b1b69a8 10/24/2015 11:27 AM Phil Davis

Fixup status progress messages for reinstallall

When doing reinstall all packages the "Please wait" and similar messages need to be general about "all packages". There is not a particular package name to put in the message.

f80d02a4 10/24/2015 10:55 AM Phil Davis

Fix case wildcard of package names for reinstallall

Introduced by https://github.com/pfsense/pfsense/commit/e3b43e4bfe5a3e69028c1ab7e0e4a632ff5ee499
None of the packages were being matched here, none of them would be reinstalled. A "reinstallall" would complete very quickly with "Success" message but actually do nothing.

288882be 10/24/2015 10:42 AM Phil Davis

For reinstallall there is no pkg specified

Reinstall all packages is currently just displaying the current list of installed packages. It does not prompt to reinstall.
Fix this test so that it will not apply to reinstallall. For reinstallall there is no pkg specified in the $_GET. It is invoked from diag_backup.php like:...

180508d1 10/23/2015 11:41 PM Stephen Beaver

Fixed #5333

3e191a85 10/23/2015 08:04 PM Renato Botelho

Ignore kernel-debug package when looking for main kernel package

197c6869 10/23/2015 05:57 PM Renato Botelho

Merge pull request #1974 from phil-davis/patch-1

0b52797d 10/23/2015 05:55 PM Renato Botelho

Merge pull request #1975 from phil-davis/patch-2

9aaa560b 10/23/2015 05:55 PM Renato Botelho

Merge pull request #1976 from phil-davis/hte

6c0167f9 10/23/2015 05:54 PM Renato Botelho

Merge pull request #1977 from phil-davis/patch-3

463c438d 10/23/2015 05:50 PM Renato Botelho

Make it possible to _exec to get $_cmd exit code instead of tee one

b194ed9e 10/23/2015 05:49 PM Renato Botelho

Use _exit()

54d0cd74 10/23/2015 05:22 PM Renato Botelho

Fix #5338: Add -4 and -6 options to pfSense-upgrade to select IP protocol version

3beae1fb 10/23/2015 05:22 PM Renato Botelho

These files are not being created anymore, we don't need to remove them

8aba7e9e 10/23/2015 05:22 PM Renato Botelho

No need to concatenate

3ebb7cba 10/23/2015 05:22 PM Renato Botelho

Replace mwexec() by mwexec_bg()

e3b43e4b 10/23/2015 05:22 PM Renato Botelho

Use already defined pkg_prefix variable

d63edb34 10/23/2015 12:10 PM Phil Davis

Search typo

d481bd7c 10/23/2015 12:03 PM Phil Davis

Explain which thing is blue

On the installed packages table, the Version column version number has a hyper-link to the package changelog. That appears blue all the time. It is when the package name in the "Name" column is blue that there is a newer version available....

2d911f2c 10/23/2015 11:49 AM Phil Davis

Random comment typos like hte

1047465b 10/23/2015 11:28 AM Phil Davis

Balance a tag in pkg_mgr_installed

9ce78241 10/23/2015 11:20 AM Phil Davis

Fix text if current package is newer

50e6c063 10/22/2015 09:05 PM Renato Botelho

Fix array index, 6 was missing

a2b0d909 10/22/2015 08:48 PM Renato Botelho

Rework the way GUI reads packages tabs, it fixes #5311

cf093b35 10/22/2015 08:32 PM Renato Botelho

Remove more references to theme, ticket #5333

db1cc32f 10/22/2015 04:27 PM Stephen Beaver

Fixed #5336
Page now does a sneaky refresh after a successful install/remove so that the menu changes
are available right away.

995df6c3 10/22/2015 12:58 PM Stephen Beaver

Completed #5333

1da8a2e3 10/21/2015 06:02 PM Stephen Beaver

Hitting "Enter" now same as clicking "Search" button
"Where" default to "Both"

3a28934c 10/21/2015 05:33 PM Stephen Beaver

package search functionality completed

4861e219 10/21/2015 03:55 PM Stephen Beaver

Fixed #5332

1deed240 10/21/2015 02:54 PM Stephen Beaver

Initial seach box state is open

6c36aab3 10/21/2015 02:38 PM Stephen Beaver

Change '+' icon to '-' when panel is open

98dfca18 10/21/2015 02:16 PM Stephen Beaver

Added search panel. (Not yet functional though)

141462fa 10/21/2015 12:59 PM Stephen Beaver

Revision of pkg mgr messages and appearance

2d12da95 10/21/2015 11:47 AM Stephen Beaver

REvised appearance uses icons vs buttons

e49f1a75 10/21/2015 08:18 AM Renato Botelho

Point changelog to the right repo

ebbd3e5c 10/21/2015 01:17 AM Chris Buechler

Merge pull request #1970 from doktornotor/patch-2

5892d600 10/20/2015 08:54 PM Stephen Beaver

Show "Top of page" arrows only when required (page > window)

c47e78f7 10/20/2015 08:03 PM Renato Botelho

Fix show categories

05666b77 10/20/2015 08:01 PM Renato Botelho

Fix inverted version comparison

80db1d67 10/20/2015 07:36 PM Renato Botelho

Use information from pkg to show installed packages

c5ecf722 10/20/2015 07:01 PM Renato Botelho

Sort return of get_pkg_info()

6544cb18 10/20/2015 06:46 PM Renato Botelho

Use new installed flag to simplify logic

6551511c 10/20/2015 06:33 PM Renato Botelho

Remove unnecessary functions verify_all_package_servers() and check_package_server_ssl()

effd9be7 10/20/2015 06:19 PM Renato Botelho

Rework pkg_mgt_installed.php:

- Use complete name for get_pkg_info() filter parameter
- Remove unnecessary calls to verify_all_package_servers and
check_package_server_ssl
- Remove unused and commented out tabs
- Use new pkg_version_compare() to compare package version, it...

2efc1ffd 10/20/2015 06:19 PM Renato Botelho

Use inline function

bf69f2f8 10/20/2015 05:41 PM Stephen Beaver

Fixed #5236

3f0b8a95 10/20/2015 05:02 PM Matthew Smith

Limit the auth methods where "My Certificate Authority" is displayed/saved for
mobile clients. Fixes #5323.

df6cb8fe 10/20/2015 04:52 PM Stephen Beaver

Fixed #5045

03b53522 10/20/2015 04:52 PM Stephen Beaver

Partial fix for #5045

0cdb94e1 10/20/2015 11:12 AM Renato Botelho

Cleanup unused code:

- Remove xmlrpcbaseurl from globals
- Remove xmlrpcpath from globals
- Remove embeddedbootupslice from globals
- Remove call_pfsense_method()
- Remove check_firmware_version()
- Remove get_active_xml_rpc_base_url()
- Remove zeromq.inc...

0acc93d8 10/20/2015 11:06 AM Doktor Notor

Point people to 'Clear Package Lock' if the reinstall of packages got stuck

9ace8a73 10/20/2015 10:26 AM Renato Botelho

Remove all PBIs before upgrade to 2.3, it fixes #5221

3eaddb65 10/20/2015 10:24 AM Doktor Notor

Point people to 'Clear Package Lock' if the reinstall of packages got stuck

Way too many threads on forums with people asking what's going on. The most recent one with user waiting for 9 days (!!!).