In-Portal

Checkout Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
      • empty log message ***
    • -0
    • +48
    /trunk/admin/install/fix_paths.php
      • empty log message ***
    • -1
    • +0
    /trunk/admin/install/inportal_data.sql
      • empty log message ***

fixed warning raising code

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.5.66'.

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.3.66'.

      • empty log message ***
    • -1
    • +1
    /trunk/admin/install/install_finish.php

mb: 7741 - separate reviews section in admin

mb: 7741 - separate reviews section in admin

    • -0
    • +378
    /trunk/admin/reviews.php
    • binary
    /trunk/admin/icons/icon24_reviews.gif
    • binary
    /trunk/admin/icons/icon46_reviews.gif
    • -1
    • +6
    /trunk/kernel/admin/include/navmenu.php
    • -12
    • +156
    /trunk/kernel/include/itemreview.php
    • binary
    /trunk/admin/icons/icon46_list_reviews.gif
    • -0
    • +447
    /trunk/kernel/admin/include/toolbar/reviews.php
    • -0
    • +264
    /trunk/admin/addreview_direct.php
      • empty log message ***
    • -6
    • +14
    /trunk/kernel/include/advsearch.php
    • -3
    • +3
    /trunk/kernel/include/searchconfig.php

1. show debugger link added to header template

2. db error handler fixed to support extra long sql errors

adodb fix with long sql errors reporting

    • -1
    • +1
    /trunk/kernel/include/adodb/adodb.inc.php
      • empty log message ***
    • -1
    • +1
    /trunk/admin/config/addcustomfield.php
    • -0
    • +12
    /trunk/admin/include/mainscript.php

1. mb: 5491 - show phrase translation in primary language

2. executed phrase_locator.php, to add phrases to missing list (assumed that Maris forgot to do this)

    • -2
    • +2
    /trunk/admin/config/addlang_labels.php

long sql error messages are now supported by debugger

    • -1
    • +20
    /trunk/core/kernel/utility/debugger.php
    • -1
    • +4
    /trunk/kernel/include/adodb/adodb.inc.php

mb: 4855 - saving custom fields values from front, e.g. suggest category template

mb: 5484 - createObject moved upstairs through object hierarchy

    • -11
    • +0
    /trunk/core/kernel/event_handler.php
    • -3
    • +13
    /trunk/core/kernel/utility/event.php

mb: 5353 - primary group set in admin

mb: 5473 - admin charsets with multiple languages (all forms in language editing now use charset of language beeing edited, not language selected from admin)

    • -0
    • +2
    /trunk/admin/config/addlang_labels.php

redirect on updating categories with debug mode on - fixed.

    • -0
    • +2
    /trunk/admin/category/category_maint.php

t_pass & t_pass_events vars are reset now each time new url using Application->HREF is build

changed way of setting event for link urls;

added way not to add events in link urls

    • -4
    • +22
    /trunk/core/kernel/processors/main_processor.php

fixed problem when tag T containted more then one prefix.special in it's "pass" parameter;

item is now saved. problem was when OnLoad event was removed and SaveEvent was not set at all;

link to candidates list modified to include cand & cand.test info;

debugger improvements

SET sql part added to formatSQL method

    • -1
    • +1
    /trunk/core/kernel/utility/debugger.php
      • empty log message ***
    • -1
    • +1
    /trunk/core/kernel/utility/debugger.php

debugger: memory/file size formatting method added

application: error message format changed

htaccess added to show all errors

    • -3
    • +73
    /trunk/core/kernel/utility/debugger.php

1. sql error handler added to Application

2. added sql profiling ability to DBConnection

3. fixed bug with setting custom error hander for DBConnection

    • -0
    • +25
    /trunk/core/kernel/db/db_connection.php
      • empty log message ***
    • -0
    • +83
    /trunk/themes/default/sort_cats.tpl
    • -6
    • +18
    /trunk/kernel/include/parseditem.php
    • -0
    • +85
    /trunk/themes/default/items_since_last.tpl

1. removed Utilities and Configuration classes registrations in application

2. processQueryString method moved from EventManager to HTTPQuery

3. added some comments to session class

4. fixed HTTPQuery and Params constructors to call parent class constructor too

5. added tags for kernel debugging into CandatateTagProcessor

6. styles moved to separate file.

    • -15
    • +38
    /trunk/core/kernel/session/session.php
    • -0
    • +71
    /trunk/core/kernel/utility/http_query.php
    • -60
    • +13
    /trunk/core/kernel/event_manager.php