Commit Graph

701 Commits

Author SHA1 Message Date
Regis Houssin
0c6d7c56d3 Fix: bad parameters 2012-05-05 09:02:13 +02:00
Regis Houssin
73487a6aec Fix: replace mktime() by dol_now() 2012-04-30 15:01:25 +02:00
Laurent Destailleur
fbe6fe7ac4 Checkstyle 2012-04-01 20:26:25 +02:00
Laurent Destailleur
daf2a19396 New: Add signature at end of predefined email text 2012-03-28 00:56:12 +02: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
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
4ecc64504d Fix: use the original json functions 2012-03-18 19:59:38 +01:00
Laurent Destailleur
59bef9caa1 Qual: Uniformize code to use new note system. 2012-03-18 02:01:23 +01:00
Laurent Destailleur
9ed46d9892 Fix: Navigation arrows were missing 2012-03-18 01:25:08 +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
Regis Houssin
bd4b24f1eb Fix: add <br> for default note tab 2012-03-17 18:27:31 +01:00
Regis Houssin
815ee68f8f Fix: use div instead table 2012-03-17 18:10:59 +01:00
Regis Houssin
281c6b7f2a New: sharing code of contact and note tabs 2012-03-17 16:05:58 +01:00
Regis Houssin
09e6867029 New: add view/edit notes in "deplacement" and "fichinter" cards 2012-03-16 16:01:45 +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
3a8885eea6 Fix: If a project must be linked to any companies (suppliers or not),
project must be not be set as limited to customer but must be not linked
to any particular thirdparty
2012-03-15 09:36:39 +01:00
defrance69
7b20e15b23 Update htdocs/fichinter/fiche.php 2012-03-15 15:23:06 +08:00
simnandez
743489ae1d Fix: Security 2012-03-05 11:16:30 +01:00
Laurent Destailleur
1645ddbe47 Sec: Sanitize all input for ids. 2012-02-27 22:26:22 +01:00
Regis Houssin
e2cea80f69 Fix: problem with this pdf 2012-02-24 17:25:53 +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
c4b845d60a Qual: Removed deprecated function name. 2012-02-19 18:34:22 +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
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
Laurent Destailleur
f3a966a313 Fix: Missing name 2012-01-29 23:24:47 +01:00
Laurent Destailleur
851abe00a9 New: Can attach files on social contributions 2012-01-11 20:31:40 +01:00
Laurent Destailleur
2d67802938 Doxygen 2012-01-08 00:52:07 +01:00
Laurent Destailleur
4523f1789d Qual: Removed dead code
Doxygen
2012-01-04 23:56:10 +01:00
Laurent Destailleur
43964552bf Add a TODO 2011-12-22 09:07:02 +01:00
simnandez
58761d343b Qual: Uniformize code 2011-12-19 17:29:09 +01:00
Laurent Destailleur
b52fc32853 Fix: fix not initialized variables 2011-12-05 19:41:38 +01:00
Regis Houssin
cbec43e098 Fix: change 'editfieldkey' and 'editfieldval' for compatibility with
external module and hook system.
Fix: uniform code
2011-11-09 06:14:42 +08:00
Regis Houssin
f0c327c070 Fix: uniform code
replace all $html by $form with exceptions "$htmlname, $htmltooltip"
2011-11-08 17:22:31 +08:00
Laurent Destailleur
40da2e23d2 Qual: Reduce sub-options of module fckeditor. This make code cleaner
and all this duplicated options were useless.
2011-11-05 23:18:49 +01:00
Laurent Destailleur
06c5f3427c New: There is now two "inline edit" solution: Solution 1 use jquery
and is enabled if MAIN_USE_JQUERY_JEDITABLE is on. Solution 2 use a link
"edit field" on resubmit page for eache field (this is by default). And
we are ready to add more.
New: Add also option MAIN_EDIT_ALSO_INLINE. Goal of this option is to
say: Even if this field can be edited by a global edit form, we allow
field to be edited with the "inline edit" feature (whatever is the
inline edit solution active). This option is to keep the standard
behaviour "We must click a "modify" button to allow to edit globally all
fields at once working and have only this way. If option is on, we can
also use the inlinde edit. If off, inline edit is available only for
fields not included into a global "modify" form.
line
2011-11-05 21:24:55 +01:00
Laurent Destailleur
2b9285384c Merge editfield and editInPlace 2011-11-05 18:25:04 +01:00
Laurent Destailleur
3f30cebce3 Qual: Prepare to merge editfield and editInPlace 2011-11-05 15:12:37 +01:00
Laurent Destailleur
c60a2ff76f Fix: new lines not correctly outputed 2011-11-05 13:22:00 +01:00
Laurent Destailleur
c16c09a451 Qual: Mutualize code to delete previews 2011-11-04 00:27:30 +01:00
Juanjo Menent
5c9ba8a548 [task 189] Move Error* key from other.lang into errors.lang files 2011-10-29 23:52:05 +02:00
Regis Houssin
4ebbc0de6f Fix: rename "area" to "textarea"
New: add js files for default datepicker options
New: add edit_datepicker for edit in place (not stable)
2011-10-28 16:28:55 +02:00
Regis Houssin
bc6fa60287 Fix: move jnotify options in separate file
Fix: move nl2br treatment
New: add error message for edit in place
2011-10-28 12:02:36 +02:00
Laurent Destailleur
035730acdc Add a FIXME note 2011-10-28 01:06:41 +02:00
Regis Houssin
1137b69a03 Fix: use loadurl just for textarea and numeric 2011-10-27 18:17:27 +02:00
Regis Houssin
df19c5e606 Fix: move ajax tpl to js for uniform code 2011-10-27 18:06:05 +02:00
Regis Houssin
e4599a05cd add edit in place for description 2011-10-27 16:48:57 +02:00
Regis Houssin
d906552815 New: add edit in place
Fix: change element name with condition for enlarge possibility
2011-10-27 16:38:49 +02:00
Regis Houssin
5899fa6eb7 Fix: add note public and private during create 2011-10-27 16:04:50 +02:00