summaryrefslogtreecommitdiffstats
path: root/src/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #5127Stephen Beaver2015-09-301-1/+1
| | | | Don't "foreach($config['menus'])" if there are no menus defined
* Corrected page title (which was using incorect PHP format)Stephen Beaver2015-09-301-1/+1
|
* Corrected logo hyperlinkStephen Beaver2015-09-302-41/+43
| | | | Changed Jumbotron font to white so you can actually read the text
* pkg 1.6.x upgrade command called with -q is now respecting itRenato Botelho2015-09-301-1/+1
|
* Suppress progreess bar until package system revision is completeStephen Beaver2015-09-301-1/+2
|
* Wizard system completed and tested agains all wizard filesStephen Beaver2015-09-301-461/+312
| | | | Progress bar added to show progess through wizard steps
* Do a service reload of dyndns when changing gateways in case something hasChris Buechler2015-09-291-0/+2
| | | | changed. Ticket #5214
* Bootstrap conversion mostly complete.Stephen Beaver2015-09-292-274/+380
| | | | Tested with setupwizard.xml and looks good. Couple more thankgs to check so don't test yet please.
* Do not run pkg update between first and second step of upgrade processRenato Botelho2015-09-291-2/+2
|
* Remove old references to undefined variable firmwarelockRenato Botelho2015-09-291-4/+0
|
* Call exit after detect another instance is already running, otherwise it ↵Renato Botelho2015-09-291-1/+1
| | | | would end up deleting pid file
* Detect when pkg must be upgraded and do it early, followed by a pkg update ↵Renato Botelho2015-09-291-0/+5
| | | | to make sure metadata is updated
* Fixed #5209Stephen Beaver2015-09-291-5/+14
|
* Fixed #5206Stephen Beaver2015-09-292-89/+106
| | | | Completes conversion of the pkg* files
* Fixed #5212Stephen Beaver2015-09-291-16/+15
|
* Fil;e conversion complete. Tested against multiple packagesStephen Beaver2015-09-293-750/+957
|
* Ensure this only contains a partial name, not a path, before attempting to ↵jim-p2015-09-281-0/+1
| | | | craft a full name and read the file. Fixes #5203.
* add 'interface' column to lease_counter tableheper2015-09-251-0/+4
|
* Cleanup cache and stale packages after install/deleteRenato Botelho2015-09-251-0/+2
|
* Add missing ;;Renato Botelho2015-09-251-0/+1
|
* Initial conversion of the file. Most functions completed and tested, but ↵Stephen Beaver2015-09-252-342/+561
| | | | more testing remains
* Fix logic to set EVENT_PIPERenato Botelho2015-09-251-3/+5
|
* Add -h, to show helpRenato Botelho2015-09-251-1/+5
|
* Define EVENT_PIPE using a parameter, -pRenato Botelho2015-09-251-8/+13
|
* Print return code when _GUI_CALL is not empty, used by GUI to check rc of a ↵Renato Botelho2015-09-251-4/+5
| | | | process that runs in bg
* Replace direct calls to exit by _exitRenato Botelho2015-09-251-5/+5
|
* Set environment var EVENT_PIPE, used by pkg to write out progress in json formatRenato Botelho2015-09-251-0/+10
|
* Rename functions and variables to improve readability, no functional changesRenato Botelho2015-09-251-29/+29
|
* Use compare_version() for kernel_pkg checksRenato Botelho2015-09-251-15/+1
|
* Add pfSense-upgrade parameters -i/-r to install or remove packagesRenato Botelho2015-09-251-5/+125
|
* Change usage() to use regular echo() and print to stderrRenato Botelho2015-09-251-4/+4
|
* Relocate global variables definitions, no functional changesRenato Botelho2015-09-251-5/+4
|
* Relocate main block and leave all functions in the begginingRenato Botelho2015-09-251-34/+35
|
* Check if update needs to run inside update()Renato Botelho2015-09-251-9/+18
|
* Update repository metadata hourlyRenato Botelho2015-09-251-1/+21
|
* Fixed #5189Stephen Beaver2015-09-241-6/+22
|
* Ticket #5204 a clean up pass of the jquery sectionsJared Dillard2015-09-2420-42/+80
|
* Clarify the use of noshuntlaninterfaces and autoexcludelanaddressPhil Davis2015-09-241-5/+9
| | | | The existing code here looks like it should be working correctly. Maybe it would help future maintainers if the field name used for gathering the data value in the UI and $POSTing it is changed to autoexcludelanaddress. Then the code reads a bit more easily where the logic value of noshuntlaninterfaces and autoexcludelanaddress is swapped back and forth.
* Reset the value of a package field before this test in case it has no ↵jim-p2015-09-241-0/+1
| | | | default. Fixes #5199
* Fixed #5192Stephen Beaver2015-09-241-33/+62
| | | | Element names corrected
* Updated tables to responsive formatStephen Beaver2015-09-241-107/+132
| | | | | | Added table style classes Changed array keys to descriptive names Updated indenting/style
* Merge pull request #1932 from heper/patch-2Stephen Beaver2015-09-241-2/+30
|\
| * dhcp_lease_counter for masterheper2015-09-231-2/+30
| | | | | | https://redmine.pfsense.org/issues/5186
* | Comment typo fixStephen Beaver2015-09-241-1/+1
| |
* | Fixed #5146Stephen Beaver2015-09-241-44/+37
| | | | | | | | Bootstrap conversion complete and unit tested
* | service_dhcp_edit.php fixes from code inspectionPhil Davis2015-09-241-4/+4
| | | | | | To save you some time in testing and fixing, here are the bugs I noticed by code inspection.
* | File converted but not yet checked/testedStephen Beaver2015-09-232-820/+1131
| |
* | Add -u option to pfSense-upgradeRenato Botelho2015-09-231-22/+39
| | | | | | | | | | | | | | | | - New -u option, to run pkg update - Move upgrade action code to upgrade() - Rename first_step to upgrade_first_step - Rename second_step to upgrade_second_step - Do not call update when upgrade is called
* | Verify if pkg is (un)locked before (un)lock itRenato Botelho2015-09-231-2/+6
| |
* | Disable trap on _exit()Renato Botelho2015-09-231-0/+2
| |
OpenPOWER on IntegriCloud