Laurent Destailleur
585f386ba3
Try a better fix
2012-03-03 19:09:29 +01:00
Laurent Destailleur
f5c551d725
New: Can use personalized fields of products/services.
2012-03-03 19:02:44 +01:00
Regis Houssin
2de1ff11e2
Fix: uniformize code and remove htmlentities (bad character with utf8
...
files)
2012-03-03 18:41:06 +01:00
Laurent Destailleur
80b75fa67d
Fix: boxes must not be removed after update
2012-03-03 17:37:45 +01:00
Laurent Destailleur
4f1a49bd42
Fix: pgsql compatibility
2012-03-03 16:53:21 +01:00
Laurent Destailleur
6d8c1bf7c6
Fix: Removed warnings
2012-03-03 16:44:05 +01:00
Laurent Destailleur
2772d1dfa2
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-03 16:34:13 +01:00
Laurent Destailleur
fb6aad19e5
New: Import wizard can import personalized fields
2012-03-03 16:33:38 +01:00
Laurent Destailleur
8cf008c10b
Fix: Better error management
2012-03-03 13:42:27 +01:00
Regis Houssin
5139c0a69e
Fix: time is not necessary
2012-03-03 11:38:45 +01:00
Regis Houssin
b74e24ab46
Fix: increase size
2012-03-03 09:06:26 +01:00
Regis Houssin
047edc69f9
Fix: unit test warning
2012-03-03 07:45:25 +01:00
Laurent Destailleur
cb3104220e
Fix: Instantiate if not already done
2012-03-02 19:36:43 +01:00
Regis Houssin
034b0fc4d4
New: add dol_json_encode and dol_json_decode instead
...
serialize/unserialize
2012-03-02 17:48:05 +01:00
Regis Houssin
30c7bf811b
Fix: add pdf_writeLinkedObjects method
2012-03-02 15:03:46 +01:00
Regis Houssin
9301def08d
Fix: rename method
2012-03-02 15:03:14 +01:00
simnandez
3bc47ff4e9
Fix: Security
2012-03-02 14:53:49 +01:00
simnandez
f319ec7dd2
Fix: Bad sql query
2012-03-02 20:15:43 +08:00
Regis Houssin
e1f97c009b
Fix: for add external linked objects
2012-03-02 17:52:47 +08:00
simnandez
ebca3ed302
Trad: Test on browser version during install step.
2012-03-02 17:40:47 +08:00
Regis Houssin
5b3a3b8e2e
Fix: add array return
2012-03-02 17:40:16 +08:00
Regis Houssin
61e90e0d9d
Fix: add $hookmanager parameter
2012-03-02 10:26:03 +01:00
Regis Houssin
71e5e27e7e
Fix: instantiate $hookmanager if not exist
2012-03-02 10:16:50 +01:00
Regis Houssin
f39e156f3a
New: add pdf_getLinkedObjects hook
2012-03-02 08:31:38 +01:00
Regis Houssin
64b8486494
New: add method for show linked objects in pdf
2012-03-02 08:11:40 +01:00
Regis Houssin
addc8db9e7
Fix: rename hooks
2012-03-01 16:51:59 +01:00
FHenry
0cf4619682
Emailing campaign- unsubcribe and use of md5 tag
2012-03-01 14:51:07 +01:00
FHenry
adb2006505
Merge remote-tracking branch 'origin/develop' into develop
2012-03-01 14:32:07 +01:00
Laurent Destailleur
e0d8fae676
Fix: pgsql
2012-03-01 09:40:05 +01:00
Laurent Destailleur
7cd88b8fce
Fix: Better error management
2012-03-01 09:35:04 +01:00
Laurent Destailleur
9174182a27
Fix: Removed warning
2012-03-01 09:24:45 +01:00
Regis Houssin
6aa7e90834
Fix: merge problem
2012-03-01 08:03:27 +01:00
Regis Houssin
f3cb926c3c
Fix: use generic array for all parts
2012-03-01 13:58:33 +08:00
Laurent Destailleur
7c4e908639
models_modules isn't enough so we use same facture_invoice,
...
commande_invoice, propale_invoice. This means module descriptor file
should contains
module_parts('facture'=>1) if we want to add doc template for invoice
into module/core/modules/facture/doc
2012-03-01 02:06:08 +01:00
Laurent Destailleur
b9705ebff7
Fix: Init var
2012-03-01 00:47:36 +01:00
Laurent Destailleur
d812b0e1da
Add estonian language
2012-03-01 00:36:34 +01:00
Laurent Destailleur
5fea0abd0d
Fix: The repair script works also for postgresql
2012-03-01 00:33:04 +01:00
Laurent Destailleur
badc6d0f45
Fix: Fix tons of bugs after change for new way to declare modules
...
features
2012-03-01 00:03:16 +01:00
Laurent Destailleur
e0f7637bb3
Fix: Restore barcode management
2012-02-29 22:54:34 +01:00
Laurent Destailleur
18a7cd1e33
Perf: Try a speed enhancement
2012-02-29 21:22:08 +01:00
Regis Houssin
0b945f0716
Fix: use dol_buildpath
2012-03-01 04:10:50 +08:00
Laurent Destailleur
dd9e150743
Fix: Bad test
2012-02-29 20:58:05 +01:00
Laurent Destailleur
57c94c6736
Fix: chrome detection
2012-02-29 20:51:44 +01:00
Laurent Destailleur
51fb1b2385
Fix: Code was sharing loop for custom dir and loop for subdir modules.
...
The loop to manage customdir must be managed by the dol_buildpath so
only loop on / + module dir must be done.
2012-02-29 20:07:17 +01:00
Laurent Destailleur
7e3cb90f5a
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-29 19:41:45 +01:00
Laurent Destailleur
55904f7f37
New: Test on browser version during install step.
...
Mutualize code to detect browser version.
2012-02-29 19:41:12 +01:00
simnandez
cda3600f7f
Fix: Security
2012-02-29 18:56:54 +01:00
Regis Houssin
79c0369d66
Fix: possibility to use models of external modules
2012-03-01 01:24:00 +08:00
Laurent Destailleur
07ee6208a9
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-29 17:55:16 +01:00
Laurent Destailleur
e4a5a67b47
Update languages files
2012-02-29 17:51:21 +01:00
simnandez
c74215093a
Fix: Security
2012-02-29 17:41:00 +01:00
Regis Houssin
45ff7bddb3
New: Check if there is external models to do asked by plugins
2012-03-01 00:29:56 +08:00
simnandez
8d65ed56b6
Merge branch 'develop' of git://github.com/Dolibarr/dolibarr.git into develop
2012-02-29 16:14:13 +01:00
simnandez
3981d08386
Fix: Bad coding
2012-02-29 16:13:52 +01:00
Regis Houssin
cb39926768
New: add "amount" for price treatment and add entity possibility for
...
have custom dictionnary by entities
2012-02-29 23:10:27 +08:00
Laurent Destailleur
458e7c314b
Trans
2012-02-29 15:20:46 +01:00
Regis Houssin
3f72a4b12a
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-29 15:13:26 +01:00
Regis Houssin
1aa3b79005
Fix: [bug #325 ]
2012-02-29 15:13:14 +01:00
FHenry
16408b6310
Merge remote branch 'origin/develop' into develop
2012-02-29 14:32:33 +01:00
FHenry
59f424bde3
add hook for select produit
2012-02-29 14:32:22 +01:00
simnandez
693d07d925
Trad: Add missing translations
2012-02-29 14:12:49 +01:00
Laurent Destailleur
6550ba53f6
More phpunit test
2012-02-29 11:48:03 +01:00
Regis Houssin
099d8ee06b
Merge pull request #111 from simnandez/develop
...
Trad: Add missing translations
2012-02-28 10:31:51 -08:00
Regis Houssin
27d88b34d8
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-28 19:18:34 +01:00
Regis Houssin
ffc492ba1f
Fix: security
2012-02-28 19:18:24 +01:00
simnandez
508e77e550
Trad: Add missing translations
2012-02-28 18:50:52 +01:00
Laurent Destailleur
5e32fc70ad
Fix: action must always be provided as value can be change during actions
2012-02-28 16:48:18 +01:00
Laurent Destailleur
1c4ca9b335
New: Add hidden option MAIN_ADD_PDF_BACKGROUND to add a PDF as
...
background of invoice/order generated PDF.
2012-02-27 22:57:19 +01:00
Laurent Destailleur
1645ddbe47
Sec: Sanitize all input for ids.
2012-02-27 22:26:22 +01:00
Laurent Destailleur
9f40d520ce
If a post was done, we must keep value of post, even if value is ''
2012-02-27 22:03:11 +01:00
Laurent Destailleur
3012e9eeaa
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-27 21:56:40 +01:00
Regis Houssin
4bec281dd8
Fix: access forbidden if rowid is empty
2012-02-27 17:36:27 +01:00
Regis Houssin
0bae0148c1
Fix: sql injection
2012-02-27 17:24:56 +01:00
Regis Houssin
8f9b9987ff
Fix: Multiple directory traversal vulnerabilities with document.php
2012-02-27 17:02:56 +01:00
Regis Houssin
e999e3daad
Fix: remove constraints
2012-02-27 12:04:31 +01:00
Laurent Destailleur
563acb5968
For backward compatibility
2012-02-27 10:18:34 +01:00
Regis Houssin
476168410e
Fix: declaration of property
2012-02-27 09:09:34 +01:00
Regis Houssin
03e68b3d77
Fix: avoid warning
2012-02-27 09:04:41 +01:00
Regis Houssin
a56011e1da
Works on multi-currency and bank account select
2012-02-27 08:59:07 +01:00
Regis Houssin
47688668d9
Fix: add repair for broken projects
2012-02-27 08:58:12 +01:00
Regis Houssin
f4bab2f6de
Fix: avoid warning and deprecated variable
2012-02-27 08:47:25 +01:00
Regis Houssin
b745eb1e05
Fix: wrong object
2012-02-27 08:02:59 +01:00
Laurent Destailleur
7a4398e5a0
doxygen
2012-02-27 00:58:00 +01:00
Laurent Destailleur
41380d1958
Fix: Removed warning
2012-02-26 16:46:31 +01:00
Laurent Destailleur
6b7abfe9e2
Prepare code for brazil
2012-02-26 14:54:04 +01:00
Laurent Destailleur
ef90a78019
Comment
2012-02-26 14:27:54 +01:00
Laurent Destailleur
16ad5452b6
Fix: When company name is too long, wrapping overwrite address.
2012-02-26 14:27:19 +01:00
Laurent Destailleur
9270e4603b
Fix: Bad filters on stock movement list
2012-02-26 13:32:16 +01:00
Laurent Destailleur
24422afe44
Better fix
2012-02-26 02:54:16 +01:00
Laurent Destailleur
1a0793de91
Fix: Box feature was lost
2012-02-25 20:17:19 +01:00
Laurent Destailleur
e519bf0c40
Fix: Fix TODO
...
Doxygen
2012-02-25 16:24:36 +01:00
Laurent Destailleur
45f2f7b449
Fix: Second field is required
2012-02-25 16:14:59 +01:00
Laurent Destailleur
de187ab398
Try a better fix
2012-02-25 16:14:41 +01:00
Laurent Destailleur
3dcb90048c
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-25 16:01:41 +01:00
Laurent Destailleur
1429411cc9
Fix: Bad lastname
2012-02-25 16:01:24 +01:00
Regis Houssin
70c9b2bda3
Fix: compatibility with edit in place
2012-02-25 12:09:27 +01:00
Regis Houssin
19f53e6caa
Fix: default customer language problem
2012-02-25 11:10:38 +01:00
Regis Houssin
58c1cb3e7c
Fix: function is outside of class and add TODO
2012-02-25 09:05:36 +01:00
Laurent Destailleur
7f1ea8520d
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-25 01:34:44 +01:00
Laurent Destailleur
9d9439e498
New: All professional id can contains up to 128 chars instead of 32.
2012-02-25 01:34:05 +01:00
Laurent Destailleur
6cdee3ceb0
New: Increase size of professional ids.
2012-02-25 01:18:02 +01:00
Regis Houssin
e2cea80f69
Fix: problem with this pdf
2012-02-24 17:25:53 +01:00
Regis Houssin
3b0beed51d
Fix: professionnal id only visible if not empty
2012-02-24 16:52:33 +01:00
Regis Houssin
8e023bb384
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-24 16:32:29 +01:00
Regis Houssin
13f2fe84f9
Fix: missing object $db and missing variables declaration
2012-02-24 16:31:51 +01:00
Laurent Destailleur
db396ed67c
Doxygen
2012-02-24 11:23:52 +01:00
Laurent Destailleur
cc6a2c8d84
Fix: Compatibility of new module setup with old setup
2012-02-24 11:06:05 +01:00
Regis Houssin
1b236c5c56
Fix: possibility to add more parameters (eg: entity=0)
2012-02-24 15:53:38 +08:00
Regis Houssin
2ef70d4f52
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-24 07:07:05 +01:00
Regis Houssin
a339fd0f0a
Fix: remove obsolete doc
2012-02-24 07:06:36 +01:00
Regis Houssin
d7f92041c2
Fix: define an array by default if not exist
2012-02-24 14:00:43 +08:00
Regis Houssin
a68ac56e5b
Fix: remove obsolete code
2012-02-23 22:01:55 +01:00
Regis Houssin
673fbc457d
Fix: add debug mode and change with new module parts management
2012-02-23 20:42:25 +01:00
Regis Houssin
ee80305e6c
Fix: full path is defined by default
2012-02-23 20:03:07 +01:00
Regis Houssin
e536bef00e
Fix: serialize array parameters (hooks)
2012-02-23 19:51:56 +01:00
Regis Houssin
3770b7ffcc
Fix: remove obsolete code
2012-02-23 19:42:57 +01:00
Regis Houssin
4b4b5be6f5
Fix: bad test
2012-02-23 19:35:13 +01:00
Regis Houssin
e257d7d6d4
New: possibility to defined hooks in array format with parts module
...
system
2012-02-23 17:34:17 +01:00
Regis Houssin
2dabf0e185
Fix: possibility to defined a specific path
2012-02-23 16:20:15 +01:00
Regis Houssin
46ad02cbc8
New: add generic function for module parts
2012-02-23 15:42:03 +01:00
Regis Houssin
2624c7154b
Fix: add is_object test
2012-02-23 14:32:44 +01:00
Regis Houssin
5c362a435d
Merge branch 'develop' of git+ssh://github.com/Dolibarr/dolibarr into develop
2012-02-23 14:28:57 +01:00
Regis Houssin
a444fc955d
New: add generic function for module parts
2012-02-23 14:28:50 +01:00
FHenry
16a389b7f5
Correct Bug 315
2012-02-23 12:31:45 +01:00
FHenry
21ffd56795
Correct Bug of CSS in conf
2012-02-23 11:27:13 +01:00
Regis Houssin
b0e9cd8370
Fix: use hooks system
2012-02-23 16:41:58 +08:00
Regis Houssin
efed22417a
Merge pull request #108 from FHenry/develop
...
Read Receipt in module emailing
2012-02-23 00:11:16 -08:00
Regis Houssin
50d1ff4472
Fix: indent
2012-02-23 08:45:26 +01:00
Laurent Destailleur
c5325e94cc
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
...
into develop
Conflicts:
htdocs/admin/syslog.php
2012-02-23 03:32:19 +01:00
FHenry
229176ea65
Read Receipt in module emailing
2012-02-22 20:49:55 +01:00
Laurent Destailleur
2647cb72ac
New: Now all features can be provided by a module with all files inside
...
the directory of module.
2012-02-22 16:18:03 +01:00
Regis Houssin
e88d58442c
Fix: problem with this code
2012-02-22 15:24:34 +01:00
Regis Houssin
94f6034f9a
New: adding the ability to display a different value than the original
...
value, in the edit in place fields
2012-02-22 22:05:20 +08:00
Laurent Destailleur
e4cf111ac2
Fix: Do not include an output class (form) inside a core system class.
2012-02-22 14:43:13 +01:00
Laurent Destailleur
65104cbb40
Try a fix to edit log level
2012-02-22 13:23:13 +01:00
Laurent Destailleur
489c00fa9f
Fix: Trigger for delete must be done in opposite order than trigger for
...
create.
2012-02-22 12:37:39 +01:00
Laurent Destailleur
3a915de69a
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-22 12:12:51 +01:00
Laurent Destailleur
ef6706a6b9
New: Add hook toprightmenu
2012-02-22 12:02:12 +01:00
Laurent Destailleur
4170c9bf3f
Fix: Bad hook name
2012-02-22 11:14:11 +01:00
simnandez
282a50512f
Fix: Use transnoentities into description
2012-02-22 09:44:46 +01:00
Regis Houssin
5a715bb4ea
Fix: add possibility to defined a different icon with css
2012-02-22 16:27:29 +08:00
Laurent Destailleur
6d9c986455
Update files
2012-02-21 23:54:22 +01:00
Laurent Destailleur
868f94c08b
Add style noshadow
2012-02-21 23:35:38 +01:00
Laurent Destailleur
c780af5962
Better contrast
2012-02-21 20:05:29 +01:00
Laurent Destailleur
c38976ce97
Better contrast
2012-02-21 19:57:35 +01:00
Regis Houssin
ea83e474dc
New: add possibility to linked other objects from external modules
2012-02-22 01:19:05 +08:00
Regis Houssin
34fd843767
Fix: update jQuery ui
2012-02-21 14:55:00 +01:00
Regis Houssin
8b107b65e8
Fix: compatibility with multi-company shared
2012-02-21 18:09:21 +08:00
Regis Houssin
0cff48f9b3
Fix: merge conflict
2012-02-21 10:47:08 +01:00
Regis Houssin
e5c0a99584
Fix: for multi-company
...
Conflicts:
htdocs/comm/propal/class/propal.class.php
htdocs/core/class/html.form.class.php
2012-02-21 10:26:38 +01:00
Laurent Destailleur
f71073c3b5
Doxygen
2012-02-21 00:18:48 +01:00
Laurent Destailleur
9e731a1c9f
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-21 00:09:10 +01:00
Laurent Destailleur
b8a61e73a0
New: Add product_label into substitution tags for ODT.
2012-02-20 23:58:36 +01:00
Laurent Destailleur
f74440aa65
Fix: request
2012-02-20 23:51:00 +01:00
Regis Houssin
a5969db28b
Fix: uniformize code
2012-02-20 21:19:08 +01:00
Regis Houssin
cd23f8a040
Fix: bad rights
2012-02-20 21:17:05 +01:00
Regis Houssin
47eaaf5905
Fix: compatibility with edit in place
2012-02-20 21:10:51 +01:00
Regis Houssin
4a4da9ebbf
Fix: compatibility with edit in place
2012-02-20 21:03:59 +01:00
Laurent Destailleur
efd23e983c
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-20 20:46:29 +01:00
Laurent Destailleur
222f770615
Fix: Bad link to img
2012-02-20 20:46:04 +01:00
Regis Houssin
a3ee9f83fe
Fix: remove unused object
2012-02-20 20:36:37 +01:00
Regis Houssin
fa3e134a92
Fix: add specific right access for payment
...
New: add possibility to defined success message for jeditable
2012-02-20 20:31:35 +01:00
Laurent Destailleur
58d1a042a5
Fix: print select_societe was wrong as it contains already print
...
instructions. Use select_company instead.
2012-02-20 12:41:12 +01:00
Laurent Destailleur
8c0ad673e8
Reduce size of form.class
2012-02-20 12:31:01 +01:00
Laurent Destailleur
1bfca1d9b3
Fix: username was not autoselected
2012-02-20 12:29:12 +01:00
Laurent Destailleur
475bba2ea7
Qual: Reduce size of form.class
2012-02-20 12:20:56 +01:00
Laurent Destailleur
5540e5cb82
Qual: Reduce size of form.class
...
Qual: Removed not used file
2012-02-20 10:24:08 +01:00
Laurent Destailleur
b93c03a9c9
Qual: Doxygen
...
Perf: Reduc size of form.class.php
2012-02-20 10:09:28 +01:00
Laurent Destailleur
8466ea055c
Checkstyle
2012-02-20 09:42:57 +01:00
Laurent Destailleur
198c453a09
Fix: Default lang on CLI context was wrong
2012-02-20 01:31:02 +01:00
Laurent Destailleur
8d6655061e
Qual: Full description of lines for ODT generation share same
...
function.
2012-02-19 21:08:17 +01:00
Laurent Destailleur
75bb0eddd7
Fix: Bad br.
2012-02-19 20:31:59 +01:00
Laurent Destailleur
27f81cd9e5
Update migrate file
2012-02-19 19:45:17 +01:00
Laurent Destailleur
d7cc1bdc88
Uniformize code
2012-02-19 19:14:17 +01:00
Laurent Destailleur
52e2253e20
Fix: A delete must always be done on a fully loaded object.
2012-02-19 18:39:41 +01:00
Laurent Destailleur
0a4ffe6e69
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-19 18:35:52 +01:00
Laurent Destailleur
c4b845d60a
Qual: Removed deprecated function name.
2012-02-19 18:34:22 +01:00
Regis Houssin
95f9de6ab4
Fix: missing rowid
2012-02-19 18:00:47 +01:00
Laurent Destailleur
e903719c36
Qual: Uniformize code
...
Perf: Very small per enhancement
2012-02-19 17:12:17 +01:00
Regis Houssin
f4104f779f
Fix: merge manually grandoc corrections
2012-02-19 17:04:02 +01:00
Laurent Destailleur
b8b1a4f60d
Fix: Style of button
2012-02-19 16:00:46 +01:00
Laurent Destailleur
bb88593ed0
Look: Minor fix
2012-02-19 15:51:42 +01:00
Laurent Destailleur
c685fd2f2e
Fix: Add style nohover to avoid having meteo with hover.
2012-02-19 15:40:13 +01:00
Laurent Destailleur
d87e0eaae0
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-19 15:21:04 +01:00
Laurent Destailleur
b51c167cdc
Minor fix in alignement
2012-02-19 13:55:29 +01:00
Laurent Destailleur
75312655f1
Qual: More robust error code management when a box is renamed.
2012-02-19 13:12:11 +01:00
Laurent Destailleur
c0221f6950
Fix: convert mysql to pgsql fails sometimes
2012-02-19 13:11:35 +01:00
Laurent Destailleur
48f5f0dca7
Uniformize login and password forgotten page
2012-02-19 12:54:04 +01:00
Regis Houssin
2cd9bcea90
Fix: restore broken encryption
2012-02-19 09:59:13 +01:00
Laurent Destailleur
a145d85177
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-19 03:36:29 +01:00
Laurent Destailleur
0abce73c13
Update script to show deprecated tables (we do not delete them however)
2012-02-19 03:35:59 +01:00
Laurent Destailleur
a500033b10
New: Add postgresql function to resynchronize sequences
2012-02-19 03:21:10 +01:00
Laurent Destailleur
dd766cbb79
Fix: Use current errno into log.
2012-02-19 02:07:13 +01:00
Laurent Destailleur
f0af1258e3
Fix: Autosubmit form is working again
2012-02-19 01:46:00 +01:00
Laurent Destailleur
8ecb412689
Fix: jflot minimized is bugged. Not the standard js.
2012-02-19 01:17:17 +01:00
Regis Houssin
6e157e91a6
Fix: [bug #302 ]
2012-02-18 18:14:45 +01:00
Laurent Destailleur
4bbb799404
ckeditor at end
2012-02-18 17:30:58 +01:00
Laurent Destailleur
9639769575
Fix: Use correct css if using not embedded jquery
2012-02-18 17:19:50 +01:00
Laurent Destailleur
c94c1b7f85
Fix: The login page must use same header than others.
2012-02-18 17:10:29 +01:00
Laurent Destailleur
3798067fb2
Update example file
2012-02-18 15:07:20 +01:00
Laurent Destailleur
61175c2543
Work on debian/rpm package
2012-02-18 14:55:41 +01:00
Laurent Destailleur
845cd98ef3
Qual: Clean old functions deprecated into 3.0 version
...
Clean no more used date function to prepare removing of adodb.
2012-02-18 12:54:23 +01:00
Laurent Destailleur
7afcee03b9
Work on debian package
2012-02-18 03:29:43 +01:00
Laurent Destailleur
61b6ec4f99
Better title
2012-02-18 03:29:20 +01:00
Laurent Destailleur
d1f06dbd3a
Add comments
2012-02-17 23:24:47 +01:00
Laurent Destailleur
9b3bab5ff9
Doxygen
2012-02-17 16:02:35 +01:00
Laurent Destailleur
8e772fdc5e
Doxygen
2012-02-17 10:04:10 +01:00
Laurent Destailleur
6acf38b77c
Qual: Add specific test for all prof id checks.
2012-02-17 09:43:26 +01:00
Laurent Destailleur
88e0123a05
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-17 01:48:59 +01:00
Laurent Destailleur
daaf909c02
Fix: Bad check of idprof2
2012-02-17 01:33:59 +01:00
Laurent Destailleur
a829b10190
Fix: Autoselect current year if not defined
2012-02-16 19:08:04 +01:00
Laurent Destailleur
20c85b9ca8
Avoid duplicate messages during upgrade
2012-02-16 18:52:07 +01:00
Laurent Destailleur
0a17345415
Doxygen
2012-02-16 18:39:22 +01:00
Regis Houssin
446cfff515
Fix: wrong alias
2012-02-16 17:21:59 +01:00
Regis Houssin
70bd56bea8
Fix: remove alias
2012-02-16 16:26:55 +01:00
Regis Houssin
5d89d5d734
Fix: add warning message for sandbox mode
2012-02-16 11:52:38 +01:00
Laurent Destailleur
8f56d2d798
Fix: Show project when task is view as a standalone card.
2012-02-15 23:27:03 +01:00
Laurent Destailleur
c614c7d84a
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-15 23:11:22 +01:00
Laurent Destailleur
9eb92b17ec
New: Increase usability of module project.
2012-02-15 23:08:20 +01:00
Laurent Destailleur
1de2af42b4
Fix: Translation
2012-02-15 21:10:33 +01:00
Regis Houssin
3df693738b
Fix: missing entity
2012-02-16 02:47:26 +08:00
Regis Houssin
5e1568b6a1
Fix: hidden linked objects
...
Fix: avoid conflicts
Fix: uniformize code
2012-02-15 19:20:18 +01:00
Laurent Destailleur
a606b79af8
Move error code into error lang file.
2012-02-15 16:14:48 +01:00
Regis Houssin
7540b70538
Fix: add entity field in product price
2012-02-15 15:17:02 +01:00
Regis Houssin
c3e245d24e
Fix: start triggers before delete objects
2012-02-15 15:16:33 +01:00
Laurent Destailleur
56f7196aa2
Qual: Normalize function name
2012-02-15 13:55:00 +01:00
Laurent Destailleur
4208212924
Some dev tests to use ajax parts for documents
2012-02-15 12:26:20 +01:00
Laurent Destailleur
e178077e1e
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
...
into develop
Conflicts:
htdocs/compta/bank/ligne.php
2012-02-15 12:22:18 +01:00
Laurent Destailleur
c89fd4b1e7
New: Can conciliate several lines in one operation.
2012-02-15 12:16:33 +01:00
Laurent Destailleur
8eaf9602d9
Fix: If choice was forced to another value by user, we must keep choice of user
2012-02-13 20:12:03 +01:00
Regis Houssin
6f3f1204fe
Fix: delete linked object in propal delete function and uniformize code
2012-02-13 18:27:42 +01:00
Regis Houssin
f07b6397fc
Fix: test if type of paiement is cash for cash account
2012-02-13 15:18:23 +01:00
Regis Houssin
c86183e18c
Fix: uniformize code and force paiement type if cash account
2012-02-13 14:49:20 +01:00
Regis Houssin
1f5a103851
Fix: use POST instead GET for bypass GET limit
2012-02-13 12:40:43 +01:00
Regis Houssin
637dca38e7
Fix: wrong constant
2012-02-13 11:01:34 +01:00
Regis Houssin
64125334b9
Qual: ajax.lib is already load by default in main.inc
2012-02-13 10:08:40 +01:00
Laurent Destailleur
f093640829
Qual: Reduce code size
2012-02-13 10:02:28 +01:00
Laurent Destailleur
02dc6d1281
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-13 09:51:41 +01:00
Laurent Destailleur
f94156f1c7
Fix: Filters are workings
2012-02-13 09:51:09 +01:00
Regis Houssin
c80646671f
Fix: add ajax constant on/off
2012-02-13 09:45:38 +01:00
Regis Houssin
fdb2122070
Info: ldap sid is for active directory
2012-02-13 09:45:03 +01:00
Regis Houssin
bcddfd878a
Fix: bad entity with ajax constant on/off
2012-02-13 09:44:24 +01:00
Laurent Destailleur
91fae20485
New: Can define a transparency for past events in calendar view
2012-02-13 02:46:30 +01:00
Laurent Destailleur
c916d06638
Uniformize info into document view with card view.
2012-02-13 02:24:17 +01:00
Laurent Destailleur
abceb1c692
Change style to have a better isolation between tabs.
2012-02-13 02:13:17 +01:00
Laurent Destailleur
9c1391eb5e
Fix: Not complete list
2012-02-13 02:00:03 +01:00
Laurent Destailleur
4ce9e70775
New: Add agenda tab into member cards.
...
Uniformize a lot of code.
2012-02-13 01:43:35 +01:00
Laurent Destailleur
cfaf1f0813
New: Can add tabs on statistics views.
2012-02-12 23:29:31 +01:00
Laurent Destailleur
ca727ca18e
Qual: Move security functions into security2.lib.php
2012-02-12 20:34:40 +01:00
Laurent Destailleur
844a5a58b2
Fix: Style
2012-02-12 18:43:37 +01:00
Laurent Destailleur
447922c218
More phpunit tests
2012-02-12 18:30:50 +01:00
Laurent Destailleur
036e578e0f
Move security function into security.lib.php
...
Split security.lib.php into 2 files: One always loaded, the other for
rare functions.
2012-02-12 17:41:28 +01:00
Laurent Destailleur
2a5f299ddd
Doxygen
2012-02-12 16:50:58 +01:00
Laurent Destailleur
ffa767bb33
Qual: Add more PHPunit tests
2012-02-12 16:41:43 +01:00
Laurent Destailleur
acef131833
New: Uniformize code to manage menus handler provided by external
...
modules
2012-02-12 15:17:54 +01:00
Laurent Destailleur
d78192040b
Fix: Exclude index page from list
2012-02-12 13:41:09 +01:00
Laurent Destailleur
3f5bbdd749
Update lang files
2012-02-12 13:06:44 +01:00
Laurent Destailleur
8f4c5eeb9e
Fix: Stats must be on user of card not creator
2012-02-12 11:52:01 +01:00
Laurent Destailleur
d48fd7b232
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-11 20:30:46 +01:00
Laurent Destailleur
2fd870d987
Normalize code
2012-02-11 20:30:16 +01:00
Regis Houssin
74b69c6659
Fix: add multicompany products sharing
2012-02-11 18:45:36 +08:00
Regis Houssin
cd3452d71d
Fix: multicompany sharings and uniformize code
2012-02-11 10:18:09 +01:00
Regis Houssin
645d72c4a6
Fix: some bugs for multicompany sharings
2012-02-11 08:03:26 +01:00
Laurent Destailleur
f161d185b3
Update demo profiles
2012-02-11 01:48:27 +01:00
Laurent Destailleur
d9cd816b3c
Qual: Merge month.php and index.php page
...
Prepare for adding statistics page into new tabs.
2012-02-11 00:11:49 +01:00
Laurent Destailleur
ad44bc5e7e
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-10 23:24:19 +01:00
Laurent Destailleur
dbb9091b8d
More space between menu entries
2012-02-10 19:47:08 +01:00
Laurent Destailleur
9d2afc5fea
New: Increase speed when switching to auguria module. Add error management.
2012-02-10 17:09:13 +01:00
Laurent Destailleur
8bcdfc8897
New: Add an error message when transactions are not closed.
2012-02-10 16:37:41 +01:00
Laurent Destailleur
45529b14ff
Removed dead code + Doxygen
2012-02-10 15:56:41 +01:00
Laurent Destailleur
23bef7ab7e
Trad
2012-02-10 13:42:10 +01:00
Laurent Destailleur
891f51127b
Restore mime header and return-path now we know where was bug.
2012-02-10 13:28:53 +01:00
Laurent Destailleur
39818633df
Add deprecated tables to delete
2012-02-10 13:20:29 +01:00
Laurent Destailleur
170faa363d
Fix: request specific to mysql works with mysqli
2012-02-10 13:02:42 +01:00
Laurent Destailleur
07859f1cda
Drop useless column
2012-02-10 12:35:25 +01:00
Laurent Destailleur
29465dc889
Fix: We must keep field for future usage
2012-02-10 12:11:01 +01:00
Laurent Destailleur
c012044129
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-10 12:05:02 +01:00
Laurent Destailleur
4b56228af5
Removed not used fields
...
Add missing fields
2012-02-10 12:04:37 +01:00
Laurent Destailleur
2a543d5894
Fix: Default value for mysqldump was changed by mysql.
2012-02-10 11:50:41 +01:00
Laurent Destailleur
48d0fd00e9
Fix: Can delete and downlaod backup files
2012-02-10 11:09:34 +01:00
Laurent Destailleur
8336befb25
New: Can sort files into backup tool.
...
New: Default output charset are utf8 into backup tool.
2012-02-10 10:53:11 +01:00
Regis Houssin
928b95bcec
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-10 10:20:19 +01:00
Regis Houssin
f30e1879c5
Fix: missing fields after country change
2012-02-10 10:20:05 +01:00
Laurent Destailleur
a2d3485b2a
New: Autoselect no LOCK when export is for POSTGRESQL
2012-02-10 10:00:32 +01:00
Laurent Destailleur
df7dc8652d
Look: Uniformize css style usage
2012-02-10 09:54:19 +01:00
Laurent Destailleur
c1600bc4fa
Minor fix
2012-02-10 09:16:38 +01:00
Laurent Destailleur
f80a40657f
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-09 23:08:14 +01:00
Laurent Destailleur
f87b3be5d2
New: Add option to not set LOCK commands around INSERT into database
...
mysql dump.
2012-02-09 23:07:58 +01:00
Laurent Destailleur
1e4efb9e16
Fix: Save error only if it's not error to say there is error.
2012-02-09 21:19:03 +01:00
Laurent Destailleur
29d90f3713
Fix: Removed warnings
2012-02-09 21:10:06 +01:00
Laurent Destailleur
e23d986587
Add login/user used for web server execution
2012-02-09 02:04:34 +01:00
Laurent Destailleur
49b678177e
Use ecm menu picto
2012-02-08 20:24:26 +01:00
Laurent Destailleur
09cfd5444c
Look: Avoid duplicate br
2012-02-08 18:18:21 +01:00
Laurent Destailleur
7bdedb105b
Fix: Messages
2012-02-08 18:07:55 +01:00
Laurent Destailleur
7ef7fbeaa5
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-08 17:12:44 +01:00
Laurent Destailleur
3e76959a5c
Some fix to hide orphelins files from automatic tree into ecm module.
2012-02-08 17:12:19 +01:00
Regis Houssin
f90fc21009
Fix: add encryption parameters
2012-02-08 16:57:37 +01:00
Laurent Destailleur
186258410e
New: Add option to clean orphelins files into repair page
2012-02-08 16:41:06 +01:00
Laurent Destailleur
7f081ae7ef
Add warning into email setup
2012-02-08 14:20:51 +01:00
Laurent Destailleur
aea54edfa2
Qual: Uniformize code
2012-02-08 13:43:49 +01:00
Laurent Destailleur
d5511315e6
Fix: Try to add an option to add a bug to make orange MTA working.
2012-02-08 12:55:25 +01:00
Laurent Destailleur
d4c1ad7a5e
Fix tz output
2012-02-08 00:30:10 +01:00
Laurent Destailleur
842fb07d08
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-08 00:22:58 +01:00
Laurent Destailleur
89fbffadf2
Fix: Bad style for events
2012-02-08 00:22:42 +01:00
Laurent Destailleur
581a87d9e4
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop
2012-02-07 18:49:35 +01:00
Laurent Destailleur
104a4532b9
Fix: miscellaneous not initialized vars
2012-02-07 18:48:50 +01:00
Regis Houssin
e171cec236
Fix: add updateObjectLink common function
2012-02-08 01:35:28 +08:00
Laurent Destailleur
d686c52b63
Fix: usage of custom dir for supplier invoices
2012-02-07 18:21:22 +01:00
Regis Houssin
c4af9d4d02
Fix: merge problem
2012-02-07 17:02:23 +01:00
Regis Houssin
ff59631e11
Fix: works on edit in place with external modules
2012-02-07 16:56:08 +01:00
Regis Houssin
6a43a517f1
Fix: add deleteObjectLinked function
2012-02-07 16:47:46 +01:00
Laurent Destailleur
55f6cdd495
Qual: Removed warnings
2012-02-07 10:25:58 +01:00
Regis Houssin
c9908bf2bd
Fix: for multicompany shared
2012-02-07 02:08:50 +08:00
Regis Houssin
f0d2823edf
Fix: avoid foreach warning
2012-02-06 18:59:07 +01:00
Regis Houssin
4ea47d221f
Fix: hook problem
2012-02-07 01:35:08 +08:00
Regis Houssin
fd703d24b4
Fix: add jeditable css
2012-02-06 17:44:37 +01:00
Regis Houssin
cd066b825a
Fix: rename 'text' to 'string'
2012-02-06 17:29:19 +01:00
Laurent Destailleur
a5513141d9
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-06 17:25:40 +01:00
Laurent Destailleur
6cb0685b6f
Qual: Uniformize hook names. All hooks to add information on
...
create/update/view cards are called fomrObjectOptions instead of
sometine formObjectOptions, sometimes showInputFields, sometimes
showOutputFields.
2012-02-06 17:18:19 +01:00
Regis Houssin
0f4e74fa50
Fix: text field type for string, email and numeric
2012-02-07 00:13:09 +08:00
Laurent Destailleur
45268578d5
Fix: Restore broken feature
2012-02-06 16:22:20 +01:00
Laurent Destailleur
09defcea07
New: Can edit font size of eldy theme
2012-02-06 16:16:42 +01:00
Laurent Destailleur
5974cde154
New: Automtic list of documents in ECM module is ok for customers,
...
suppliers invoice, orders, customers orders, proposals and social
contributions.
2012-02-06 14:34:58 +01:00
Laurent Destailleur
4d80b47bc6
Look: Beautify picto
2012-02-06 12:29:43 +01:00
Laurent Destailleur
66ccb8c679
First change to prepare usage of native PHP functions for date instead
2012-02-06 05:31:19 +01:00
Laurent Destailleur
7b527e085d
Add more test to prepare option for rounding lines
2012-02-06 00:07:48 +01:00
Laurent Destailleur
2093b3f0be
New: Allow to use ODT templates for prososal like it's done for invoices
2012-02-05 19:37:52 +01:00
Laurent Destailleur
0e827b7c20
Format HTML
2012-02-05 16:31:03 +01:00
Laurent Destailleur
2d180635ef
Fix: theme
2012-02-05 16:30:40 +01:00
Laurent Destailleur
8c354fcfcc
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-05 15:13:56 +01:00
Laurent Destailleur
866e8ac556
First change to prepare usage of native PHP functions for date instead
...
of adodb-time library.
2012-02-05 15:13:31 +01:00
Laurent Destailleur
00de718e79
Fix: W3C
2012-02-05 12:40:08 +01:00
Laurent Destailleur
202838de41
Restore From at beginning
2012-02-05 01:11:20 +01:00
Laurent Destailleur
4b607f29cd
New: Add brazilian states
2012-02-04 19:00:24 +01:00
Laurent Destailleur
62054f2f98
Fix: A lot of fix into project permissions. Uniformize code.
2012-02-04 18:34:52 +01:00
Laurent Destailleur
01e5fabd0d
New: Increase length of project label into agenda filter
2012-02-04 16:08:53 +01:00
Laurent Destailleur
dc80f74d2f
Doxygen
2012-02-04 15:20:32 +01:00
Laurent Destailleur
ffac9689f4
Doxygen
2012-02-04 14:39:47 +01:00
Laurent Destailleur
ac1c91b740
Try a fix for orange email targets
2012-02-04 13:39:21 +01:00
Laurent Destailleur
62a356b6eb
Doxygen
2012-02-04 10:48:47 +01:00
Laurent Destailleur
b04437fef8
Merge pull request #104 from simnandez/develop
...
Trad: Extra fields support int type.
2012-02-03 15:20:05 -08:00
Laurent Destailleur
71be445607
Fix: use same separator than smtps method
2012-02-03 23:40:59 +01:00
Simnandez
5fbe37594e
Trad: Extra fields support int type.
2012-02-03 22:03:41 +01:00
Regis Houssin
40276d42ff
Fix: sql error with combobox and uniformize code
2012-02-03 19:06:37 +01:00
Laurent Destailleur
26c597878f
Amount at end.
2012-02-03 10:00:57 +01:00
Laurent Destailleur
0ba5592921
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-02 23:06:08 +01:00
Laurent Destailleur
37afbefdc6
Add message for non compatible mime clients
2012-02-02 23:05:26 +01:00
Grand Philippe
0c5f6d1f62
fix : display specimen
2012-02-03 00:24:35 +08:00
Laurent Destailleur
b22dc4170c
Fix: From must be escaped between "
2012-02-02 10:22:04 +01:00
Laurent Destailleur
0e06ba1a88
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-02 09:49:12 +01:00
Laurent Destailleur
54c6cbe29b
Fix: return-path not required as it's same than form
2012-02-02 09:48:35 +01:00
Regis Houssin
1bac15d836
Fix: missing quotes
2012-02-02 07:49:50 +01:00
Laurent Destailleur
2a0609f133
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-01 22:39:52 +01:00
Laurent Destailleur
ef60e8ccee
Fix: Try another fix to fix not attached files
2012-02-01 22:39:17 +01:00
Laurent Destailleur
19f8355231
Look: Minor fix
2012-02-01 22:17:11 +01:00
Laurent Destailleur
be4d04ebcc
Fix: Default language set to language of thirdparty
2012-02-01 21:04:49 +01:00
Laurent Destailleur
988dc29f15
New: Extra fields support int type.
2012-02-01 20:44:06 +01:00
Regis Houssin
3827f5fd9a
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-01 18:29:23 +01:00
Regis Houssin
3302a86f0c
Fix: add entity field in llx_paiement
2012-02-01 18:29:06 +01:00
Laurent Destailleur
6c0698d6ee
Try a fix for not attached files
2012-02-01 17:59:38 +01:00
Laurent Destailleur
4a7b989e7c
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-01 16:02:22 +01:00
Laurent Destailleur
9ec5ca6c6e
Fix: mail test form
2012-02-01 16:02:00 +01:00
Laurent Destailleur
7b157b689b
Fix log
2012-02-01 16:01:37 +01:00
Laurent Destailleur
43626c6ca4
Change split to 76 chars
2012-02-01 16:00:22 +01:00
Regis Houssin
7096bc8d7f
Update htdocs/core/modules/commande/doc/doc_generic_order_odt.modules.php
2012-02-01 15:11:05 +01:00
Regis Houssin
ec3f5d121c
Merge pull request #102 from simnandez/develop
...
[ task #176 ] Allow to use ODT templates. Works with Orders
2012-02-01 06:09:21 -08:00
Regis Houssin
f2df94bf32
Fix: for shared thirdparties
...
Conflicts:
htdocs/core/class/html.form.class.php
htdocs/societe/societe.php
2012-02-01 15:04:31 +01:00
Regis Houssin
f1d2d8f412
Fix: missing quotes
2012-02-01 14:57:43 +01:00
Laurent Destailleur
0a78b3f970
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-01 14:22:35 +01:00
Laurent Destailleur
f1cd91dac5
Fix: Permission on donation module
2012-02-01 14:20:22 +01:00
Laurent Destailleur
95efe50dba
New: If language code is none_NONE, trnalsation keys are kept not
...
translated.
2012-02-01 13:28:19 +01:00
Laurent Destailleur
267389de0a
Normalize code
2012-02-01 13:22:18 +01:00
Laurent Destailleur
b1e58dd454
Mutualize common code
2012-02-01 13:21:39 +01:00
Regis Houssin
c6e4206907
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-01 11:33:11 +01:00
Regis Houssin
4431510ce4
Fix: use entity field of object
2012-02-01 11:32:55 +01:00
Laurent Destailleur
392d8a26a5
Update theme to prepare dynamic change of colors
2012-02-01 11:30:17 +01:00
Laurent Destailleur
2f2cb46622
Fix: Lastname
2012-02-01 09:29:26 +01:00
Laurent Destailleur
feb220587a
Fix: Contact list
2012-02-01 00:24:16 +01:00
Laurent Destailleur
c1243db086
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-31 23:23:02 +01:00
Laurent Destailleur
bf8c022639
New: Trigger now have a priority to define sort execution order.
2012-01-31 20:32:52 +01:00
Laurent Destailleur
0011b1dadd
New: Trigger now have a priority to define sort execution order.
2012-01-31 20:32:26 +01:00
Laurent Destailleur
783c9d124f
Minor look enhancement
2012-01-31 12:18:43 +01:00
Laurent Destailleur
ed4a0742c8
Add a test to be sure module is on
2012-01-31 00:51:52 +01:00
Laurent Destailleur
1e8fd73810
Remove non utf char
2012-01-30 23:58:13 +01:00
Laurent Destailleur
8c934d3dde
Rename custom code into customs code
2012-01-30 20:08:11 +01:00
simnandez
53cdb31624
[ task #176 ] Allow to use ODT templates. Works with Orders
2012-01-30 18:18:40 +01:00
Laurent Destailleur
52b522e087
Qual: Uniformize code
2012-01-30 10:22:50 +01:00
Laurent Destailleur
f3a966a313
Fix: Missing name
2012-01-29 23:24:47 +01:00
Laurent Destailleur
cb37a8475a
Fix: Can edit price
2012-01-29 23:07:44 +01:00
Laurent Destailleur
d7f7ec2372
Fix: Position of address
2012-01-29 21:46:55 +01:00
Laurent Destailleur
06f41166e1
Fix: Uniformize style
2012-01-29 21:28:45 +01:00
Laurent Destailleur
63c3cb2d48
Work on debian package
2012-01-29 20:57:40 +01:00
Laurent Destailleur
a9abc1bad4
Doxygen
2012-01-28 17:34:42 +01:00
Laurent Destailleur
c2c8d1be3e
Doxygen
2012-01-28 17:22:02 +01:00
Laurent Destailleur
429ba54e3e
Work on debian package
2012-01-28 16:04:48 +01:00
Simnandez
1f0c04a8a9
[ task #176 ] Allow to use ODT templates. Works with Orders
2012-01-27 22:35:23 +01:00
simnandez
15d1526393
[ task #176 ] Allow to use ODT templates. Works with Orders
2012-01-27 17:41:47 +01:00
simnandez
029b83780e
Merge branch 'develop' of git://github.com/Dolibarr/dolibarr.git into develop
2012-01-27 17:38:16 +01:00
simnandez
ef3643313f
Trad: Update translation
2012-01-27 16:19:42 +01:00
Laurent Destailleur
ec0650e92b
Doxygen
2012-01-27 16:12:11 +01:00
Laurent Destailleur
aa8e7b1c0c
Uniformize field country_id, country_code, country
2012-01-27 16:10:44 +01:00
simnandez
e010e70d08
Trad: import wizard improvements
2012-01-27 16:08:46 +01:00
Laurent Destailleur
1f10e4e1e3
Doxygen
2012-01-27 15:17:36 +01:00
Laurent Destailleur
4909504b0a
Work to add new demo profiles
2012-01-27 12:19:37 +01:00
Laurent Destailleur
78f038766e
Sort emailing submodules by name
2012-01-26 23:08:20 +01:00
Laurent Destailleur
0ab6cec007
New: emailing submodules can be stored into the module directory.
2012-01-26 23:05:59 +01:00
Simnandez
8502cd8fe2
Trad: Add function block/unblock for a trip credit note
2012-01-26 21:47:10 +01:00
Laurent Destailleur
c0b2b036e0
Fix: Bad var
2012-01-26 13:55:24 +01:00
Laurent Destailleur
82e5aad8f1
Fix: Usage of not defined var
2012-01-26 13:54:17 +01:00
Laurent Destailleur
97b176ba8d
Doxygen
2012-01-26 13:49:15 +01:00
Laurent Destailleur
491d3dd5b0
Always disable module mailmanspip on demo.
2012-01-26 00:19:27 +01:00
Laurent Destailleur
b1a7cd82be
Doxygen
2012-01-25 23:41:51 +01:00
Laurent Destailleur
f32733b1df
Move NumberWord module translation into module.
2012-01-25 23:16:17 +01:00
Laurent Destailleur
e07192d558
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-25 21:28:10 +01:00
Laurent Destailleur
6e612dd316
Fix: Use default pdf format if not defined
2012-01-25 21:27:31 +01:00
Regis Houssin
c155ab10b4
Fix: uniformize code
2012-01-25 11:05:15 +01:00
Laurent Destailleur
42ee2f529c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2012-01-24 09:20:06 +01:00
Laurent Destailleur
ad1ec032f3
Normalize code
2012-01-24 09:19:28 +01:00
Laurent Destailleur
84f52ea163
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-23 22:58:04 +01:00
Regis Houssin
7e5c347bb8
Fix: correct reorder childrens of lines
2012-01-24 05:31:49 +08:00
Laurent Destailleur
d596920898
Doxygen
2012-01-23 18:43:30 +01:00
Regis Houssin
f352f5cba2
Fix: add current entity if not defined
2012-01-24 01:42:40 +08:00
Regis Houssin
a29565f628
Fix: uniformize code
2012-01-23 16:38:57 +01:00
Regis Houssin
190cc7b13c
Fix: uniformize structure
2012-01-23 14:43:31 +01:00
Regis Houssin
b4eb5a8cbf
Fix: remove unused images
2012-01-23 12:05:50 +01:00
Regis Houssin
e7153c4c72
Update htdocs/install/mysql/migration/3.1.0-3.2.0.sql
2012-01-22 21:56:49 +01:00
Regis Houssin
ab5e185bb9
Merge pull request #97 from aspangaro/patch-1
...
Update with CET (CFE+CVAE)
2012-01-22 12:54:05 -08:00
Laurent Destailleur
5d5af4cd78
Doxygen
2012-01-22 21:36:07 +01:00
Alexandre Spangaro
66fbe5a0f4
Update with CET (CFE+CVAE)
2012-01-22 21:18:14 +01:00
Laurent Destailleur
bacf2003f1
Checkstyle
2012-01-22 21:17:02 +01:00
Laurent Destailleur
47c83603f4
Qual: normalize code
2012-01-22 20:33:45 +01:00
Laurent Destailleur
04d33dee51
Prepare of javascript switch of calendars
2012-01-22 20:16:11 +01:00
Laurent Destailleur
f9dbb35628
Update trans
2012-01-22 13:11:15 +01:00
Laurent Destailleur
c61cba7b6b
Add a css different for each agenda
2012-01-22 13:10:59 +01:00
Laurent Destailleur
a6b0b22e10
Fix: Finish function
2012-01-22 11:34:50 +01:00
Laurent Destailleur
14690cb9dd
Doxygen
2012-01-22 02:49:47 +01:00
Laurent Destailleur
4f36d348ef
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-22 02:30:46 +01:00
Laurent Destailleur
d8f96328f8
Move properties
2012-01-22 02:28:49 +01:00
Laurent Destailleur
16d48f1820
Fix: Removed a TODO
2012-01-22 02:20:28 +01:00
Laurent Destailleur
fb89b061ba
New: [ task #187 ] Gerer les evenement recurrents dans les imports ical
2012-01-22 02:12:11 +01:00
Regis Houssin
2a21668b43
Fix: add https and ssh
2012-01-21 18:24:21 +01:00
Laurent Destailleur
ed22c802cd
More POO
2012-01-21 14:19:28 +01:00
Laurent Destailleur
70a67bc3f1
Qual: Move a not frequently used function out of functions.lib.php
...
Enhance PHPUnit tests
2012-01-21 14:10:22 +01:00
Laurent Destailleur
27673e4e45
Update translation
2012-01-20 20:21:23 +01:00
Laurent Destailleur
77bd02e573
Fix: user is not defined during definition but during runtime, so by
...
import process.
2012-01-20 18:41:44 +01:00
Regis Houssin
156501820c
Fix: no $user object in update mode
2012-01-20 17:32:54 +08:00
Regis Houssin
66e9ea244d
Fix: Trying to get property of non-object
2012-01-20 17:32:53 +08:00
Laurent Destailleur
7fd27da616
Fix: Wrong count of nb of lines
2012-01-20 10:09:19 +01:00
Laurent Destailleur
070f157f08
Fix: Delete bank account
2012-01-19 23:31:37 +01:00
Laurent Destailleur
72ef573190
Fix: Bad currency
2012-01-19 23:15:44 +01:00
Laurent Destailleur
d9aa0c4b28
Qual: Normalize field names
2012-01-19 22:20:28 +01:00
Laurent Destailleur
7c8cda5de3
Update package
2012-01-19 20:43:47 +01:00
Laurent Destailleur
697f46b6b0
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-19 09:54:16 +01:00
Laurent Destailleur
08e33f20dc
Qual: Uniformize code
...
Doxygen
2012-01-19 09:53:27 +01:00
Regis Houssin
1d10dc9d98
Merge pull request #95 from cbattarel/develop
...
resolve product translation bug
2012-01-19 00:37:33 -08:00
simnandez
7a831e652c
Fix: localtaxes tax fails in updateligne contracts. Solve bug with
...
error output in addligne. Remove deprecated client, use thirdparty
2012-01-19 09:20:00 +01:00
Laurent Destailleur
8eb1da9aaa
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-18 15:28:09 +01:00
Laurent Destailleur
d70f786f5e
Fix: Trans
2012-01-18 15:27:10 +01:00
Laurent Destailleur
431bf28b5d
Fix: Avoid warning
2012-01-18 12:30:55 +01:00
Christophe Battarel
b07dae557e
correction bug traduction produit : si le navigateur n'était pas dans la langue du user, une traduction était créée en + dans la langue du navigateur et le front-end basculait dans la langue du navigateur (parce que le champ du formulaire s'appelait lang; je l'ai renommé en translang pour corriger le problème)
2012-01-18 11:13:34 +01:00
Laurent Destailleur
3446e94e51
Uniformize code
2012-01-18 10:52:22 +01:00
Alexandre Spangaro
cd058b6726
The last file have pushed is wrong - No 'doublon' in rowid - Now it's better
2012-01-18 06:15:25 +01:00
Laurent Destailleur
a3e3546eed
Fix: Removed useless width
2012-01-18 01:37:17 +01:00
Laurent Destailleur
a754072c85
Fix: use correct property
2012-01-18 01:31:57 +01:00
Laurent Destailleur
a8ca1c721c
Uniformize way of working of trip and expenses (added "validate" step
...
after "draft").
2012-01-18 01:05:26 +01:00
Laurent Destailleur
9af78f97a8
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-18 00:39:39 +01:00
Laurent Destailleur
536b431452
Fix: SUPPLIER_INVOICE_FREE_TEXT
2012-01-18 00:38:53 +01:00
Laurent Destailleur
9215394965
New: Import wizard can import contacts.
...
New: A module can add import description for import wizard, even for
tables with foreign keys.
2012-01-18 00:16:02 +01:00
Laurent Destailleur
9200a77a37
Fix: Missing thirdparties that were nor prospect, nor customer, nor
...
suppliers into nb.
2012-01-17 23:49:25 +01:00
Regis Houssin
d233311fc2
Merge pull request #93 from cbattarel/develop
...
expédition et livraisons : affichage libellés dans la langue du client
2012-01-17 03:31:49 -08:00
Christophe Battarel
2d798587d3
expédition et livraisons : affichage libellés dans la langue du client
2012-01-17 12:03:05 +01:00
Spangaro Alexandre
a0829556ee
Update
...
Signed-off-by: Spangaro Alexandre <alexandre.spangaro@gmail.com>
2012-01-17 15:11:04 +08:00
Spangaro Alexandre
28550dca89
Add function block/unblock for a trip credit note
...
Signed-off-by: Spangaro Alexandre <alexandre.spangaro@gmail.com>
2012-01-17 15:11:04 +08:00
Spangaro Alexandre
36edb00002
MAJ plan de comptes FR
2012-01-17 15:11:03 +08:00
Regis Houssin
f0cd44fc0a
Merge pull request #91 from cbattarel/develop
...
affiche libellé produit dans la langue du client en plus de la descripti...
2012-01-16 09:18:13 -08:00
Christophe Battarel
acf95fa646
rajout commentaires entete programme
2012-01-16 17:36:22 +01:00
Christophe Battarel
cc6932e0ba
pdf.lib.php : ne pas traduire les textes à partir des textes produits si ils ont été modifiés à la saisie.
2012-01-16 17:33:00 +01:00
Christophe Battarel
6a90298af0
affiche libellé produit dans la langue du client en plus de la description (variable de conf renommée en PRODUIT_TEXTS_IN_THIRDPARTY_LANGUAGE
2012-01-16 17:12:29 +01:00
simnandez
6c25dde14f
Trad: Add missing translation
2012-01-16 15:59:33 +01:00
Regis Houssin
64e0a4434d
Fix: use fk_mainmenu if defined
2012-01-16 19:11:45 +08:00
Christophe Battarel
5524d42ddb
ajout commentaires entete oubliés sur ajout description produit dans la langue du client
2012-01-16 10:35:36 +01:00
Laurent Destailleur
9d2e547c00
Fix: Removed Bare LF error with smtps email sending
2012-01-16 00:02:57 +01:00
Laurent Destailleur
55ee0b08d8
Fix: bad loading of styles.css.php
2012-01-15 23:48:25 +01:00
Laurent Destailleur
9e06a742f0
Fix: sql syntax
2012-01-15 23:20:02 +01:00
Laurent Destailleur
f1c2c7891b
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-15 19:09:26 +01:00
Laurent Destailleur
c7b88d396a
Change to prepare module skincoloreditor
2012-01-15 19:07:01 +01:00
Laurent Destailleur
25a505534b
New: A page can force reload of css style sheet
2012-01-15 17:40:44 +01:00
Laurent Destailleur
15cd3794c9
Removed comments
2012-01-15 15:16:06 +01:00
Laurent Destailleur
1226e88408
Doxygen
2012-01-15 15:06:02 +01:00
Laurent Destailleur
ca9be862c2
New: Change to allow to personalize eldy theme
2012-01-15 14:01:40 +01:00
Regis Houssin
196bb42636
Fix: use MAIN_JS_ON_PAYMENT just for the auto-completion payment
2012-01-15 11:02:08 +01:00
Regis Houssin
244af052cc
Fix: add MAIN_USE_CUSTOM_TRANSLATION for use /custom/langs directory
2012-01-15 08:29:56 +01:00
Laurent Destailleur
f75329faef
Fix: geoip works with debian geoip package
2012-01-15 02:39:43 +01:00
Laurent Destailleur
301c66210a
Fix: Not exists function with geoip PEAR
2012-01-15 02:19:00 +01:00
Laurent Destailleur
73e5b05bb8
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-15 02:02:13 +01:00
Regis Houssin
288e9deed3
Fix: trigger problem
2012-01-14 20:23:47 +01:00
Laurent Destailleur
9a030b63fc
Fix: Minor look
2012-01-14 14:56:09 +01:00
Laurent Destailleur
2641ec21af
Fix: If data was already found into file into MAIN_FORCELANGDIR, we must
...
not overwrite it with value of standard lang files.
2012-01-14 14:27:27 +01:00
Laurent Destailleur
e528ac97a8
fix: [ bug #272 ] Impossible afficher Créances-Dettes sur période
...
d'analyse choisie
2012-01-14 13:45:42 +01:00
Laurent Destailleur
59619517e3
Work on debian packages
2012-01-14 12:58:42 +01:00
Laurent Destailleur
580f2ef375
Look: Minor fix
2012-01-14 12:38:03 +01:00
Laurent Destailleur
382c6554b4
New: Work on debian packaging to use default ckeditor package
2012-01-14 02:06:05 +01:00
Laurent Destailleur
413b399e1d
Removed comment
2012-01-14 01:32:31 +01:00
Laurent Destailleur
636c615057
Restore lost change
2012-01-14 01:21:47 +01:00
Laurent Destailleur
7950ab2677
Fix: Avoid duplicate line
2012-01-14 01:13:24 +01:00
Laurent Destailleur
efcbc2696a
Add comments
2012-01-14 00:54:52 +01:00
Laurent Destailleur
937a98d03b
Fix: Removed duplicate update
2012-01-14 00:49:38 +01:00
Laurent Destailleur
66d271c185
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-14 00:45:30 +01:00
Laurent Destailleur
528c30798b
Qual: Removed not used files
2012-01-14 00:44:29 +01:00
Laurent Destailleur
b529984253
Look: Enhance eldy style. Use more CSS and less images.
2012-01-14 00:39:58 +01:00
Regis Houssin
94ea9f3c55
Fix: uniform code
2012-01-13 18:24:25 +01:00
Regis Houssin
9fe45c4f4f
Fix: uniform code
2012-01-13 17:46:15 +01:00
Christophe Battarel
69c9edbeb3
ajoute la possibilité de visualiser la description des produits dans la langue du client lors de l'jout de lignes dans les commandes/propales/factures
2012-01-13 16:53:28 +01:00
Regis Houssin
66bfaf8530
Fix: custom language file was not loaded
2012-01-13 12:17:41 +01:00
Regis Houssin
8ccc7acf28
Fix: add all phones if create user from contact
2012-01-13 11:25:48 +01:00
Laurent Destailleur
4ddffc6506
Qual: Uniformize code
2012-01-12 20:37:31 +01:00
Regis Houssin
b069d6d2f1
Fix: use getEntity for shared values between entities
2012-01-13 00:23:03 +08:00
damien
dd1a31ded1
Fix for the bug #278 (to be tested on MySQL)
2012-01-12 14:04:24 +01:00
Regis Houssin
8adac462fa
Fix: share customer code with a referent entity
2012-01-12 18:51:40 +08:00
Laurent Destailleur
8974705332
Fix more complete
2012-01-12 10:26:46 +01:00
Laurent Destailleur
0861ed36c9
Fix: Try a fix to be sure function returns an exact value not depending
...
on float management.
2012-01-12 09:54:18 +01:00
Laurent Destailleur
6c9cbae1f7
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-11 22:21:14 +01:00
Regis Houssin
303521d14c
New: add possibility to disable or show/hide another elements
2012-01-12 04:18:25 +08:00
Regis Houssin
72304505cb
Fix: add htmlname parameter
2012-01-12 04:18:25 +08:00
Laurent Destailleur
b793b3887a
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-11 20:32:14 +01:00
Laurent Destailleur
851abe00a9
New: Can attach files on social contributions
2012-01-11 20:31:40 +01:00
Laurent Destailleur
f8b2a2c774
New: Move mailman and spip feature into a specific module
2012-01-11 18:43:38 +01:00
Laurent Destailleur
a57295cc73
Qual: Add phpunit test before working on different rounding modes
2012-01-11 16:35:12 +01:00
Regis Houssin
6b727db3d0
Merge pull request #86 from simnandez/develop
...
Fix: Label was not clear enough
2012-01-11 07:02:35 -08:00
Regis Houssin
199e22fd70
Fix: remove useless code
2012-01-11 23:02:01 +08:00
simnandez
c1ac04866e
Fix: Label was not clear enough
2012-01-11 15:59:46 +01:00
Regis Houssin
b670de36a9
Fix: add entity 0 for users and groups
2012-01-11 22:08:25 +08:00
Regis Houssin
5b04d47d6c
Fix: remove useless global
2012-01-11 22:08:25 +08:00
Regis Houssin
9339119455
New: use getEntity() instead $conf->entity
2012-01-11 21:16:10 +08:00
Laurent Destailleur
2b9a118384
Fix: Bad date init
2012-01-11 13:47:47 +01:00
Laurent Destailleur
83d63aa07b
Fix: Date not initialized
2012-01-11 13:42:44 +01:00
Laurent Destailleur
a7e7450dd7
Fix: Error management if date is empty
2012-01-11 13:37:50 +01:00
Laurent Destailleur
aaefb82a33
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-11 12:03:06 +01:00
Laurent Destailleur
6c64d9732e
Lines cleaner
2012-01-11 11:57:49 +01:00
Regis Houssin
033b290ed3
Qual: add $mc global object (multicompany)
2012-01-11 17:41:46 +08:00
Laurent Destailleur
9209c7c6bc
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-11 02:05:50 +01:00
Laurent Destailleur
5ff8c2b8fa
Fix: Error management
2012-01-11 01:52:00 +01:00
Laurent Destailleur
a93a9f75f2
Qual: Uniformize code
2012-01-11 01:06:56 +01:00
Laurent Destailleur
4bb5d68ca9
Use private property
2012-01-11 01:06:34 +01:00
Regis Houssin
395ea68b70
Fix: rename constants for multicompany cookie
2012-01-11 06:30:39 +08:00
Laurent Destailleur
86825e4c9b
New: Show payments terms and conditions onto muscadet template.
2012-01-10 21:12:01 +01:00
Regis Houssin
cb286a2449
New: add shareds thirparties between entities
2012-01-11 00:19:57 +08:00
Laurent Destailleur
b2cd7018db
Doxygen
2012-01-10 10:53:04 +01:00
Laurent Destailleur
f86ae93526
Qual: Removed checkstyle warnings
2012-01-10 10:23:57 +01:00
Laurent Destailleur
5fc760d318
Doxygen
2012-01-10 09:57:16 +01:00
Laurent Destailleur
6a5218b9b2
Qual: Ckeckstyle
2012-01-10 01:31:06 +01:00
Laurent Destailleur
c92dbe7e61
Qual: Try to remove warning on private properties
2012-01-10 01:00:42 +01:00
Laurent Destailleur
520aaa2238
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-10 00:43:47 +01:00
Regis Houssin
376759c13d
Fix: refactoring elements sharing management between entities
2012-01-10 07:03:04 +08:00
Laurent Destailleur
a2634744ae
Fix: Try to fix a missing field
2012-01-09 20:52:14 +01:00
Regis Houssin
4eb88be3b6
Fix: bad rights
2012-01-09 11:28:37 +01:00
Regis Houssin
85d7285519
[bug #275 ] Ajout contacts - choix par "par défaut" de l'entreprise du
...
fournisseur
Fix: uniform code
2012-01-09 11:12:07 +01:00
Regis Houssin
8386e8a541
Fix: can debug rounding. to simulate the rounded total
2012-01-09 09:55:20 +01:00
Laurent Destailleur
2146ab0cc5
Uniformize code
2012-01-09 00:53:31 +01:00
Laurent Destailleur
b3f194930d
Always show example for vat rate 0 even if not vat rates defined for
...
country.
2012-01-09 00:41:09 +01:00
Laurent Destailleur
28a0e00de1
Keep examples i used for debug purpose as comments
2012-01-09 00:02:42 +01:00
Laurent Destailleur
5343dfab6a
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-08 23:44:36 +01:00
Laurent Destailleur
f6de981ed9
Removed useless number
2012-01-08 23:44:09 +01:00
Laurent Destailleur
77870d0557
Add hidden option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS
2012-01-08 23:43:32 +01:00
Regis Houssin
1d144b3b4a
New: add test for vat rounded by line or on the total
2012-01-08 20:08:15 +01:00
Laurent Destailleur
62afb3da4b
Fix: wrong field to show password
2012-01-08 18:37:29 +01:00
Laurent Destailleur
159417898e
Removed non utf8 chars
2012-01-08 17:29:26 +01:00
Laurent Destailleur
ef64ce3fb5
Fix: Syntax url
2012-01-08 16:58:55 +01:00
Regis Houssin
f7c61369d4
Fix: test limits with vat rates of current country
...
Fix: uniform code
2012-01-08 10:53:05 +01:00
Regis Houssin
e0e6043f51
Fix: uniform code
2012-01-08 08:50:05 +01:00
Laurent Destailleur
c6a96fec73
Qual: Uniformize lib filename
2012-01-08 01:59:33 +01:00
Laurent Destailleur
2d67802938
Doxygen
2012-01-08 00:52:07 +01:00
Laurent Destailleur
ad232fa38c
Doxygen
2012-01-08 00:15:36 +01:00
Laurent Destailleur
ad7aee9fc2
Fix: Checkstyle warnings
2012-01-07 23:57:42 +01:00
Laurent Destailleur
896cfe62ba
Fix: conf file corrupted when using password with special char
2012-01-07 23:42:36 +01:00
Laurent Destailleur
ebf8a6eef4
artichow was used only for captcha generation so i replaced with
...
dolibarr code to allow to remove completely artichow (artichow project
is dead).
2012-01-07 23:31:25 +01:00
Laurent Destailleur
4c0d7378d3
Some change to prepare artichow removal
2012-01-07 21:32:35 +01:00
Laurent Destailleur
9e065b2395
New: Dolgraph function works with jflot (use DOL_MAIN_GRAPH=artichow to
...
use old libraries)
2012-01-07 20:56:52 +01:00
Laurent Destailleur
ec7025da20
Uniformize code
2012-01-07 15:01:30 +01:00
Laurent Destailleur
8292ca346a
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-07 14:56:26 +01:00
Laurent Destailleur
d9d3a11ec4
Doxygen
2012-01-07 14:55:59 +01:00
Regis Houssin
2713099def
Fix: uniform code
2012-01-07 11:59:23 +01:00
Regis Houssin
1201424633
Fix: add database prefix filter
2012-01-07 08:28:52 +01:00
Laurent Destailleur
f79d004e3c
Renamed method
2012-01-06 15:26:32 +01:00
Laurent Destailleur
392a99b905
Update trans
2012-01-06 15:07:33 +01:00
Laurent Destailleur
427d099e87
Fix: error management of pgconnect
...
Doxygen
2012-01-06 14:51:09 +01:00
Laurent Destailleur
f8fbc192d7
Try to rename function to test if warning is removed
2012-01-06 14:14:43 +01:00
Regis Houssin
45482bd80f
Fix: remove the default pgsql database name
2012-01-06 10:31:53 +01:00
Regis Houssin
b9d9f3b5b1
Fix: bad path in error message
2012-01-06 10:19:07 +01:00
Regis Houssin
33049e9f19
[bug #270 ] PostgreSQL backend try to connect throught TCP socket for
...
local database
2012-01-06 09:31:02 +01:00
Laurent Destailleur
c598fb34c0
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-05 13:10:14 +01:00
Laurent Destailleur
930efe8659
Fix: Label was not clear enough
2012-01-05 13:09:42 +01:00
Laurent Destailleur
7a00c793c6
Fix: SQL syntax error
2012-01-05 12:59:24 +01:00
Laurent Destailleur
aadfca4bbd
Checkstyle
2012-01-05 12:24:11 +01:00
Laurent Destailleur
e340aa3622
Doxygen
2012-01-05 12:13:42 +01:00
Laurent Destailleur
eb507e0677
Checkstyle
2012-01-05 11:43:09 +01:00
simnandez
5ad9d7cb61
[ task #176 ] Allow to use ODT templates for prososal like it's done for
...
invoices. Working with odt template
2012-01-05 09:48:28 +01:00
Regis Houssin
37c7d2b102
Merge pull request #84 from simnandez/develop
...
[ task #176 ] Allow to use ODT templates for prososal like it's done for invoices. Working
2012-01-04 23:51:10 -08:00
Regis Houssin
187c54ae7f
[task #176 ] Allow to use ODT templates for prososal like it's done
2012-01-05 08:49:48 +01:00
Laurent Destailleur
7920f6295d
Fix: Should work with strict mode.
2012-01-05 01:35:52 +01:00
Laurent Destailleur
64e967a340
Try to fix usage of a cache dir by tcpdf
2012-01-05 00:41:06 +01:00
Laurent Destailleur
676011e1bd
Fix: Country must be not encoded into memory
2012-01-05 00:23:43 +01:00
Laurent Destailleur
4523f1789d
Qual: Removed dead code
...
Doxygen
2012-01-04 23:56:10 +01:00
Laurent Destailleur
7fc3fb5827
New: [ task #181 ] Hide password of click2dial in user card
2012-01-04 23:17:12 +01:00
Laurent Destailleur
915bc47a58
Doxygen
2012-01-04 21:47:40 +01:00
Laurent Destailleur
3f8d2cbef8
Qual: Remove checkstyle warnings
2012-01-04 21:23:50 +01:00
Laurent Destailleur
ed38c6c27a
New: An external module can now add a menu entry on left menu.
2012-01-04 19:31:46 +01:00
Laurent Destailleur
2ac5f4e550
Doxygen
2012-01-04 14:35:41 +01:00
Laurent Destailleur
785f5b3c46
Doxygen
2012-01-04 14:17:32 +01:00
Laurent Destailleur
be0d4dbac1
Doxygen
2012-01-04 14:12:00 +01:00
Laurent Destailleur
893b7b96f4
Doxygen
2012-01-04 14:05:49 +01:00
Laurent Destailleur
16c6dd3c95
Doxygen
2012-01-04 13:54:07 +01:00
Laurent Destailleur
d019f732b8
Fix: Removed warning
2012-01-04 13:26:06 +01:00
Laurent Destailleur
e40d8991b1
Install process is 10 times faster in step2 !
2012-01-04 13:14:29 +01:00
Laurent Destailleur
760bf6bfbc
Add options to allow to run step2 install with sub-steps (for debug
...
purpose).
2012-01-04 12:32:44 +01:00
Laurent Destailleur
7c99cfc06c
W3C
2012-01-04 11:44:15 +01:00
Laurent Destailleur
90b7cd1aae
[ task #176 ] Allow to use ODT templates for prososal like it's done for
...
invoices. Move pdf and odt to doc dir
2012-01-04 02:04:55 +01:00
Laurent Destailleur
29a1ae17ac
Merge pull request #83 from simnandez/7d9b5a7545e811cc0822645e7eff729a28b1142a
...
[ task #176 ] Allow to use ODT templates for prososal like it's done for invoices. Move pdf and odt to doc dir
2012-01-03 16:55:46 -08:00
Laurent Destailleur
5c69cdbb8d
Work on left menu simplification
2012-01-04 01:44:38 +01:00
Laurent Destailleur
6964eaff01
Work on management of left menus
2012-01-03 20:27:10 +01:00
Laurent Destailleur
f012a52465
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-03 20:16:57 +01:00
simnandez
283bb8e766
[ task #176 ] Allow to use ODT templates for prososal like it's done
...
for invoices. Working
2012-01-03 17:01:18 +01:00
simnandez
7d9b5a7545
[ task #176 ] Allow to use ODT templates for prososal like it's done
...
for invoices. Move pdf and odt to doc dir
2012-01-03 16:42:20 +01:00
Laurent Destailleur
b47f5177c4
Work on menu management
2012-01-03 09:41:01 +01:00
Laurent Destailleur
9f2a65d636
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-02 20:03:17 +01:00
simnandez
e7c44447d0
[ task #176 ] Allow to use ODT templates for prososal like it's done for
...
invoices. Firsts works
2012-01-02 18:31:01 +01:00
simnandez
2a61569d9a
[ task #176 ] Allow to use ODT templates for prososal like it's done for
...
invoices. Firsts works
2012-01-02 18:23:41 +01:00
Laurent Destailleur
c06561672a
Hide clear password
2012-01-02 17:36:14 +01:00
Laurent Destailleur
82fd755919
Look: Increase field size
2012-01-02 14:26:47 +01:00
Laurent Destailleur
39f9ddf7c5
Disable sqlite support until sqlite offer a way to create foreign keys
...
after table creation.
2012-01-02 13:21:26 +01:00
Laurent Destailleur
b00b0cd9f1
Clean values
2012-01-02 12:37:32 +01:00
Laurent Destailleur
834f53a80c
Drop unnamed primary key to allow creation of named primary key.
2012-01-02 10:31:11 +01:00
Laurent Destailleur
04e2a30b02
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-02 10:24:13 +01:00
Laurent Destailleur
6c0f1b79ce
Exclude files
2012-01-02 10:19:40 +01:00
Regis Houssin
1fa10e8875
Fix: update index
2012-01-02 08:44:15 +01:00
Laurent Destailleur
ccfced2aff
Work on sqlite driver
2012-01-02 03:02:45 +01:00
Laurent Destailleur
439af321bd
Fix: Primary keys must be named
...
Fix: Added missing constraints/index for suppliers categories
2012-01-02 03:02:07 +01:00
Laurent Destailleur
6f63c5ecff
Work on PDO Sqlite driver
2012-01-02 02:46:12 +01:00
Laurent Destailleur
fb662a91db
Fix: Support special chars
2012-01-02 00:57:24 +01:00
viniciusvgn
19df110fdc
Update pt_BR
2012-01-01 19:16:19 +08:00
Regis Houssin
85b78babae
Fix: add default values for country
2012-01-01 19:16:07 +08:00
Regis Houssin
e5f55db2c1
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-31 17:04:53 +01:00
Regis Houssin
4787cbfdf8
Fix: sql query error
2011-12-31 17:04:26 +01:00
Laurent Destailleur
c404f65efc
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-31 14:57:47 +01:00
Laurent Destailleur
2d2ba75ad2
New: When invoice was generated from order, order date is visible on
...
PDF, after order ref.
2011-12-31 14:56:45 +01:00
Laurent Destailleur
8444a290e7
Do not show paypal link if invoice is draft
2011-12-31 14:26:03 +01:00
Laurent Destailleur
5fc7827087
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2011-12-31 12:01:13 +01:00
Laurent Destailleur
2f1b2f7be7
Qual: Code simpler
2011-12-31 11:54:17 +01:00
Regis Houssin
a3a3db58e3
Fix: test phpunit error
2011-12-31 11:30:49 +01:00
Laurent Destailleur
28754deb10
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2011-12-31 11:10:22 +01:00
Laurent Destailleur
700c83125e
New: Add file size and description into download wrapper
2011-12-31 02:50:37 +01:00
Laurent Destailleur
680d4bac44
Fix: mime type
2011-12-31 02:30:20 +01:00
Laurent Destailleur
92c27b1732
New: Can add a left menu (first level) into an existing top menu.
2011-12-31 01:33:12 +01:00
Laurent Destailleur
af4627d5ed
Removed dead code
2011-12-31 00:31:40 +01:00
Laurent Destailleur
4ea77e6d55
Prepare code to allow left menu add by modules
2011-12-30 23:07:27 +01:00
Laurent Destailleur
9036071265
Fix: W3C
2011-12-30 20:15:13 +01:00
Laurent Destailleur
00aa90606c
Qual: Removed a FIXME
2011-12-30 14:45:07 +01:00
Laurent Destailleur
fd7d2fe667
Test format to removed scope warnings
2011-12-30 14:27:18 +01:00
Laurent Destailleur
55156edd0d
Enhance PHPUnits
2011-12-30 14:18:19 +01:00
Laurent Destailleur
51479c7894
Enhance PHPUnits
2011-12-30 12:39:44 +01:00
simnandez
3cceaba027
Trad: Uniformize field country_id, country_code, country
2011-12-30 09:10:53 +01:00
Laurent Destailleur
efd5f5eaa4
Look: Add line "None" when there is no bank account
2011-12-30 00:33:34 +01:00
Laurent Destailleur
6d6231aad9
New: Add class for calendar picto link
2011-12-29 23:50:02 +01:00
Laurent Destailleur
963df8f59d
Qual: Uniformize code
2011-12-29 23:23:31 +01:00
Laurent Destailleur
7688e44b2a
Uniformize field country_id, country_code, country
2011-12-29 18:34:56 +01:00
Regis Houssin
759cc1897b
Merge pull request #80 from simnandez/develop
...
Trads
2011-12-29 09:12:01 -08:00
Laurent Destailleur
c2348ef600
Uniformize field country_id, country_code, country
2011-12-29 18:07:41 +01:00
simnandez
3510b1f5e1
Trad: more explicit
2011-12-29 17:34:28 +01:00
simnandez
41caefce5e
Missing translation : ShippingExist
2011-12-29 17:27:46 +01:00
Laurent Destailleur
e8f84363eb
Fix: Restore autozip features
2011-12-28 21:30:33 +01:00
Laurent Destailleur
8d5972c8f4
Add info in html page
2011-12-28 19:41:43 +01:00
Laurent Destailleur
3633831737
Fix: Removed warnings
2011-12-28 17:59:57 +01:00
Laurent Destailleur
6c9815df12
Qual: Removed not used property
2011-12-28 17:40:19 +01:00
Laurent Destailleur
26ffc4180d
Doxygen
2011-12-28 17:34:17 +01:00
Laurent Destailleur
498c1b1b41
Qual: idprof are all renamed to idprof1,2,3,4 (removed old name siren,
...
siret, ...)
2011-12-28 17:30:30 +01:00
Laurent Destailleur
2daa5a516f
Qual: Clean properties
2011-12-28 17:13:19 +01:00
Laurent Destailleur
555038fbc3
[ bug #259 ] Missing translation : ShippingExist
2011-12-28 16:56:23 +01:00
Laurent Destailleur
c73f11d5d6
Fix: Close of db at end
2011-12-28 15:21:29 +01:00
Laurent Destailleur
bb3d9e9197
Doxygen
2011-12-28 13:25:05 +01:00
Laurent Destailleur
8a83b273ef
Uniformize code
2011-12-28 12:53:46 +01:00
Laurent Destailleur
49146c4f83
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-28 12:48:37 +01:00
Laurent Destailleur
b35bbd0393
Comments
2011-12-28 12:48:18 +01:00
Regis Houssin
3df2810f29
Fix: avoid warning for country with < 4 profid
2011-12-28 10:17:33 +01:00
Regis Houssin
f2bfaa729a
Fix: more explicit and uniform code
2011-12-28 09:26:36 +01:00
Regis Houssin
216aaf5662
Fix: doxygen
2011-12-28 08:32:30 +01:00
Laurent Destailleur
e17a9f7835
Fix: Missing trans
2011-12-28 01:57:47 +01:00
Laurent Destailleur
ceb0505b5b
New: Tuffy font is no more required.
2011-12-28 01:51:46 +01:00
Laurent Destailleur
d8856bac5f
Fix: Work with PHP < 5.3
2011-12-28 01:28:16 +01:00
Laurent Destailleur
1aaa1a51c5
Doxygen
2011-12-28 01:19:52 +01:00
Laurent Destailleur
d06ae60a4a
New: Tuffy font is now useless.
2011-12-28 01:03:10 +01:00
Regis Houssin
f3d4cca46a
Fix: add function getStaticMember() for compatibility with PHP 5.2
2011-12-27 00:07:42 +01:00
simnandez
e359cbcf3a
Add Venezuela data
2011-12-26 16:36:12 +01:00
Regis Houssin
9d84cdf717
Update htdocs/langs/en_US/main.lang
2011-12-26 10:26:21 +01:00
simnandez
392403e7d0
Trad: Fix missing translation of FACTURE_CHANGE_THIRDPARTY option
2011-12-26 09:47:07 +01:00
Laurent Destailleur
8c5dcd33f6
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-23 11:39:27 +01:00
Laurent Destailleur
bf9edd8b2d
Fix: Trans
2011-12-23 11:38:58 +01:00
simnandez
c9ea8a1867
Qual: Uniformize code
2011-12-22 16:36:01 +01:00
simnandez
4ee91d961e
Help text is mode clear
2011-12-22 15:58:07 +01:00
simnandez
9fcf9bd238
Trad: Update sl_SL language
2011-12-22 15:53:24 +01:00
Laurent Destailleur
43964552bf
Add a TODO
2011-12-22 09:07:02 +01:00
Laurent Destailleur
8b1ce465bf
Update sl_SL language
2011-12-22 00:28:02 +01:00
Laurent Destailleur
ed96de8f8b
Fix: Sort files on name
2011-12-22 00:24:26 +01:00
Laurent Destailleur
0f14bb64e7
New: Can set country id for import of third party
2011-12-22 00:19:30 +01:00
Laurent Destailleur
f7d70d35a7
Fix: code is not set during update if not needed
2011-12-21 21:50:25 +01:00
Laurent Destailleur
b9d578b408
Code comment
2011-12-21 21:45:36 +01:00
Laurent Destailleur
183ea726bd
Help text is mode clear
2011-12-21 21:19:48 +01:00
Laurent Destailleur
aa2a45db87
New: Add a tab info for social contributions
2011-12-21 21:14:10 +01:00
Laurent Destailleur
79c07397d6
Fix: Lang loaded
2011-12-21 20:34:10 +01:00
Laurent Destailleur
cd261567ef
Fix: Bad url
2011-12-21 20:30:37 +01:00
Laurent Destailleur
418acdee57
Fix: [ bug #254 ] Database backup not working with complex passwords
2011-12-21 19:56:56 +01:00
Laurent Destailleur
fce53afce4
Work on POO optimize
2011-12-21 19:34:16 +01:00
Laurent Destailleur
4772e51d12
No reason to restrict this tab to external users
2011-12-21 18:56:44 +01:00
Laurent Destailleur
3ecff7b4db
Fix: Avoid warning messages with some modules
2011-12-21 18:31:39 +01:00
Laurent Destailleur
d3fbd51479
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-21 17:35:10 +01:00
Laurent Destailleur
2c12d99d42
Fix: [ bug #248 ] Send by mail doesn't find the files in provider's
...
invoices
2011-12-21 17:29:04 +01:00
Laurent Destailleur
decf7e682f
Fix: [ bug #256 ] Delivery order SQL error
2011-12-21 16:38:56 +01:00
Laurent Destailleur
b5f1038ebb
Fix: Bad style
2011-12-21 16:28:40 +01:00
Laurent Destailleur
721c9a6f5b
Fix: [ bug #253 ] Non UTF-8 characters in CSV exports
2011-12-21 16:10:11 +01:00
Laurent Destailleur
b75688f76b
Fix: [ bug #237 ] Intervention status is not displayed on the client's
...
form
2011-12-21 15:30:32 +01:00
Regis Houssin
22cc5c7035
Fix: superadmin is downgrade after update
2011-12-21 12:25:26 +01:00
Regis Houssin
30d5bedad3
Fix: missing ref_ext field in llx_user
2011-12-21 12:22:37 +01:00
Regis Houssin
2548a817cb
Fix: add condition in remove tab
...
Fix: dont add a remove tab
Fix: uniform code
2011-12-20 18:50:55 +08:00
Laurent Destailleur
8032f25487
Doxygen
2011-12-19 23:38:40 +01:00
Laurent Destailleur
5e1fa4fef5
New: Start to work on sqlite driver
2011-12-19 23:32:24 +01:00
Laurent Destailleur
a8057bc475
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-19 21:12:36 +01:00
Laurent Destailleur
50860bfaac
Fix: Removed test on not initialized var
2011-12-19 21:11:43 +01:00
Laurent Destailleur
f2917e5de3
Qual: Removed hard coded vars
2011-12-19 21:10:23 +01:00
Laurent Destailleur
19f7dceaf8
More POO
2011-12-19 21:07:55 +01:00
simnandez
565f390d14
Qual: Uniformize code
2011-12-19 18:24:49 +01:00
simnandez
58761d343b
Qual: Uniformize code
2011-12-19 17:29:09 +01:00
simnandez
136fba88ad
Qual: Uniformize code
2011-12-19 17:12:29 +01:00
Laurent Destailleur
4877e2474c
Qual: Uniformize code
2011-12-19 11:57:09 +01:00
Laurent Destailleur
6498742d27
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-19 10:10:26 +01:00
Laurent Destailleur
005b919c22
Fix: Accept hungarian special chars into PDF
2011-12-19 10:08:24 +01:00
Regis Houssin
5f02432d90
Fix: add possibility to force date of stock movement
2011-12-18 20:59:05 +01:00
Laurent Destailleur
95a292f41b
Fix: Update licence files
2011-12-17 21:58:44 +01:00
Laurent Destailleur
7ffdbee4b3
Trans
2011-12-17 19:02:31 +01:00
Laurent Destailleur
3c611d284a
Qual: Removed deprecated code/comments
2011-12-17 18:35:12 +01:00
Laurent Destailleur
1aa75b847b
New: dol_trunc has an option to make "exact" truncation (without adding
...
... if truncation is done).
2011-12-17 16:44:48 +01:00
Laurent Destailleur
cda132ea8c
Qual: Some change to have graph lib able to use img disk generation
...
libraries like javascript libraries.
2011-12-17 15:55:49 +01:00
Laurent Destailleur
484d0c82bf
Uniformize code
2011-12-17 13:51:31 +01:00
Laurent Destailleur
437a6f699e
Rss reader use the timeout and proxy if setup
2011-12-17 12:38:34 +01:00
Laurent Destailleur
3687dc8be9
Fix: Mime detection
2011-12-17 01:16:33 +01:00
Laurent Destailleur
32e248de16
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-16 23:24:32 +01:00
Laurent Destailleur
5ed9c9992d
Add style for autofill fields
2011-12-16 20:06:16 +01:00
Regis Houssin
4fd0a12731
Fix: double increment !!!
2011-12-16 18:55:09 +01:00
Regis Houssin
79969a0247
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-16 18:32:12 +01:00
Regis Houssin
2ee7becfed
New: add constant MAIN_VIEW_LINE_NUMBER
2011-12-16 18:31:54 +01:00
Juanjo Menent
71979a8c86
Qual: Uniformize code
2011-12-16 16:31:18 +01:00
Juanjo Menent
e4ee9680d7
Qual: Uniformize code
2011-12-16 15:29:58 +01:00
Laurent Destailleur
cd30e2744b
New: Add error message of login not found
2011-12-16 15:22:48 +01:00
Laurent Destailleur
b78541a167
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-16 15:02:56 +01:00
Laurent Destailleur
b54da5a719
New: Can open back a commercial proposal
2011-12-16 14:59:09 +01:00
Juanjo Menent
83bef28418
Qual: Uniformize code
2011-12-16 12:47:23 +01:00
Laurent Destailleur
0c32afe40b
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-15 23:42:09 +01:00
Regis Houssin
81535dc868
Fix: problem with select country
...
Fix: uniform code
2011-12-15 19:29:34 +08:00
Laurent Destailleur
6a8787d3a8
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-14 23:03:21 +01:00
Juanjo Menent
62f676f2ff
Qual: Uniformize code
2011-12-14 18:44:12 +01:00
Juanjo Menent
e652674784
Qual: Uniformize code
2011-12-14 18:09:34 +01:00
Laurent Destailleur
1ffacf2d03
Fix: Use correct constant
2011-12-14 17:13:09 +01:00
Laurent Destailleur
f866c4590b
Some update for chinese
2011-12-14 12:56:53 +01:00
Laurent Destailleur
c701eacbce
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2011-12-14 10:07:24 +01:00
Laurent Destailleur
730690bd01
W3C
2011-12-14 09:58:55 +01:00
Laurent Destailleur
6f649dc72d
Qual: Uniformize code
2011-12-14 09:28:08 +01:00
Regis Houssin
b9ac42194c
New: update jQuery library with 1.7.1 version
2011-12-13 22:03:30 +01:00
Regis Houssin
70bccc91ba
Fix: instantiate class if needed
...
Fix: reindent and clean code
2011-12-13 10:39:59 +01:00
Laurent Destailleur
1e76d296ae
Qual: Mutualize code
2011-12-13 01:10:07 +01:00
Laurent Destailleur
df227422ed
Fix: Adding dictionnary is ok for external modules
2011-12-13 00:30:54 +01:00
Laurent Destailleur
ba12c25eec
Fix: Replacement of adodb is ok now.
...
Fix: Search criteria lost
2011-12-13 00:23:48 +01:00
Laurent Destailleur
cdb6d15db5
Doxygen
2011-12-12 20:14:38 +01:00
Laurent Destailleur
52585b01ff
Fix: Removed bad link
2011-12-12 19:50:59 +01:00
Laurent Destailleur
acd0bc2e10
New: Add hidden option MAIN_OVERWRITE_TRANS
2011-12-12 19:46:46 +01:00
Laurent Destailleur
de33a568cb
Qual: All dolibarr code now use dol_xxx function to manage dates
2011-12-12 16:26:47 +01:00
Laurent Destailleur
66734cc08e
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-12 14:42:26 +01:00
Laurent Destailleur
11754bfe51
New: Show supplier invoice label on tab note and document
2011-12-12 14:19:21 +01:00
Regis Houssin
7a28fbbe7a
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-12 14:05:16 +01:00
Regis Houssin
a5fc434770
Fix: remove unused parameters
...
Fix: use dol_clone instead fetch
2011-12-12 14:04:03 +01:00
Regis Houssin
ec327c5330
Fix: remove unused parameters
...
Fix: use dol_clone instead fetch
2011-12-12 13:42:19 +01:00
Laurent Destailleur
ef0d3bdb02
Fix: Label
2011-12-12 10:53:27 +01:00
Laurent Destailleur
ae0fda9b5f
Fix: Can send even after status validated.
2011-12-12 10:34:05 +01:00
Laurent Destailleur
1934acf10c
Fix: Saving daylight detection
2011-12-12 01:58:11 +01:00
Laurent Destailleur
e8c266bc9e
Fix: Removed warning
2011-12-12 01:50:29 +01:00
Laurent Destailleur
55bce13bfb
Qual: Removed deprecated functions
2011-12-12 01:39:55 +01:00
Laurent Destailleur
1fdbb6695a
Doxygen
2011-12-12 00:28:04 +01:00
Laurent Destailleur
1b998d5443
Fix: Removed a bug with pgsql
2011-12-12 00:07:28 +01:00
Regis Houssin
4413db2d7a
Merge pull request #67 from grandoc/develop
...
Develop
2011-12-10 03:50:47 -08:00
Grand Philippe
ec3fc2c19e
fix: specimen wasn't displayed when modele was in custom directory
2011-12-10 11:48:45 +01:00
Laurent Destailleur
875a493198
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2011-12-10 11:26:34 +01:00
Laurent Destailleur
a723bbeb19
New: Can define different requests according to database type into
...
migration files.
2011-12-10 11:26:04 +01:00
Regis Houssin
e13f565ff4
Merge pull request #66 from grandoc/develop
...
Develop
2011-12-09 14:47:25 -08:00
Grand Philippe
2b5de83f91
Fix: specimen for expedition missed when model within custom directory
2011-12-09 23:23:46 +01:00
Simnandez
6cfd3a1f7b
Trad: migration payment mode
2011-12-09 22:26:26 +01:00
Laurent Destailleur
380691bb39
Fix: Lost pagecode after csv export
2011-12-09 10:02:26 +01:00
Laurent Destailleur
9eab44536d
Fix: duplicate module shown
2011-12-08 23:05:06 +01:00
Laurent Destailleur
8448d8e8ef
Uniformize code
2011-12-08 22:48:28 +01:00
Laurent Destailleur
31e89735c1
Fix: Exclude index page from list
2011-12-08 22:46:09 +01:00
Laurent Destailleur
147ddd6551
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-08 20:20:59 +01:00
Laurent Destailleur
277564d7e2
Fix: Avoid to encode with dol_htmlentitiesbr twice.
2011-12-08 20:20:16 +01:00
Laurent Destailleur
604127acd3
Doxygen
2011-12-08 20:18:00 +01:00
Laurent Destailleur
94acd2f840
Fix: Removed useless line with TCPDF
2011-12-08 20:16:57 +01:00
Regis Houssin
dac379af17
Merge pull request #64 from grandoc/develop
...
Develop
2011-12-08 02:21:46 -08:00
Grand Philippe
057e573aa6
fix: tree was changed for class ModelePdfExpedition
2011-12-08 11:17:11 +01:00
Regis Houssin
0d97ea02d4
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-08 11:12:23 +01:00
Regis Houssin
e92ab7327d
Fix: migration payment mode
2011-12-08 11:11:22 +01:00
Regis Houssin
420acb3491
Fix: bad path
2011-12-08 09:28:19 +01:00
Laurent Destailleur
62999add23
Fix: pgsql
2011-12-08 09:28:08 +01:00
Laurent Destailleur
82717b8db7
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2011-12-08 09:20:26 +01:00
Laurent Destailleur
27cd74eaea
New: Add hidden option MAIN_LIST_FILTER_ON_DAY
2011-12-08 01:45:38 +01:00
Laurent Destailleur
0209c7dd19
Change order of fields.
2011-12-08 01:26:25 +01:00
Regis Houssin
c949b99589
Fix: remove deprecated status of address class
2011-12-07 20:43:29 +01:00
Laurent Destailleur
2a77e0e6b4
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-07 20:04:05 +01:00
Laurent Destailleur
b689fdf031
Fix: GETPOST on int accept negative values
2011-12-07 20:01:06 +01:00
Laurent Destailleur
86e93e6380
Fix: alt text
2011-12-07 19:46:16 +01:00
Regis Houssin
4e8b0a2eb5
Merge pull request #63 from grandoc/develop
...
Develop
2011-12-07 10:35:54 -08:00
Laurent Destailleur
8fb4108163
Qual: childelement is a protected property
2011-12-07 19:22:12 +01:00
Laurent Destailleur
f9e5f25fd2
Qual: Add deprecated tag on functions that seems to not be used.
2011-12-07 18:57:35 +01:00
Laurent Destailleur
1b2c0120da
Qual: Try to reduce call to convToOutputCharset
2011-12-07 18:10:24 +01:00
Laurent Destailleur
53181aa0c1
Qual: Removed useless calls
...
Doxygen
2011-12-07 17:28:11 +01:00
Grand Philippe
2920d5d840
uniformize code
2011-12-07 16:20:29 +01:00
Laurent Destailleur
4cf3ad2f02
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-07 15:07:16 +01:00
Laurent Destailleur
66856fee75
New: show thirdparty barcode on main tab.
2011-12-07 15:06:29 +01:00
Laurent Destailleur
740c24e991
New: barcode is now visible on main tab.
2011-12-07 12:58:39 +01:00
Laurent Destailleur
1f37dc906f
Qual: Uniformize name of barcode into "barcode".
2011-12-07 11:59:41 +01:00
Laurent Destailleur
9df57875ce
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2011-12-07 10:50:04 +01:00
Laurent Destailleur
69634d4742
Fix: W3C warning
2011-12-07 10:34:43 +01:00
Laurent Destailleur
b87a29806d
Fix: Message
2011-12-07 00:16:19 +01:00
Laurent Destailleur
2de09e98e8
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-06 23:51:06 +01:00
Laurent Destailleur
d49780fb13
New: Add hook on index statistics array
2011-12-06 23:38:54 +01:00
Grand Philippe
4c575ced72
fix error commit
2011-12-06 16:07:34 +01:00
Grand Philippe
1481d0b79e
creating the all file of currencies symbol in decimal unicode. Need some
...
font to get all working.
2011-12-06 15:09:11 +01:00
Laurent Destailleur
c033c39640
Restore font for russian languages
2011-12-06 08:56:44 +01:00
Laurent Destailleur
86b4b636ea
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2011-12-06 08:50:35 +01:00
Laurent Destailleur
28afd2e3c6
Doxygen
2011-12-06 00:39:24 +01:00
Laurent Destailleur
9dcfc044a4
Fix: Miscellaneous bug fixes
2011-12-05 23:05:11 +01:00
Laurent Destailleur
37f44dbd75
Fix: Avoid duplicate lines
2011-12-05 23:04:39 +01:00
Laurent Destailleur
b52fc32853
Fix: fix not initialized variables
2011-12-05 19:41:38 +01:00
Laurent Destailleur
ffaf4e5465
Fix: fix not initialized variables
2011-12-05 19:03:36 +01:00
Laurent Destailleur
ebea7f6c97
Fix: fix not initialized variables
2011-12-05 18:36:54 +01:00
Laurent Destailleur
b0aff1c927
Fix: fix not initialized variables
2011-12-05 17:13:48 +01:00
Laurent Destailleur
0f6b1418b1
Fix: W3C
2011-12-05 01:08:10 +01:00
Laurent Destailleur
c1658da5d8
Fix: Removed deprecated attributes
2011-12-05 01:03:17 +01:00
Laurent Destailleur
a95934c6d8
Sec: Fix security hole
2011-12-05 00:35:50 +01:00
Laurent Destailleur
17b4daa613
Qual: We always save entity into session even if multicompany not used.
2011-12-05 00:29:18 +01:00
Laurent Destailleur
0c25c7cbc8
Doxygen
2011-12-05 00:25:01 +01:00
Laurent Destailleur
dd0debb718
Qual: Code cleaning
2011-12-04 22:49:54 +01:00
Laurent Destailleur
e6f3599847
Qual: Some code cleaning
2011-12-04 22:25:49 +01:00
Laurent Destailleur
91a1c903a0
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2011-12-04 19:42:23 +01:00
Laurent Destailleur
a780f79e15
Fix: W3C
2011-12-04 15:26:32 +01:00
Laurent Destailleur
f680dc7df2
Try to clean external libs.
2011-12-04 13:59:44 +01:00
Laurent Destailleur
4a6bcfe2ed
Removed useless files
2011-12-04 13:48:12 +01:00