captcha_helper.php

Checkout
Diff latest
Open in IDE
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
18 revisions

Fixes INP-1757 - Replace "each" function usage with equivalent code

Differential Revision: http://qa.in-portal.org/D411

Fixes INP-1757 - Replace "each" function usage with equivalent code

Differential Revision: http://qa.in-portal.org/D411

Revision ID:
16692
Parents:
branches/5.2.x/core/units/helpers/captcha_helper.php 16513
Head on:
5.2.x
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:eol-style = LF
  • svn:keywords = Id

Fixes INP-1577 - CS fix all variable type comment

Differential Revision: http://qa.in-portal.org/D240

Fixes INP-1577 - CS fix all variable type comment

Differential Revision: http://qa.in-portal.org/D240

Revision ID:
16513
Parents:
branches/5.2.x/core/units/helpers/captcha_helper.php 15145
Tags:
5.2.2-B2
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:eol-style = LF
  • svn:keywords = Id

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code ($event->getObject calls)

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code ($event->getObject calls)

INP-224

Revision ID:
15145
Parents:
branches/5.2.x/core/units/helpers/captcha_helper.php 15130
Branch points:
5.3.x
Tags:
5.2.0-B2 5.2.0-B3 5.2.0-RC1 5.2.0
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:eol-style = LF
  • svn:keywords = Id

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

1. removing references ("&") in code

INP-224

Revision ID:
15130
Parents:
branches/5.2.x/core/units/helpers/captcha_helper.php 14699
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:eol-style = LF
  • svn:keywords = Id

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixed path to s.gif in FCKEditor file browse dialog

2. same kModulesHelper::getModules method is used during installation and in admin to get modules, that can be installed

3. fixed some PhpDoc comments, that were not matching their method declarations

4. moved duplicate request processing detection into Request class (from kApplication class)

5. replaced aliased function calls with original function calls

6. fixed some grammatical errors

7. most of file system interations (where folder is scanned for a specific content) are replaced with DirectoryIterator (from SPL)

8. removed duplicate tags from FckTagProcessor, since their copy from fckFCKHelper class was used

INP-224

Bug #0000268: Code Cleanup in 5.2.x branch

1. fixed path to s.gif in FCKEditor file browse dialog

2. same kModulesHelper::getModules method is used during installation and in admin to get modules, that can be installed

3. fixed some PhpDoc comments, that were not matching their method declarations

4. moved duplicate request processing detection into Request class (from kApplication class)

5. replaced aliased function calls with original function calls

6. fixed some grammatical errors

7. most of file system interations (where folder is scanned for a specific content) are replaced with DirectoryIterator (from SPL)

8. removed duplicate tags from FckTagProcessor, since their copy from fckFCKHelper class was used

INP-224

Revision ID:
14699
Parents:
branches/5.2.x/core/units/helpers/captcha_helper.php 14244
Tags:
5.2.0-B1
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:eol-style = LF
  • svn:keywords = Id

Bug #0001025: Automatically set "svn:keywords" property to PHP files

INP-827

Bug #0001025: Automatically set "svn:keywords" property to PHP files

INP-827

Revision ID:
14244
Parents:
branches/5.2.x/core/units/helpers/captcha_helper.php 13840
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:eol-style = LF
  • svn:keywords = Id

Releasing version 'branches/5.2.x' (copy from 'branches/5.1.x') of 'in-portal' module.

Releasing version 'branches/5.2.x' (copy from 'branches/5.1.x') of 'in-portal' module.

Revision ID:
13840
Parents:
branches/5.1.x/core/units/helpers/captcha_helper.php 13086
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • svn:keywords = Id

Merge of "in-portal/releases/5.0.2@13073" to "in-portal/branches/5.1.x@12657".

Merge of "in-portal/releases/5.0.2@13073" to "in-portal/branches/5.1.x@12657".

Revision ID:
13086
Parents:
branches/5.1.x/core/units/helpers/captcha_helper.php 12657
Branch points:
5.2.x
Tags:
5.1.0-B1 5.1.0-B2 5.1.0-RC1 5.1.0
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • svn:keywords = Id

Reintegrate merge of "in-portal/releases/5.0.1@12617" to "in-portal/branches/5.1.x@12453".

Reintegrate merge of "in-portal/releases/5.0.1@12617" to "in-portal/branches/5.1.x@12453".

Revision ID:
12657
Parents:
branches/5.0.x/core/units/helpers/captcha_helper.php 12368
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • svn:keywords = Id

1. Fixes #0000237: Make session creation optional on Front-End

2. All session id storage modes are fixed to be compatible with fake sessions.

INP-196

1. Fixes #0000237: Make session creation optional on Front-End

2. All session id storage modes are fixed to be compatible with fake sessions.

INP-196

Revision ID:
12368
Parents:
branches/5.0.x/core/units/helpers/captcha_helper.php 12306
Branch points:
5.1.x
Tags:
5.0.1
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • svn:keywords = Id

1. Bug #0000230: Rearrange Helpers and Remove Deprecated Parsers

2. Rename and move Helpers into core/units

INP-190

1. Bug #0000230: Rearrange Helpers and Remove Deprecated Parsers

2. Rename and move Helpers into core/units

INP-190

Revision ID:
12306
Copied from:
branches/5.0.x/core/units/general/helpers/captcha_helper.php 12299
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • svn:keywords = Id

1. Bug #0000159: Prevent of Execution of System Files of files other, then "index.php" and "admin/index.php"

2. Adding DEFINED FULL_PATH security-check

INP-129

INP-183

1. Bug #0000159: Prevent of Execution of System Files of files other, then "index.php" and "admin/index.php"

2. Adding DEFINED FULL_PATH security-check

INP-129

INP-183

Revision ID:
12299
Parents:
branches/5.0.x/core/units/general/helpers/captcha_helper.php 12117
Copied to:
branches/5.0.x/core/units/helpers/captcha_helper.php 12306
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • svn:keywords = Id

Releasing version 'branches/5.0.x' (copy from 'branches/RC')

Releasing version 'branches/5.0.x' (copy from 'branches/RC')

Revision ID:
12117
Parents:
branches/RC/core/units/general/helpers/captcha_helper.php 11892
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • svn:keywords = Id
  • More
  • 11892
  • on

Fixes #0000103: Applying License to In-Portal and Modules

INS-1

Fixes #0000103: Applying License to In-Portal and Modules

INS-1

Revision ID:
11892
Parents:
branches/RC/core/units/general/helpers/captcha_helper.php 10539
Branch points:
5.0.x 5.1.x tag:5.0.0
Tags:
5.0.0
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • svn:keywords = Id
  • More
  • 10539
  • on

#20812

#20812

Revision ID:
10539
Parents:
branches/RC/core/units/general/helpers/captcha_helper.php 8929
Branch points:
tag:5.0.0
Tags:
5.0.0
Properties:
  • cvs2svn:cvs-rev = 1.3.2.1
  • svn:executable = *
  • More
  • 8929
  • on

This commit was manufactured by cvs2svn to create branch 'RC'.

This commit was manufactured by cvs2svn to create branch 'RC'.

Revision ID:
8929
Parents:
trunk/core/units/general/helpers/captcha_helper.php 8796
Properties:
  • cvs2svn:cvs-rev = 1.3
  • svn:executable = *

#17157 - user list in admin

#17157 - user list in admin

Revision ID:
8796
Parents:
trunk/core/units/general/helpers/captcha_helper.php 7391
Branch points:
RC
Properties:
  • cvs2svn:cvs-rev = 1.3
  • svn:executable = *

Merged from RC

Merged from RC

Revision ID:
7391
Properties:
  • cvs2svn:cvs-rev = 1.2
  • svn:executable = *