7bc627a203 
								
							 
						 
						
							
							
								
								add charset to language string to remove PMA warning. See  #1052  
							
							
							
						 
						
							2008-05-12 20:54:21 +00:00  
				
					
						
							
							
								 
						
							
								eabfd5d1c9 
								
							 
						 
						
							
							
								
								Remplate intval() par floatval() sinon les quotas (ex: bande passante) sont limites a 2147483647 (1.99 gigs), quoique, voir aussi le bug  #1129  
							
							
							
						 
						
							2008-04-30 03:34:57 +00:00  
				
					
						
							
							
								 
						
							
								0e4af4a02d 
								
							 
						 
						
							
							
								
								Remplate intval() par floatval() sinon les quotas (ex: bande passante) sont limites a 2147483647 (1.99 gigs)  
							
							
							
						 
						
							2008-04-30 02:42:12 +00:00  
				
					
						
							
							
								 
						
							
								45a6151067 
								
							 
						 
						
							
							
								
								locale update: NEW STRINGS TO TRANSLATE!  
							
							
							
						 
						
							2008-04-27 03:47:31 +00:00  
				
					
						
							
							
								 
						
							
								c255baf675 
								
							 
						 
						
							
							
								
								style fix: no ?> at the end of file  
							
							
							
						 
						
							2008-04-27 03:45:57 +00:00  
				
					
						
							
							
								 
						
							
								f4cf4d77dd 
								
							 
						 
						
							
							
								
								style fix: no ?> at the end of file  
							
							
							
						 
						
							2008-04-27 03:45:30 +00:00  
				
					
						
							
							
								 
						
							
								73a1b432f8 
								
							 
						 
						
							
							
								
								usability fixes:  
							
							... 
							
							
							
							* remove the redundant "MySQL" in "MySQL users"
 * move that "Users" menu lower down to make it obvious "MySQL" is all about "Databases" 
							
						 
						
							2008-04-27 03:42:56 +00:00  
				
					
						
							
							
								 
						
							
								f06159603b 
								
							 
						 
						
							
							
								
								usability fix: put the logout button all the way at the bottom instead of somewhere near the bottom  
							
							
							
						 
						
							2008-04-27 03:38:34 +00:00  
				
					
						
							
							
								 
						
							
								5611cae418 
								
							 
						 
						
							
							
								
								rename a few options in the main admin menu:  
							
							... 
							
							
							
							* the menu is now named "Administration" (instead of "Reseller")
 * "Admin Control Panel" is now renamed "AlternC configuration" 
							
						 
						
							2008-04-27 03:35:05 +00:00  
				
					
						
							
							
								 
						
							
								93c9152aab 
								
							 
						 
						
							
							
								
								whitespace style fix  
							
							
							
						 
						
							2008-04-27 03:27:33 +00:00  
				
					
						
							
							
								 
						
							
								50567f1edd 
								
							 
						 
						
							
							
								
								make a real "Web statistics" section, independent of the raw web stats  
							
							... 
							
							
							
							quotas and al 
							
						 
						
							2008-04-27 03:25:54 +00:00  
				
					
						
							
							
								 
						
							
								ddab3792e8 
								
							 
						 
						
							
							
								
								fix menu style  
							
							
							
						 
						
							2008-04-24 23:03:20 +00:00  
				
					
						
							
							
								 
						
							
								a2f598a593 
								
							 
						 
						
							
							
								
								correct usage of array_unshift  
							
							
							
						 
						
							2008-04-24 18:23:55 +00:00  
				
					
						
							
							
								 
						
							
								a843e1200d 
								
							 
						 
						
							
							
								
								partially revert last change: stick to printf, but still allow  
							
							... 
							
							
							
							variable number of arguments in error handlers
we don't want to switch to strtr as ->raise() is used everywhere
without arrays... 
							
						 
						
							2008-04-24 18:17:43 +00:00  
				
					
						
							
							
								 
						
							
								fc9c612c21 
								
							 
						 
						
							
							
								
								use strtr instead of printf to expand variables in translated strings  
							
							... 
							
							
							
							this means that the error arguments are now passed as an associative
array.
exemple:
$err->raise("foo", "error message: %error", array('%error' => "blah")); 
							
						 
						
							2008-04-24 18:07:11 +00:00  
				
					
						
							
							
								 
						
							
								15f9312e72 
								
							 
						 
						
							
							
								
								doc update of error handler  
							
							
							
						 
						
							2008-04-24 17:56:04 +00:00  
				
					
						
							
							
								 
						
							
								6c8c512b05 
								
							 
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2008-04-24 16:55:52 +00:00  
				
					
						
							
							
								 
						
							
								9be86ad565 
								
							 
						 
						
							
							
								
								remove gcc from build-depends: we now use perl scripts  
							
							... 
							
							
							
							Spotted by: Patrick Hétu 
							
						 
						
							2008-04-24 16:19:10 +00:00  
				
					
						
							
							
								 
						
							
								3cbd94f5f6 
								
							 
						 
						
							
							
								
								correctly declare functions, we were missing parenthesis  
							
							
							
						 
						
							2008-04-24 16:10:27 +00:00  
				
					
						
							
							
								 
						
							
								cf484070de 
								
							 
						 
						
							
							
								
								remove a bashism: don't use the function keyword to declare functions,  
							
							... 
							
							
							
							it's not POSIX.
Note that there might be some other bashisms around, but this is the
only one I am aware of now, so...
Closes : #1122  
							
						 
						
							2008-04-24 15:35:33 +00:00  
				
					
						
							
							
								 
						
							
								30057bba56 
								
							 
						 
						
							
							
								
								add a [mysql] block to our my.cnf that contains the database= settings  
							
							... 
							
							
							
							so that mysqldump and other utilities using this file don't get a
warning.
Note that we do not convert existing configuration so that
milestone:0.9.8 installs will have to be manually patched to remove
the warning on mysqldump.
See #1127  and ["Errata_0.9.8"]. 
							
						 
						
							2008-04-24 15:24:41 +00:00  
				
					
						
							
							
								 
						
							
								099ac1f32f 
								
							 
						 
						
							
							
								
								Properly specify the database to backup in the mysql dump script by  
							
							... 
							
							
							
							reverting a tiny part of [2117].
Closes : #1127  
							
						 
						
							2008-04-24 15:17:07 +00:00  
				
					
						
							
							
								 
						
							
								b6ef65ded3 
								
							 
						 
						
							
							
								
								also fix database user variable expansion in debian configuration. without this, it is probably not possible to change the database user from the debconf prompts  
							
							
							
						 
						
							2008-04-17 23:08:10 +00:00  
				
					
						
							
							
								 
						
							
								115fe16dbf 
								
							 
						 
						
							
							
								
								use the proper variable for database user replacement.  Closes :  #1124  
							
							
							
						 
						
							2008-04-17 23:04:26 +00:00  
				
					
						
							
							
								 
						
							
								8aca1730ec 
								
							 
						 
						
							
							
								
								use absolute path for awk in trying to bring back quotas. See  #1008  
							
							
							
						 
						
							2008-04-15 21:31:06 +00:00  
				
					
						
							
							
								 
						
							
								83be236897 
								
							 
						 
						
							
							
								
								add missing ) to version  
							
							
							
						 
						
							2008-04-15 16:24:22 +00:00  
				
					
						
							
							
								 
						
							
								34e28495a5 
								
							 
						 
						
							
							
								
								change the version number with sed instead of debchange, which always adds a new changelog...  
							
							
							
						 
						
							2008-04-15 16:23:11 +00:00  
				
					
						
							
							
								 
						
							
								eff216a5dc 
								
							 
						 
						
							
							
								
								more snapshot fixes: update before snapshot. don't put a new changelog entry with debchange.  
							
							
							
						 
						
							2008-04-15 16:09:15 +00:00  
				
					
						
							
							
								 
						
							
								71bda92a12 
								
							 
						 
						
							
							
								
								open the changelog for version 0.9.9, so that we can add changes to that version as we go along. use ~ as the svn version seperator so it's *lower* than 0.9.9 on snapshots  
							
							
							
						 
						
							2008-04-15 15:54:48 +00:00  
				
					
						
							
							
								 
						
							
								83f15dca0e 
								
							 
						 
						
							
							
								
								make it so that the displayed version is only the one set in the changelog  
							
							
							
						 
						
							2008-04-15 15:42:33 +00:00  
				
					
						
							
							
								 
						
							
								27b4d9d2a6 
								
							 
						 
						
							
							
								
								make a quick hack to build snapshots from svn, with a snapshot version  
							
							
							
						 
						
							2008-04-15 15:40:42 +00:00  
				
					
						
							
							
								 
						
							
								8b3cc89ab4 
								
							 
						 
						
							
							
								
								remove .cvsignore file  
							
							
							
						 
						
							2008-04-15 15:08:02 +00:00  
				
					
						
							
							
								 
						
							
								c92074b1e6 
								
							 
						 
						
							
							
								
								document that mysql.sh needs MYSQL_CLIENT  
							
							
							
						 
						
							2008-04-15 15:07:14 +00:00  
				
					
						
							
							
								 
						
							
								4f795a092c 
								
							 
						 
						
							
							
								
								lien vers la documentation utilisateur au lieu de la documentation generale  
							
							
							
						 
						
							2008-04-14 19:42:14 +00:00  
				
					
						
							
							
								 
						
							
								172adf7a3d 
								
							 
						 
						
							
							
								
								language switcher in the main interface  
							
							
							
						 
						
							2008-04-14 19:41:24 +00:00  
				
					
						
							
							
								 
						
							
								ea996efb27 
								
							 
						 
						
							
							
								
								move messages with settings, renamed 'Other'  
							
							
							
						 
						
							2008-04-14 19:18:35 +00:00  
				
					
						
							
							
								 
						
							
								d2b8570f14 
								
							 
						 
						
							
							
								
								make 'Reseller' translatable  
							
							
							
						 
						
							2008-04-14 19:16:36 +00:00  
				
					
						
							
							
								 
						
							
								25c072227c 
								
							 
						 
						
							
							
								
								link to the wiki for documentation  
							
							
							
						 
						
							2008-04-14 19:13:18 +00:00  
				
					
						
							
							
								 
						
							
								a76565250a 
								
							 
						 
						
							
							
								
								group together more menus, rename the meaningless Frontpage menu into Messages  
							
							
							
						 
						
							2008-04-14 19:10:43 +00:00  
				
					
						
							
							
								 
						
							
								2058e1e1a5 
								
							 
						 
						
							
							
								
								group protected folders and FTP accounts with the file browser, under a category named 'Files and directories'  
							
							
							
						 
						
							2008-04-14 19:00:30 +00:00  
				
					
						
							
							
								 
						
							
								35510e3d6a 
								
							 
						 
						
							
							
								
								remove developpment warning that crept into 0.9.8  
							
							
							
						 
						
							2008-04-14 18:58:53 +00:00  
				
					
						
							
							
								 
						
							
								1aaf7624a5 
								
							 
						 
						
							
							
								
								reorder menu entries in a more logical manner  
							
							
							
						 
						
							2008-04-14 18:55:57 +00:00  
				
					
						
							
							
								 
						
							
								d85ced9da1 
								
							 
						 
						
							
							
								
								another last minute fix: fix parse error in timing display  
							
							
							
						 
						
							2008-04-14 03:42:42 +00:00  
				
					
						
							
							
								 
						
							
								7cfa0db5ed 
								
							 
						 
						
							
							
								
								fix mysql.cnf regexp for a last time, i hope  
							
							
							
						 
						
							2008-04-14 03:22:10 +00:00  
				
					
						
							
							
								 
						
							
								becf621bb4 
								
							 
						 
						
							
							
								
								fix quoting again  
							
							
							
						 
						
							2008-04-14 03:14:25 +00:00  
				
					
						
							
							
								 
						
							
								06166a92e2 
								
							 
						 
						
							
							
								
								another last minute fix about mysql.cnf parsing  
							
							
							
						 
						
							2008-04-14 03:12:23 +00:00  
				
					
						
							
							
								 
						
							
								21f2254a00 
								
							 
						 
						
							
							
								
								be more verbose in template expansion  
							
							
							
						 
						
							2008-04-14 03:10:58 +00:00  
				
					
						
							
							
								 
						
							
								6bedb59def 
								
							 
						 
						
							
							
								
								last minute fix: fix template instantiation for mysql passwords  
							
							
							
						 
						
							2008-04-14 03:01:13 +00:00  
				
					
						
							
							
								 
						
							
								8bb184b1d6 
								
							 
						 
						
							
							
								
								fix translation of main prompt  
							
							
							
						 
						
							2008-04-14 02:48:43 +00:00  
				
					
						
							
							
								 
						
							
								2078514248 
								
							 
						 
						
							
							
								
								remove old cvs statefile  
							
							
							
						 
						
							2008-04-14 02:41:20 +00:00