summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-20/+20
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style WWW pkgPhil Davis2015-05-151-366/+410
| | | | | | | | | The syntax of these all seems good. Because the 2.3-DEVELOPMENT master does not currently have get_pkg_info implemented, the available packages tab always says "Unable to retrieve package info...". But I don't think I broke any code. This is integrated with the little changes for startdisplayingat var in pkg.php
* Use correct variable to fix paginationRenato Botelho2015-05-151-3/+2
|
* Fix startingat var name typo in pkp.phpPhil Davis2015-05-151-1/+1
| | | | | | | | Even with this fix, the code does not make sense. The first test is: if ($startingat > -1) if it gets into the else, then $startingat must be negative. But the test in the "else" tests for >1 ??? Someone who knows what it really is supposed to do could fix it!
* Remove duplicate copyrightPhil Davis2015-01-011-1/+0
| | | | Noticed these had the copyright twice
* Welcome 2015Renato Botelho2014-12-311-2/+2
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Tidy up "pkg.php" XHTMLColin Fleming2013-04-161-1/+1
| | | | Add missing opening and closing TR tag
* Tidy up "pkg.php" XHTMLColin Fleming2013-04-141-85/+85
| | | | | | | | | | | Move SCRIPT tags out of the TABLE tag Add CDATA section to SCRIPT tags Close INPUT and IMG tags and add ALT statement to IMG tags Update HTML boolean operators Move NOWRAP to class statement Deprecate ampersand in ANCHOR tags Add missing closing FONT tags Swap closing TR and TD tags
* Update PHP shorthand tagColin Fleming2013-01-141-1/+1
| | | | Standardise all PHP start tags from "<?" to "<?PHP"
* drag and drop function to reorder lists on pkg framework using jquery. Marcello Coutinho2012-05-251-8/+119
| | | | | | also new features like base64,description, tooltip custom texts. tested with sorting features too. related post on forum http://forum.pfsense.org/index.php/topic,49322.msg264514.html#msg264514
* Converting javascript code from scriptaculous to jQueryVinicius Coque2011-11-151-1/+1
|
* Allow packages to specify that their tabmenus should not be a drop-down list ↵Warren Baker2011-06-121-2/+4
| | | | by using a <no_drop_down/> tag.
* Correct indentationWarren Baker2011-02-211-1/+1
|
* Make sure it is an array before foreach.Warren Baker2011-02-211-8/+10
|
* NiftyCheck already included in bottom-loader.js otherwise div mainarea gets ↵Warren Baker2010-11-111-5/+0
| | | | rounded twice.
* Fix misc input validation errors. Move routed/* to same dir as pkg itemsScott Ullrich2010-11-061-1/+5
|
* Fix white spacesWarren Baker2010-09-211-1/+1
|
* If column['fieldname'] is a description then change html class to listbg to ↵Warren Baker2010-09-211-2/+6
| | | | conform to rest of GUI description table columns.
* New Package XML tag 'tab_level' allows for multiple rows of tab displays.Warren Baker2010-08-251-24/+38
|
* Unbreak adding new recordScott Ullrich2010-08-041-0/+1
|
* Remember custom rows per page when going to previous and next pagesScott Ullrich2010-08-031-3/+3
|
* Adjust rows per page a bitScott Ullrich2010-08-031-1/+1
|
* Round up correctly for page countScott Ullrich2010-08-031-2/+1
|
* Do not hide Displaying page now that we have the rows per pageScott Ullrich2010-08-031-17/+15
|
* Allow setting of how many records per page to showScott Ullrich2010-08-031-6/+26
|
* Show starting record ++Scott Ullrich2010-08-031-0/+1
|
* Do not show page X of X when filteringScott Ullrich2010-08-031-1/+2
|
* Make displaying page X of X boldScott Ullrich2010-08-031-1/+1
|
* * Show how many pages and current pageScott Ullrich2010-08-031-12/+42
| | | | | * Show record numbers that are shown * Cleanup previous and next page links and text
* Move previous and next pageScott Ullrich2010-08-031-1/+3
|
* Unbreak auto submitScott Ullrich2010-08-031-1/+1
|
* Use GET instead of post for filteringScott Ullrich2010-08-031-4/+11
|
* no need for a regex hereScott Ullrich2010-08-031-1/+1
|
* Reformat file. No functional changesScott Ullrich2010-08-031-46/+40
|
* Use ob_start() to speed up page rendering for large record sized pagesScott Ullrich2010-08-031-1/+3
|
* Adding field sorting and filtering supportScott Ullrich2010-08-031-65/+191
|
* Update (C) to 2010Scott Ullrich2010-04-271-1/+1
|
* If field type is interface show them with the descriptive name.Ermal Luçi2010-03-091-0/+3
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+3
| | | | include 2009 on files that I have asserted (C) on
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Do not redeckare gettextScott Ullrich2008-03-101-4/+0
|
* Make scripts XSS input safe.Scott Ullrich2008-02-121-2/+2
| | | | Pointed-out: by hoopercharles@gmail.com
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Correct the ordering of unsetting the item and running the delete command. ↵Scott Ullrich2007-02-211-10/+9
| | | | The delete command should be run after the unset so it can populate information correctly such as tinydns's data file.
* MFC from HEADScott Ullrich2006-04-201-5/+9
| | | | * Add gettext() dummy function to avoid needing gettext from -HEAD's php binary.
* MFC Fernando's OpenVPN changes.Scott Ullrich2006-04-011-1/+5
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
OpenPOWER on IntegriCloud