Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Dolibarr/dolibarr into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-maxime committed Jan 3, 2014
2 parents e26d455 + 5551a5d commit 986475e
Show file tree
Hide file tree
Showing 762 changed files with 13,056 additions and 9,676 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -16,4 +16,8 @@ doxygen_warnings.log
.idea
*.iml
Thumbs.db

# Vagrant generated files
.vagrant
/index.html
/phpmyadmin
/xhprof
1 change: 1 addition & 0 deletions COPYRIGHT
Expand Up @@ -60,6 +60,7 @@ Copyright (C) 2013
- Regis Houssin <regis.houssin@capnetworks.com>
- Maxime Kohlhaas <mko@atm-consulting.fr>
- Juanjo Menent <jmenent@2byte.es>
- Adolfo Segura <adolfo.segura@gmail.com>

Copyright (C) 2012
- Christophe Battarel <christophe.battarel@altairis.fr>
Expand Down
53 changes: 35 additions & 18 deletions ChangeLog
Expand Up @@ -6,6 +6,17 @@ English Dolibarr ChangeLog
For users:
- New: Add list of orders products in tab "consumption" on thirdparties.
- New: Add graph stats for suppliers orders in tab "stats" on products.
- New: Add option MAIN_HIDE_INACTIVETAB_ON_PRINT to hide inactive tabs when you
use the "print" view on screen.

For translators:
- Update language files.

For developers:
- New: Add path file of trigger into admin trigger list page.
- New: More phpunit tests.
- New: Payments and supplier payment pages tabs can now be extended from modules.



***** ChangeLog for 3.5 compared to 3.4.* *****
Expand Down Expand Up @@ -76,6 +87,8 @@ For users:
- Fix: [ bug #992 ] Proforma invoices don't have a separated numeric count.
- Fix: [ bug #1022 ] correct margin calculation for credit notes.
- Fix: Better management of using ajax for upload form (to solve problem when enabling ajax jquery multifile upload in some cases).
- Fix: Lost stats filters into year selection.
- Fix: Some config data are shared between suppliers orders and suppliers invoices

New experimental module:
- New: [ task #157 ] Add a Skype button (adherents / third parties / contacts)
Expand Down Expand Up @@ -134,7 +147,11 @@ parameter. All methods addline in this case were modified to remove this paramet

5) Property ->tel on objects is now ->phone


6) Trigger LINEPROPAL_MODIFY is renamed into LINEPROPAL_UPDATE and
Trigger CONTRACT_LINE_DELETE rnamed into LINECONTRACT_DELETE to match naming rules.



***** ChangeLog for 3.4.2 compared to 3.4.1 *****
Fix: field's problem into company's page (RIB)
Fix: Document cerfa doesn't contained firstname & lastname from donator
Expand All @@ -145,6 +162,17 @@ Fix: wrong buy price update
Fix: [ bug #1142 ] Set paiement on invoice (PGSql)
Fix: [ bug #1145 ] Agenda button list type do not display
Fix: [ bug #1148 ] Product consomation : supplier order bad status
Fix: [ bug #1159 ] Commercial search "other" give p.note do not exists
Fix: [ bug #1174 ] Product translated description not good into PDF
Fix: [ bug #1163 ] SQL Error when searching for supplier orders
Fix: [ bug #1162 ] Translaction for morning and afternoon
Fix: [ bug #1161 ] Search on product label
Fix: [ bug #1075 ] POS module doesn't decrement stock of products in delayed payment mode.
Fix: [ bug #1171 ] Documents lost in interventions after validating
Fix: fix unsubscribe URL into mailing when sending manually (not by script)
Fix: [ bug #1182 ] ODT company_country tag is htmlencoded
Fix: [ bug #1196 ] Product barcode search does not expect 13th digit on EAN13 type
Fix: [ bug #1202 ] Wrong amount in deposit % invoice from proposal

***** ChangeLog for 3.4.1 compared to 3.4.0 *****
Fix: Display buying price on line edit when no supplier price is defined
Expand Down Expand Up @@ -175,7 +203,6 @@ Fix: there was no escaping on filter fields in supplier product list
Fix: bugs on margin reports and better margin calculation on credit notes
Qual: Add travis-ci integration


***** ChangeLog for 3.4 compared to 3.3.* *****
For users:
- New: Can use ODS templates as document templates.
Expand Down Expand Up @@ -272,6 +299,12 @@ backport commit 384e3812eb73a15adafb472cacfb93397a54459b to fix W3C/edit contrac



***** ChangeLog for 3.3.5 compared to 3.3.4 *****
- Fix: jcrop file to match debian rules
- Fix: Add missing country UK.
- Fix: Minor fix into package.
- Fix: Add missing label on project field.

***** ChangeLog for 3.3.4 compared to 3.3.3 *****
- Fix: [ bug #1001 ] Social Contribution : State not correct
- Fix: Better management of pdf generation when tcpdf is not available.
Expand Down Expand Up @@ -442,7 +475,6 @@ Dolibarr license has also been updated from GPLv2+ to GPLv3+.


***** ChangeLog for 3.2.3 compared to 3.2.2 *****

- Fix: Some permission into agenda module.
- Fix: Generation of PDF was not using correct font for some languages.
- Fix some translations.
Expand Down Expand Up @@ -596,7 +628,6 @@ WARNING: To reduce technic debt, all functions dolibarr_xxx were renamed int dol


***** ChangeLog for 3.1.3 compared to 3.1.2 *****

Fix: PgSQL - property must be set if success
Fix: Provide a solution for backup when mysqldump is not available
Fix: Bug #460 - Wrong entity assignment when creating a warehouse
Expand All @@ -605,7 +636,6 @@ Fix: bug #405 - Late icon always displayed on comm/propal.php


***** ChangeLog for 3.1.2 compared to 3.1.1 *****

- Fix: Can clone a proposal
- Fix: Add member ID in substitution method
- Fix: Duplicate end tag and missing form parts
Expand All @@ -618,7 +648,6 @@ Fix: bug #405 - Late icon always displayed on comm/propal.php


***** ChangeLog for 3.1.1 compared to 3.1.0 *****

- New: Add option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS. With this option added,
credit notes are not removed from total amount of invoice but are just
payments used to reducs remain to pay.
Expand Down Expand Up @@ -740,7 +769,6 @@ For translators:


***** ChangeLog for 3.0 compared to 2.9.* *****

For users:
- New: Can edit date of cheque receipts.
- New: Add Sales journal and Purchase journal report.
Expand Down Expand Up @@ -836,7 +864,6 @@ For developers:


***** ChangeLog for 2.9 compared to 2.8.* *****

For users:
- New: POS module allow to choose which warehouse to use.
- New: Support "Department/State" field on company setup, contact,
Expand Down Expand Up @@ -954,7 +981,6 @@ For users:


***** ChangeLog for 2.8 compared to 2.7.* *****

For users:
- New: Support note on trips module
- New: Can link contacts to projects
Expand Down Expand Up @@ -1005,7 +1031,6 @@ For developers:


***** ChangeLog for 2.7.1 compared to 2.7 *****

For users:
- Fix: Bad decimal management for it_IT and fr_BE languages.
- Fix: A third party created from a member is created as a
Expand All @@ -1018,7 +1043,6 @@ For users:


***** ChangeLog for 2.7 compared to 2.6.* *****

For users:
- New: Add a print icon to show a page to print without menus.
- New: Can add a free text on bank cheque receipts.
Expand Down Expand Up @@ -1117,7 +1141,6 @@ For developers:


***** ChangeLog for 2.6 compared to 2.5.* *****

For users:
- New: Add filter on status in emailing selector for Dolibarr users.
- New: Can add bookmarks on all pages.
Expand Down Expand Up @@ -1200,7 +1223,6 @@ For developers:


***** ChangeLog for 2.5 compared to 2.4.* *****

For users:
- Sessions timeout can be configured to overwrite PHP setup.
- Can filter on date in services list.
Expand Down Expand Up @@ -1264,7 +1286,6 @@ For developers:


***** ChangeLog for 2.4 compared to 2.2.* *****

For users:
- Add a calendar module (module agenda) with ical/vcal/rss export.
- Look enhancement in graphics (thanks artichow).
Expand Down Expand Up @@ -1319,7 +1340,6 @@ For developers:


***** ChangeLog for 2.2 compared to 2.1.* *****

- Add more statistics on main page.
- Add option to add message on login page.
- Management of categories for third parties.
Expand Down Expand Up @@ -1353,7 +1373,6 @@ For developers:


***** ChangeLog for 2.1 compared to 2.0.* *****

- Added a better installer.
- Support user and groups permissions.
- Translation in english and support for several languages.
Expand Down Expand Up @@ -1418,12 +1437,10 @@ For developers:


***** ChangeLog for 2.0.1 compared to 2.0 *****

Minor bug fixes



***** ChangeLog for 2.0 compared to 1.0.* *****

ChangeLog file size is so important, that it is not included inside Dolibarr
package. You can find it at www.dolibarr.org
70 changes: 47 additions & 23 deletions build/README
Expand Up @@ -7,10 +7,27 @@ All sub-directories of "build" directory contains files required to build
automatically Dolibarr packages.
There are several tools:



- To build full Dolibarr packages, launch the script
> Edit version in makepack-dolibarr.pl file.
> Launch command perl makepack-dolibarr.pl

Note: Prerequisites to build tgz, debian, rpm package
> apt-get install tar dpkg dpatch p7zip-full rpm zip

Note: Prerequisites to build autoexe DoliWamp package:
> Install InnoSetup
For example by running isetup-5.3.9.exe (http://www.jrsoftware.org)
> Install WampServer into "C:\Program Files\Wamp"
For example by running wampserver2.2e-php5.4.3-httpd-2.4.2-mysql5.5.24-x64.exe (http://www.wampserver.com)
> Install WampServer addon to have versions: Apache2.2.11, Mysql5.0.45, Php5.3.0
For example by running WampServer2-APACHE2211.exe (http://www.wampserver.com)
For example by running WampServer2-MYSQL5045.exe (http://www.wampserver.com)
For example by running WampServer2-PHP530.exe (http://www.wampserver.com)
> To build from Windows (running from makepack-dolibarr.pl script is however
recommanded), open file build/exe/doliwamp.iss and click on button "Compile".
The .exe file will be build into directory build.

- To build a translaction package, launch the script
> perl makepack-dolibarrlang.pl

Expand All @@ -20,17 +37,6 @@ There are several tools:
- To build a package for a module, launch the script
> perl makepack-dolibarrmodule.pl

- To build an autoexe DoliWamp package:
> Install InnoSetup (http://www.jrsoftware.org)
> Install WampServer into "C:\Program Files\Wamp" (http://www.wampserver.com)
> Install WampServer addon to have versions:
Apache2.2.6, Mysql5.0.45, Php5.2.5
> Modify file build/exe/doliwamp.iss to change variable SourceDir
with value of Dolibarr repository.
> Modify AppVerName and OutputBaseFilename.
> Launch innosetup, open file build/exe/doliwamp.iss and click on
button "Compile". The .exe file will be build into directory build.

- To build developper documentation, launch the script
> perl dolybarr-doxygen-build.pl

Expand All @@ -43,30 +49,48 @@ generated packages will not contains this "build" directory.

We can find in "build", following sub-directories:

* deb:
* aps:
To build APS package.

* debian:
To build Debian package.

* rpm:
To build Redhat or Mandrake package.
* dmg:
To build Mac OS package (not ready yet).

* tgz:
To build a tgz package.
* doap:
To build Doap descriptor to promote/describe Dolibarr releases.

* doxygen:
Dir with config file to build doxygen documentation.

* exe:
To build exe package for Windows that distribute Dolibarr sources or
to build the complete DoliWamp package.

* tgz:
To build a zip package.
* launchpad:
Doc file to explain how to use launchpad.

* doap:
To build Doap descriptor to promote/describe Dolibarr releases.
* live:
Doc file to explain how to create a demo live CD.

* obs:
Doc file to explain how to push release onto OBS.

* pad:
To build a PAD file descriptor to promote/describe Dolibarr releases.

* patch:
Script file to generate a patch file to distribute a Dolibarr mod.

* dmg:
To build dmg DoliMamp package for Mac OS X
* perl:
Tool to install dolibarr when using virtualmin pro

* rpm:
To build Redhat, Opensuse or Mandriva package.

* tgz:
To build a tgz package.

* zip:
To build a zip package.
21 changes: 7 additions & 14 deletions build/debian/changelog
Expand Up @@ -3,39 +3,32 @@ dolibarr (3.6.0-1) unstable; urgency=low
[ Laurent Destailleur (eldy) ]
* New upstream release.

-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Mon, 22 Apr 2013 12:00:00 +0100
-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Mon, 30 Dec 2013 12:00:00 +0100

dolibarr (3.5.0-1) unstable; urgency=low
dolibarr (3.5.0-3) unstable; urgency=low

[ Laurent Destailleur (eldy) ]
* New upstream release.

-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Mon, 22 Apr 2013 12:00:00 +0100
-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Mon, 30 Dec 2013 12:00:00 +0100

dolibarr (3.4.1-3) unstable; urgency=low
dolibarr (3.4.2-3) unstable; urgency=low

[ Laurent Destailleur (eldy) ]
* Maintenance release.

-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Mon, 22 Apr 2013 12:00:00 +0100
-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Mon, 30 Dec 2013 12:00:00 +0100

dolibarr (3.4.0-3) unstable; urgency=low
dolibarr (3.4.1-3) unstable; urgency=low

[ Laurent Destailleur (eldy) ]
* Maintenance release.

-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Mon, 22 Apr 2013 12:00:00 +0100

dolibarr (3.4.1) unstable; urgency=low
dolibarr (3.4.0-3) unstable; urgency=low

[ Laurent Destailleur (eldy) ]
* Maintenance release.

-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Mon, 22 Apr 2013 12:00:00 +0100

dolibarr (3.4.0) unstable; urgency=low

[ Laurent Destailleur (eldy) ]
* New upstream release.

-- Laurent Destailleur (eldy) <eldy@users.sourceforge.net> Mon, 22 Apr 2013 12:00:00 +0100
3 changes: 2 additions & 1 deletion build/doxygen/doxygen_footer.html
Expand Up @@ -22,7 +22,7 @@

<hr class="footer" />
<address class="footer"><small>Generated on $datetime
for <a href="http://www.dolibarr.org">$projectname</a> by Doxygen </a> $doxygenversion </small></address>
for <a href="http://www.dolibarr.org">$projectname</a> by Doxygen $doxygenversion </small></address>


<!-- Google AdSense -->
Expand All @@ -40,5 +40,6 @@
<!-- End google adsense -->
<br>

</div>
</body>
</html>

0 comments on commit 986475e

Please sign in to comment.