Marcos García
f700f63494
Little refactor + cpd
2012-08-03 14:30:11 +02:00
Laurent Destailleur
6cf97a7317
Clean dead code
2012-08-03 14:18:48 +02:00
Laurent Destailleur
30d22378ac
Restore img_phone as deprecated function after a patch push.
2012-08-03 13:10:15 +02:00
Laurent Destailleur
f1618bcaa7
Merge pull request #282 from marcosgdf/style
...
Refactor
2012-08-03 03:28:10 -07:00
Laurent Destailleur
233c47ef08
Merge pull request #286 from FHenry/develop
...
update select_contact method to add possibility to display contact
2012-08-02 07:45:50 -07:00
FHenry
799b1727f8
update select_contact method to add possibility to display contact
...
compagny also
2012-08-02 10:12:32 +02:00
Regis Houssin
e0385cf06f
Fix: strict mode palace
2012-08-02 10:07:55 +02:00
Regis Houssin
fe4fc7f8dc
Fix: increase speed
2012-08-02 08:02:49 +02:00
Regis Houssin
e717f491c1
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-08-01 19:41:09 +02:00
Regis Houssin
5ad211a1ca
Fix: bad document path with multicompany
2012-08-01 19:34:42 +02:00
Laurent Destailleur
07a09cad1d
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2012-08-01 19:29:58 +02:00
Laurent Destailleur
b35240c899
Fix: Bad url
2012-08-01 19:29:36 +02:00
Regis Houssin
2e73cd7ddf
Fix: missing fields and compatibility with milestone
2012-08-01 17:38:10 +02:00
Regis Houssin
d6a4d5ef41
Fix: avoid errors if install directory is deleted before module
...
activation
2012-08-01 14:42:24 +02:00
Regis Houssin
29fea7bbf4
Fix: regression (multicompany)
2012-08-01 13:03:41 +02:00
Marcos García
9d422350a5
Translated some comments
2012-07-31 14:41:15 +02:00
Marcos García
315896c702
Fixed img_up
2012-07-31 01:17:21 +02:00
Marcos García
3520513c6b
Fixed an error that I introduced in a previous commit...
2012-07-31 00:53:05 +02:00
Marcos García
571d20d583
Wrong behaviour
2012-07-30 23:27:12 +02:00
Marcos García
2c466159f9
Refactoring
2012-07-30 23:23:58 +02:00
Regis Houssin
97027c7d76
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-07-30 22:38:46 +02:00
Regis Houssin
66ba264ca3
Fix: strict mode and event message
2012-07-30 22:38:21 +02:00
Marcos García
0e0cf98c4f
Code style improved, removed duplicated code, also removed img_phone function as it is no longer used in Dolibarr
2012-07-30 22:36:43 +02:00
Laurent Destailleur
5772e46c9a
We start new modules with level "experimental".
2012-07-30 22:18:54 +02:00
Regis Houssin
e44fd4885d
Fix: change the last $DB to $db
2012-07-30 18:43:49 +02:00
Marcos García
5a73c32f46
Migrated ClassName to __construct() function
...
Changed $DB to $db
lower-cased "Class"
2012-07-30 17:17:33 +02:00
Marcos García
7e0892783a
Removed duplicated translation and modified a line of code as @hregis requested
2012-07-30 08:21:05 +02:00
Marcos García
35f2e731e1
PHP upper-cased + checkstyle
2012-07-29 22:43:54 +02:00
Marcos García
be388b4418
Fixed some typos in es_ES and en_US translations
...
Allowed MailmanSPIP module configuration to be translated into other languages
Moved MailmanSPIP-related strings to mailmanspip.lang file
2012-07-29 22:23:51 +02:00
Laurent Destailleur
d85bd3d41c
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2012-07-29 18:47:03 +02:00
Laurent Destailleur
77e4b088ac
Doc
2012-07-29 18:27:53 +02:00
Regis Houssin
28851b46c4
Fix: remove duplicate code
2012-07-29 16:44:19 +02:00
Regis Houssin
1591a5ac3b
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-07-29 15:47:40 +02:00
Regis Houssin
0aa6694c95
Fix: broken event message
2012-07-29 15:47:24 +02:00
Laurent Destailleur
e8b2489c1c
Checkstyle
2012-07-29 15:28:39 +02:00
Laurent Destailleur
b43c7e1b35
Qual: Removed warning
2012-07-29 14:23:33 +02:00
Laurent Destailleur
d6a5b224fb
Revert bad practice: setEvent use SESSION. Such usage is limited to HTML
...
page context and can be used inside any pages.
However usage of _SESSION must never be used inside a library (except
for function dedicated to HTML page context), and never inside
object classes (we must use $this->errors, $this->mesgs or
$this->warnings instead).
2012-07-29 14:15:29 +02:00
Regis Houssin
eee5653c54
Fix: try to use the new message system
2012-07-29 12:54:19 +02:00
Regis Houssin
77a5ef0b22
Fix: move ajax response in ajax directory
2012-07-29 10:24:42 +02:00
Regis Houssin
beedf13324
Fix: restore broken feature, disable token renewal in ajax response
2012-07-29 09:54:58 +02:00
Regis Houssin
9cdba5bb61
Fix: try another method more clean and can be deployed on any type of
...
message
2012-07-29 08:26:33 +02:00
Regis Houssin
cdc9dda11e
Fix: best practice
2012-07-28 22:28:33 +02:00
Regis Houssin
a27e347ee0
Fix: for backward compatibility
2012-07-28 22:20:58 +02:00
Regis Houssin
61fc592434
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-07-28 22:08:05 +02:00
Regis Houssin
c7bacecf10
Fix: try to use another method for messages
2012-07-28 22:07:27 +02:00
Regis Houssin
1816886135
Merge pull request #271 from marcosgdf/translations
...
Removed space before colon
2012-07-28 11:30:25 -07:00
Marcos García
16df86003d
Removed space before :
2012-07-28 20:20:56 +02:00
Marcos García
8c68b096fd
Removed space before :
2012-07-28 20:16:54 +02:00
Regis Houssin
9a80f0351d
New: add phpmailer class
2012-07-28 19:11:05 +02:00
Raphaël Doursenaud
d34c4518d2
Removed BOM from UTF-8 files
...
Fix: convert line delimiters (regis)
Conflicts:
htdocs/core/filemanagerdol/browser/default/js/common.js
htdocs/core/filemanagerdol/browser/default/js/fckxml.js
2012-07-28 19:04:50 +02:00
Regis Houssin
251640561f
Fix: strict mode happy hour
2012-07-28 12:35:11 +02:00
Regis Houssin
a157327859
Fix: strict mode paradise
2012-07-28 11:28:37 +02:00
Regis Houssin
a3080acab4
Merge pull request #262 from marcosgdf/minor-fixes-develop
...
Pull request #254 into develop
2012-07-28 00:31:51 -07:00
Laurent Destailleur
eb79646315
Fix: restore correct test (empty instead of ! isset)
2012-07-27 23:30:23 +02:00
Marcos García
2204c09e5a
Applied commits 16-22
2012-07-27 23:04:05 +02:00
Laurent Destailleur
1c557a96bd
Prepare task 473
2012-07-27 19:26:54 +02:00
Laurent Destailleur
86ac10995f
Fix perm
2012-07-27 19:26:38 +02:00
Marcos García
5fd7fcb6c4
Applied commits 1-8
2012-07-27 18:40:06 +02:00
Laurent Destailleur
0b048ebb94
[ bug #40 ] Export de donnes dangereux
2012-07-27 16:03:20 +02:00
Regis Houssin
79181f9183
Fix: add external user filter
2012-07-26 18:24:54 +02:00
Regis Houssin
5318fb54d5
Fix: bad path
2012-07-26 17:07:10 +02:00
Regis Houssin
a6758c2557
Fix: use span instead div for align image warning
2012-07-26 11:34:43 +02:00
Laurent Destailleur
75e9d93e69
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2012-07-25 12:21:04 +02:00
Laurent Destailleur
dce9b96260
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
...
develop
Conflicts:
htdocs/core/lib/functions2.lib.php
htdocs/install/lib/repair.lib.php
htdocs/install/mysql/migration/3.2.0-3.3.0.sql
2012-07-25 12:20:45 +02:00
Regis Houssin
7d2f7e9800
Fix: strict mode crazy
2012-07-25 11:46:33 +02:00
Laurent Destailleur
b63820c013
Checkstyle
2012-07-25 11:37:43 +02:00
Laurent Destailleur
7d08bd45d6
Checkstyle
2012-07-25 11:35:34 +02:00
Laurent Destailleur
758d613908
Fix: Checkstyle
2012-07-25 11:29:45 +02:00
Laurent Destailleur
276e32dc22
Fix: Products with no prices not visible
2012-07-25 11:27:25 +02:00
Regis Houssin
e12604cb71
Fix: avoid warning and strict mode story
2012-07-25 09:09:56 +02:00
Regis Houssin
65e183c8c9
Merge pull request #258 from FHenry/develop
...
Develop
2012-07-24 09:15:36 -07:00
Regis Houssin
8219ab9ec0
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-07-24 17:53:43 +02:00
Regis Houssin
c6cd17cf3f
Fix: strict mode... far away
2012-07-24 17:52:46 +02:00
Laurent Destailleur
24c54ccaf1
Start to work on bug export
2012-07-24 16:19:46 +02:00
FHenry
8f2efa4879
Add syslog for debug
2012-07-24 14:25:21 +02:00
FHenry
3892c2ceca
Usubscribe mailling module
...
- Correct indentation
2012-07-24 13:24:22 +02:00
Regis Houssin
812d02ebe0
Fix: strict mode and $mesgs
2012-07-23 22:04:06 +02:00
Regis Houssin
d5ff308992
Fix: declare $mesg and $mesgs in main.inc.php
...
Fix: strict mode be back
2012-07-23 20:52:55 +02:00
Regis Houssin
fb23364511
Fix: uniformize code
2012-07-23 16:10:54 +02:00
Laurent Destailleur
b63505ff15
Better fix
2012-07-23 11:10:18 +02:00
Regis Houssin
01ab1aa66f
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
...
into develop
Conflicts:
htdocs/core/modules/modCommissions.class.php
2012-07-23 11:07:53 +02:00
Regis Houssin
bf807c27e5
Fix: uniformize code
2012-07-23 11:01:36 +02:00
Laurent Destailleur
7a8224c4d5
Normalize code
2012-07-23 10:55:29 +02:00
Laurent Destailleur
ea93e62e91
Fix: Checkstyle
2012-07-23 10:46:09 +02:00
Laurent Destailleur
f07c416f76
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2012-07-23 10:38:02 +02:00
Regis Houssin
6e41d645f0
Merge pull request #251 from cbattarel/commissions
...
basic commissions management module
2012-07-23 01:37:09 -07:00
Laurent Destailleur
087cf87722
New: Add state into substitution vars
2012-07-23 10:29:58 +02:00
Regis Houssin
a109d5f32b
Fix: bug #467
2012-07-23 10:29:26 +02:00
Laurent Destailleur
68e619fb00
Fix: escape for create command
2012-07-22 21:50:08 +02:00
Laurent Destailleur
8080ee4565
Fix: dol_syslog at wrong place.
2012-07-22 16:57:15 +02:00
Laurent Destailleur
970d946e5b
Fix: sql injection for create database
2012-07-22 16:53:32 +02:00
Laurent Destailleur
66ea44886b
Fix: Permissions when using web services.
2012-07-22 02:33:21 +02:00
Laurent Destailleur
db4c6bd289
New: After first install, warning are visible onto mandatory setup
...
not configured. Show also total number of activated modules.
2012-07-22 01:03:19 +02:00
Christophe Battarel
b8fa4468ce
add commissions module
2012-07-20 16:21:35 +02:00
Regis Houssin
fafd79a0f8
Fix: uniformize code (in progress)
2012-07-20 09:57:50 +02:00
Marcos García
7b478dbb35
Contracts box name wasn't being translated
2012-07-19 23:44:28 +02:00
Regis Houssin
b121a01ef8
Merge pull request #247 from cbattarel/marges
...
Margin module
2012-07-19 10:46:24 -07:00
Laurent Destailleur
fb9bf3ddac
Fix: Restore menu entry [ bug #455 ] Impossible de crer une facture fournisseur
2012-07-19 18:23:10 +02:00
Laurent Destailleur
69ca9cf7d4
[ bug #445 ] Hex escaping in descriptions
2012-07-19 18:03:25 +02:00
Christophe Battarel
98a2cf547e
correct module description and image
2012-07-19 16:27:08 +02:00
Christophe Battarel
34022de1de
correction of syntax error in tpl
2012-07-18 16:43:02 +02:00
Christophe Battarel
c12c8bd0bb
update margin modules to core module
2012-07-18 16:13:29 +02:00
Christophe Battarel
3844a77395
correct typing bugs
2012-07-18 16:06:36 +02:00
Christophe Battarel
50c2a65b6a
add margin infos to templates
2012-07-18 16:01:54 +02:00
Christophe Battarel
1de9dc15bf
add margin module
2012-07-18 15:52:15 +02:00
Christophe Battarel
316f6ce09c
add margin infos to commonobject.class.php
2012-07-18 15:26:33 +02:00
Christophe Battarel
58262034cf
add extra parameters to control combo in form_thirdparty like in select_company
2012-07-18 15:22:45 +02:00
Christophe Battarel
0cdf208f3d
trigger change event when updating item value
2012-07-18 15:17:04 +02:00
Laurent Destailleur
ba25905926
New: [ task #454 ] Add "No category" into filters on category
...
combo for product list
2012-07-18 00:20:33 +02:00
Laurent Destailleur
73b17dc4c5
New: Make things more clear.
2012-07-17 15:28:34 +02:00
Laurent Destailleur
1831b46bae
Fix: Do not show if module disabled
2012-07-17 14:30:10 +02:00
Laurent Destailleur
d07e68e12f
Fix: Combo list of warehouse not saved.
...
Fix: Validate of shipment in error
when using not predefined products.
2012-07-17 01:22:19 +02:00
simnandez
606674d8c8
Fix: Bad local taxes if price base type is TTC
...
Conflicts:
htdocs/core/lib/price.lib.php
2012-07-13 15:28:25 +02:00
Regis Houssin
221ecafe07
Fix: use click2dial only for phone tel
2012-07-13 14:45:00 +02:00
Regis Houssin
77b9718473
Fix: strict mode street
2012-07-13 10:15:47 +02:00
Regis Houssin
94b7aed116
Fix: strict mode avenue
2012-07-12 19:14:13 +02:00
Laurent Destailleur
ee8b80813a
Fix: Date not converted correctly when using web service
2012-07-12 17:07:56 +02:00
Regis Houssin
e1b0d183e4
Fix: add commonorder and commoninvoice classes
2012-07-11 18:13:41 +02:00
Regis Houssin
e18d3c6e18
Fix: strict mode again
2012-07-11 15:55:56 +02:00
Regis Houssin
b53d108c50
Fix: uniformize code
2012-07-11 10:14:56 +02:00
Regis Houssin
ff0668e908
Fix: strict mode way
2012-07-10 22:10:12 +02:00
Regis Houssin
28ccc43125
Fix: avoid another warning
2012-07-10 20:45:07 +02:00
Regis Houssin
4291db4a93
Fix: strict mode
2012-07-10 18:57:27 +02:00
Regis Houssin
b4617ee6cb
Fix: bad test
2012-07-10 18:57:09 +02:00
Regis Houssin
226caf0152
Fix: and again, and again, and again... (strict mode)
2012-07-10 13:20:53 +02:00
Regis Houssin
41144643eb
Fix: avoid warning php strict mode
2012-07-10 11:45:38 +02:00
Regis Houssin
41789458c5
Fix: warning again and again...
2012-07-09 18:09:44 +02:00
Regis Houssin
66b2f630ac
Fix: big avoid strict mode errors
2012-07-09 12:31:21 +02:00
Regis Houssin
cd7bf41ae0
Fix: php 5.4 strict mode warning
2012-07-09 10:08:56 +02:00
Regis Houssin
887f210618
Fix: avoid warning with php 5.4 and strict mode
2012-07-08 23:22:22 +02:00
Laurent Destailleur
d0943be80d
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into develop
2012-07-08 14:30:27 +02:00
Laurent Destailleur
fb1034c8a7
Fix: sort in ecm module
2012-07-08 14:30:05 +02:00
Regis Houssin
c25254e7d1
Fix: doc
2012-07-08 14:22:11 +02:00
Regis Houssin
2804ef2252
New: classify billed order if invoice billed (workflow
...
manager)
2012-07-08 14:18:40 +02:00
Laurent Destailleur
c9a2c70110
Fix: must use utf8
2012-07-08 13:57:51 +02:00
Regis Houssin
d1e80afe62
Fix: move "classify billed propal with order" in workflow manager
2012-07-08 13:19:13 +02:00
Regis Houssin
680fd32d23
Fix: missing parameters
2012-07-08 12:24:13 +02:00
Regis Houssin
69ebda8ddb
Fix: regression corrected
2012-07-08 12:18:29 +02:00
Regis Houssin
fa8841c53f
Fix: missing object
2012-07-07 12:26:46 +02:00
Regis Houssin
7e2469618e
Change-Id: I5f8bcf59cf2fc0d902edb4d61f8c20a2880765a2
2012-07-07 12:21:09 +02:00
Regis Houssin
ba45953223
Fix: more bugs with multicompany
2012-07-07 11:01:05 +02:00
Regis Houssin
1c545c4161
Fix: problem with template
2012-07-07 11:00:53 +02:00
Regis Houssin
ca62c3dba8
Fix: compatibility with multicompany
2012-07-06 20:50:24 +02:00
Regis Houssin
9fa6f43643
Fix: bad link and uniformize code
2012-07-06 10:22:37 +02:00
Regis Houssin
83a228265c
New: add possibility to use hooks for view linked objects block
2012-07-05 15:02:11 +02:00
Regis Houssin
30989fc6c3
Fix: lines delimiter
2012-07-04 16:55:14 +02:00
Regis Houssin
293eab7676
New: add possibility to hide vat only if null
2012-07-04 16:52:08 +02:00
Regis Houssin
cc4b2bf69c
New: add box activity
2012-07-04 09:07:15 +02:00
Regis Houssin
1c97934f6d
Fix: test if ckeditor is enable
2012-07-03 16:42:04 +02:00
Regis Houssin
0bb3aced2f
Fix: access problem if thirdparty module is disable
2012-07-02 20:04:28 +02:00
Regis Houssin
6f1651309e
Fix: global converting lines delimiter
2012-07-02 19:30:37 +02:00
Regis Houssin
d593878c78
Fix: big problem with linked elements
2012-07-02 17:07:37 +02:00
Regis Houssin
761f841735
Fix: missing contract reference
2012-07-02 10:37:39 +02:00
Laurent Destailleur
efbd0a2533
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-28 22:58:44 +02:00
Laurent Destailleur
4176287094
Fix: Panicum module for supplier accountancy code
2012-06-28 19:51:25 +02:00
Laurent Destailleur
732a98d9bb
New: Show company in contact box
2012-06-28 09:43:30 +02:00
Laurent Destailleur
3242f2fb6c
Fix: Removed warnings
2012-06-27 23:54:31 +02:00
Laurent Destailleur
693deca816
Fix: doxygen
2012-06-27 23:45:58 +02:00
Laurent Destailleur
2ab416889a
First change to use native date functions instead of adodb
2012-06-27 10:58:51 +02:00
Laurent Destailleur
87efb2cbb0
Add log
2012-06-27 00:41:57 +02:00
Laurent Destailleur
787f423448
Fix: Removed warning. Fix compatibility.
2012-06-26 23:11:46 +02:00
Laurent Destailleur
018cafe92c
Fix: Add an unsecape function to decode javascript escape
...
encoding. This also fix ecm for cyrillic chars.
2012-06-24 19:32:19 +02:00
Laurent Destailleur
0a75367a74
New: Auto ecm for third parties
2012-06-24 17:49:52 +02:00
Laurent Destailleur
4792727ca6
Fix: Label was not translated
2012-06-23 15:01:08 +02:00
Laurent Destailleur
c273f9f698
Fix: escape double quotes into dol_html_escapetag
...
New: Passwords not reset into install page.
2012-06-17 23:27:17 +02:00
Regis Houssin
2e22ac895f
Fix: change smtps for have the same email structure of phpmail
2012-06-17 18:43:30 +02:00
Regis Houssin
4e1418a6a6
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-16 08:22:08 +02:00
Laurent Destailleur
90bfea882a
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-16 00:08:03 +02:00
Laurent Destailleur
7e46ddd5b0
Fix: Permissions for click2dial tab
2012-06-16 00:07:24 +02:00
Regis Houssin
4db07c3d34
Fix: avoid empty email address
2012-06-15 16:54:13 +02:00
Laurent Destailleur
4f1d6d7328
Fix: missing a return into clean_url function
2012-06-15 11:24:09 +02:00
Laurent Destailleur
44f31bf21c
Fix: The fix made by renaming PDF_ADDALSOTARGETDETAILS into MAIN_PDF_ADDALSOSOURCEDETAILS was fixing things in the wrong direction. The regression was the missing data on the recipient compared to 3.1.1
2012-06-15 11:16:17 +02:00
Laurent Destailleur
81eadcd426
Fix: Avoid warning if param is empty
2012-06-15 10:05:28 +02:00
Laurent Destailleur
c592bc88b8
Fix: Init
2012-06-15 02:17:00 +02:00
Laurent Destailleur
d8ee62101a
Fix: function dol_nboflines_bis
2012-06-15 00:15:30 +02:00
Regis Houssin
1155b0097b
New: add advanced rights
2012-06-14 20:11:54 +02:00
Laurent Destailleur
ec621d2dcb
Fix: Bad calculation of nb of line. Fix: Bad position of lines into pdf_soleil
2012-06-14 19:58:35 +02:00
Laurent Destailleur
3fe6ed9a7d
Fix: Messy source address
2012-06-14 17:50:32 +02:00
Laurent Destailleur
a1bd60a614
Fix: No call of any login method.
2012-06-14 14:08:29 +02:00
Regis Houssin
7644fa96dc
Fix: uniformize code and add specific rights
2012-06-13 21:48:59 +02:00
Laurent Destailleur
6cd03f9ccd
Fix: typo error
2012-06-13 20:13:57 +02:00
Regis Houssin
315fba37fc
Fix: restore broken feature (hooks)
2012-06-13 09:28:48 +02:00
Regis Houssin
df28f09286
Fix: mutualize ckeditor parameters
2012-06-12 23:13:25 +02:00
Laurent Destailleur
a23df4f407
Qual: Removed deprecated var
...
New: Can add global js
2012-06-12 18:35:29 +02:00
Regis Houssin
38b0b5b39d
Merge pull request #226 from defrance69/patch-5
...
if day of week < 7 display 2 times the day : 3 days 3 days
2012-06-11 13:05:26 -07:00
Regis Houssin
774be84c54
Merge pull request #220 from GPCsolutions/supplier-orders-box
...
New box showing the latest supplier orders.
2012-06-11 13:02:01 -07:00
Regis Houssin
fee5a0894c
Merge pull request #221 from GPCsolutions/pgsql
...
Fix first activation of some modules on PgSQL
2012-06-11 13:00:37 -07:00
Regis Houssin
bf379fc242
Fix: uniformize code
2012-06-11 21:45:59 +02:00
Laurent Destailleur
0739942b7e
Can add more text into title shown by getNomUrl
2012-06-11 19:28:04 +02:00
Laurent Destailleur
9a3e3e8e18
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-10 21:55:46 +02:00
Regis Houssin
cc18dab5c9
Fix: missing remove_file action
...
Fix: use object instead id and store odt filename in object for use in
triggers
2012-06-10 17:09:10 +02:00
Laurent Destailleur
b7abad95d8
Doxygen
2012-06-10 13:22:28 +02:00
Laurent Destailleur
c774d94bc9
Fix: Checkstyle
2012-06-10 13:15:24 +02:00
defrance69
2540f727c0
if day of week < 7 display 2 times the day : 3 days 3 days
...
add the 's' if they are many days
2012-06-10 13:42:19 +03:00
Laurent Destailleur
50719271c0
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-09 19:33:52 +02:00
Laurent Destailleur
e6cd400bc3
Qual: List of elements must be into a page called "list.php".
2012-06-09 19:16:31 +02:00
Regis Houssin
b51cd362b0
Fix: problem with external modules and uniformize code
2012-06-09 18:40:36 +02:00
Laurent Destailleur
85e7e5eddd
Fxi: Removed checkstyles errors
2012-06-09 13:54:05 +02:00
Laurent Destailleur
158930eb7b
Fix: function is loaded once and not overwritten if loaded
...
by another ajax page. So if we need inputok/ko and pageyes/no to be
different according to ajax calls (to have several confirm box
loaded from different ajax parts of page, we must place such variables
outside of function. For this $useglobalvars must be set to 1.
2012-06-08 23:48:53 +02:00
Laurent Destailleur
85f31fc0cb
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-08 20:37:14 +02:00
Regis Houssin
e6c6d6cf84
Fix: avoid warning
2012-06-08 18:17:03 +02:00
Regis Houssin
bd6f5c4ca7
Fix: use template for best visibility
2012-06-08 18:03:00 +02:00
Regis Houssin
d9e3a941de
Fix: conflict with anothers dialog box
2012-06-08 17:06:22 +02:00
Regis Houssin
1fc102825a
Fix: bad option name
2012-06-08 11:47:34 +02:00
Regis Houssin
92b02a0084
Fix: add iframe transport for compatibility with all browser
2012-06-08 11:35:32 +02:00
Laurent Destailleur
8a4a74a1bf
Look: Add more space
2012-06-07 20:58:26 +02:00
Laurent Destailleur
5c553878c7
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-06 23:13:06 +02:00
Laurent Destailleur
b120eb9a15
Fix: Confirm box not opened
2012-06-06 23:12:33 +02:00
Regis Houssin
d0161087cb
Fix: problem with external module
2012-06-06 23:02:02 +02:00
Raphaël Doursenaud
a29301d8b5
Indent
2012-06-06 16:35:58 +02:00
Raphaël Doursenaud
2a8cc5ad60
Fix a bug preventing module enablement with PostgreSQL
2012-06-06 16:30:52 +02:00
Regis Houssin
4d2a77a657
Fix: missing search in alternative root directory
2012-06-06 14:04:19 +02:00
Laurent Destailleur
9a7382de1b
Fix: Exclude temp file
2012-06-05 23:31:46 +02:00
Laurent Destailleur
eb3484d6b6
No need of compatibility mode
2012-06-05 12:52:25 +02:00
Laurent Destailleur
07a6ee67e2
Minor perf enhancement
2012-06-05 12:42:32 +02:00
Laurent Destailleur
14719d1b7a
Compatibility mode
2012-06-05 12:34:34 +02:00
Laurent Destailleur
dadc36ad18
Fix for PHP < 5.3
2012-06-05 12:27:42 +02:00
Laurent Destailleur
50f3e480c9
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-06-05 12:11:45 +02:00
Laurent Destailleur
b6fb117f78
Fix if tz is UTC.
2012-06-05 12:11:20 +02:00
Raphaël Doursenaud
29bfc2f310
Fixed supplier url in supplier orders' box
2012-06-04 18:05:19 +02:00
Raphaël Doursenaud
0f410996f7
New box showing the latest supplier orders.
2012-06-04 17:37:38 +02:00
Regis Houssin
93e3c3e3f3
Fix: merge array of hookmanager errors
2012-06-03 23:53:32 +02:00
Laurent Destailleur
61ed269044
Fix: restore broken feature. File upload/delete was ko with linux and
...
windows.
Note also that strisplashes should never be used anywhere in the code,
because strislashes is nor a HTML escape, nor a javascrip escape, nor a
shell or PHP escape function. If stripslashes is used somewhere, this
means there is a bug somewhere else.
upload/delete using the standard feature (not fileupload) works
correctly with that on linux/windows.
2012-06-01 10:16:42 +02:00
Regis Houssin
84cf35d8f2
Fix: Multi-line function call not indented correctly
2012-06-01 08:05:45 +02:00
Regis Houssin
6c8db0aa2d
Fix: Protected member variable must not be prefixed with an underscore
2012-06-01 07:59:45 +02:00
Regis Houssin
e9994c683a
Fix: clear file name send by php
2012-06-01 07:11:00 +02:00
Regis Houssin
2ad1cf0665
Fix: more clean code for new version of jQuery fileupload
2012-05-31 21:11:36 +02:00
Regis Houssin
248f0e9d08
Fix: reload page after file upload completed
2012-05-30 23:14:35 +02:00
Regis Houssin
6c5237f94e
Fix: add max file size
2012-05-30 22:44:44 +02:00
juanjo
c24b901dd6
[ task #104 ] Possibilité de facturer plusieurs commandes. Init works
2012-05-30 14:48:23 +02:00
Regis Houssin
85e3407559
Fix: Unescape a file submitted by upload. PHP escape char " (%22) and
...
char ' (%27) into $FILES
Before= Capture d\'écran.doc After= Capture d'écran.doc
2012-05-30 13:58:20 +02:00
Laurent Destailleur
17b50e02b7
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-05-30 12:43:50 +02:00
Laurent Destailleur
c2db3265ec
Fix: Regression with quot management. Try a better fix.
2012-05-30 12:43:23 +02:00
Laurent Destailleur
705c152f7a
Fix: js not escaped
2012-05-30 12:33:31 +02:00
Regis Houssin
1ea7e53273
Works on jQuery fileupload upgrade (Todo: css problem)
2012-05-30 11:57:00 +02:00
Laurent Destailleur
3c98daaf09
More fix for canvas features
2012-05-30 03:46:06 +02:00
Regis Houssin
b5246add8d
Fix: big problem with files upload and more compatible with external
...
modules
2012-05-30 00:07:06 +02:00
Laurent Destailleur
3fc3292142
Fix: delete of documents is done by page of element, not by the view
...
wrapper.
2012-05-29 23:50:13 +02:00
Laurent Destailleur
7213ae09fe
Checkstyle
2012-05-29 00:08:00 +02:00
Laurent Destailleur
d52d063d98
Fix: Avoid to have a special php module.
2012-05-28 22:39:04 +02:00
Regis Houssin
516be43404
Fix: jquery fileupload broken feature
2012-05-25 20:56:05 +02:00
Laurent Destailleur
2c21700933
Checkstyle
2012-05-25 11:54:19 +02:00
Laurent Destailleur
513413da16
Checkstyle
2012-05-25 11:53:53 +02:00
Laurent Destailleur
f2c1346cb7
Fix: Removed warning
2012-05-24 23:22:45 +02:00
Laurent Destailleur
ed93e5cc7c
Qual: Serious clean of code of formconfirm method. This also solve bugs
...
of ecm module when using ajax.
2012-05-23 23:23:57 +02:00
Laurent Destailleur
1fec3b56d9
Fix: Permissions to see project
...
Conflicts:
htdocs/projet/fiche.php
2012-05-23 14:34:44 +02:00
Laurent Destailleur
c6c9861bff
Fix: bug on projects visibility for external users
2012-05-23 13:09:36 +02:00
Regis Houssin
01f1674231
New: add product admin page for mass conversion
2012-05-22 18:35:14 +02:00
Laurent Destailleur
c1547b6ad0
Fix: Translation of payment term/cond
2012-05-21 20:17:58 +02:00
Laurent Destailleur
e0b6bee540
New: Add timezone string from browser.
2012-05-15 01:41:12 +02:00
Laurent Destailleur
e7138bce4e
Fix: daylight depends also on year (not only month and day)
2012-05-15 00:48:59 +02:00
Laurent Destailleur
bd26c9e465
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-05-14 20:46:35 +02:00
Laurent Destailleur
4a9baa590c
Fix: Bad timezone function. Daylight was not used.
2012-05-14 16:46:48 +02:00
Laurent Destailleur
89836cea29
Fix: var init
2012-05-14 01:39:59 +02:00
Laurent Destailleur
a87cefa64d
Fix: pgsql
2012-05-13 17:38:04 +02:00
Laurent Destailleur
acef702c27
Fix: pgsql compatibility not complete.
...
New: Move convert sql functions as static.
New: Add phpunit tests for database drivers.
2012-05-13 14:30:11 +02:00
Laurent Destailleur
5be544264b
Fix: Missing lang
2012-05-12 18:30:49 +02:00
Laurent Destailleur
64c7ae1667
Fix: hour reported is not user hour. To fix this, we show both hour
...
"server and user" but only if it differs.
2012-05-12 16:27:20 +02:00
Laurent Destailleur
04ee415879
Fix: [ bug #404 ] Impossible d'ajouter un contact lorsque le module LDAP
...
est actif (erreur Array 1)
2012-05-12 12:32:24 +02:00
Laurent Destailleur
13ea9c91fd
Fix: Synchro with group not done when editing group only of a user.
2012-05-11 12:47:15 +02:00
Laurent Destailleur
61a6105c98
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-05-11 12:11:23 +02:00
Laurent Destailleur
3ab6ffdd0e
Fix: A lot of fix for LDAP synchro
2012-05-11 12:10:47 +02:00
Regis Houssin
ddf0f3521f
Fix: [Bug #403 ] Insertion Image via l'éditeur WISIWIG plante
2012-05-11 10:14:15 +02:00
Laurent Destailleur
62a1dd1912
Fix: escape html tag value
2012-05-09 18:48:16 +02:00
Laurent Destailleur
7c78c894de
Fix: Not escaped html value
2012-05-09 17:44:52 +02:00
Laurent Destailleur
30c8fcd0e1
Fix: regression sql error
2012-05-09 16:45:15 +02:00
Laurent Destailleur
aa6eb25f85
Qual: Uniformize code
2012-05-09 16:40:54 +02:00
Laurent Destailleur
923562c520
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-05-09 16:03:48 +02:00
Laurent Destailleur
f995d0d9cb
Fix: Missing extrafields
...
New: Can resiliate/edit member status from list.
2012-05-09 16:03:15 +02:00
Regis Houssin
b2022b3b74
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-05-09 12:46:28 +02:00
Regis Houssin
fb2cd3d842
Fix: more compatibility with multicompany
2012-05-09 12:45:19 +02:00
simnandez
d226534ba0
Fix:[ bug #399 ] Bad calculation of local taxes in update line products
2012-05-09 12:12:14 +02:00
Laurent Destailleur
6ed75123d8
Fix: checkstyle
2012-05-09 00:28:02 +02:00
Laurent Destailleur
c01fae04e4
Qual: Uniformize management of alt directories.
2012-05-08 22:49:03 +02:00
Laurent Destailleur
161846be77
Fix: [ bug #397 ] Product VAT is not coming from buying price
2012-05-08 22:10:07 +02:00
Laurent Destailleur
0737748e48
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-05-07 18:59:17 +02:00
Raphaël Doursenaud
6fd60ff174
Fix: Typo
2012-05-07 18:27:23 +02:00
Laurent Destailleur
792c0a33f3
Fix: Works with checkbox htdocs/core/class/html.form.class.php
2012-05-07 17:04:35 +02:00
Laurent Destailleur
a8307a32fd
New: Switch ecm module to use ajax by default.
2012-05-07 10:08:11 +02:00
Laurent Destailleur
d60061f682
Fix: pagecode when using postgresql
...
Conflicts:
htdocs/support/inc.php
2012-05-06 15:36:53 +02:00
Laurent Destailleur
8b07aa3623
Fix: log must be before request
2012-05-06 15:33:39 +02:00
Laurent Destailleur
50944a71db
Checkstyle
2012-05-06 00:45:15 +02:00
Laurent Destailleur
d47a78479e
Fix: several fixes
2012-05-05 23:59:14 +02:00
Laurent Destailleur
d2672c4b39
Fix: setStatut works for user class
2012-05-05 20:22:46 +02:00
Laurent Destailleur
143e524db6
New: Can filter on contact
2012-05-05 17:45:17 +02:00
Laurent Destailleur
85f01691a0
Qual: Lists must be into a page list and not into same page than record.
...
New: Add filter on contact into list.
2012-05-05 17:28:52 +02:00
Regis Houssin
1b350fafd1
Fix: missing entity field in contract
...
Fix: multicompany compatibility
2012-05-03 18:42:46 +02:00
Laurent Destailleur
e671e234ca
Fix: W3C
2012-05-02 11:57:32 +02:00
Laurent Destailleur
74b115877d
Fix: Middle
2012-05-02 10:19:42 +02:00
Laurent Destailleur
3a05649df1
Qual: Top menus use div only now. Menu manager eldy and auguria does not
...
differs.
First work to align eldy theme to dolibarr theme.
2012-05-01 23:40:23 +02:00
Laurent Destailleur
7bbacaece7
Fix: missing global
2012-05-01 14:09:58 +02:00
Laurent Destailleur
e04e40b38a
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop
2012-04-30 17:47:50 +02:00
Laurent Destailleur
c99f407add
New: Add translation
2012-04-30 17:47:15 +02:00
Regis Houssin
18c081a7ac
New: add external theme with a module
2012-04-30 16:51:45 +02:00
Laurent Destailleur
d804683b32
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop
2012-04-30 15:18:24 +02:00
Regis Houssin
73487a6aec
Fix: replace mktime() by dol_now()
2012-04-30 15:01:25 +02:00
Laurent Destailleur
1227642db0
Checkstyle
2012-04-30 15:01:20 +02:00
Regis Houssin
79f2781bdb
Merge pull request #188 from FHenry/develop
...
Develop
2012-04-30 05:33:48 -07:00
Laurent Destailleur
19ce632d7a
Removed duplicate file
2012-04-30 14:13:16 +02:00
FHenry
dc42e16ff1
Secure URL use to CheckRead and Unsubcribe with security key in
...
configuration screen
2012-04-30 13:49:29 +02:00
simnandez
5713a93c27
[ task #297 ] Add a installer for external modules
...
Adaptation to changes in dol_uncompress function. More clear and
accurate messages.
2012-04-30 12:19:11 +02:00
Laurent Destailleur
29fdb33406
Fix: Removed warnings
2012-04-30 09:36:10 +02:00
Laurent Destailleur
5499c91712
New: Monaco is like France for default vat calculation
...
Qual: More phpunit tests
2012-04-29 11:42:30 +02:00
Laurent Destailleur
96a90e2e7a
Fix: Overwritting code is not role of a template but of a module.
...
Code is now working as a module change. Also it is faster (no need to
make a failed include when module is not installed) and support
alternative directory.
2012-04-29 11:00:28 +02:00
Laurent Destailleur
5c46c3bcbb
Fix: Class not deleted after move.
2012-04-29 10:32:37 +02:00
Grand Philippe
922703879f
to use specific tpl within his own theme
2012-04-28 18:24:52 +02:00
Laurent Destailleur
7977897fd8
Fix: dol_uncompress function now works with all PHP and OS. Use PHP
...
native code. Only zip is supported. This is enough, modules must be zip
and only zip (tgz not more allowed).
2012-04-28 18:21:51 +02:00
Laurent Destailleur
7b5aedeb3e
Fix: Var can't be static
2012-04-28 18:04:55 +02:00
Laurent Destailleur
e411852c39
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-04-28 17:01:48 +02:00
Laurent Destailleur
ff06360071
Fix: Overwritting code is not role of a template but of a module.
...
Code is now working as a module change. Also it is faster (no need to
make a failed include when module is not installed) and support
alternative directory.
2012-04-28 17:01:25 +02:00
Laurent Destailleur
a862b5d5c3
Fix: Try a better fix. Format of content of table should depend of
...
content and output rules and not on how data was input.
2012-04-28 16:58:32 +02:00
Laurent Destailleur
8ea079ed96
New: Prepare change to allow usage of print sheet for any purpose (not
...
only
memeber module).
Qual: Remove duplicate declaration of version.
2012-04-28 16:37:58 +02:00
Laurent Destailleur
84a0d93475
New: Can add a link or tooltip on fields into dictionnaries.
2012-04-28 14:52:53 +02:00
Regis Houssin
8cf1da4ddb
Fix: mac os compatibility
2012-04-26 15:02:29 +02:00
Regis Houssin
0ad2c4a027
Fix: problem of line break between label and description when
...
using fckeditor
2012-04-26 10:30:18 +02:00
Regis Houssin
ff6624f5f1
Merge pull request #177 from simnandez/develop
...
[ task #297 ] Add a installer for external modules. Init works
2012-04-25 09:29:20 -07:00
Regis Houssin
071cef15bf
Merge pull request #175 from grandoc/develop
...
Prepair to display receiptdocument within a custom place and uniformize ...
2012-04-25 09:27:03 -07:00
Regis Houssin
bd0464b4db
Merge pull request #174 from FHenry/develop
...
Remove Eclipse Warning (Undeclare variable)
2012-04-25 09:26:40 -07:00
simnandez
25df346bd3
[ task #297 ] Add a installer for external modules
2012-04-25 16:52:35 +02:00
simnandez
5b7ff51ffc
[ task #297 ] Add a installer for external modules. Init works
2012-04-25 12:41:00 +02:00
Grand Philippe
559c7974e9
shipping receipt modele can be used from a custom directory
2012-04-22 10:02:12 +02:00
Grand Philippe
c190d4ddf8
fix : shipping specimen is displayed, and shipping modele can be used from custom place
2012-04-22 09:28:39 +02:00
Laurent Destailleur
afb79d5d2c
Fix: [ bug #367 ] "Multi-tiers" fonctionality inverted in project
...
contacts.
2012-04-21 19:45:25 +02:00
Laurent Destailleur
3afbd182b4
Fix: Missing css style
2012-04-21 12:30:39 +02:00
FHenry
07fc51b7ff
Remove Eclipse variable warning
2012-04-20 15:54:37 +02:00
FHenry
668bec3775
Remove Eclipse Warning (Undeclare variable)
2012-04-20 15:48:48 +02:00
Laurent Destailleur
c42a854a87
Fix: wrong encoding of special chars
2012-04-20 14:09:30 +02:00
Laurent Destailleur
4b8eeead2c
Fix: Add hidden option to restore lost feature.
2012-04-20 13:55:06 +02:00
Laurent Destailleur
334adf7ae2
Fix: Bad CR for public note. Must work when text is full text with \n
...
and also when text is HTML with br.
2012-04-20 13:54:57 +02:00
Laurent Destailleur
062170b484
Fix: textarea field was not detected
2012-04-20 13:54:50 +02:00
Laurent Destailleur
afc53fefe9
Change to help to fight the mainmenu lost bug.
2012-04-20 13:07:53 +02:00
Laurent Destailleur
dc97e757ff
Fix: left menu for home menu
2012-04-20 12:44:52 +02:00
Laurent Destailleur
fd5f0fb2d8
Fix: Force mainmenu. This does not solve completely bug of eaccelerator
...
but provide a way to have access to system menu to help to diagnose.
2012-04-20 12:24:47 +02:00
Laurent Destailleur
658911b8c9
Qual: Move embeded style into css files. Add more styles.
2012-04-18 14:27:31 +02:00
Laurent Destailleur
220d7a2c33
Fix: eldy theme still works without css3
2012-04-17 10:27:42 +02:00
Laurent Destailleur
9114fec4ed
Doxygen
2012-04-16 12:01:32 +02:00
Laurent Destailleur
9e0cd530bc
New: Add date approve into log view.
2012-04-16 11:43:19 +02:00
Laurent Destailleur
b315bf3e3a
Fix: Generate donation document
2012-04-16 01:23:53 +02:00
Laurent Destailleur
4f1f25b89c
Fix: numbering when reset is on was wrong for past dates
2012-04-15 17:55:45 +02:00
Laurent Destailleur
0d42b96b98
Fix: licence pb with fedora
2012-04-14 15:41:03 +02:00
Regis Houssin
e49df57667
Fix: compatibility with php 5.4 and E_STRICT mode
2012-04-14 15:04:46 +02:00
Laurent Destailleur
c876b6f2be
Fix: debian epiphany and iceweasel browsers.
2012-04-14 03:20:10 +02:00
Regis Houssin
026ee8ddb7
New: add possibility to define a page break, its very important for
...
internal and external modules (milestone)
2012-04-12 20:52:41 +02:00
Laurent Destailleur
dd4d684490
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-04-12 00:02:17 +02:00
Laurent Destailleur
14ad919109
Fix: Avoid fall of funtion if not defined
2012-04-11 17:30:51 +02:00
Regis Houssin
6964a0a0c2
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-04-11 16:28:20 +02:00
Regis Houssin
68e5229e9b
Fix: missing langs object
2012-04-11 16:26:45 +02:00
Laurent Destailleur
11c174e209
New: Can export supplier ref
...
New: Add profid6
2012-04-11 15:27:03 +02:00
Laurent Destailleur
0faa5d9196
Fix: this must not be used inside static classes
2012-04-11 14:44:54 +02:00
Laurent Destailleur
f1d1b0972f
Bad comment
2012-04-11 13:29:23 +02:00
Laurent Destailleur
e3b9a3a023
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop
2012-04-10 12:40:24 +02:00
Laurent Destailleur
bc8d9d9d87
Fix: Removed warning
2012-04-10 12:38:10 +02:00
Regis Houssin
02d2872ac5
Fix: invert emetteur and problem with long phone number
2012-04-10 12:35:14 +02:00
Regis Houssin
42c3c6a02d
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-04-10 12:04:58 +02:00
Regis Houssin
f5097dd605
Fix: missing company logo and invert from to !
2012-04-10 12:04:14 +02:00
Laurent Destailleur
6618c4e658
Fix: W3C
2012-04-10 11:00:42 +02:00
Laurent Destailleur
4cb6ec76ee
Revert "Fix: sql injection"
...
This reverts commit 8c3158cf28 .
2012-04-10 01:03:54 +02:00
Laurent Destailleur
212b3bd60e
Revert "Fix: add special test"
...
This reverts commit ef0e6956b3 .
2012-04-10 01:03:43 +02:00
Regis Houssin
ef0e6956b3
Fix: add special test
2012-04-09 22:52:13 +02:00
Regis Houssin
8c3158cf28
Fix: sql injection
2012-04-09 22:51:13 +02:00
Laurent Destailleur
557d5e775a
Fix: log
2012-04-08 14:21:42 +02:00
Laurent Destailleur
83b4b151e4
Fix: pgsql
2012-04-08 14:14:17 +02:00
Laurent Destailleur
9df05381d1
Fix: Bug war.
...
Look: enhance look for map views.
2012-04-08 13:05:58 +02:00
Laurent Destailleur
6d8a639839
Fix [ bug #322 ] export
...
Fix: pgsql compatibility
2012-04-08 00:05:52 +02:00
Laurent Destailleur
e9292515bc
Fix: Long name wrapping. Sender address is third party for supplier
...
order/invoice
2012-04-07 21:34:42 +02:00
Laurent Destailleur
f482ba18c3
Fix: We keep notes
2012-04-07 18:28:03 +02:00
Regis Houssin
921c8607d7
Fix: multicompany sharings and uniformize code
2012-04-07 10:19:33 +02:00
Regis Houssin
13624eeb86
Fix: multicompany sharings compatibility
2012-04-07 09:20:03 +02:00
Laurent Destailleur
6d2a3edf69
War bug
2012-04-07 02:45:31 +02:00
Laurent Destailleur
317abb46fd
Fix: Start war bug
2012-04-07 02:24:32 +02:00
Regis Houssin
98f7a189d1
Fix: add backward compatibility
2012-04-06 23:26:04 +02:00
Regis Houssin
94788e2ccb
Fix: compatibility with multicompany sharings
...
use new $conf->product->dir_output[$object->entity] instead
$conf->product->dir_output
2012-04-06 22:41:33 +02:00
Regis Houssin
a344f079d6
Fix: backward compatibility
2012-04-06 16:46:19 +02:00
Regis Houssin
1c2f192dd6
Fix: add customer_ref in propal list and clean code
2012-04-06 11:38:13 +02:00
Regis Houssin
a22259907b
Fix: possibility to custom helpdoc image
2012-04-05 20:12:11 +02:00
Regis Houssin
f874d68e08
Merge pull request #151 from grandoc/develop
...
Prepair to display within a custom place
2012-04-05 04:15:49 -07:00
Grand Philippe
a66c18c4f8
Prepair to display within a custom place
2012-04-05 13:00:09 +02:00
Regis Houssin
b30669a5d6
Fix: missing $langs
2012-04-05 11:07:16 +02:00
Laurent Destailleur
4b3d2cc273
Fix: Removed warning
2012-04-04 20:37:36 +02:00
Laurent Destailleur
b3c66fc123
Fix: Removed warning
2012-04-04 20:18:39 +02:00
Laurent Destailleur
a6bbe1032d
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-04-04 17:37:20 +02:00
Laurent Destailleur
58d6aafa62
Prepare code for module
2012-04-04 17:25:06 +02:00
FHenry
5bfff3920f
Module e-maillling : Correctif et evolution Accusé de lecture et
...
desinscription
2012-04-04 15:23:32 +02:00
Regis Houssin
c57063878d
New: add workflow module part for external modules
2012-04-04 09:29:05 +02:00
Regis Houssin
14b6173d87
Fix: add width and minimum height of cells parameters
2012-04-03 18:01:27 +02:00
Regis Houssin
cde000e9ce
Fix: sharing code
2012-04-03 17:24:31 +08:00
Laurent Destailleur
bb67c95c3d
Uniformize code
2012-04-02 20:08:08 +02:00
Laurent Destailleur
84057d46cc
Checkstyle
2012-04-02 18:37:37 +02:00
Laurent Destailleur
46251db167
Qual: Use a shared function to define logo heigth.
...
Qual: Add more phpunit tests
Fix: This also solve overlapping logos.
2012-04-01 23:57:15 +02:00
Laurent Destailleur
d8c975da3d
More fields into import of products
2012-03-30 00:54:41 +02:00
Regis Houssin
973146ee46
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-28 16:16:51 +02:00
Regis Houssin
d8d9062606
Fix: duplicate end tag and rename form parts
2012-03-28 16:03:04 +02:00
Laurent Destailleur
02624c8170
Checkstyle
2012-03-27 10:01:12 +02:00
Laurent Destailleur
78ae7dc075
Checkstyle
2012-03-27 09:59:28 +02:00
Laurent Destailleur
52f4f72e6f
Checkstyle
2012-03-26 22:39:43 +02:00
Laurent Destailleur
f52a07eee5
Minor look fix, fix into ecm module when dir does not exists
2012-03-26 18:23:08 +02:00
Regis Houssin
d7d5681b4b
Fix: avoid phpunit warning
2012-03-26 08:18:03 +02:00
Laurent Destailleur
74c39a10a2
Work on ajax ecm module
2012-03-25 22:47:37 +02:00
Laurent Destailleur
7d14ce2386
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-25 14:26:48 +02:00
Laurent Destailleur
693d0441b3
Fix: json emulated function now support utf8 char.
2012-03-25 14:25:32 +02:00
Grand Philippe
b3e55e179f
first step to use fichinter within a custom place
2012-03-24 18:15:07 +01:00
Laurent Destailleur
8e745c88c5
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-24 15:21:09 +01:00
Laurent Destailleur
39ded746dc
Work on ecm module using ajax
2012-03-24 15:20:49 +01:00
Regis Houssin
cf7170c14d
Fix: set to null if empty
2012-03-24 22:18:11 +08:00
Regis Houssin
30fb26296d
Fix: add check array in GETPOST
...
New: update multiselect with a fork
2012-03-24 21:20:22 +08:00
Regis Houssin
0aa40b0503
Fix: add multiselectarray() method and jQuery multiselect plugin
2012-03-24 19:52:28 +08:00
Laurent Destailleur
187dc0d762
Work on epxerimental feature MAIN_ECM_TRY_JS
2012-03-23 19:43:25 +01:00
Regis Houssin
ffc6812241
Fix: avoid php strict mode warning
2012-03-23 18:19:50 +01:00
Regis Houssin
3c794967c3
Fix: multiple avoid warning with php strict mode
2012-03-23 17:18:33 +01:00
Regis Houssin
be7da6f52c
Fix: avoid warning in php strict mode
2012-03-23 16:44:45 +01:00
Regis Houssin
89be120764
Fix: missing actiontype of canvas
2012-03-23 22:46:15 +08:00
Regis Houssin
1bcbe02562
Fix: wrong original values
2012-03-23 09:15:14 +01:00
Regis Houssin
de16037b93
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-23 09:03:58 +01:00
Regis Houssin
77623a9c1b
Fix: compatibility with ckeditor
2012-03-23 09:03:36 +01:00
Laurent Destailleur
6b2c141083
Uniformize page name.
2012-03-23 00:08:34 +01:00
Laurent Destailleur
0321ac19c9
Fix: Remove width (total was not 100%)
...
Doxygen
2012-03-23 00:01:37 +01:00
Laurent Destailleur
0fd372e5da
Trans: Update language files
...
New: Prepare code to allow any module to change/add content of
predefined mail and signature.
2012-03-22 23:52:02 +01:00
Regis Houssin
ed46d0d65f
Fix: possibility to add options
2012-03-22 19:48:42 +08:00
Laurent Destailleur
19940e5f58
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-22 09:39:41 +01:00
Laurent Destailleur
6f7f4b6bc2
Doxygen
2012-03-22 09:39:18 +01:00
Laurent Destailleur
38ca31cf77
Doxygen
2012-03-22 09:34:06 +01:00
Regis Houssin
5d2da2c884
Fix: uniformize code
2012-03-22 08:33:44 +01:00
Laurent Destailleur
bf9b7e9090
New: Can add more js during CKEditor creation
2012-03-22 00:22:40 +01:00
Laurent Destailleur
dbc457176c
Fix: When option MAIN_DISABLE_NOTES_TAB is not enabled, we must show all
...
notes with no need to click (saved 2 clicks)
2012-03-22 00:21:45 +01:00
Laurent Destailleur
05ff0c7f0b
New: Can add more js when creating editor.
2012-03-22 00:09:05 +01:00
Laurent Destailleur
f37e3956b8
Prepare code to allow usage of ajax in ecm module
2012-03-21 21:32:36 +01:00
Laurent Destailleur
ee1c507190
Add id on field
2012-03-21 21:31:10 +01:00
Laurent Destailleur
fb6f3504e2
Qual: removed useless code
2012-03-21 21:30:08 +01:00
Laurent Destailleur
3ef88384b8
New: Add parameter unaccent
2012-03-21 15:58:04 +01:00
Laurent Destailleur
b098838b6f
Fix: Bad error management when enabling/disabling modules
2012-03-21 13:50:59 +01:00
Regis Houssin
95aa484e44
Fix: move in constructor
2012-03-21 08:53:49 +01:00
Regis Houssin
aae57a9f98
Fix: remove deprecated method
2012-03-21 02:24:09 +01:00
Regis Houssin
52a8216e3e
Fix: avoid php E_STRICT errors and compatibility with php 5.4
2012-03-21 02:12:44 +01:00
Laurent Destailleur
c0013a4581
Fix: When using a disabled user, web service must be forbidden
2012-03-20 17:18:20 +01:00
Regis Houssin
e02fe135db
Fix: instantiate $mc object at the end
2012-03-20 15:28:21 +01:00
Regis Houssin
ea65c45b2c
Fix: backward compatibility
2012-03-20 15:14:37 +01:00
Laurent Destailleur
4690944216
checkstyle
2012-03-20 12:46:57 +01:00
Laurent Destailleur
97f0095251
PDF are better with all PDF sizes
2012-03-20 09:22:41 +01:00
Laurent Destailleur
18aecbaa9e
Add test to work with old FPDF.
2012-03-20 01:42:18 +01:00
Laurent Destailleur
e7d07c0a91
New: add supplier ref on supplier invoice.
2012-03-19 22:26:24 +01:00
Laurent Destailleur
d5c6c99493
checkstyle
2012-03-19 22:07:23 +01:00
Laurent Destailleur
4295699e0c
Qual: Uniformize code and filename
2012-03-19 22:06:28 +01:00
Laurent Destailleur
b583e71552
Look: Increase tab size. Reduce size of css. Removed a non pretty line.
2012-03-19 18:54:12 +01:00
Laurent Destailleur
3383d314c9
Doxygen
2012-03-19 17:18:11 +01:00
Laurent Destailleur
5759523c7a
Qual: removed useless tests
2012-03-19 16:16:04 +01:00
Laurent Destailleur
336d18edd7
Missing ;
2012-03-19 16:06:36 +01:00
Laurent Destailleur
fb33dd6801
Qual: Move class file into class dir
...
Qual: Utility methods must be static.
2012-03-19 15:51:55 +01:00
Laurent Destailleur
0b71aceb90
New: Each user can remove/add its own boxes.
2012-03-19 14:06:21 +01:00
Laurent Destailleur
d6588a53a1
Fix: Missing global
2012-03-19 11:22:59 +01:00
Laurent Destailleur
e4a5b6e24e
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-18 23:45:58 +01:00
Laurent Destailleur
fe9b244a38
Fix: Removed HTML5 warnings
2012-03-18 23:42:53 +01:00
Regis Houssin
99ab46510b
Fix: remove private status for external modules
2012-03-18 20:23:50 +01:00
Regis Houssin
4ecc64504d
Fix: use the original json functions
2012-03-18 19:59:38 +01:00
Laurent Destailleur
ed41e03589
Qual: Fix a ton of CheckStyle errors
2012-03-18 19:23:01 +01:00
Laurent Destailleur
7c4ef2fbf7
Qual: Move some class as private
2012-03-18 17:47:17 +01:00
Laurent Destailleur
2086d4f3fa
Add TODO comments
2012-03-18 17:31:36 +01:00
Laurent Destailleur
1fd5a0d755
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-18 17:17:10 +01:00
Regis Houssin
579df2b131
Add TODO
2012-03-18 15:30:01 +01:00
Regis Houssin
b82ff3f759
Fix: missing parameter
2012-03-18 15:22:15 +01:00
Regis Houssin
f66236af81
Fix: check only POST
2012-03-18 15:20:25 +01:00
Regis Houssin
05a5a0fc9a
Fix: bypass GETPOST check with ckeditor
2012-03-18 15:15:11 +01:00
Regis Houssin
370979f6c6
Fix: for compatibility
2012-03-18 14:40:42 +01:00
Regis Houssin
79bdb85f6d
Fix: missing return num
2012-03-18 14:25:39 +01:00
Regis Houssin
5d33f687ae
Fix: change for getJSON format
2012-03-18 14:17:10 +01:00
Regis Houssin
7f7ef8da1e
Fix: this parameter is used by editInPlace() method for define the save
...
method
2012-03-18 14:10:04 +01:00
Regis Houssin
cfd72a5f73
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-18 14:07:07 +01:00
Regis Houssin
808c4b5732
New: testing a new method to avoid reloading the page
2012-03-18 14:06:55 +01:00
Laurent Destailleur
23d523158a
Doxygen
2012-03-18 12:51:13 +01:00
Laurent Destailleur
b0d319eaf7
Update code comments.
...
TODO: What is the goal of field 5 in
ckeditor:dolibarr_zzz:width:height:?:1:rows:cols
2012-03-18 12:48:07 +01:00
Regis Houssin
3cdff5361f
Fix: add empty message in combobox
2012-03-18 12:18:23 +01:00
Regis Houssin
9526465824
Fix: for compatibility with edit in place
2012-03-18 11:22:28 +01:00
Regis Houssin
630844d698
Fix: wrong copy/paste :-)
2012-03-18 11:17:50 +01:00
Regis Houssin
d752e25946
New: add new notes system in contract and order/invoice supplier module
2012-03-18 11:13:01 +01:00
Laurent Destailleur
96e9e088e3
Doxygen
2012-03-18 02:22:54 +01:00
Laurent Destailleur
dc86095c06
Doxygen
2012-03-18 02:19:27 +01:00
Laurent Destailleur
59bef9caa1
Qual: Uniformize code to use new note system.
2012-03-18 02:01:23 +01:00
Laurent Destailleur
763eb8f32c
Fix: jpeg works like jpg
2012-03-18 01:21:18 +01:00
Laurent Destailleur
a7a55645d8
Fix: Some fix when using fckeditor with notes.
...
Qual: Uniformize code to use new system for notes.
Qual: Removed duplicate updatenote method into commandefournisseur
class.
2012-03-18 00:59:24 +01:00
Laurent Destailleur
8d1b9055b4
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git
...
into develop
Conflicts:
htdocs/core/class/html.form.class.php
htdocs/core/tpl/notes.tpl.php
2012-03-17 23:32:28 +01:00
Laurent Destailleur
21a1d47130
New: Can define if ckeditor is opened or not in editval
...
New: Can use a width of 100% in ckeditor
2012-03-17 23:27:53 +01:00
Laurent Destailleur
4c2da4f5fa
New: Can define if ckeditor is opened or not in editval
...
New: Can use a width of 100% in ckeditor
2012-03-17 23:11:25 +01:00
Laurent Destailleur
e5190a00c8
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-17 21:32:32 +01:00
Laurent Destailleur
d59848e18e
New: Enhance box management
2012-03-17 21:32:10 +01:00
Regis Houssin
815ee68f8f
Fix: use div instead table
2012-03-17 18:10:59 +01:00
Regis Houssin
e8b40ab22c
Try to build table with div and css
2012-03-17 17:37:15 +01:00
Regis Houssin
281c6b7f2a
New: sharing code of contact and note tabs
2012-03-17 16:05:58 +01:00
Laurent Destailleur
da94f76364
New: When a module with boxes is activated, box is also activated by
...
default for everybody, except for users that had personlized their box
view.
2012-03-17 14:29:48 +01:00
Laurent Destailleur
1d51ee3aab
Perf: Reduce quantity of code for boxes.
2012-03-17 14:04:16 +01:00
Regis Houssin
e16b1067cd
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git
...
into develop
Conflicts:
htdocs/core/ajax/extraparams.php
2012-03-17 09:47:56 +01:00
Regis Houssin
181fac1d9d
Fix: End of line character is invalid; expected "\n" but found "\r\n"
2012-03-17 09:45:14 +01:00
Regis Houssin
938d0beccf
Fix: End of line character is invalid; expected "\n" but found "\r\n"
2012-03-17 09:30:49 +01:00
Laurent Destailleur
d8becd3cdb
Doxygen
2012-03-17 01:13:10 +01:00
Laurent Destailleur
02cdd86066
Doxygen
2012-03-17 00:47:01 +01:00
Laurent Destailleur
a458ea3582
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-17 00:23:17 +01:00
Laurent Destailleur
3f11e51fbb
Doxygen
2012-03-17 00:22:48 +01:00
Regis Houssin
e84c77ba31
New: add template for infos and contacts tabs and show/hide bloc system
2012-03-16 22:02:14 +01:00
Regis Houssin
60a6c3fa95
Fix: missing fetch for get extraparams
2012-03-16 19:16:17 +01:00
Regis Houssin
205f884ec0
Fix: try to use div title with show/hide effect
2012-03-16 18:36:32 +01:00
Regis Houssin
5de859d14b
Fix: missing colspan if view line number is active
2012-03-16 17:26:19 +01:00
Regis Houssin
b862b37731
New: update CKEditor to 3.6.2
2012-03-16 16:56:18 +01:00
Regis Houssin
09e6867029
New: add view/edit notes in "deplacement" and "fichinter" cards
2012-03-16 16:01:45 +01:00
Regis Houssin
77de410491
Fix: doxygen
2012-03-16 14:41:22 +01:00
Regis Houssin
391ce8490f
New: add "extraparams" field for stock extra parameters with json
2012-03-16 14:32:37 +01:00
Regis Houssin
1622a86d71
New: possibility to view/edit notes in invoice card
2012-03-16 11:12:59 +01:00
Regis Houssin
88d5cbc678
New: possibility to view/edit notes in order card
2012-03-16 09:46:21 +01:00
Regis Houssin
ae54a229fb
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-16 09:39:45 +01:00
Regis Houssin
dae20441d0
Fix: add template for view/edit notes in object card and add possibility
...
to show/hide this bloc
2012-03-16 09:39:32 +01:00
Laurent Destailleur
46d08a9d3b
Doxygen
2012-03-16 09:35:59 +01:00
Laurent Destailleur
6e864bc992
Doxygen
2012-03-16 09:34:19 +01:00
Laurent Destailleur
245edb8596
Fix: Maxi debug on sending document by email. Works now with odt too.
2012-03-16 00:34:41 +01:00
Laurent Destailleur
bc94ec9cd6
Fix: We allow to add credit not higher than invoice amount.
2012-03-15 22:51:02 +01:00
Laurent Destailleur
5f8fc30121
Fix: Avoid duplicate hooks
2012-03-15 22:37:42 +01:00
Regis Houssin
e8ec5f5ad7
New: add vat rate in supplier price
...
New: add events system in jquery combobox
2012-03-15 16:52:18 +01:00
Regis Houssin
d296f17f36
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-15 16:02:43 +01:00
Regis Houssin
704d7de02a
New: add load_cache_vatrates() method
2012-03-15 11:01:29 +01:00
Regis Houssin
993b5eefaf
Fix: wrong blank space for jquery combobox
...
Fix: uniformize code
2012-03-15 10:14:54 +01:00
Laurent Destailleur
25257ee873
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-15 09:26:50 +01:00
Laurent Destailleur
d76802630a
Doxygen
2012-03-15 09:26:14 +01:00
Regis Houssin
72d8dbaa55
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-15 07:24:10 +01:00
Regis Houssin
942b1f2a19
Fix: status not updated after reopen
2012-03-15 06:59:27 +01:00
Laurent Destailleur
f96a72b090
doxygen
2012-03-14 23:11:49 +01:00
Regis Houssin
5d0a8945c1
New: add getNomUrl() method
2012-03-14 19:17:04 +01:00
Regis Houssin
43929ab3f9
Fix: javascript DOM problem
2012-03-14 18:25:05 +01:00
Regis Houssin
9b7afbc29b
Works on alternative addresses management
2012-03-14 18:03:36 +01:00
Regis Houssin
44158efa95
Fix: possibility to have dynamic menu title with auguria menu
2012-03-14 16:07:44 +01:00
Regis Houssin
551b9c619a
Fix: different trad if addresses management
2012-03-14 15:32:48 +01:00
Regis Houssin
0c8686b5b4
Fix: possibility to use alternative addresses management
2012-03-14 15:04:55 +01:00
Laurent Destailleur
1194de5089
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-14 14:49:09 +01:00
Laurent Destailleur
84397b4735
New: Add same contact tab than for object origin. This is to avoid to
...
switch to view/edit.
2012-03-14 14:00:20 +01:00
Regis Houssin
69e98d4100
Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-14 12:14:42 +01:00
Regis Houssin
6bf5132edb
Works on alternative addresses management
2012-03-14 12:14:28 +01:00
Laurent Destailleur
fafc61b1d9
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-14 11:50:22 +01:00
Laurent Destailleur
9e5cffc62b
Doxygen
2012-03-14 11:49:11 +01:00
Regis Houssin
5fbd8e4cee
Fix: move method in common class
2012-03-14 11:11:46 +01:00
Regis Houssin
fdd7b71417
Fix: trad
2012-03-14 09:21:05 +01:00
Regis Houssin
ba15a73831
Works on an alternative address management
2012-03-14 07:49:41 +01:00
Regis Houssin
f8bf7ade83
Fix: move method in common class
2012-03-13 20:01:10 +01:00
Regis Houssin
9831a2028c
Fix: missing variable
2012-03-13 19:36:00 +01:00
Regis Houssin
deb30b6f17
Fix: uniformize code
2012-03-13 19:34:22 +01:00
Regis Houssin
150f3ecfe3
Fix: move method in common class
2012-03-13 19:24:11 +01:00
Regis Houssin
5b6d6fc731
Fix: wrong object name
2012-03-13 09:45:52 +01:00
Laurent Destailleur
66bad9ea04
Doxygen
2012-03-13 09:38:00 +01:00
Regis Houssin
dec582843b
Fix: try to use jeditable autocomplete (not stable)
2012-03-12 16:39:53 +01:00
Regis Houssin
2048c88975
Fix: try jeditable autocomplete
2012-03-12 23:12:58 +08:00
Laurent Destailleur
117bde13d9
Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into develop
2012-03-12 15:10:13 +01:00
Laurent Destailleur
36db79c249
Doxygen
2012-03-12 15:09:46 +01:00
Regis Houssin
0b67e88f08
Fix: problem if more than one element of the same type
2012-03-12 21:38:28 +08:00
Laurent Destailleur
c040abe574
Fix: Restore note tab as using notes inside the main card is not possible for a lot of users since content of note is too large. Also this tab will receive/show more features in future version (for example, notes specific for each users and history of notes. So i added instead an option to hide tabs for people who don't whant it..
2012-03-12 11:33:25 +01:00
Regis Houssin
e033f202d1
Fix: more clickless, remove "note" tab
2012-03-12 17:49:53 +08:00
Regis Houssin
733350f2b8
Fix: more simple
2012-03-11 09:31:43 +01:00
Regis Houssin
b27a206b23
Fix: force generic object if savemethod is not defined
2012-03-09 19:03:49 +01:00
Regis Houssin
616698889c
Fix: move script to js core file
2012-03-09 18:21:11 +01:00
Regis Houssin
96a5eadcfd
Fix: missing extension
2012-03-09 18:03:32 +01:00
Regis Houssin
ca468c2f84
Fix: hook object more simple
2012-03-09 14:48:56 +01:00
Regis Houssin
2117cf7a6a
Fix: use $context for key to avoid data corrupt
...
Fix: remove dao instantiation
2012-03-09 14:34:53 +01:00
Laurent Destailleur
bcff85108e
Fix: substitutions modules were not executed.
2012-03-09 10:52:54 +01:00
Regis Houssin
99c177df46
Fix: missing object $db
2012-03-09 08:28:30 +01:00
Regis Houssin
d07ff6ec11
Fix: missing object $db
2012-03-08 12:05:32 +01:00
Regis Houssin
ee86da0e1e
Fix: refactorize llx_c_currencies and currency symbol
2012-03-08 11:49:38 +01:00
Regis Houssin
635cd4e970
New: add currency code converter
2012-03-07 20:52:28 +01:00
Laurent Destailleur
b08848eb5b
New: Add a page to explain how to make translations (only on not
...
complete translation languages)
2012-03-07 14:27:17 +01:00
Regis Houssin
4e99563831
Fix: "code" field is deprecated
2012-03-07 00:28:10 +01:00
Regis Houssin
38b3f592d2
Fix: refactorize with code
2012-03-05 16:26:46 +01:00
Regis Houssin
513a0673d2
Fix: remove unused field
2012-03-05 16:26:29 +01:00
Regis Houssin
7d3e96699d
Fix: add load cache for currencies
2012-03-05 16:26:11 +01:00
Laurent Destailleur
e4b697fa75
New: Show delivery date into proposal template azur.
2012-03-04 22:18:15 +01:00
Laurent Destailleur
4677ebd4aa
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-04 13:01:23 +01:00
Laurent Destailleur
055689e2dc
New: Import use generated codes if not provided into input file.
2012-03-04 13:00:53 +01:00
Regis Houssin
68ce569d05
Fix: compatibility with edit in place
...
Qual: use generic function and remove unused
Todo: Type of product combobox is not compatible with edit in place
2012-03-04 09:43:56 +01:00
Laurent Destailleur
00b7ad4a78
New: Can convert a product/service into service/product.
2012-03-04 01:41:36 +01:00
Laurent Destailleur
dd92cea7ed
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-03 20:57:00 +01:00
Laurent Destailleur
130bca84d6
Fix: fk_stcomm is no more required.
2012-03-03 20:56:39 +01:00
Regis Houssin
bbbca891f8
Fix: missing entity
2012-03-03 20:19:21 +01:00
Laurent Destailleur
4f5e88adb6
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-03-03 20:09:09 +01:00
Laurent Destailleur
821ea356d0
Fix: warning not visible when required
2012-03-03 20:06:06 +01:00
Regis Houssin
0dbef2d784
Try to add hook in main login page
2012-03-03 20:05:32 +01:00
Laurent Destailleur
80b75fa67d
Fix: boxes must not be removed after update
2012-03-03 17:37:45 +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
Regis Houssin
e1f97c009b
Fix: for add external linked objects
2012-03-02 17:52: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
FHenry
0cf4619682
Emailing campaign- unsubcribe and use of md5 tag
2012-03-01 14:51:07 +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
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
Regis Houssin
79c0369d66
Fix: possibility to use models of external modules
2012-03-01 01:24:00 +08:00
Regis Houssin
45ff7bddb3
New: Check if there is external models to do asked by plugins
2012-03-01 00:29:56 +08:00
Laurent Destailleur
6550ba53f6
More phpunit test
2012-02-29 11:48:03 +01: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
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
3012e9eeaa
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-27 21:56:40 +01:00
Regis Houssin
8f9b9987ff
Fix: Multiple directory traversal vulnerabilities with document.php
2012-02-27 17:02:56 +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
f4bab2f6de
Fix: avoid warning and deprecated variable
2012-02-27 08:47:25 +01:00
Laurent Destailleur
7a4398e5a0
doxygen
2012-02-27 00:58:00 +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
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
Regis Houssin
70c9b2bda3
Fix: compatibility with edit in place
2012-02-25 12:09:27 +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
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
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
a444fc955d
New: add generic function for module parts
2012-02-23 14:28:50 +01:00
FHenry
21ffd56795
Correct Bug of CSS in conf
2012-02-23 11:27:13 +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
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
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
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
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
Regis Houssin
ea83e474dc
New: add possibility to linked other objects from external modules
2012-02-22 01:19:05 +08: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
Regis Houssin
cd23f8a040
Fix: bad rights
2012-02-20 21:17:05 +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
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
d7cc1bdc88
Uniformize code
2012-02-19 19:14:17 +01:00
Laurent Destailleur
c4b845d60a
Qual: Removed deprecated function name.
2012-02-19 18:34:22 +01:00
Laurent Destailleur
e903719c36
Qual: Uniformize code
...
Perf: Very small per enhancement
2012-02-19 17:12:17 +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
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
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
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
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
0a17345415
Doxygen
2012-02-16 18:39:22 +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
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
Laurent Destailleur
56f7196aa2
Qual: Normalize function name
2012-02-15 13:55:00 +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
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
bcddfd878a
Fix: bad entity with ajax constant on/off
2012-02-13 09:44:24 +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
ca727ca18e
Qual: Move security functions into security2.lib.php
2012-02-12 20:34:40 +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
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
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
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
891f51127b
Restore mime header and return-path now we know where was bug.
2012-02-10 13:28:53 +01:00
Laurent Destailleur
170faa363d
Fix: request specific to mysql works with mysqli
2012-02-10 13:02:42 +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
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
3e76959a5c
Some fix to hide orphelins files from automatic tree into ecm module.
2012-02-08 17:12:19 +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
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
842fb07d08
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-02-08 00:22:58 +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
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
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
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
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
202838de41
Restore From at beginning
2012-02-05 01:11:20 +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
71be445607
Fix: use same separator than smtps method
2012-02-03 23:40:59 +01:00
Regis Houssin
40276d42ff
Fix: sql error with combobox and uniformize code
2012-02-03 19:06:37 +01:00
Laurent Destailleur
37afbefdc6
Add message for non compatible mime clients
2012-02-02 23:05:26 +01: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
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
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
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
2f2cb46622
Fix: Lastname
2012-02-01 09:29:26 +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
simnandez
53cdb31624
[ task #176 ] Allow to use ODT templates. Works with Orders
2012-01-30 18:18:40 +01:00
Laurent Destailleur
f3a966a313
Fix: Missing name
2012-01-29 23:24:47 +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
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
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
Laurent Destailleur
1f10e4e1e3
Doxygen
2012-01-27 15:17:36 +01:00
Laurent Destailleur
0ab6cec007
New: emailing submodules can be stored into the module directory.
2012-01-26 23:05:59 +01:00
Laurent Destailleur
97b176ba8d
Doxygen
2012-01-26 13:49:15 +01:00
Laurent Destailleur
b1a7cd82be
Doxygen
2012-01-25 23:41:51 +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
Laurent Destailleur
04d33dee51
Prepare of javascript switch of calendars
2012-01-22 20:16:11 +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
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
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
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
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
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
Regis Houssin
64e0a4434d
Fix: use fk_mainmenu if defined
2012-01-16 19:11:45 +08: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
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
1226e88408
Doxygen
2012-01-15 15:06:02 +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
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
efcbc2696a
Add comments
2012-01-14 00:54:52 +01:00
Regis Houssin
66bfaf8530
Fix: custom language file was not loaded
2012-01-13 12:17:41 +01:00
Regis Houssin
b069d6d2f1
Fix: use getEntity for shared values between entities
2012-01-13 00:23:03 +08: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
Regis Houssin
199e22fd70
Fix: remove useless code
2012-01-11 23:02:01 +08:00
Regis Houssin
b670de36a9
Fix: add entity 0 for users and groups
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
aaefb82a33
Merge branch 'develop' of ssh://git@github.com/Dolibarr/dolibarr.git into develop
2012-01-11 12:03:06 +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
4bb5d68ca9
Use private property
2012-01-11 01:06:34 +01: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
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
Regis Houssin
376759c13d
Fix: refactoring elements sharing management between entities
2012-01-10 07:03:04 +08:00
Laurent Destailleur
2146ab0cc5
Uniformize code
2012-01-09 00:53:31 +01:00
Laurent Destailleur
77870d0557
Add hidden option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS
2012-01-08 23:43:32 +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
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
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
d9d3a11ec4
Doxygen
2012-01-07 14:55:59 +01:00
Laurent Destailleur
427d099e87
Fix: error management of pgconnect
...
Doxygen
2012-01-06 14:51:09 +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
7a00c793c6
Fix: SQL syntax error
2012-01-05 12:59:24 +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
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
893b7b96f4
Doxygen
2012-01-04 14:05:49 +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