Overview
Comment:UserException, pas User_Exception
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 32aadc8ed0aa525ea442b9f809aab01e8ee813b9
User & Date: bohwaz on 2015-01-05 03:43:20
Other Links: manifest | tags
Context
2015-01-06
15:17
Correction appel namespace check-in: 93147add8c user: bohwaz tags: trunk, stable
2015-01-05
03:43
UserException, pas User_Exception check-in: 32aadc8ed0 user: bohwaz tags: trunk
2015-01-03
19:49
Fix bugs changements PSR-0 check-in: 67896fe9ae user: bohwaz tags: trunk, stable
Changes

Modified src/include/lib/Garradin/Membres/Categories.php from [e0ad2ac2dd] to [84ffbd2766].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Garradin\Membres;

use Garradin\Membres;
use Garradin\DB;
use Garradin\Wiki;
use Garradin\User_Exception;

class Categories
{
    protected $droits = [
        'inscription'=> Membres::DROIT_AUCUN,
        'connexion' =>  Membres::DROIT_ACCES,
        'membres'   =>  Membres::DROIT_ACCES,







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Garradin\Membres;

use Garradin\Membres;
use Garradin\DB;
use Garradin\Wiki;
use Garradin\UserException;

class Categories
{
    protected $droits = [
        'inscription'=> Membres::DROIT_AUCUN,
        'connexion' =>  Membres::DROIT_ACCES,
        'membres'   =>  Membres::DROIT_ACCES,

Modified src/include/lib/Garradin/Membres/Champs.php from [d72e53f167] to [54cfaf6650].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Garradin\Membres;

use Garradin\Config;
use Garradin\DB;
use Garradin\Utils;
use Garradin\User_Exception;

class Champs
{
	protected $champs = null;

	protected $types = [
		'email'		=>	'Adresse E-Mail',







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Garradin\Membres;

use Garradin\Config;
use Garradin\DB;
use Garradin\Utils;
use Garradin\UserException;

class Champs
{
	protected $champs = null;

	protected $types = [
		'email'		=>	'Adresse E-Mail',

Modified src/include/lib/Garradin/Membres/Cotisations.php from [3b4ad17d68] to [005dd4e3b1].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Garradin\Membres;

use Garradin\Config;
use Garradin\DB;
use Garradin\Utils;
use Garradin\User_Exception;

class Cotisations
{
	const ITEMS_PER_PAGE = 100;

	/**
	 * Vérification des champs fournis pour la modification de donnée







|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Garradin\Membres;

use Garradin\Config;
use Garradin\DB;
use Garradin\Utils;
use Garradin\UserException;

class Cotisations
{
	const ITEMS_PER_PAGE = 100;

	/**
	 * Vérification des champs fournis pour la modification de donnée

Modified src/include/lib/Garradin/Membres/Import.php from [03f95aa6a9] to [7b15221294].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace Garradin\Membres;

use Garradin\Membres;
use Garradin\Config;
use Garradin\DB;
use Garradin\Utils;
use Garradin\User_Exception;

class Import
{
	/**
	 * Champs du CSV de Galette
	 * les lignes vides ('') ne seront pas proposées à l'import
	 * @var array








|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace Garradin\Membres;

use Garradin\Membres;
use Garradin\Config;
use Garradin\DB;
use Garradin\Utils;
use Garradin\UserException;

class Import
{
	/**
	 * Champs du CSV de Galette
	 * les lignes vides ('') ne seront pas proposées à l'import
	 * @var array