summaryrefslogtreecommitdiffstats
path: root/mdkonline.pm
Commit message (Collapse)AuthorAgeFilesLines
* (translate_product) translate all productsThierry Vignaud2009-11-261-0/+4
|
* (translate_product) extract it from prepare_add_restricted() into aThierry Vignaud2009-11-261-0/+10
| | | | shared module (needed for next commits)
* (is_enterprise_media_supported, is_restricted_media_supported) moveThierry Vignaud2009-11-261-0/+10
| | | | them into shared module (needed for next commits)
* flaten export list for readability (needed for next commits)Thierry Vignaud2009-11-261-2/+7
|
* move get_product_id() into shared moduleThierry Vignaud2009-11-261-1/+7
| | | | (needed for next commits)
* (xml2perl) factorize code (needed for next commit)Thierry Vignaud2009-07-281-1/+16
|
* (get_banner) enable to specify actual banner titleThierry Vignaud2008-12-031-2/+3
|
* help perl_checkerThierry Vignaud2008-11-201-0/+1
|
* keep version aroundThierry Vignaud2008-11-201-0/+2
|
* (get_stale_upgrade_filename) actually introduced it (forgot to commit along ↵Thierry Vignaud2008-10-211-1/+5
| | | | previous commit)
* just do not restart the applet on package update anymoreThierry Vignaud2008-10-141-13/+0
|
* (fork_exec,get_banner) move them into share module (needed for next commits)Thierry Vignaud2008-10-131-0/+16
|
* kill dead code (bundles), thus loading quite a lot less useless modules thusThierry Vignaud2008-03-211-388/+0
| | | | | | reducing resident size of mdkapplet by 9MB aka 30% (#31860) (along with previous (smaller) gains)
* (is_running) typo fixThierry Vignaud2007-03-121-1/+1
|
* (is_running) fix detecting running applet processesThierry Vignaud2007-03-121-2/+2
|
* (soap_is_new_update_for_distro) introduce new method to check if newThierry Vignaud2006-12-061-0/+5
| | | | | updates were released
* (check_valid_email) relax constraints on email adresses (#26495)Thierry Vignaud2006-12-061-1/+1
|
* better usage of Data::DumperThierry Vignaud2006-09-211-6/+6
|
* (check_server_response) return better looking error messages whenThierry Vignaud2006-09-211-1/+1
| | | | | there's no known string for the error code
* (check_valid_boxname) enable dots in machine namesThierry Vignaud2006-09-151-1/+1
|
* - bump copyright yearsThierry Vignaud2006-04-071-0/+23
| | | | | | - remove daouda's dead email - list myself
* (check_server_response) fix crash when applet is run as rootThierry Vignaud2006-04-041-1/+1
|
* (soap_register_host) fix crash while registering the hostThierry Vignaud2006-03-301-1/+1
|
* (is_running) return the actual pid of the found programThierry Vignaud2006-03-291-3/+8
|
* (upgrade2v3) give it a hope to workThierry Vignaud2006-03-291-1/+1
|
* (check_server_response) log all server answersThierry Vignaud2006-03-281-0/+1
|
* (soap_upload_config) better logsThierry Vignaud2006-03-281-1/+1
|
* (check_server_response) rely on {code} rather than on deprecated {status}Thierry Vignaud2006-03-281-2/+4
|
* (soap_upload_config) log more stuffThierry Vignaud2006-03-281-1/+1
|
* s/log::l/log::explanations/Thierry Vignaud2006-03-281-5/+5
|
* fix log::l() callsThierry Vignaud2006-03-141-5/+5
|
* log some actionsThierry Vignaud2006-03-141-0/+6
|
* switch to new server URLThierry Vignaud2006-03-021-1/+1
|
* (soap_upload_config) fortifyThierry Vignaud2006-03-021-2/+2
|
* (register_upload_host) fix reading configurationThierry Vignaud2006-03-011-1/+1
|
* use https instead of httpThierry Vignaud2006-03-011-1/+1
|
* switch to new temporary debug serverThierry Vignaud2006-03-011-1/+1
|
* (check_server_response) fix returned error messageThierry Vignaud2006-03-011-1/+1
|
* make it work in strict modeThierry Vignaud2006-02-281-1/+1
|
* (get_distro_type) typo fixThierry Vignaud2006-02-271-1/+1
|
* perl_checker fixesThierry Vignaud2006-02-271-40/+38
|
* - more perl_checkerDaouda Lo2006-02-271-14/+11
|
* - perl_checkoDaouda Lo2006-02-271-13/+13
|
* (check_valid_email) make it workThierry Vignaud2006-02-271-1/+1
|
* - handle bundleDaouda Lo2006-02-231-1/+1
|
* - put all soap call in mdkonline.pmDaouda Lo2006-02-231-9/+14
|
* - add getUpdateHost funcDaouda Lo2006-02-231-6/+11
|
* - make code more modular : separate prepare_upload to use it in cronDaouda Lo2006-02-231-2/+11
| | | | | daemon exec
* - load config before writing change. Keep unchanged values unchangedDaouda Lo2006-02-221-1/+3
|
* - add better error messageDaouda Lo2006-02-221-3/+3
|