Ignore:
Timestamp:
Mar 22, 2006, 2:01:47 AM (18 years ago)
Author:
rvelices
Message:

URL rewriting: capable of fully working with urls without ?

URL rewriting: works with image file instead of image id (change
make_picture_url to generate urls with file name instead of image id)

URL rewriting: completely works with category/best_rated and
picture/best_rated/534 (change 'category.php?' to 'category' in make_index_url
and 'picture.php?' to 'picture' in make_picture_url to see it)

fix: picture category display in upper bar

fix: function rate_picture variables and use of the new user type

fix: caddie icon appears now on category page

fix: admin element_set sql query was using storage_category_id column
(column has moved to #image_categories)

fix: replaced some old $_GET[xxx] with $page[xxx]

fix: pictures have metadata url (use ? parameter - might change later)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/dark/themeconf.inc.php

    • Property svn:eol-style set to native
    r1029 r1092  
    33  'template' => 'yoga',
    44  'theme' => 'dark',
    5   'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon',
    6   'admin_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/admin',
    7   'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mimetypes/'
     5  'icon_dir' => 'template/yoga/icon',
     6  'admin_icon_dir' => 'template/yoga/icon/admin',
     7  'mime_icon_dir' => 'template/yoga/icon/mimetypes/'
    88);
    99?>
Note: See TracChangeset for help on using the changeset viewer.