[ros-diffs] [frik85] 24695: RSDB update: Update has been tested for two days and is already on our web-server. This commit *don't* effect ReactOS itself, as it is just for our website. Updates: * add human readable URI (HRI); now old-style URI and HRI are usable * improved submit wizard pages * update several pages to add URI support * updated help&faq Information: * to update more links, please have a look at: "rsdb_config.php" and "rsdb_human_readable_url.php" * all links are defined in "rsdb_config.php" * full compatibility with old and new URI style * it's possible with one setting change to change back to full "old style URI". * currently only most frequently used links have been changed to support both URI style, all other only use the old URI style, but default is HRI mode. * if you want to link to RSDB, use HRI URIs => shorter and readable URI comparision: * old style URI: http://www.reactos.org/support/index.php?page=db&view=comp&sec=category&group=25 * HRU: http://www.reactos.org/support/index.php/comp/cat/group/25/

frik85 at svn.reactos.org frik85 at svn.reactos.org
Mon Nov 6 13:50:29 CET 2006


Author: frik85
Date: Mon Nov  6 15:50:27 2006
New Revision: 24695

URL: http://svn.reactos.org/svn/reactos?rev=24695&view=rev
Log:
RSDB update:

Update has been tested for two days and is already on our web-server. This commit *don't* effect ReactOS itself, as it is just for our website.

Updates:
* add human readable URI (HRI); now old-style URI and HRI are usable
* improved submit wizard pages
* update several pages to add URI support
* updated help&faq

Information:
* to update more links, please have a look at: "rsdb_config.php" and "rsdb_human_readable_url.php"
* all links are defined in "rsdb_config.php"
* full compatibility with old and new URI style
* it's possible with one setting change to change back to full "old style URI".
* currently only most frequently used links have been changed to support both URI style, all other only use the old URI style, but default is HRI mode.
* if you want to link to RSDB, use HRI URIs => shorter and readable

URI comparision:
* old style URI: http://www.reactos.org/support/index.php?page=db&view=comp&sec=category&group=25
* HRU: http://www.reactos.org/support/index.php/comp/cat/group/25/

Added:
    trunk/web/reactos.org/htdocs/support/rsdb_human_readable_url.php
Modified:
    trunk/web/reactos.org/htdocs/support/inc/comp/comp_help.php
    trunk/web/reactos.org/htdocs/support/inc/comp/comp_home.php
    trunk/web/reactos.org/htdocs/support/inc/comp/comp_item_submit.php
    trunk/web/reactos.org/htdocs/support/inc/comp/comp_item_tests_submit.php
    trunk/web/reactos.org/htdocs/support/inc/comp/comp_itemver_submit.php
    trunk/web/reactos.org/htdocs/support/inc/comp/data/group_item_list.php
    trunk/web/reactos.org/htdocs/support/inc/header.php
    trunk/web/reactos.org/htdocs/support/inc/structure.php
    trunk/web/reactos.org/htdocs/support/inc/tree/tree_category_flat.php
    trunk/web/reactos.org/htdocs/support/inc/tree/tree_category_grouplist_1.php
    trunk/web/reactos.org/htdocs/support/inc/tree/tree_category_tree.php
    trunk/web/reactos.org/htdocs/support/inc/tree/tree_historybar.php
    trunk/web/reactos.org/htdocs/support/inc/tree/tree_name_flat.php
    trunk/web/reactos.org/htdocs/support/inc/tree/tree_vendor_flat.php
    trunk/web/reactos.org/htdocs/support/inc/tree/tree_vendor_id.php
    trunk/web/reactos.org/htdocs/support/index.php
    trunk/web/reactos.org/htdocs/support/media/pictures/help/submitcomp1.jpg
    trunk/web/reactos.org/htdocs/support/media/pictures/help/submitcomp2.jpg
    trunk/web/reactos.org/htdocs/support/media/pictures/help/submitcomp3.jpg
    trunk/web/reactos.org/htdocs/support/rsdb_config.php

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/web/reactos.org/htdocs/support/inc/comp/comp_help.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/comp/comp_help.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/comp/comp_home.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/comp/comp_home.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/comp/comp_item_submit.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/comp/comp_item_submit.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/comp/comp_item_tests_submit.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/comp/comp_item_tests_submit.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/comp/comp_itemver_submit.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/comp/comp_itemver_submit.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/comp/data/group_item_list.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/comp/data/group_item_list.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/header.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/header.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/structure.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/structure.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/tree/tree_category_flat.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/tree/tree_category_flat.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/tree/tree_category_grouplist_1.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/tree/tree_category_grouplist_1.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/tree/tree_category_tree.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/tree/tree_category_tree.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/tree/tree_historybar.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/tree/tree_historybar.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/tree/tree_name_flat.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/tree/tree_name_flat.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/tree/tree_vendor_flat.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/tree/tree_vendor_flat.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/inc/tree/tree_vendor_id.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/inc/tree/tree_vendor_id.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/index.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/index.php?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/media/pictures/help/submitcomp1.jpg
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/media/pictures/help/submitcomp1.jpg?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/media/pictures/help/submitcomp2.jpg
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/media/pictures/help/submitcomp2.jpg?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/media/pictures/help/submitcomp3.jpg
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/media/pictures/help/submitcomp3.jpg?rev=24695&r1=24694&r2=24695&view=diff

Modified: trunk/web/reactos.org/htdocs/support/rsdb_config.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/rsdb_config.php?rev=24695&r1=24694&r2=24695&view=diff

Added: trunk/web/reactos.org/htdocs/support/rsdb_human_readable_url.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/rsdb_human_readable_url.php?rev=24695&view=auto




More information about the Ros-diffs mailing list