codeigniter-git

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-4513: Require rest service in base controller.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-codeigniter/trunk@1445 c9e438f2-161f-4379-92ca-8387c394dae0

    • -1
    • +1
    /configs/service-dependencies.config.php
APPDEV-4483: Add more environment options.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-codeigniter/trunk@1432 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-155: Load environment from environment instead of $_SERVER.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-codeigniter/trunk@1430 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-155: Add 'stage' environment to CodeIgniter error reporting config.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-codeigniter/trunk@1429 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-155: Fix issues with missing codeigniter config nodes.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-codeigniter/trunk@1428 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-4483: Add backwards-compatibility functions to session.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-codeigniter/trunk@1425 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-4483: Update loader::layout function to work on more types of data arrays.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-codeigniter/trunk@1424 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-4483: Add application config hooks.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-codeigniter/trunk@1423 c9e438f2-161f-4379-92ca-8387c394dae0

APPDEV-4483: Add application config hooks.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-codeigniter/trunk@1422 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-156: Don't load CodeIgniter-specific captcha dependencies for other captcha solutions.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1387 c9e438f2-161f-4379-92ca-8387c394dae0

    • -1
    • +1
    /configs/service-dependencies.config.php
    • -0
    • +10
    /src/Lemans/Codeigniter/Captcha.php
RSA-155: Load api and logger in base controller via dependency injection.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1370 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +1
    /configs/service-dependencies.config.php
    • -0
    • +17
    /configs/logger.config.php
    • -0
    • +17
    /src/Lemans/Codeigniter/Logger.php
RSA-155: Use Codeigniter sessions instead of PHP sessions.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1313 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +74
    /src/Lemans/Codeigniter/Session/Session.php
RSA-155: Refactor Codeigniter routing config.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1312 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +23
    /src/Lemans/Codeigniter/Config.php
RSA-155: Move authentication code and config into lemans-auth module.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1289 c9e438f2-161f-4379-92ca-8387c394dae0

    • -1
    • +0
    /configs/service-dependencies.config.php
    • -0
    • +60
    /src/Lemans/Codeigniter/Captcha.php
    • -1
    • +2
    /configs/service-dependencies.config.php
    • -0
    • +73
    /src/Lemans/Codeigniter/Captcha.php
    • -0
    • +8
    /views/captcha/inputs.php
APPDEV-4285: Move dashboard specific controller code into dashboard-common module.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/tags/1.0@1241 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-155: Generalize asset controller, error controllers, and general views.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1221 c9e438f2-161f-4379-92ca-8387c394dae0

    • -0
    • +15
    /configs/routes.config.php
    • -0
    • +14
    /configs/service-dependencies.config.php
    • -0
    • +18
    /configs/service-manager.config.php
    • -0
    • +42
    /src/Lemans/Codeigniter/Controller/Assets.php
    • -0
    • +17
    /src/Lemans/Codeigniter/Controller/Error.php
RSA-155: Move service manager bootstrap code into service manager, and allow controllers to be loaded via service manager.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1215 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-155: Send dependency config to service manager.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1197 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-155: Get config from service manager rather than global instance

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1194 c9e438f2-161f-4379-92ca-8387c394dae0

RSA-155: Use get() instead of getSingleton() for services.

git-svn-id: https://svn.lemanscorp.com/lemans-common-php/lemans-common-php/lemans-codeigniter/trunk@1192 c9e438f2-161f-4379-92ca-8387c394dae0