[galette-commits] [GIT] galette/galette.git branch, develop, updated. 0.7.0.1-183-g699bb1a |
[ Thread Index |
Date Index
| More lists.galette.eu/commits Archives
]
This is an automated email from git. It was enerated because a ref
change was pushed to the repository "galette/galette.git".
The branch, develop has been updated
via 699bb1a50a0a28bb5c9ddb4db812889d63a1330e (commit)
via 428fcb28aa19d3328872aea16cf99f77c4ac4258 (commit)
via 928ff2b1cac9031ece7a6fe14b3a5ef78699c1d2 (commit)
via 997474f9f5bfaf3cde49cf8721f41578724563e7 (commit)
via 8da6f7248c5dc5620ae2aaa1295a0d70bdf0af9d (commit)
via 5f29b7b6c662ce3c91ca2a061f52143043bc6267 (commit)
via 0ffc4b94addcdb944245f84373450a7c943e1f11 (commit)
via 886af5ac26fd645251f5da80f6ff7a461cab1125 (commit)
via 470b17f4ab15f530029b325fc6fce3de35bbaa79 (commit)
via d357d37df823a859f4afe488e98ab9d0b21e3882 (commit)
via e404a005e8043f0c9317481010df3cbd1464c1ab (commit)
via bc17addf3973bdfd72fdc55f685089b65ef3d90a (commit)
via bde90b85ffc20914c62ba65c59b50ce5e5f50390 (commit)
via 308e99dfbe09e95ccf9c05d8e8b79c4415a9f3c4 (commit)
via f1f76158919fd65791690c9e7cceb637dfaa2045 (commit)
via f3520dfc80a419825a9d241fe2b4ed57982170f5 (commit)
from 1b924017e2ed0846f3261bead9b5c6f0cd840c68 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 699bb1a50a0a28bb5c9ddb4db812889d63a1330e
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Mon Jul 30 08:58:02 2012 +0200
Use new DynamicFields object to load and display data on field edition; refs #194
commit 428fcb28aa19d3328872aea16cf99f77c4ac4258
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Jul 29 10:14:21 2012 +0200
Add objects for each dynamic field type; refs #194
commit 928ff2b1cac9031ece7a6fe14b3a5ef78699c1d2
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Sun Jul 29 10:10:25 2012 +0200
Some functions scope were not defined; refs #194
commit 997474f9f5bfaf3cde49cf8721f41578724563e7
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri Jul 27 12:04:44 2012 +0200
Remove no longer needeed dynamic_fields.inc.php file; refs #194
commit 8da6f7248c5dc5620ae2aaa1295a0d70bdf0af9d
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri Jul 27 12:03:21 2012 +0200
Typo; refs #194
commit 5f29b7b6c662ce3c91ca2a061f52143043bc6267
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri Jul 27 12:03:12 2012 +0200
Bad namespaces; refs #194
commit 0ffc4b94addcdb944245f84373450a7c943e1f11
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri Jul 27 07:44:43 2012 +0200
Bad variable name; refs #194
commit 886af5ac26fd645251f5da80f6ff7a461cab1125
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri Jul 27 07:39:44 2012 +0200
Move set_dynamic_fields and set_all_dynamic_fields functions into DynamicFields object; refs #194
commit 470b17f4ab15f530029b325fc6fce3de35bbaa79
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Fri Jul 27 07:07:44 2012 +0200
Move extract_posted_dynamic_fields function into DynamicFields object; refs #194
commit d357d37df823a859f4afe488e98ab9d0b21e3882
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Thu Jul 26 13:08:45 2012 +0200
Move prepare_dynamic_fields_for_display function into DynamicFields object; refs #194
commit e404a005e8043f0c9317481010df3cbd1464c1ab
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Thu Jul 26 09:00:51 2012 +0200
Move get_dynamic_fields function into DynamicFields object; refs #194
commit bc17addf3973bdfd72fdc55f685089b65ef3d90a
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Thu Jul 26 08:50:30 2012 +0200
Remove old declarations; refs #194
commit bde90b85ffc20914c62ba65c59b50ce5e5f50390
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Thu Jul 26 07:12:58 2012 +0200
Add staff as a dynamic fields visibility permissions; refs #194
commit 308e99dfbe09e95ccf9c05d8e8b79c4415a9f3c4
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Thu Jul 26 07:11:20 2012 +0200
Declare namespace at top of the file to avoid verbosity; refs #194
commit f1f76158919fd65791690c9e7cceb637dfaa2045
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Wed Jul 25 17:14:54 2012 +0200
Remove dynamic fields positioning (removed since 2006 - r277); refs #194
commit f3520dfc80a419825a9d241fe2b4ed57982170f5
Author: Johan Cwiklinski <johan@xxxxxxxx>
Date: Tue Jul 24 20:23:00 2012 +0200
Move declarations and so on into the object; refs #194
-----------------------------------------------------------------------
Summary of changes:
galette/ajouter_adherent.php | 16 +-
galette/ajouter_contribution.php | 15 +-
galette/ajouter_transaction.php | 14 +-
galette/configurer_fiches.php | 80 ++--
galette/editer_champ.php | 93 +---
galette/includes/dynamic_fields.inc.php | 438 -----------------
galette/includes/i18n.inc.php | 2 +
.../L10n.php => DynamicFieldsTypes/Choice.php} | 48 ++-
.../DynamicFieldsTypes/DynamicFieldType.php | 331 +++++++++++++
.../{Core/L10n.php => DynamicFieldsTypes/Line.php} | 50 ++-
.../L10n.php => DynamicFieldsTypes/Separator.php} | 46 ++-
.../{Core/L10n.php => DynamicFieldsTypes/Text.php} | 49 ++-
galette/lib/Galette/Entity/DynamicFields.php | 494 +++++++++++++++++++-
galette/self_adherent.php | 6 +-
.../templates/default/configurer_fiche_content.tpl | 2 -
galette/templates/default/configurer_fiches.tpl | 6 -
galette/templates/default/editer_champ.tpl | 47 +-
galette/voir_adherent.php | 8 +-
18 files changed, 1063 insertions(+), 682 deletions(-)
delete mode 100644 galette/includes/dynamic_fields.inc.php
copy galette/lib/Galette/{Core/L10n.php => DynamicFieldsTypes/Choice.php} (62%)
create mode 100644 galette/lib/Galette/DynamicFieldsTypes/DynamicFieldType.php
copy galette/lib/Galette/{Core/L10n.php => DynamicFieldsTypes/Line.php} (61%)
copy galette/lib/Galette/{Core/L10n.php => DynamicFieldsTypes/Separator.php} (64%)
copy galette/lib/Galette/{Core/L10n.php => DynamicFieldsTypes/Text.php} (61%)
hooks/post-receive
--
galette/galette.git
--
--
Galette repositories commits - http://galette.tuxfamily.org