Project

General

Profile

Download (19.3 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
402c98a2 02/09/2023 12:17 AM Reid Linnemann

Update copyright years to include 2023

829322b3 11/29/2022 03:51 PM Christian McDonald

Rector some direct config gets with complex paths.

d35a18fc 11/15/2022 07:21 PM Christian McDonald

RemoveUnusedForeachKeyRector runresults

44b93616 09/09/2022 06:14 PM Christian McDonald

Fix some config access bugs in pkg.php for PHP81. Fixes #13446

5d82cce0 01/25/2022 01:38 PM Jim Pingle

Clean up pkg filter text before use. Fixes #12725

Also remove unnecessary echos of the value.

8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

3abcd547 09/18/2019 08:23 PM Jim Pingle

Setup shortcuts for packages. Fixes #9770

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

d43354d2 05/07/2018 01:20 PM Steve Beaver

PHP7 - Resolve invalid arguemtn and illegal string offset warnings

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

cbbb8fdb 09/28/2017 01:26 PM Doktor Notor

Remove no-op code

See https://redmine.pfsense.org/issues/7889 for related discussion

f593f80b 04/16/2017 10:18 AM Phil Davis

Refactor get_configured_interface_with_descr remove unused parameter

0baf52bb 03/09/2017 02:20 PM Doktor Notor

Add reason to write_config() calls

Replace shell-style comments while here.

8d58ebae 02/14/2017 09:31 PM Steve Beaver

GET/POST conversion

6ac61204 02/07/2017 04:45 PM Jim Pingle

Encode the contents of pkg_filter before output. Fixes #7227

edcd7535 01/10/2017 02:48 PM Phil Davis

Breadcrumb links

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

0d21a99e 07/14/2016 08:49 PM Renato Botelho

chmod 0644 php web pages

d6ab7496 05/06/2016 01:32 PM Jim Pingle

Change the default output of pkg.php lists to be encoded before display. Preserve the old behavior as an option in case a package needs it (I didn't see any current ones that appeared to rely on the behavior, however)

34ee6639 04/09/2016 07:47 AM NOYB NOYB

Miscellaneous II - Remove Personalizations

Remove "you" personalizations.

8d659bf1 03/23/2016 07:05 AM NOYB NOYB

HTML Compliance - Vertical Align

pkg.php and functions.inc

e731dae0 03/14/2016 05:11 PM Jim Pingle

Icon missing from default pkg.php save button. Ticket #5965

c0367cb8 03/10/2016 09:48 PM Jim Pingle

More icon and button inconsistencies. Should be the last batch. Ticket #5965

27d6a45b 03/10/2016 08:40 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

84320769 02/15/2016 03:35 AM k-paulius

Show page title because that's where page help icon is displayed.

8545adde 02/14/2016 08:09 PM k-paulius

Review alert wording. End sentence with period, remove redundant 'Warning', 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.

923865b5 02/10/2016 10:40 AM NewEraCracker

Clean up dead code at pkg.php

See c24bb3fc80baef04d7b500e18d69c2ada2abdb76 for where this 'if' block was emptied

408c4a27 02/01/2016 01:59 PM Stephen Beaver

Make row delete button icon only (removes gettext("Delete"): )

cadeb9fd 01/25/2016 05:14 PM Phil Davis

Internationalization of pkg*.php

Various sentences were being built up from gettext() of individual words
or phrases concatenated together. That will not work for translation to
languages with different word order, so I have restructured that.
Note: TODO: The countdown timer text with seconds countdown is all in JS...

ae2915a4 01/25/2016 03:18 PM Phil Davis

pkg.php consolidate else-if statement

74817ee2 01/25/2016 08:20 AM Phil Davis

Enhance error output when package file not found

I had a system that had upgraded but the Notes package had not managed to (re)install. In that situation the Notes item is on the Status menu but there is no notes.xml or other notes code on the the system....

3b3a95e5 01/22/2016 05:21 PM Phil Davis

Fix #5794 remove print_info_box_np chackes for gettext("apply")

1) Get rid of the stristr() checks to "guess" if an apply button should
be used.
2) Change print_info_box() so it can take a button name of "close"
, "apply" or none to decide which button to show....

3f98044a 01/22/2016 04:20 PM Francisco Cavalcante

Replaced jQuery to $ in same files

79563cb6 01/08/2016 04:56 PM Colin Fleming

Use Bootstraps text alignment classes (part 2)

use Bootstraps CLASS statement instead "align" statement

c405d4f0 12/23/2015 08:26 PM Stephen Beaver

Add title to add row buttone

1dfa60c5 12/21/2015 07:32 PM Stephen Beaver

Fixed #5678

8ae9a909 12/21/2015 03:29 PM Jim Pingle

Encode hostname before printing; remove some related dead code.

3ad27058 12/21/2015 03:06 PM jeroen van breedam

adding active tab to breadcrumb

closely review L186 - L188

b77cef66 12/19/2015 10:29 PM Colin Fleming

Use Bootstraps text alignment classes

As per "http://getbootstrap.com/css/#type-alignment", use CLASS
statement instead in inline STYLE statement (much tidier)

15281e44 12/17/2015 01:13 PM Stephen Beaver

Save button fix - part deux

2ef13b6c 12/17/2015 01:12 PM Stephen Beaver

Fix "Save" button jQuery

c24bb3fc 12/16/2015 09:38 PM Stephen Beaver

Fixed table apeparance, headers, button placement and row drag/drop/move

b51d272c 12/16/2015 09:19 PM Stephen Beaver

Corrected movable/sortble table row handling

8cfdeb2e 12/15/2015 09:44 PM BBcan177 .

Add breadcrumb to pkg.php

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

0f649c97 12/15/2015 11:51 AM Phil Davis

Code style pkg

44bcf766 12/04/2015 08:49 PM Jim Pingle

Address a potential LFI in pkg.php and wizard.php without breaking the ability to pass relative paths Restricts them to files under their intended base directories.

c4b60a9a 11/29/2015 05:37 PM Colin Fleming

Tidy up Boolean operators for HTML5

Remove the XHTML standard Boolean operators (makes reading HTML much
simpler).

5230f468 11/25/2015 04:48 PM Jim Pingle

Calling all of these "Page" in the privilege name is redundant since they are all pages and the "WebCfg" prefix implies they are pages.

7ea65674 11/18/2015 12:23 AM Jared Dillard

Ticket #5471 partial convert to font-awesome fonts

cb41dd63 11/09/2015 11:19 AM Renato Botelho

Copyright and license cleanup

- Remove personal copyright from people who assigned it to employer (ESF)
- Remove $Id$
- Remove extra spaces

919d91f9 11/09/2015 08:47 AM Phil Davis

EOL whitespace and header consistency for www

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

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

Completed #5333

2c2fed92 10/02/2015 07:18 PM Stephen Beaver

Fixed #5240

f5dbca0d 09/29/2015 03:18 PM Stephen Beaver

Fixed #5206
Completes conversion of the pkg* files

b365d2ea 09/21/2015 07:07 PM Renato Botelho

Merge pull request #1787 from k-paulius/patch-pkg-1

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/