summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix field description/name display of select_source package fields.jim-p2015-12-081-3/+3
|
* fix syntax errorsheper2015-12-031-2/+2
|
* Support the fieldtype "<sethelp>" for checkboxes.Stephen Beaver2015-12-031-3/+5
|
* Support <comment> tag in package XMLStephen Beaver2015-12-021-1/+3
|
* Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-3/+3
| | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* 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.
* Change Form_TextArea to Form_TextareaStephen Beaver2015-11-231-4/+4
| | | | (autoload now makes the classes case sensitive)
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Always honor the required tag in package XML fieldsdoktornotor2015-11-211-1/+1
| | | Dunno whose idea it was to restrict this to input. WTH really.
* pkg_edit.php - base64 encoding/decoding fixes (Bug #5134)doktornotor2015-11-171-2/+15
| | | | | | | Currently, the base64 is only usable for textarea fields - see Bug #5134 for details. This adds base64_decode() to input and password field types if &lt;encoding&gt;base64&lt;/encoding&gt; tag is set for those fields (also for rowhelpers) to prevent the values from getting perpetually re-encoded which makes it unusable for those field types. Ideally, usage of the &lt;encoding&gt; tag should be prevented for fields type where it doesn't make any sense whatsoever, someone else needs to look into that, the packages.dtd XSD schema is a pathetic useless POS.
* Fixed #5443Stephen Beaver2015-11-141-16/+12
|
* 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
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-2/+2
|
* Javascript refine to hide Delete row button if there is only one rowStephen Beaver2015-10-271-1/+4
|
* Random comment typos like htePhil Davis2015-10-231-5/+5
|
* Comment typoStephen Beaver2015-10-021-1/+1
|
* Create a Form_Section if hte XML has not yet defined oneStephen Beaver2015-10-021-0/+5
| | | | https://forum.pfsense.org/index.php?topic=100249.0
* Completes #5159Stephen Beaver2015-10-021-166/+0
| | | | All duplicated JS removed to included file
* Fixed #5206Stephen Beaver2015-09-291-2/+3
| | | | Completes conversion of the pkg* files
* Fil;e conversion complete. Tested against multiple packagesStephen Beaver2015-09-291-747/+947
|
* Initial conversion of the file. Most functions completed and tested, but ↵Stephen Beaver2015-09-251-342/+544
| | | | more testing remains
* Reset the value of a package field before this test in case it has no ↵jim-p2015-09-241-0/+1
| | | | default. Fixes #5199
* Merge pull request #1787 from k-paulius/patch-pkg-1Renato Botelho2015-09-211-23/+10
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1267
OpenPOWER on IntegriCloud