rationalize globals + money module
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Sun, 5 Dec 2004 11:19:26 +0000 (11:19 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:30 +0000 (23:26 +0200)
commit82367abd45089b3c38471f63f39106a41be583a4
tree2b969e263fce6059fd93e0083a5a08148c04f018
parent9a8b90cb5d1d8a032743dd592f662af954007d7c
rationalize globals + money module

* Core :
    - use a static function to initialize $globals.

* Money :
    - brand new module.
    - remove trezo.operations --> x4dat.money_trezo.
    - corrects a few bugs in interface.

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-50
23 files changed:
htdocs/paiement/index.php
htdocs/trezo/gere_operations.php
htdocs/trezo/index.php
include/conf.d/banana.globals.inc.php
include/conf.d/lists.globals.inc.php
include/conf.d/mail.globals.inc.php
include/conf.d/money.globals.inc.php
include/conf.d/money.menu.inc.php
include/conf.d/newsletter.globals.inc.php
include/conf.d/search.globals.inc.php
include/conf.d/skin.globals.inc.php
include/conf.d/webredirect.globals.inc.php
include/money.inc.php
include/money/trezo.inc.php [moved from include/trezo.inc.php with 97% similarity]
include/xorg.globals.inc.php.in
include/xorg.inc.php
install.d/money/README [new file with mode: 0644]
install.d/money/install.sql [new file with mode: 0644]
install.d/money/uninstall.sql [new file with mode: 0644]
templates/trezo/choix_date.tpl
templates/trezo/index.tpl
upgrade/0.9.3/50_admin.sql
upgrade/0.9.3/70_money.sql [new file with mode: 0644]