Project

General

Profile

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

# Date Author Comment
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

7940050b 07/16/2016 01:25 AM → luckman212

Fix "http://pf.sense/UNKNOWN" links in Pkg Manager

I noticed recently that many packages do not have the 'www' field in the database filled, or have it set to UNKNOWN The way the table is built, this causes bad links to be generated pointing to e.g. http://pf.sense/UNKNOWN. This patch fixes it, causing only packages with actual links to get the <a> tag.

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)

756ef4df 06/08/2016 11:02 PM Renato Botelho

Rework pkg_mgr_install.php:

- Stop using id parameter for additional packages, keep using it only
for firmware upgrades
- Created to control variables $completed and $confirmed to check all
the stages and make it easy to understand what is happening
- Stop using $pkgid and use $pkgname instead...

5542d069 03/10/2016 04:50 PM Jim Pingle

Fix button icons in the package manager. Ticket #5965

ee1b6980 02/16/2016 10:33 PM k-paulius

Convert button name to upper case.

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.

3cff35f1 02/14/2016 06:43 AM k-paulius

Make 'Installed Packages' first tab, because it is the active tab by default.

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

0a5fbe89 01/21/2016 03:56 PM Jim Pingle

Change dependency icon back to a paperclip (globe seems to imply more than intendend here), fix appearance of the text.
<ul> without <li> is invalid, remove. Also move the icon to a separate i tag, putting it in an a tag changed the font in an undesirable way.

95fa5cce 01/14/2016 05:31 PM Phil Davis

Consistent panel-heading h2

Make all the panel-heading uses also have consistent <h2
class="panel-title"> so they all display the same size.
Forum https://forum.pfsense.org/index.php?topic=105275.0

875a9486 01/08/2016 02:05 PM Stephen Beaver

Page revised to use Ajax to fetch the package information. This allows for the presentation of error and status messages, as well as offering a more "standard" solution. (i.e.: should work with all browsers)

fa251db5 01/07/2016 11:04 PM Stephen Beaver

Add spinning cog

d2364df7 01/07/2016 11:00 PM Stephen Beaver

Added a crude method of displaying a "Please wait" banner.

152c01be 12/31/2015 04:59 AM BBcan177 .

pkg_mgr - Fix disablepackagehistory

  • Version title should always print
  • $g['disablepackagehistory'] only disables the changelog hyperlink
8924af1a 12/30/2015 04:51 PM BBcan177 .

Update pkg_mgr.php

Update syntax to 4 space indent

4832ed98 12/30/2015 04:39 PM BBcan177 .

Update pkg_mgr.php

  • Note - There are two lines previously commented out at Lines! (L127-128)
  • Mods to if/else/elseif/endif statements for consistency.
  • Change package dependency href link icon from "paper-clip" to "globe".
  • Put package dependency links into a < ul > for a cleaner output when dependencies span over two lines....
f2c6628a 12/28/2015 01:43 PM NOYB NOYB

HTML Compliance - System / Package Manager / Available Packages

Bad value #search-panel .panel-body for attribute href on element a: Illegal character in fragment: space is not allowed.
<a data-toggle="collapse" href="#search-panel .panel-body" name="search-panel">...

81aba18d 12/27/2015 08:09 AM NOYB NOYB

HTML Compliance - System / Package Manager / Available Packages

Stray tbody, table, and div tag ends when list empty.
Close php tag.

c6c599f6 12/15/2015 07:41 PM Jim Pingle

Show package dependencies if they exist (on both available package list and installed package list)

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

713e39e1 12/01/2015 11:32 AM Colin Fleming

Tidy up "pkg_mgr.php"

Table header only has three column, however the table body has four, so
add
missing column in table header

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

a7548855 11/29/2015 12:43 PM jeroen van breedam

Santize breadcrumb #5527

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.

7409fde6 11/23/2015 05:13 PM Stephen Beaver

Fixed #5521

d7e7a132 11/20/2015 05:11 PM Stephen Beaver

Fix search box icon color

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

Ticket #5471 another convert batch to font-awesome icons

25fc475c 11/13/2015 12:31 PM Renato Botelho

Use recently added shortname and changeloglink from get_pkg_info()

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

d63edb34 10/23/2015 12:10 PM Phil Davis

Search typo

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

Completed #5333

1da8a2e3 10/21/2015 06:02 PM Stephen Beaver

Hitting "Enter" now same as clicking "Search" button
"Where" default to "Both"

3a28934c 10/21/2015 05:33 PM Stephen Beaver

package search functionality completed

1deed240 10/21/2015 02:54 PM Stephen Beaver

Initial seach box state is open

6c36aab3 10/21/2015 02:38 PM Stephen Beaver

Change '+' icon to '-' when panel is open

98dfca18 10/21/2015 02:16 PM Stephen Beaver

Added search panel. (Not yet functional though)

c5ecf722 10/20/2015 07:01 PM Renato Botelho

Sort return of get_pkg_info()

6544cb18 10/20/2015 06:46 PM Renato Botelho

Use new installed flag to simplify logic

2efc1ffd 10/20/2015 06:19 PM Renato Botelho

Use inline function

66999e39 10/14/2015 05:25 AM Chris Buechler

fix typo, spotted by Phil Davis

8237727a 10/13/2015 05:58 PM Stephen Beaver

Multiple changes to clean up the package installaion system by causing the installer to run in the background
whilst monitoring its output via AJAX to provide a better GUI display.
Work in progress !

54c8ef44 10/09/2015 04:15 PM Stephen Beaver

Fixed errors when no packages installed

3928c6f1 10/09/2015 02:08 PM Stephen Beaver

Further refinement to #5290
Use pkg_remove_prefix()

0071ef19 10/09/2015 01:45 PM Stephen Beaver

Fixed #5290

c4f5e057 10/09/2015 09:32 AM Phil Davis

Fix #5289 Available Packages version display

I left the "View changelog" code that was commented out, for future reference I guess when that data becomes available.
$index['version'] is still happily available in the $index array - so it just needs to be uncommented.

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

Fil;e conversion complete. Tested against multiple packages

af71b288 09/22/2015 07:01 PM Stephen Beaver

Remove link to package revision history

a69afe44 09/22/2015 06:26 PM Renato Botelho

Re-apply changes did to convert pkg_mgr.php to use pkg that got lost during merge

5c22f8ef 09/22/2015 04:24 PM Stephen Beaver

Unfinished (but better) versions of hte pkg pages and utilities

239b5161 09/09/2015 05:19 PM Stephen Beaver

firewall_asliases_edit: minor edits to display hint text on page load
head.inc: Fixes to notification system
pkg_mgr: Removed calls to dicontinued function. Removed obsolete table columns, corrected description display

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/