Commit Graph

32401 Commits

Author SHA1 Message Date
Laurent Destailleur
dcaaa84ddb Fix: css with jmobile 2013-06-19 14:03:54 +02:00
Laurent Destailleur
bd8271ee24 Fix: hooks for leftmenu must not be loaded if left menu hidden, also
hooks were lost into page search_page.
2013-06-19 00:11:42 +02:00
Laurent Destailleur
66e0f80aa2 Fix: civility label 2013-06-18 23:28:03 +02:00
Laurent Destailleur
73e3ef3a82 Fix: Bad return url 2013-06-18 22:12:17 +02:00
Laurent Destailleur
71b61fc1f5 Merge remote-tracking branch 'origin/3.4' into develop
Conflicts:
	htdocs/core/class/html.formfile.class.php
	htdocs/langs/fr_FR/mails.lang
	htdocs/user/logout.php
2013-06-18 09:51:37 +02:00
Laurent Destailleur
e8e710fd0c Fix: Translation 2013-06-17 23:53:03 +02:00
Laurent Destailleur
562fa43d9d Fix: Message is not clear enough.
Fix: Var was not initialized.
2013-06-17 23:24:53 +02:00
Laurent Destailleur
f0c8c1805f Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2013-06-17 22:11:24 +02:00
Laurent Destailleur
9becf83d70 Keep zapfdingbats. 2013-06-17 22:10:44 +02:00
Laurent Destailleur
326387ab75 Fix: Missing lang 2013-06-17 15:00:40 +02:00
Laurent Destailleur
8b73b2b4f3 Fix: Solve some problem of redirect when logout
Conflicts:
	htdocs/user/logout.php
2013-06-17 14:54:44 +02:00
Laurent Destailleur
ac16127894 Fix: Solve some problem of redirect when logout 2013-06-17 14:47:14 +02:00
Laurent Destailleur
834a3fd3c5 Qual: Clean code. Removed useless functions and params 2013-06-17 14:12:59 +02:00
Laurent Destailleur
2042fc3a21 Qual: Update jquery.tablednd plugin. Use minified version (all embedded
plugins should use minified version).
2013-06-17 13:16:25 +02:00
Laurent Destailleur
869e877cb7 Qual: We must not concat currency symbol after a price, but use the
parameter currency of method price.
2013-06-17 11:58:55 +02:00
Laurent Destailleur
7ec8220826 Merge pull request #1054 from marcosgdf/develop
CR fix
2013-06-16 15:05:28 -07:00
Laurent Destailleur
9012c49299 Perf: Optimize class loading. Need 1 MB less of memory to load home
page.
2013-06-16 23:15:20 +02:00
Marcos García
bf2d61515d CR fix
Git required me to commit these changes
2013-06-16 21:33:05 +02:00
Laurent Destailleur
c748f3d834 Qual: Removed useless methods
Qual: Removed deprecated vars
Qual: Free memory
2013-06-16 21:31:21 +02:00
Laurent Destailleur
c83bce262e Fix: Do not show time if start time was not calculated 2013-06-16 20:22:32 +02:00
Laurent Destailleur
91068a4476 Fix: Pb into form output
Conflicts:
	htdocs/core/class/html.formfile.class.php
2013-06-16 20:16:05 +02:00
Laurent Destailleur
0690e8c39e Fix: Pb into form output 2013-06-16 20:08:45 +02:00
Laurent Destailleur
fee958eafb Add comments 2013-06-16 12:23:00 +02:00
Laurent Destailleur
8410ad1933 Fix: CSS 2013-06-16 12:03:27 +02:00
Laurent Destailleur
696a97db4e Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop 2013-06-16 12:00:36 +02:00
Laurent Destailleur
b9a1a3e096 Fix: CSS 2013-06-16 12:00:18 +02:00
Laurent Destailleur
b40e2b85ca Merge pull request #1053 from FHenry/dev_projecthtmlform
Start normalize project module : create html.formprojet.class.php with …  selec_project
2013-06-15 15:25:57 -07:00
Laurent Destailleur
377f308d08 Merge pull request #1049 from PaulPoulain/935
T935 put a filter on the author in the propal list
2013-06-15 15:17:58 -07:00
Laurent Destailleur
2005f0ba81 Merge pull request #1047 from PaulPoulain/929
929
2013-06-15 12:55:23 -07:00
Laurent Destailleur
6781d43265 Merge pull request #1046 from marcosgdf/develop
CR fix
2013-06-15 12:54:32 -07:00
Florian Henry
f2e2815cc1 Merge branch 'develop' into dev_projecthtmlform 2013-06-15 11:56:45 +02:00
Laurent Destailleur
706b0d562f Merge branch '3.4' of git@github.com:Dolibarr/dolibarr.git into 3.4 2013-06-15 01:09:08 +02:00
Florian Henry
8fb2b8fa12 Start normalize project module : create html.formprojet.class.php with
selec_project
2013-06-14 22:33:01 +02:00
Laurent Destailleur
3cd303c944 Merge remote-tracking branch 'origin/3.4' into develop
Conflicts:
	htdocs/core/class/extrafields.class.php
2013-06-14 19:56:07 +02:00
Laurent Destailleur
0a9cf26a32 Fix: Bad closing of div 2013-06-14 19:51:53 +02:00
Laurent Destailleur
af8c4cd0d3 Fix: Bad closing of div 2013-06-14 19:46:43 +02:00
Laurent Destailleur
2f386b1b36 Fix: Bad closing of div 2013-06-14 19:43:45 +02:00
simnandez
684c086ad0 Fix: param must be a string 2013-06-14 15:37:28 +02:00
lalaina rasamoelina
9649e731b8 T935 put a filter on the author in the propal list 2013-06-14 15:05:58 +02:00
lalaina rasamoelina
8139e6e5f0 T929 put the button to remove filter in company list 2013-06-14 14:56:49 +02:00
lalaina rasamoelina
57c4d7212d T929 Printed all the name that have been cut to 30 char 2013-06-14 14:56:04 +02:00
Marcos García
829b3bfc1d CR fix
GIt required mi to commit this changes
2013-06-14 12:48:27 +02:00
Laurent Destailleur
3b88142ba8 Fix: Import of extra field for members 2013-06-14 02:41:08 +02:00
Laurent Destailleur
13b3a3c850 Fix: Export of extra field for members 2013-06-14 02:35:30 +02:00
Laurent Destailleur
bc5fa5972a Drop deprecated tables 2013-06-14 02:26:24 +02:00
Laurent Destailleur
a9edbf4f24 Fix: Bad size of image 2013-06-14 02:25:44 +02:00
Laurent Destailleur
8ed5dfeded Fix: Bad styles of html elements 2013-06-14 02:15:43 +02:00
Laurent Destailleur
b3ca9de399 Fix: Update select with list 2013-06-14 02:09:34 +02:00
Laurent Destailleur
02f1271fc4 New: Add option ADHERENT_LOGIN_NOT_REQUIRED 2013-06-14 01:30:43 +02:00
Laurent Destailleur
499440be16 Merge remote-tracking branch 'origin/3.4' into develop 2013-06-14 01:29:43 +02:00