Commit Graph

2445 Commits

Author SHA1 Message Date
Alan Garcia 3f1b9e34c5 Another cometics 2014-03-26 18:16:13 +00:00
Alan Garcia c6aabb8cef Restart opendkim au lieu de reload
Should fix #1567
2014-03-26 18:13:45 +00:00
alban ab95ab4a4b [fix] #1550 Broken notice on multi user delete: only one reported 2014-03-26 19:00:12 +01:00
Alan Garcia 832735209c Tentative pour #1576 2014-03-26 17:59:45 +00:00
alban 2793eb73f9 [fix] missing delete account button in long account list 2014-03-26 18:51:28 +01:00
fufroma 34594c884f Suggested patchs 2014-03-26 18:30:01 +01:00
alban 3b142816eb [fix] phpunit test name 2014-03-26 18:00:36 +01:00
alban 3e635703c6 [fix] Code documentation and eventual cosmetic changes 2014-03-26 18:00:36 +01:00
Benjamin Sonntag 34899f05e6 fixing catchall badly migrated in 3.0.1 2014-03-26 17:47:00 +01:00
Alan Garcia b04eb3ef73 Cosmetic in debug_alternc 2014-03-26 15:57:46 +00:00
Alan Garcia 4b7890ea64 Cosmetic, as usual 2014-03-26 15:40:43 +00:00
Alan Garcia b305d5a506 Remet php 5.3 dans les tests de config 2014-03-26 15:39:13 +00:00
fufroma 0bcc31be45 Suggested cosmetic 2014-03-26 16:05:05 +01:00
Alan Garcia 62dde928c5 Cosmetic 2014-03-26 15:04:12 +00:00
Alan Garcia 02f735ecdf Some cosmetic 2014-03-26 14:36:36 +00:00
fufroma 2f92810c94 Merge branch 'master' of git.alternc.org:alternc 2014-03-26 15:10:13 +01:00
fufroma 92bee77f40 Suggested changes 2014-03-26 15:09:43 +01:00
Alan Garcia e79d6d6595 Missing $db in upnp 2014-03-26 14:05:51 +00:00
fufroma 7cd158c45c Suggested comments 2014-03-26 14:59:41 +01:00
alban 1c7ee90720 [fix] don't define by default in phpunit bootstrap 2014-03-26 14:55:30 +01:00
alban 0d307bd6d6 [fix] Rewrites code to be 5.3 compliant by removing func()[key] notations 2014-03-26 14:47:36 +01:00
Alan Garcia 28675a2973 Gros doigts powa. 2014-03-26 13:44:24 +00:00
Alan Garcia 0bf6596466 Cosmetic, again 2014-03-26 13:31:06 +00:00
alban 6adef177c9 [fix] code documentation, comments and cosmetic changes 2014-03-26 14:29:08 +01:00
Alan Garcia 3b1e0a359d Coding style, again 2014-03-26 11:45:31 +00:00
Alan Garcia ed3ab589dd Coding style 2014-03-26 11:22:32 +00:00
Alan Garcia 0349fef05a Coding style 2014-03-26 11:01:02 +00:00
alban eb45d87d75 [fix] class documentation missing type 2014-03-26 11:59:59 +01:00
Pierre-Louis Bonicoli a7d1a5c3d8 [fix] debconf: use error instead of note (#1524)
When encountered, errors are always showed.
2014-03-26 03:11:29 +01:00
Pierre-Louis Bonicoli ca8cd30437 [enh] remote mysql: show an error when connection fails 2014-03-26 03:11:29 +01:00
Pierre-Louis Bonicoli c05f1bddd2 [fix] debconf: don't fail when noninteractive frontend is used 2014-03-26 03:11:29 +01:00
Pierre-Louis Bonicoli bb26c2f13c [fix] Allow to use a remote sql server even if a local one is installed 2014-03-26 03:11:28 +01:00
Pierre-Louis Bonicoli c8cfbdf426 [fix] debconf: avoid infinite loop (#1517)
Don't loop when debconf frontend is non-interactive.
2014-03-26 03:11:28 +01:00
Pierre-Louis Bonicoli 58603c0e40 [enh] Remove redundant debconf commands 2014-03-26 03:11:21 +01:00
Pierre-Louis Bonicoli cfa27b2b56 [fix] don't override existing debconf values 2014-03-26 03:11:05 +01:00
Pierre-Louis Bonicoli a5f544b705 [enh] homogenize coding style
- use 2 spaces for indentations
- remove tabulations
- remove trailing spaces
- if/then statements
2014-03-26 03:10:59 +01:00
alban 6dd6094b71 [fix] Documents and tweaks m_action 2014-03-23 15:15:49 +01:00
alban ae490904ea [enh] Adds bureau/m_action testing 2014-03-23 15:15:49 +01:00
alban 251d556c4a [fix] tweaks the testing local.sh_generic 2014-03-23 15:15:49 +01:00
Alan Garcia b234bc79b9 Missing dbunit 2014-03-23 10:55:59 +00:00
alban 9238572dad [fix] test bootstrap : broken mysql config 2014-03-22 15:59:45 +01:00
alban ee71a5a001 [enh] adds documentation and partially rewrites m_variables for testing
1. Does echo by default for helpers but makes it optional and returns result

2. Comments $variables = $this->variable_merge(array(),$arr_var['DEFAULT'][NULL]);
                                 					  =======
as this failed to work here.
2014-03-22 15:50:04 +01:00
alban f17f18c476 [enh] db_mysql : adds exceptions 2014-03-22 15:50:04 +01:00
alban 6bf962400a [fix] SetUp and tearDown for tests should call parent props 2014-03-22 15:50:04 +01:00
alban ba34e2a4c2 [enh] Adds datasets for testing 2014-03-22 15:50:04 +01:00
alban 0356fa622c [enh] m_variablesTest is ready 2014-03-22 15:50:04 +01:00
alban f0ad82c5d5 [enh] Readies AlterncTest for DbUnit testing 2014-03-22 15:50:04 +01:00
alban b26fc42ac4 Updates bootstrap
Adds a THROW_EXCEPTION const
Force connect the db as otherwise mysql_escape fails
2014-03-22 15:50:04 +01:00
fufroma d20227a44e Encore scrutinizer 2014-03-21 15:33:54 +01:00
fufroma db79d3d9cd Desactive PHP 5.3 et PHP 5.5 des test de Travis 2014-03-21 15:27:40 +01:00