Ignore:
Timestamp:
May 2, 2008, 11:56:21 PM (16 years ago)
Author:
rub
Message:

Resolved issue 0000823: Enhance upload functionalities

First commit, others will be follow.
Not hesitate to change my translations.

Add upload configuration tabsheet (move and add configuration)
Change and add define for access level
Can show upload link every time
Can restrict access upload.class.php
Can choice category on upload page
Add upload class not use for the moment
Review quickly and temporary style of upload.tpl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_user.inc.php

    r2324 r2325  
    10891089
    10901090/*
    1091  * Return access_type definition of uuser
     1091 * Return access_type definition of user
    10921092 * Test does with user status
    10931093 * @return bool
     
    11021102    {
    11031103      $access_type_status =
    1104         ($conf['guest_access'] ? ACCESS_GUEST : ACCESS_NONE);
     1104        ($conf['guest_access'] ? ACCESS_GUEST : ACCESS_FREE);
    11051105      break;
    11061106    }
     
    11271127    default:
    11281128    {
    1129       $access_type_status = ACCESS_NONE;
     1129      $access_type_status = ACCESS_FREE;
    11301130      break;
    11311131    }
Note: See TracChangeset for help on using the changeset viewer.