summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (#15) Fix checking for autoupdate.lock.Colin Smith2005-04-261-2/+2
|
* XML was not being parsed if pkg_config.xml already existsScott Ullrich2005-04-261-1/+1
|
* * Use $pkg_config['packages']['package']Scott Ullrich2005-04-261-2/+2
| | | | * Dont use $pkg_config, use $pkg
* $g needs to be a global, too to participate in the fun.Scott Ullrich2005-04-261-1/+1
|
* pkg_mgr_delete.php requires a pkg name instead of its id#Scott Ullrich2005-04-261-1/+1
| | | | This somewhat helps fix Ticket #29 but more work remains
* * Fix XML error if no packages are defined.Colin Smith2005-04-261-36/+30
| | | | | | * Remove "clear" button. TODO: Cleanup.
* Do not foreach through $ipseccfg['tunnel'] if its not definedScott Ullrich2005-04-261-7/+8
|
* unset bandwidthtype type if no bandwidth is specifiedScott Ullrich2005-04-261-0/+2
| | | | This resolves Ticket #30
* unset bandwidth type if no bandwidth is specifiedScott Ullrich2005-04-261-1/+3
|
* $changecount++ so that the savings on the form can be saved. DOH!Scott Ullrich2005-04-261-0/+2
| | | | This should address Ticket #16
* Fix fatal error when no packages are installed.Colin Smith2005-04-261-2/+3
|
* Check the correct array for packages.Colin Smith2005-04-261-2/+2
|
* Remove blurb at bottom about creating a rule. We do this automatically when ↵Scott Ullrich2005-04-261-3/+1
| | | | the service is enabled now.
* Correctly restore gateway address.Scott Ullrich2005-04-261-0/+2
| | | | This should address Ticket #24
* Update domain field regex to allow -'sScott Ullrich2005-04-261-1/+1
| | | | This should address Ticket #38
* Create /var/db/pkg if it does not existScott Ullrich2005-04-261-0/+3
|
* Unset $config['system']['dnsallowoverride'] before assigning.Scott Ullrich2005-04-261-0/+3
| | | | This should address Ticket #16
* * Do not assign a label to a rule if its disabledScott Ullrich2005-04-261-17/+18
| | | | | | * Turn off return debugging statements This should address Ticket #34
* Remove trailing spaceScott Ullrich2005-04-261-1/+1
|
* Echo out interface name when its not WAN.Scott Ullrich2005-04-261-1/+1
| | | | This should address Ticket #32
* Match max_execution_time and max_input_time to known good values that allow ↵Scott Ullrich2005-04-262-4/+4
| | | | for really long php execution script time.
* Version bumpScott Ullrich2005-04-261-1/+1
|
* Include xmlrpc.inc instead of xmlrpc_client.inc.Colin Smith2005-04-261-1/+1
|
* Clean up full reinstall code.Colin Smith2005-04-261-12/+10
|
* get_available_pkg_id: Don't fetch and parse pkg_config if it's already defined.Colin Smith2005-04-261-4/+9
|
* We don't need to foreach through pkg_config.xml.Colin Smith2005-04-251-6/+1
|
* * a_sort -> asortColin Smith2005-04-251-1/+1
|
* Fix sorting.Colin Smith2005-04-251-6/+7
|
* Do not show errors. We may not be on a CF type system.Scott Ullrich2005-04-251-4/+4
|
* Sort installed packages.Colin Smith2005-04-251-4/+15
|
* * Use a_sort to preserve key values.Colin Smith2005-04-251-8/+8
| | | | | * Fix package installation ($index instead of $i). * Only loop through $config once to get an array of installed packages.
* Sort the list of available packages.Colin Smith2005-04-251-14/+12
|
* Fix formatting.Colin Smith2005-04-231-1/+1
|
* * Fix successful install logic.Colin Smith2005-04-231-11/+20
| | | | * Don't download the package if it's already installed - this is useful if you only need to update XML.
* Rename Package Manager to Packages .. Ony Safari the item word wraps and it ↵Scott Ullrich2005-04-231-1/+1
| | | | looks awful[tm]
* Minor tweaks.Colin Smith2005-04-231-1/+1
|
* Fix package installation.Colin Smith2005-04-231-8/+18
|
* xmlrpc_array_to_php -> xmlrpc_value_to_php.Colin Smith2005-04-231-1/+1
|
* Version bump to welcome our new overlord bridging + shaping friends.Scott Ullrich2005-04-231-1/+1
|
* Disable Rendevouz section. It won't make it into the beta.Scott Ullrich2005-04-231-0/+2
|
* Use packages-5.4-release as our default package location, at least until I ↵Colin Smith2005-04-221-1/+1
| | | | can find a better way to determine where exactly we should be fetching a particular depend from.
* Reorder the Auto Update tab to appear firstScott Ullrich2005-04-224-4/+4
|
* Check for the actual updater script only (instead of the PHP page itself, ↵Colin Smith2005-04-221-1/+1
| | | | which is a bit self-defeating).
* Process system_set_harddisk_standby() instead of requiring a reboot. Doh!Scott Ullrich2005-04-221-10/+2
|
* Remove generic-pc check. Let user specify how they want that hard drive to ↵Scott Ullrich2005-04-221-4/+2
| | | | power down.
* * Add missing cancel buttonScott Ullrich2005-04-2218-18/+18
| | | | * cancel -> Cancel
* Don't forget the closing }.Colin Smith2005-04-221-0/+1
|
* Log all dependencies found but already installed.Colin Smith2005-04-221-1/+4
|
* Give a show log option upon failed package installScott Ullrich2005-04-221-0/+1
|
* Eliminate the status box. Move everything into the output windowScott Ullrich2005-04-221-7/+4
|
OpenPOWER on IntegriCloud