Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Fixes #0001107: Logical changes on user registration/my profile forms

INP-906

  1. … 31 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. making all rewrite and non-rewrite methods located into separate classes with shared interface

2. moved UserGroups session variable setting for Guest users to Session class

3. getIndexFile method was called for rewrite urls, but it it's result was never used

4. method IsHTTPSRedirect moved from Session to kHTTPQuery class

INP-224

  1. … 21 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. all backup/restore code moved out from "admin" unit to BackupHelper (new class)

2. removed analogs of "getmicrotime" function

INP-224

  1. … 4 more files in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. debugger weren't shown on database connection error

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

  1. … 55 more files in changeset.

Fixes #0001143: Ability to cut trailing zeros from field value being displayed

INP-929

Fixes #0000653: Make "kDateFormatter" support date format constants in "format" parameter

Commit on behalf of Erik

INP-515

Fixes #0000709: Make "kUploadFormatter::_ensureUniqueFilename" more accessible

Commit on behalf of Erik

INP-560

  1. … 2 more files in changeset.

Fixes #0000392: Section renaming using "Section Properties" button causes one more section to be created

INP-325

    • -0
    • +194
    ./opener_stack.php
  1. … 5 more files in changeset.

Fixes #0001105: Add "Login as User" button to user list in Admin

Commit on behalf of Erik

INP-904

  1. … 7 more files in changeset.

Bug #0000397: Ability to work with main event from OnBefore/OnAfter type events called from kDBItem class

1. Fixes problem, when objects created within temp handler were not having reference to event, that called temp handler method in first place

INP-330

  1. … 1 more file in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting scope keywords and fixing PHPDoc comments

INP-224

  1. … 1 more file in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

1. setting scope keywords and fixing PHPDoc comments

INP-224

    • -3
    • +14
    ./formatters/password_formatter.php
    • -12
    • +29
    ./formatters/ccdate_formatter.php
    • -0
    • +9
    ./formatters/customfield_formatter.php
    • -10
    • +19
    ./formatters/upload_formatter.php
  1. … 106 more files in changeset.

Fixes #0001124: Ability to enter date & time in a single field

INP-920

  1. … 1 more file in changeset.

Fixes #0000742: Create universal file mime type detection function

INP-589

  1. … 3 more files in changeset.

Fixes #0000980: Ability to perform file extension-based check during single file upload

INP-793

Fixes #0000576: Separating Database Master/Slave Requests

INP-457

  1. … 7 more files in changeset.

Fixes #0000397: Ability to work with main event from OnBefore/OnAfter type events called from kDBItem class

INP-330

  1. … 3 more files in changeset.

Fixes #0000271: Redesign "Data Validation" Engine

INP-227

    • -1
    • +19
    ./formatters/serialized_formatter.php
    • -15
    • +22
    ./formatters/multilang_formatter.php
  1. … 16 more files in changeset.

Bug #0001125: Prepare 5.2.0 release

1. adapting merged 5.1.3 code

INP-921

  1. … 8 more files in changeset.

Merge of "in-portal/releases/5.1.3@14548" to "in-portal/branches/5.2.x@14575".

    • -5
    • +12
    ./formatters/multilang_formatter.php
  1. … 139 more files in changeset.

Bug #0001123: Parallel cache rebuild problem could cause high server load

1. fixing infinite unit config cache waiting during installation

INP-919

Merge of "in-portal/releases/5.1.2@14308" to "in-portal/branches/5.2.x@14560".

  1. … 95 more files in changeset.

Fixes #0001123: Parallel cache rebuild problem could cause high server load

INP-919

  1. … 10 more files in changeset.

Fixes #0001031: User management internals refactoring

INP-833

  1. … 17 more files in changeset.

Bug #0001078: Unsubscribing from mailing list doesn't delete all related user data

1. merging from 5.1.x to 5.2.x because it's needed by #0001031 task.

INP-878

  1. … 1 more file in changeset.

Bug #0000268: Code Cleanup in 5.2.x branch

  • ability to override every system class, that is retrieved via factory (e.g. kEventManager)
  • all classes are created via kFactory class, so they can be overridden too
  • system object, like kUnitConfigReader class object are no longer stored in kFactory class
  • class registration in kApplication::RegisterDefaultClasses method rearranged into logical groups
  • design patterns, noted in class/method comments, when applicatable
  • unit config re-reading redesign by interface usage

INP-224

  1. … 12 more files in changeset.

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

INP-827

  1. … 993 more files in changeset.

Bug #0000974: Several warnings from adodb time library, while used on PHP 5.3

Manual merge.

INP-787

Bug #0000268: Code Cleanup in 5.2.x branch

Part 2 (see http://tracker.in-portal.org/view.php?id=268#bugnotes, bugnote 3206)

INP-224

  1. … 13 more files in changeset.