Project

General

Profile

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

# Date Author Comment
b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

af7c08a5 02/01/2017 11:10 AM Renato Botelho

Merge pull request #3462 from phil-davis/percent-s-www

702fa4d0 02/01/2017 10:58 AM Phil Davis

Code with multiple %s in usr/local/www

4ede308c 02/01/2017 09:31 AM Phil Davis

diag_reseststate sourcetablehelp escape of double-quotes not needed

The backslash escaping of the double-quotes here displays the backslashes literal on the GUI. Escaping is not needed in this single-quoted string.

41a5ff1d 01/17/2017 09:20 PM Jim Pingle

The confirmation checkboxes on diag_resetstate.php should not be checked by default.

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

dba59021 08/15/2016 02:28 PM Stephen Beaver

Fixed #6710

(cherry picked from commit 13b92290e0fa367a76016a15ccf5e76ff77b0706)

3726918d 08/15/2016 01:53 PM Stephen Beaver

Fixed #6709

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)

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

957b7bab 04/26/2016 02:21 PM → luckman212

Extra comma, not needed

Removed an extra comma - more correct IMO
(cherry picked from commit 90968c493922bd9d80a37fe90d1b9440ca7a2333)

b6078bed 04/03/2016 07:18 AM NOYB NOYB

Diagnostics - Remove Personalizations

Remove "you" personalizations.

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.

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.

8f58b51b 03/10/2016 02:43 PM Jim Pingle

More icon and button consistency fixes. Ticket #5965

7c945f74 02/14/2016 08:09 PM k-paulius

Use print_info_box() to generate alerts

a6a6ee00 02/13/2016 09:38 PM k-paulius

Synchronize page titles with tab titles. Rename some titles in order to be more consistent. Convert page title to title case.

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

Convert section titles to title case

ff30e319 01/21/2016 04:56 PM Bruno Ferri

add call gettext function for translate

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

947141fd 12/14/2015 02:35 PM Phil Davis

Code style usr local www a-e

9599211d 11/25/2015 05:14 PM Jim Pingle

Fix more privilege text/name/page inconsistencies

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.

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.

0dc2d195 11/09/2015 09:08 AM Phil Davis

Remove $Id stuff from comment headers

Completes cleanup of header stuff for these files

0da0d43e 11/08/2015 07:25 PM Phil Davis

Diag review

c9df279d 11/06/2015 04:04 PM Stephen Beaver

Correction per Phil Davis

9da2cf1c 11/06/2015 12:12 AM Stephen Beaver

First batch of copyright updates

c10cb196 11/05/2015 01:11 PM Stephen Beaver

Moved action-buttons in-line styling to pfSense.css

46918a1f 09/03/2015 12:38 AM Phil Davis

Merge with bootstrap

288a2a0f 08/31/2015 04:38 PM Phil Davis

bootstrap usr/local/www a to e minor edits

ad2879b8 08/30/2015 11:09 PM PiBa-NL

bootstrap, use require_once for classes/Form.class.php

03b19a93 08/26/2015 06:12 PM Renato Botelho

Merge branch 'master' into bootstrap

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

Move main pfSense content to src/