Project

General

Profile

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

# Date Author Comment
89140b63 03/29/2016 07:17 AM NOYB NOYB

System / User Manager - Remove Personalizations

Remove "you" personalizations.

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.

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.

37676f4e 03/09/2016 07:30 PM Jim Pingle

Bring some consistency to the way most buttons are displayed (color, icons, etc). Ticket #5965

Still need to review Advanced buttons and Repeatable block buttons.

f460db90 03/07/2016 10:59 PM NOYB NOYB

System / User Manager / Users / Edit

Warning: A table row was 4 columns wide and exceeded the column count established by the first row (3).

Error: Stray end tag td.

2ccf2ede 02/19/2016 07:27 PM Stephen Beaver

Fixed #5911

3c3ede28 02/19/2016 01:47 PM Stephen Beaver

Restore infoblock functionality for now

a0d084fe 02/16/2016 12:41 PM k-paulius

Replace alert with callout. Removed mention about greyed out icon - that is no longer applicable.

f6aebbcc 02/15/2016 03:16 PM NewEraCracker

Bring all calls of print_info_box to same standard

The call itself to print_info_box already echoes the content. There is no need of additionally using the short-open-echo tag on those calls to echo return value. The previous implementation shouldn't yell any visible issues as return is 'NULL' (undefined) which casts to an empty string when printing. But, just for the sake of conformity, this changes are advisable in my opinion.

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.

8f1ab2a4 02/14/2016 07:35 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

5cde9005 02/10/2016 09:12 PM NewEraCracker

Fix description disappering when editing admin user

ed10e389 02/08/2016 04:42 AM Phil Davis

Internationalize system user and group code

70dc5cd6 01/14/2016 06:15 AM Phil Davis

UI Consistency

1) Put the heading "Actions" at the top of all the "Actions" columns -
it was on some and not others.
2) Some more consistent capitalization of panel titles etc.
3) Most interfaces section edit pages had a section titled like "GIF
Configuration", "GRE Configuration". Make them all consistent, e.g....

060ed238 01/13/2016 08:11 PM Stephen Beaver

Fixed #5566

85d29bf5 01/11/2016 06:51 PM Stephen Beaver

Allow thee use of multiple infoblock on a page

35681930 01/07/2016 06:56 PM Stephen Beaver

Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock"
Just makes more sense to use a class for this

5bff8af8 01/07/2016 12:09 PM NewEraCracker

Adjust more calls to print_info_box with unquoted strings

d825dfea 12/29/2015 06:54 AM NOYB NOYB

HTML Compliance - System / User Manager / Users

A table row was 6 columns wide and exceeded the column count established by the first row (5).
End tag div seen, but there were open elements.
Unclosed element form.
Close php tag.

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

Remove $closehead variable

Remove unused variable $closehead

f14ff867 12/17/2015 05:08 PM Phil Davis

system_usermanager remove unused code

1) Line 448 "Remove this certificate association? (Certificate will not be deleted)" there was the text "Delete" being displayed and not looking good, in addition to the trash bin icon. Just the trash bin icon seems to be all that is needed....

d61309a0 12/17/2015 10:53 AM Phil Davis

Code style system_*

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

461487c2 12/07/2015 12:16 PM Phil Davis

Standardize breadcrumbs for User Manager tabs

I think this is the way it should be to make it like everywhere else.
Even when in the "Groups" pages, it is still reached by "System" "User
Manager".

945204b1 11/30/2015 08:21 PM Stephen Beaver

Fixed #5389

05973e8e 11/29/2015 07:53 PM Stephen Beaver

Merge pull request #2134 from ExolonDX/branch_04

8fd9052f 11/29/2015 06:23 PM Colin Fleming

Type up SCRIPT tags

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.

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.

95b59cdc 11/19/2015 03:39 PM Bruno Ferri

fix moveOption function

1b7379f9 11/18/2015 10:31 PM Jared Dillard

Ticket #5471 another convert batch to font-awesome icons

64c31615 11/11/2015 05:49 PM Stephen Beaver

Fixed #5416

953385a3 11/11/2015 12:43 AM jeroen van breedam

undo earlier commit

f80004de 11/10/2015 11:58 PM Stephen Beaver

Merge pull request #2047 from heper/patch-2

2f4e37b1 11/10/2015 08:13 PM Stephen Beaver

Fixed #5405

4c879f95 11/10/2015 04:58 PM jeroen van breedam

fix submit & move back to seperate ACT==delprivid

the code for delprivid was inside ACT==save / when hitting 'save' the post-data for delprivid was already gone

10fe1eb5 11/10/2015 02:17 PM Stephen Beaver

Completes #5400, #3999, #5405
Mote: New ticket will be opened to provide IP address sorting

408d0882 11/09/2015 07:39 PM jeroen van breedam

partial fix Bug #5389

9c45111c 11/09/2015 06:31 PM Stephen Beaver

Fixed #5388

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

191cb31d 11/06/2015 03:40 PM Stephen Beaver

Copyright updates Batch 2 of 3

33f0b0d5 11/05/2015 03:46 PM Stephen Beaver

Delete confirmation vi fa-trash automated via pfSense.js

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

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

9d5a20cf 11/05/2015 11:38 AM jeroen van breedam

replace and find for icon-embed-btn

b921ab63 11/04/2015 07:40 PM Stephen Beaver

Buttons updated

bb1b5c6f 10/30/2015 07:13 PM jeroen van breedam

convert system_usermanager to font-awesome

eef93144 09/24/2015 04:48 PM Jared Dillard

Ticket #5204 a clean up pass of the jquery sections

900ce3b0 09/16/2015 07:47 PM Jim Pingle

Work around a chicken-and-egg problem in user syncing. See #5152
See also: 5372d26d9d25d751d16865ed9d46869d3b0ec5e1

43acaa2f 09/16/2015 12:47 PM Stephen Beaver

Fixed 5139
Resolver GET/POST error

1fe9cc38 09/11/2015 06:30 PM Stephen Beaver

Fixed 5118
Input was set 'disabled' but should have bee 'readonly'

d1e73829 09/04/2015 07:39 PM Stephen Beaver

Fixed #5105
Page updated as suggested via comments

35e0cd70 09/04/2015 02:35 PM Stephen Beaver

Fixed #5096
Layout changed as requested

32b84ded 09/04/2015 02:20 PM Stephen Beaver

Fixed 5095

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

Merge pull request #1853 from PiBa-NL/bootstrap_fix1

98402844 09/02/2015 02:40 PM Stephen Beaver

Fixed #5028
Restored correct delcert action

b4333696 09/01/2015 08:10 PM Stephen Beaver

Fixed #5055
"All" no longer appears in group lists

db676e5b 09/01/2015 07:21 PM Stephen Beaver

Fixed #5028
By restoring "Delete" button and fixing table elements

7d2e572f 09/01/2015 06:11 PM Stephen Beaver

Corrected cert table functionality by adding missing PHP

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

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

7411c285 08/28/2015 02:12 PM Stephen Beaver

Fixed bug #5028
The page was junk as originally converted. It has been re-written to work as required. Links to certificates have yet to be implemented, but that will be added once testing is complete on this version.

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/