Project

General

Profile

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

# Date Author Comment
30505ba6 07/20/2016 10:15 AM Phil Davis

Backport Remove input_errors2Ajax calls

Original commit to master was

https://github.com/pfsense/pfsense/commit/86d431a89d920f64dda5e7e1821f720daf6e067b

aaec5634 07/15/2016 06:32 PM Renato Botelho

Review license / copyright on all files (final round)

91677170 07/04/2016 02:05 PM Pi Ba

webgui tables, doubleclick event to perform 'edit' action, part 2

(cherry picked from commit 1c10ce9750f3702f433a91754f79e637e1c3369b)

467d7777 07/01/2016 09:49 PM BBcan177 .

Update system_crlmanager.php

Use of undefined constant min - assumed 'min'
Use of undefined constant max - assumed 'max'

aceaf18c 06/27/2016 07:16 PM 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....

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.

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

More icon/button inconsistencies. Ticket #5965

ce883f9f 03/08/2016 06:46 PM Jim Pingle

Change "internal" representation of CA on CA and CRL list to an icon, and the inuse indicator on CRLs to an icon. Ticket #5965

15b6dcac 03/08/2016 04:15 PM Jim Pingle

Correct some icon usage inconsistencies. Fixes #5965

b1466a09 03/08/2016 02:05 AM Phil Davis

Add Actions column heading for CRL Manager

To be consistent with everywhere else that has a heading for the Actions column.

f7253434 02/14/2016 10:28 PM Stephen Beaver

Merge pull request #2637 from k-paulius/patch-6

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.

56c6b1cb 02/14/2016 08:08 PM k-paulius

Indicate in the breadcrumb if we are editing list item.

2d1f33d9 02/12/2016 01:22 PM k-paulius

Synchronize page title with tab title

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

Convert section titles to title case

762faef5 02/02/2016 07:24 PM Phil Davis

Internationalization of various system*.php

1f70d78c 01/06/2016 08:44 PM NewEraCracker

Fix minor typos and correct code standards

f6fac5ac 12/17/2015 03:55 PM Phil Davis

system_crlmanager dodgy else statement

The "else" that was at line 550 should enclose the whole block of code below it. The "if" handles the case "No Certificates Found for this CA." and all the code below the else should only happen when there are certificates found.

78863416 12/17/2015 03:47 AM Phil Davis

Code style System Certificates

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

2d0d804b 12/07/2015 12:47 PM Phil Davis

Standardize Certificate Manager breadcrumbs

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.

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

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

Completed #5333

99297d97 09/02/2015 11:02 PM Jared Dillard

fix #5059

328a238a 09/02/2015 05:27 PM Jim Pingle

Merge pull request #1853 from PiBa-NL/bootstrap_fix1

c4e97dbe 09/01/2015 05:02 AM Chris Buechler

fix text

97d27a2e 09/01/2015 05:01 AM Chris Buechler

remove stray quote

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

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

3a9f3078 08/27/2015 01:44 PM Stephen Beaver

"Serial" field min now set to '0' to avoid validation error.

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/