summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr.php
Commit message (Collapse)AuthorAgeFilesLines
* Internationalization of pkg*.phpPhil Davis2016-01-251-1/+1
| | | | | | | | 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 so I will think about how that can be translated nicely.
* 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.
* Consistent panel-heading h2Phil Davis2016-01-141-6/+9
| | | | | | 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
* Page revised to use Ajax to fetch the package information. This allows for ↵Stephen Beaver2016-01-081-113/+112
| | | | the presentation of error and status messages, as well as offering a more "standard" solution. (i.e.: should work with all browsers)
* Add spinning cogStephen Beaver2016-01-071-1/+1
|
* Added a crude method of displaying a "Please wait" banner.Stephen Beaver2016-01-071-5/+14
|
* pkg_mgr - Fix disablepackagehistoryBBcan1772015-12-301-6/+6
| | | | * Version title should always print * $g['disablepackagehistory'] only disables the changelog hyperlink
* Update pkg_mgr.phpBBcan1772015-12-301-1/+1
| | | Update syntax to 4 space indent
* Update pkg_mgr.phpBBcan1772015-12-301-54/+38
| | | | | | | | * 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. * Add missing gettext()
* HTML Compliance - System / Package Manager / Available PackagesNOYB2015-12-281-4/+4
| | | | | | | | | | | | 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"> The name attribute is obsolete. Consider putting an id attribute on the nearest container instead. <a data-toggle="collapse" href="#search-panel .panel-body" name="search-panel"> Bad value button for attribute type on element a: Subtype missing. <a id="btnsearch" type="button" title="Search" class="btn btn-primary btn-sm">Search <a id="btnclear" type="button" title="Clear" class="btn btn-default btn-sm">Clear
* HTML Compliance - System / Package Manager / Available PackagesNOYB2015-12-271-1/+4
| | | | | Stray tbody, table, and div tag ends when list empty. Close php tag.
* 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-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style pkgPhil Davis2015-12-151-25/+33
|
* Tidy up "pkg_mgr.php"Colin Fleming2015-12-011-0/+1
| | | | | | Table header only has three column, however the table body has four, so add missing column in table header
* Merge pull request #2134 from ExolonDX/branch_04Stephen Beaver2015-11-291-1/+1
|\
| * Type up SCRIPT tagsColin Fleming2015-11-291-1/+1
| |
* | 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/+2
|
* Fix search box icon colorStephen Beaver2015-11-201-1/+1
|
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-5/+5
|
* Use recently added shortname and changeloglink from get_pkg_info()Renato Botelho2015-11-131-4/+1
|
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-3/+2
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+0
|
* Search typoPhil Davis2015-10-231-1/+1
|
* Completed #5333Stephen Beaver2015-10-221-9/+4
|
* Hitting "Enter" now same as clicking "Search" buttonStephen Beaver2015-10-211-5/+17
| | | | "Where" default to "Both"
* package search functionality completedStephen Beaver2015-10-211-5/+42
|
* Initial seach box state is openStephen Beaver2015-10-211-1/+1
|
* Change '+' icon to '-' when panel is openStephen Beaver2015-10-211-2/+16
|
* Added search panel. (Not yet functional though)Stephen Beaver2015-10-211-34/+74
|
* Sort return of get_pkg_info()Renato Botelho2015-10-201-5/+0
|
* Use new installed flag to simplify logicRenato Botelho2015-10-201-11/+1
|
* Use inline functionRenato Botelho2015-10-201-5/+3
|
* 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-2/+2
| | | | | | | installer to run in the background whilst monitoring its output via AJAX to provide a better GUI display. Work in progress !
* Fixed errors when no packages installedStephen Beaver2015-10-091-3/+5
|
* Further refinement to #5290Stephen Beaver2015-10-091-4/+1
| | | | Use pkg_remove_prefix()
* Fixed #5290Stephen Beaver2015-10-091-2/+13
|
* Fix #5289 Available Packages version displayPhil Davis2015-10-091-4/+6
| | | | 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.
* Fil;e conversion complete. Tested against multiple packagesStephen Beaver2015-09-291-1/+8
|
* Remove link to package revision historyStephen Beaver2015-09-221-2/+8
|
* Re-apply changes did to convert pkg_mgr.php to use pkg that got lost during ↵Renato Botelho2015-09-221-75/+18
| | | | merge
* Unfinished (but better) versions of hte pkg pages and utilitiesStephen Beaver2015-09-221-5/+11
|
* firewall_asliases_edit: minor edits to display hint text on page loadStephen Beaver2015-09-091-53/+60
| | | | | head.inc: Fixes to notification system pkg_mgr: Removed calls to dicontinued function. Removed obsolete table columns, corrected description display
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-152/+177
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+221
OpenPOWER on IntegriCloud