Codeigniter

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
APPDEV-0000: Add back a necessary directory

    • -0
    • +0
    ./application/logs/keepthisdir
APPDEV-7749: Updates to support Composer conversion

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

  1. … 1 more file in changeset.
APPDEV-7628: Move fix to correct line :\

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

APPDEV-7624: Add a fix for being logged out under PHP7. Change should be backward compatible with PHP5.

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

APPDEV-5131: Clear session when closing the browser.

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

    • -0
    • +8
    ./application/views/errors/cli/error_general.php
    • -0
    • +25
    ./application/views/errors/cli/error_php.php
    • -0
    • +62
    ./application/views/errors/html/error_404.php
    • -0
    • +62
    ./application/views/errors/html/error_db.php
    • -0
    • +62
    ./application/views/errors/html/error_general.php
    • -0
    • +10
    ./application/views/errors/html/error_php.php
  1. … 3 more files in changeset.
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

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-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

  1. … 3 more files in changeset.
    • -253
    • +0
    ./application/helpers/Lemans_captcha_helper.php
    • -0
    • +253
    ./application/helpers/Lemans_captcha_helper.php
  1. … 4 more files in changeset.
    • -0
    • +5
    ./application/controllers/Module.php
    • -0
    • +3
    ./application/core/Lemans_Loader.php
  1. … 2 more files in changeset.
    • -8
    • +0
    ./application/views/errors/cli/error_general.php
    • -21
    • +0
    ./application/views/errors/cli/error_php.php
    • -64
    • +0
    ./application/views/errors/html/error_404.php
    • -64
    • +0
    ./application/views/errors/html/error_db.php
    • -64
    • +0
    ./application/views/errors/html/error_general.php
    • -33
    • +0
    ./application/views/errors/html/error_php.php
    • -89
    • +0
    ./application/views/welcome_message.php
RSA-155: Remove cruft from CI application directories.

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

    • -11
    • +0
    ./application/controllers/index.html
    • -11
    • +0
    ./application/language/english/index.html
    • -11
    • +0
    ./application/third_party/index.html
  1. … 4 more files in changeset.
    • -0
    • +6
    ./application/.htaccess
    • -0
    • +6
    ./application/cache/.htaccess
    • -0
    • +11
    ./application/cache/index.html
    • -0
    • +129
    ./application/config/autoload.php
    • -0
    • +504
    ./application/config/config.php
    • -0
    • +85
    ./application/config/constants.php
    • -0
    • +96
    ./application/config/database.php
    • -0
    • +24
    ./application/config/doctypes.php
    • -0
    • +103
    ./application/config/foreign_chars.php
    • -0
    • +13
    ./application/config/hooks.php
    • -0
    • +11
    ./application/config/index.html
    • -0
    • +19
    ./application/config/memcached.php
    • -0
    • +84
    ./application/config/migration.php
    • -0
    • +158
    ./application/config/mimes.php
    • -0
    • +14
    ./application/config/profiler.php
  1. … 337 more files in changeset.