Project

General

Profile

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

# Date Author Comment
1c937bdc 12/22/2016 01:50 AM Steve Beaver

Fix typo in grouping/$grouping

a038b816 12/21/2016 07:18 PM Steve Beaver

Fix "<onchange>" tag processing in package XML handling

aa66a125 11/11/2016 01:40 PM Steve Beaver

Revert "Fixed #6811"

This reverts commit f92d44da5a4958372c7fb925043abc34588143e3.

f92d44da 11/04/2016 04:51 PM Steve Beaver

Fixed #6811

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

Move copyright from ESF to Netgate

1d653e86 07/15/2016 11:27 PM Chris Buechler

fix typo

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)

a0b0acd1 07/06/2016 02:54 PM Stephen Beaver

Correct spacing

5aef6c8b 07/06/2016 02:53 PM Stephen Beaver

Remove debug

(cherry picked from commit 5810f934472368f43942ea66820dc98e17143c19)

a654d899 07/06/2016 02:48 PM Stephen Beaver

Fixed #6577 - Preserve user input on error

c81ef6e2 06/27/2016 05:00 AM Phil Davis

Always use require_once

The usage of require() and require_once() throughout the system is
inconsistent, and "bugs" come up now and then when the order of
"requires" is a bit different and some require() happens after the
include file is already included/required....

9e680116 06/22/2016 02:37 AM Marcello Silva Coutinho

fix rowhelper select_source empty combo

while using $config['installedpackage']{['...'] as source

347c0214 03/20/2016 10:21 AM Phil Davis

Reengineer Form_Button setAttribute

As per what was done for https://github.com/pfsense/pfsense/pull/2765 -
do it to the rest of them.
Seems to work OK.

faab522f 03/15/2016 12:39 PM Renato Botelho

Revert "Merge pull request #2728 from phil-davis/form_button"

This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing
changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.

a32bed49 03/14/2016 07:45 PM Stephen Beaver

Merge pull request #2728 from phil-davis/form_button

bc3c30eb 03/11/2016 03:59 PM Phil Davis

Internationalize Form_Button text

The text of a Form_Button is not translated internally. Some Form_Button
calls already had the button text enclosed in gettext(), this does it
for the remaining ones.

fff6a2af 03/11/2016 03:45 PM Jim Pingle

Some safety belts to avoid presenting PHP errors to the user. Ticket #5973

827a3812 03/10/2016 05:52 PM Jim Pingle

More icon/button inconsistencies. Ticket #5965

f84e2105 03/10/2016 02:43 PM Jim Pingle

Add the ability for packages to control their button icon and class. Ticket #5965

05e539af 03/09/2016 09:48 PM Jim Pingle

Add button on pkg needs fa-plus, too. Ticket #5965

83d8e9ab 02/23/2016 09:06 PM Luiz Souza

Print help text when passed as "description" for a select_source.

71e8cdd6 02/16/2016 11:19 AM NewEraCracker

Headers don't need HTML entities

This commits fixes form submission on Services/UPnP redirecting to an URL with & on it.

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.

20414655 02/11/2016 04:42 AM k-paulius

Remove redundant gettext call

5f88f964 02/11/2016 03:51 AM k-paulius

Convert section titles to title case

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...

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

e0d1a2f8 01/21/2016 01:48 PM Renato Botelho

Do not call gettext() for empty string

eeae21e8 01/18/2016 01:42 AM Jim Pingle

Test for an array here to avoid an error if the var isn't an array

c1db834e 01/11/2016 06:57 PM Stephen Beaver

Merge branch 'print_info_box' of https://github.com/phil-davis/pfsense

f78bbe16 01/11/2016 05:40 PM Phil Davis

Redmine #5759 print_info_box style

Define the 'success' 'info' etc style of calls to print_info_box()

4a6272be 01/11/2016 03:46 PM Stephen Beaver

Added support for <collapse> tags in listtopic fields. e.g.:
<collapse>closed</collapse> // Creates a panel that is collapsible and iniatially closed
<collapse>open</collapse> // Creates a panel that is collapsible and iniatially open

bf7ee0e0 12/24/2015 07:27 PM BBcan177 .

Update pkg_edit.php

  • Incorrect variable name in pkg_edit
962ec941 12/23/2015 09:04 PM Stephen Beaver

Added support for <width> on inouts and aliases.

2bd2287e 12/23/2015 07:13 PM Stephen Beaver

Fixed #5668

5a2512b3 12/22/2015 07:33 PM Stephen Beaver

Add trash can icon to rowhelper delete buttons

36cefd8f 12/22/2015 06:51 PM Stephen Beaver

Remove name collision in $width attribute

bd0d36bd 12/22/2015 05:54 PM Stephen Beaver

Accommodate <width> XML tag in rowhelper input fields

e5274f51 12/22/2015 05:43 PM Stephen Beaver

Move width:auto style to textarea handler in pkg_edit.php

57fc02b1 12/22/2015 03:18 PM Stephen Beaver

Adds support for <width> XML tag in rowhelper selects

c70b6835 12/21/2015 10:06 PM Stephen Beaver

Added support for rows, cols and wrap to Forms_Textarea and to pkg_edit.php

a1cd3857 12/21/2015 08:54 PM Stephen Beaver

Test for #5676

4b1d882f 12/19/2015 09:57 PM Colin Fleming

Remove $closehead variable

Remove unused variable $closehead

608bb662 12/16/2015 06:08 PM Stephen Beaver

Support <savehelp> package tag to allow adding help text to the save button.

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

f8935575 12/15/2015 12:49 PM Stephen Beaver

Merge pull request #2237 from phil-davis/r009

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

Code style pkg

4cb4d820 12/15/2015 11:39 AM Phil Davis

pkg_edit curlies

This looks wrong - with the way the curlies were, the custom_php_after_form_command stuff was inside the ($pkg['note'] != "") block.
It looks like these should be 2 independent if statement blocks.

b238793b 12/14/2015 09:25 PM Stephen Beaver

Add gettext() calls to title elements

9ec7699b 12/14/2015 06:52 PM Stephen Beaver

Parse package title, splitting into an array delineated by '/'.
So if the package title is "Services/Magic" the $pgtitle will be array("Services", "Magic") and the breadcrumb display will be as expected.

4a457d8d 12/14/2015 06:22 PM Stephen Beaver

Automatic panel collapse defines moved to jquery/pfSenseHelpsers.js
define(COLLAPSIBLE, 0x08);
define(SEC_CLOSED, 0x04);
define(SEC_OPEN, 0x00);

c2e9390e 12/14/2015 06:03 PM Stephen Beaver

Merge pull request #2161 from heper/patch-1

2512e643 12/08/2015 03:48 PM Jim Pingle

Fix field description/name display of select_source package fields.

62cdbf62 12/05/2015 01:06 AM jeroen van breedam

problem with $only_edit

0a0447de 12/05/2015 12:23 AM jeroen van breedam

proposed fix breadcrumb pkg xml

82c02c9e 12/03/2015 09:13 PM jeroen van breedam

fix syntax errors

bb69870b 12/03/2015 08:13 PM Stephen Beaver

Support the fieldtype "<sethelp>" for checkboxes.

1ae171a3 12/02/2015 06:20 PM Stephen Beaver

Support <comment> tag in package XML

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.

3478ac16 11/23/2015 05:32 PM Stephen Beaver

Change Form_TextArea to Form_Textarea
(autoload now makes the classes case sensitive)

02cc81ef 11/23/2015 12:54 PM Doug Wollison

Added use of class autoloading (GUI stuff only)

Any GUI script that loads the guiconfig.inc file will have access to
the autoloader.

86f28390 11/21/2015 09:17 PM Doktor Notor

Always honor the required tag in package XML fields

Dunno whose idea it was to restrict this to input. WTH really.

6e5cec8e 11/17/2015 10:22 AM Doktor Notor

pkg_edit.php - base64 encoding/decoding fixes (Bug #5134)

Currently, the base64 is only usable for textarea fields - see Bug #5134 for details.

This adds base64_decode() to input and password field types if <encoding>base64</encoding> tag is set for those fields (also for rowhelpers) to prevent the values from getting perpetually re-encoded which makes it unusable for those field types....

86c77223 11/14/2015 01:19 PM Stephen Beaver

Fixed #5443

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

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

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

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

Random comment typos like hte

5697a26a 10/02/2015 07:59 PM Stephen Beaver

Comment typo

86a20575 10/02/2015 07:46 PM Stephen Beaver

Create a Form_Section if hte XML has not yet defined one
https://forum.pfsense.org/index.php?topic=100249.0

08ec2d99 10/02/2015 06:57 PM Stephen Beaver

Completes #5159
All duplicated JS removed to included file

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

Fixed #5206
Completes conversion of the pkg* files

eb3743d8 09/29/2015 01:24 PM Stephen Beaver

Fil;e conversion complete. Tested against multiple packages

23f6cdd7 09/25/2015 06:50 PM Stephen Beaver

Initial conversion of the file. Most functions completed and tested, but more testing remains

83b48b44 09/24/2015 02:04 PM Jim Pingle

Reset the value of a package field before this test in case it has no default. Fixes #5199

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/