summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
Commit message (Collapse)AuthorAgeFilesLines
* Internationalize pkgmgr_installedPhil Davis2016-01-251-14/+14
| | | | Note: I enhanced the title text of the remove/update/reinstall buttons to include the package name. Before that, when you clicked to remove a package there would be a popup that just said "Are you sure you wish to remove?" - which looked a bit odd.
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Change dependency icon back to a paperclip (globe seems to imply more than ↵jim-p2016-01-211-3/+3
| | | | | | 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.
* pkg_mgr_installed - Fix disablepackagehistoryBBcan1772015-12-311-3/+2
| | | * Improve if/else/endif
* Update pkg_mgr_installed.phpBBcan1772015-12-291-21/+22
| | | | | | | | * Mods to if/else/elseif/endif statements for consistency. * Change font red to span class. * Change package dependency href link icon from "paper-clip" to "globe". * Remove redundant <i> in package dependency href link * Put package dependency links into a <ul> for a cleaner output when dependencies span over two lines. * Add <div> to "Action" column as the "!" icon was previously printing on the next line.
* Add href for package dependencies (pkg_mgr_installed)BBcan1772015-12-281-2/+2
| | | | * Case typo * Change package dependency text to href link(s).
* Remove $closehead variableColin Fleming2015-12-191-2/+0
| | | | Remove unused variable $closehead
* Show package dependencies if they exist (on both available package list and ↵jim-p2015-12-151-0/+6
| | | | installed package list)
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style pkgPhil Davis2015-12-151-7/+7
|
* clean up installed packagesJared Dillard2015-11-301-17/+17
|
* Santize breadcrumb #5527heper2015-11-291-1/+1
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Fixed #5521Stephen Beaver2015-11-231-2/+3
|
* Revised base firmware updateStephen Beaver2015-11-131-16/+15
|
* Use recently added broken item from get_pkg_infoRenato Botelho2015-11-131-24/+20
|
* Completed #5438Stephen Beaver2015-11-131-38/+51
|
* Use recently added shortname and changeloglink from get_pkg_info()Renato Botelho2015-11-131-7/+2
|
* Remove unused variablesRenato Botelho2015-11-131-2/+0
|
* Try to use default timezone from globals.inc when possible. Stop setting ↵Renato Botelho2015-11-091-7/+0
| | | | timezone on pkg_mgr_installed.php
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Merge pull request #1974 from phil-davis/patch-1Renato Botelho2015-10-231-1/+1
|\
| * Fix text if current package is newerPhil Davis2015-10-231-1/+1
| |
* | Merge pull request #1975 from phil-davis/patch-2Renato Botelho2015-10-231-0/+2
|\ \
| * | Balance a tag in pkg_mgr_installedPhil Davis2015-10-231-0/+2
| |/
* | Explain which thing is bluePhil Davis2015-10-231-1/+1
|/ | | | On the installed packages table, the Version column version number has a hyper-link to the package changelog. That appears blue all the time. It is when the package name in the "Name" column is blue that there is a newer version available. If you can think of some other way to make this clear without writing so much, then go for it.
* Revision of pkg mgr messages and appearanceStephen Beaver2015-10-211-4/+6
|
* REvised appearance uses icons vs buttonsStephen Beaver2015-10-211-8/+37
|
* Point changelog to the right repoRenato Botelho2015-10-211-10/+2
|
* Fix show categoriesRenato Botelho2015-10-201-1/+1
|
* Fix inverted version comparisonRenato Botelho2015-10-201-2/+2
|
* Use information from pkg to show installed packagesRenato Botelho2015-10-201-37/+27
|
* Rework pkg_mgt_installed.php:Renato Botelho2015-10-201-30/+31
| | | | | | | | | | | - Use complete name for get_pkg_info() filter parameter - Remove unnecessary calls to verify_all_package_servers and check_package_server_ssl - Remove unused and commented out tabs - Use new pkg_version_compare() to compare package version, it fixes #4924 - Remove already disabled 'Reinstall GUI' - Fix Info button
* fix typo, spotted by Phil DavisChris Buechler2015-10-141-1/+1
|
* Multiple changes to clean up the package installaion system by causing the ↵Stephen Beaver2015-10-131-28/+56
| | | | | | | installer to run in the background whilst monitoring its output via AJAX to provide a better GUI display. Work in progress !
* fix typoJared Dillard2015-10-131-1/+1
|
* add missing column headerJared Dillard2015-10-121-0/+1
|
* replace buttons with iconsJared Dillard2015-10-121-4/+4
|
* Fix package nameRenato Botelho2015-09-221-3/+5
|
* Reintroduce part of 5779ade6707ba530517da239d9ec3fc751d17d83 lost during ↵Renato Botelho2015-09-221-3/+2
| | | | bootstrap merge
* Unfinished (but better) versions of hte pkg pages and utilitiesStephen Beaver2015-09-221-1/+3
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-192/+112
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+259
OpenPOWER on IntegriCloud