Laurent Destailleur
|
cfe34139cf
|
Qual: Clean and uniformize code.
Remove properties, that are not related to business, from parent business class commonobject.
|
2011-08-22 22:04:21 +00:00 |
|
Laurent Destailleur
|
bd82d80fab
|
Qual: Uniformize page name
|
2011-08-21 13:01:34 +00:00 |
|
Laurent Destailleur
|
e9b113ade8
|
Qual: Mutualize some code
Fix: Missing begin
Fix: Removed functions returning database cursor
|
2011-08-14 03:13:50 +00:00 |
|
Laurent Destailleur
|
3f2e6bbf82
|
Qual: Removed dead code
|
2011-08-14 02:11:15 +00:00 |
|
Laurent Destailleur
|
be771c9d44
|
Fix: Avoid errors into rpm packages
|
2011-07-31 23:45:11 +00:00 |
|
Laurent Destailleur
|
a4feead496
|
Fix: Bad links after navigation
|
2011-07-18 03:04:48 +00:00 |
|
Laurent Destailleur
|
f40efea008
|
Fix: file add and delte in email forms was broken with firefox 5
|
2011-07-10 20:03:38 +00:00 |
|
Laurent Destailleur
|
9ae8b88380
|
Fix: Param of constructor must be only database handler
|
2011-07-10 13:48:25 +00:00 |
|
Juanjo Menent
|
4e8c0a676b
|
Doxygen
|
2011-07-08 09:18:54 +00:00 |
|
Laurent Destailleur
|
9af44a9897
|
Fix: Missing title
|
2011-07-07 22:02:48 +00:00 |
|
Laurent Destailleur
|
b76f055d2b
|
Fix: Select of recipient on email form
|
2011-07-07 21:32:18 +00:00 |
|
Juanjo Menent
|
d292083b69
|
Interventions: Add predefined mail content
|
2011-07-07 15:54:01 +00:00 |
|
Juanjo Menent
|
2b0b91eb29
|
Interventions: Add actions info
|
2011-07-07 09:18:27 +00:00 |
|
Laurent Destailleur
|
e2b18d565a
|
Fix: Bad order on documents pages
|
2011-07-06 20:56:48 +00:00 |
|
Juanjo Menent
|
3c5b0b21c6
|
Fix: No validate unlined interventions
|
2011-07-06 09:39:04 +00:00 |
|
Laurent Destailleur
|
b3e36430fc
|
Fix: Load language files
|
2011-07-02 17:33:24 +00:00 |
|
Laurent Destailleur
|
a9021c1859
|
Uniformize code
|
2011-07-02 17:14:58 +00:00 |
|
Laurent Destailleur
|
d7f02f1916
|
Can create invoice from an intervention
|
2011-07-02 17:02:00 +00:00 |
|
Laurent Destailleur
|
3b3f937e47
|
Fix: EMail sent message
|
2011-07-02 16:48:31 +00:00 |
|
Juanjo Menent
|
0c3201ff1a
|
task #11004: Create invoice from intervention
|
2011-07-01 16:24:44 +00:00 |
|
Laurent Destailleur
|
337f41c8e1
|
Uniformize code
|
2011-06-17 22:24:52 +00:00 |
|
Laurent Destailleur
|
747c6ddc3d
|
Fix: Removed useless duplicate properties.
|
2011-06-06 11:37:59 +00:00 |
|
Regis Houssin
|
5f6ac1374c
|
New: best method for linked object with actioncomm
New: add action "shipping send by mail"
|
2011-06-04 13:12:44 +00:00 |
|
Juanjo Menent
|
ed5c09a6ed
|
Fix: Uniformize code
|
2011-05-17 19:08:52 +00:00 |
|
Juanjo Menent
|
aea3a6ab5b
|
Fix: Uniformize code
|
2011-05-17 18:58:59 +00:00 |
|
Laurent Destailleur
|
04babd9297
|
New: Send by mail permissions are not really protected permission because user can still view file and send it manually by email or from pdf reader menu. So i moved it as an ADVANCE permission.
|
2011-05-05 07:25:31 +00:00 |
|
Regis Houssin
|
827eed5d39
|
Fix: delete deprecated code
Fix: change select_contact for view exclude contcat in grey mode
|
2011-04-26 13:49:41 +00:00 |
|
Laurent Destailleur
|
e9f4879245
|
Qual: Prepare move of function dol_delete_file into file.lib.php
|
2011-03-09 15:34:57 +00:00 |
|
Regis Houssin
|
da785fad43
|
Fix: view multi page
|
2011-03-04 19:57:08 +00:00 |
|
Regis Houssin
|
0bbde401ef
|
Fix: view multi page
|
2011-03-04 18:50:54 +00:00 |
|
Regis Houssin
|
11a3b7f6eb
|
Fix: reencoding preview tabs, Imagick is a class today
Fix: uniformize code
|
2011-03-04 16:52:29 +00:00 |
|
Regis Houssin
|
20ea744d8a
|
Fix: reencoding preview tabs, Imagick is a class today
|
2011-03-04 12:27:40 +00:00 |
|
Laurent Destailleur
|
aaaf9bdfc4
|
Fix: Bad link
|
2011-02-26 14:22:49 +00:00 |
|
Regis Houssin
|
aba9bb9acd
|
Fix: compatibility with pgsql, replace all addslashes by $db->escape in other files
|
2011-02-24 18:22:24 +00:00 |
|
Regis Houssin
|
3b4ea76538
|
Fix: compatibility with pgsql, replace all addslashes by $this->db->escape in class
|
2011-02-24 18:11:12 +00:00 |
|
Laurent Destailleur
|
638cb105df
|
Fix: HTML tags must be escaped
|
2011-02-18 10:45:38 +00:00 |
|
Laurent Destailleur
|
7e1e28f0d8
|
Fix: Wrong order of name/firstname
|
2011-02-09 18:27:56 +00:00 |
|
Regis Houssin
|
09f6fab2cc
|
New: add width parameter in editor
|
2011-02-02 16:56:55 +00:00 |
|
Regis Houssin
|
e752ef828a
|
Fix: uniformize code
|
2010-12-15 08:48:53 +00:00 |
|
Regis Houssin
|
502bb75d2c
|
Fix: uniformize code
|
2010-12-15 07:12:28 +00:00 |
|
Laurent Destailleur
|
2498426867
|
Fix: Restore stable version for 3.0
|
2010-12-14 23:27:17 +00:00 |
|
Regis Houssin
|
9d46536909
|
Fix: uniformize code
|
2010-12-14 15:04:56 +00:00 |
|
Laurent Destailleur
|
cc93d642e0
|
Fix: Date was not always visible
|
2010-12-01 23:42:39 +00:00 |
|
Laurent Destailleur
|
adfb9ea341
|
Sec: Removed security holes
|
2010-11-20 13:08:44 +00:00 |
|
Laurent Destailleur
|
3fcbfcc17d
|
Qual: Uniformize code (ligne -> line)
|
2010-10-27 14:47:32 +00:00 |
|
Regis Houssin
|
4d4c4a8bed
|
Fix: search company with jQuery - ok
|
2010-10-10 17:44:34 +00:00 |
|
Laurent Destailleur
|
46ad8917ad
|
Perf: A little speed enhancement on document tabs.
|
2010-10-03 15:50:34 +00:00 |
|
Regis Houssin
|
156a1e6b29
|
Qual: uniformize code
|
2010-09-10 14:35:07 +00:00 |
|
Regis Houssin
|
07f3edeb88
|
Fix: bad link
|
2010-09-09 21:42:27 +00:00 |
|
Laurent Destailleur
|
7917c17844
|
Work on task #10579 : Simplify code using editor
|
2010-09-02 19:10:34 +00:00 |
|
Laurent Destailleur
|
02206c3fa4
|
Work on FPDF replacement by TCPDF
|
2010-09-01 14:13:51 +00:00 |
|
Laurent Destailleur
|
f038ba869b
|
Trad
|
2010-08-26 13:17:42 +00:00 |
|
Philippe Grand
|
fb06c15330
|
task #6689, strlen problem
replace strlen with dol_strlen
|
2010-08-24 14:42:18 +00:00 |
|
Laurent Destailleur
|
8fa175f3e9
|
Fix: Restore feature broken with renaming
|
2010-08-19 20:29:55 +00:00 |
|
Regis Houssin
|
2c4a56771f
|
Fix: $optiontype not used
Fix: select_array is deprecated
|
2010-08-19 15:20:25 +00:00 |
|
Laurent Destailleur
|
98a4430d5f
|
Better postgresql compatibility
|
2010-08-14 02:44:07 +00:00 |
|
Laurent Destailleur
|
5affcd3b3f
|
Qual: Renamed french field "envente" into "tosell".
|
2010-08-11 18:35:31 +00:00 |
|
Laurent Destailleur
|
60edde845d
|
Fix: Database compatibility
|
2010-08-09 15:52:44 +00:00 |
|
Regis Houssin
|
aa62559812
|
Fix: fetch_client is deprecated
|
2010-08-06 13:56:25 +00:00 |
|
Laurent Destailleur
|
87ce3073d5
|
Doxygen
|
2010-07-21 11:57:52 +00:00 |
|
Laurent Destailleur
|
d2acbc35ec
|
Fix: Fix a lot of bugs (missing translations, sql error, country flag not shown, region management, W3C, ajax too slow...)
|
2010-07-09 23:49:41 +00:00 |
|
Laurent Destailleur
|
426317a355
|
Qual: Removed deprecated method
|
2010-05-09 15:15:10 +00:00 |
|
Laurent Destailleur
|
0e83ec1359
|
Fix: Bad parameters
|
2010-05-09 15:04:17 +00:00 |
|
Laurent Destailleur
|
d2c92b91de
|
Fix: Bad parameters
|
2010-05-09 15:04:16 +00:00 |
|
Laurent Destailleur
|
8374bf42bb
|
Rename static object
|
2010-05-09 14:55:49 +00:00 |
|
Laurent Destailleur
|
89c76d13b2
|
Fix: Remove depracated property
Qual: Removed pdate
|
2010-05-08 19:21:57 +00:00 |
|
Laurent Destailleur
|
33d88a661f
|
Remove pdate
|
2010-05-08 17:17:17 +00:00 |
|
Laurent Destailleur
|
a1ba46588e
|
Qual: Mutualize code
|
2010-05-04 18:33:22 +00:00 |
|
Laurent Destailleur
|
7ac9943ba4
|
Fix: Better error management
|
2010-05-04 18:12:43 +00:00 |
|
Laurent Destailleur
|
208224fc49
|
Trad
|
2010-05-04 18:05:36 +00:00 |
|
Laurent Destailleur
|
b7570ff18a
|
Fix: Better error management
|
2010-05-04 18:03:45 +00:00 |
|
Philippe Grand
|
a981577553
|
according to new tree directory
|
2010-05-03 08:43:32 +00:00 |
|
Philippe Grand
|
32025de202
|
according to new tree directory
|
2010-05-03 08:22:35 +00:00 |
|
Laurent Destailleur
|
968addfad3
|
Fix: Better error management in upload files
|
2010-05-01 14:28:48 +00:00 |
|
Regis Houssin
|
b1cf164eb9
|
Add a common function to delete the linked contact
|
2010-04-30 05:44:19 +00:00 |
|
Philippe Grand
|
b749e6bdcf
|
according to new tree directory
|
2010-04-29 14:34:21 +00:00 |
|
Philippe Grand
|
911c57b951
|
according to new tree directory
|
2010-04-28 12:24:06 +00:00 |
|
Philippe Grand
|
b6bc9223df
|
according to new tree directory
|
2010-04-28 10:33:16 +00:00 |
|
Philippe Grand
|
b68a359265
|
according to new tree directory
|
2010-04-28 10:02:54 +00:00 |
|
Philippe Grand
|
388470d146
|
according to new tree directory
|
2010-04-28 07:55:43 +00:00 |
|
Laurent Destailleur
|
a4f144f24d
|
Qual: Uniformise code. user class use id in first param of fetch
|
2010-04-28 07:31:34 +00:00 |
|
Regis Houssin
|
335c038dd8
|
Fix: regression
|
2010-04-21 22:14:11 +00:00 |
|
Regis Houssin
|
621bd68e3b
|
Fix: workflow module is enabled by default
Fix: integration of triggers in the workflow module
!!! we now call "call_workflow" instead of "run_triggers" !!!
|
2010-04-21 16:29:37 +00:00 |
|
Philippe Grand
|
011ea91f81
|
move interfaces class to core directory
|
2010-04-08 13:09:00 +00:00 |
|
Philippe Grand
|
78b9faca85
|
move class file commonobject to core directory
|
2010-03-29 16:40:57 +00:00 |
|
Laurent Destailleur
|
839ceebfc7
|
Remove pre.inc.php
|
2010-03-27 15:06:19 +00:00 |
|
Laurent Destailleur
|
bdf4bbaa1f
|
Works on ODT import
|
2010-03-27 00:33:28 +00:00 |
|
Philippe Grand
|
a56832d521
|
move contact class file to contact directory
|
2010-03-25 13:51:24 +00:00 |
|
Laurent Destailleur
|
435922ae37
|
New: Can link trips and expenses to a project.
|
2010-03-21 14:01:39 +00:00 |
|
Laurent Destailleur
|
465cc90759
|
Fix W3C errors in page forging
|
2010-03-15 23:54:37 +00:00 |
|
Regis Houssin
|
6822a1b18b
|
Fix: uniformise and clean code
|
2010-03-11 14:31:16 +00:00 |
|
Regis Houssin
|
2dc31fa613
|
Fix: uniformise and clean code
|
2010-03-11 10:40:58 +00:00 |
|
Laurent Destailleur
|
edf8434655
|
Rename function with a more english name.
Remove duplicated "default" preselected parameter.
|
2010-03-02 08:45:49 +00:00 |
|
Laurent Destailleur
|
b02fcaf835
|
Fix: Project id was not read correctly
|
2010-02-27 13:44:51 +00:00 |
|
Laurent Destailleur
|
d30e65cbaa
|
New: Add default language for third parties and use it when multilang is enabled to define default language for document generation.
|
2010-02-27 13:37:13 +00:00 |
|
Laurent Destailleur
|
05cc92e3db
|
New: Add default language for third parties and use it when multilang is enabled to define default language for document generation.
|
2010-02-27 11:05:01 +00:00 |
|
Regis Houssin
|
3ab1c569d0
|
Fix: project id is lost
|
2010-02-12 09:05:39 +00:00 |
|
Regis Houssin
|
3c74bd21ca
|
Works on enhancement of project tasks
Fix: move class in directory of module
|
2010-01-22 20:20:41 +00:00 |
|
Laurent Destailleur
|
160287304c
|
New: Add management of triger FICHEINTER_VALIDATE
|
2010-01-19 10:47:26 +00:00 |
|
Laurent Destailleur
|
62f4345e92
|
Fix: Remove usage of pdate()
|
2010-01-13 18:51:19 +00:00 |
|