Author: cfinck
Date: Wed Dec 10 12:17:28 2008
New Revision: 38000
URL:
http://svn.reactos.org/svn/reactos?rev=38000&view=rev
Log:
- Introduce the "shared" directory containing web components shared among
several subsystems.
This greatly reduces the amount of duplicated code and makes writing new subsystems
easier.
So far the components contain CSS files, an include file for easily giving a subsystem
the ReactOS Website look & feel and a small AJAX library used by getbuilds and
peoplemap now.
Work on the Online Test Manager can begin now... :-)
- Replace the ROSCMS_PATH define by a ROOT_PATH define, which is more universal and also
required by the new shared components
- Convert the peoplemap database calls to PDO
- Move all .sql files outside the source tree into their appropriate "resources"
directories
- Lots of code style adjustments in getbuilds and peoplemap
Added:
trunk/web/reactos.org/htdocs/shared/ (with props)
trunk/web/reactos.org/htdocs/shared/css/ (with props)
trunk/web/reactos.org/htdocs/shared/css/menu.css (contents, props changed)
- copied, changed from r37894,
trunk/web/reactos.org/htdocs/css/menu.css
trunk/web/reactos.org/htdocs/shared/css/reactos.css (with props)
trunk/web/reactos.org/htdocs/shared/images/ (with props)
trunk/web/reactos.org/htdocs/shared/images/ajax_loading.gif (props changed)
- copied unchanged from r35957,
trunk/web/reactos.org/htdocs/getbuilds/images/ajax_loading.gif
trunk/web/reactos.org/htdocs/shared/images/ll.gif (props changed)
- copied unchanged from r35957,
trunk/web/reactos.org/htdocs/getbuilds/images/ll.gif
trunk/web/reactos.org/htdocs/shared/images/lr.gif (props changed)
- copied unchanged from r35957,
trunk/web/reactos.org/htdocs/getbuilds/images/lr.gif
trunk/web/reactos.org/htdocs/shared/images/ul.gif (props changed)
- copied unchanged from r35957,
trunk/web/reactos.org/htdocs/getbuilds/images/ul.gif
trunk/web/reactos.org/htdocs/shared/images/ur.gif (props changed)
- copied unchanged from r35957,
trunk/web/reactos.org/htdocs/getbuilds/images/ur.gif
trunk/web/reactos.org/htdocs/shared/js/ (with props)
trunk/web/reactos.org/htdocs/shared/js/ajax.js (with props)
trunk/web/reactos.org/htdocs/shared/lang/ (with props)
trunk/web/reactos.org/htdocs/shared/lang/de.inc.php (with props)
trunk/web/reactos.org/htdocs/shared/lang/en.inc.php (with props)
trunk/web/reactos.org/htdocs/shared/lang/es.inc.php (with props)
trunk/web/reactos.org/htdocs/shared/lang/fr.inc.php (with props)
trunk/web/reactos.org/htdocs/shared/lang/it.inc.php (with props)
trunk/web/reactos.org/htdocs/shared/lang/lt.inc.php (with props)
trunk/web/reactos.org/htdocs/shared/lang/pl.inc.php (with props)
trunk/web/reactos.org/htdocs/shared/lang/ru.inc.php (with props)
trunk/web/reactos.org/htdocs/shared/subsys_layout.php (with props)
trunk/web/reactos.org/resources/peoplemap/peoplemap.sql (props changed)
- copied unchanged from r37486,
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.sql
trunk/web/reactos.org/resources/support/ (with props)
trunk/web/reactos.org/resources/support/rsdb.sql (props changed)
- copied unchanged from r37486,
trunk/web/reactos.org/sql/rsdb.sql
Removed:
trunk/web/reactos.org/htdocs/css/
trunk/web/reactos.org/htdocs/getbuilds/ie-lt7-fixes.css
trunk/web/reactos.org/htdocs/getbuilds/images/ajax_loading.gif
trunk/web/reactos.org/htdocs/getbuilds/images/ll.gif
trunk/web/reactos.org/htdocs/getbuilds/images/lr.gif
trunk/web/reactos.org/htdocs/getbuilds/images/ul.gif
trunk/web/reactos.org/htdocs/getbuilds/images/ur.gif
trunk/web/reactos.org/htdocs/peoplemap/images/ajax_loading.gif
trunk/web/reactos.org/htdocs/peoplemap/images/ll.gif
trunk/web/reactos.org/htdocs/peoplemap/images/lr.gif
trunk/web/reactos.org/htdocs/peoplemap/images/ul.gif
trunk/web/reactos.org/htdocs/peoplemap/images/ur.gif
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.sql
trunk/web/reactos.org/sql/rsdb.sql
Modified:
trunk/web/reactos.org/htdocs/bugzilla/skins/standard/IE-fixes.css
trunk/web/reactos.org/htdocs/bugzilla/skins/standard/global.css
trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/footer.htm…
trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/header.htm…
trunk/web/reactos.org/htdocs/forum/common.php
trunk/web/reactos.org/htdocs/forum/includes/auth/auth_roscms.php
trunk/web/reactos.org/htdocs/forum/styles/roscms/template/overall_header.ht…
trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles-provider.php
trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles.php
trunk/web/reactos.org/htdocs/getbuilds/config.inc.php
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.css
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.js.php
trunk/web/reactos.org/htdocs/getbuilds/index.php
trunk/web/reactos.org/htdocs/getbuilds/lang/de.inc.php
trunk/web/reactos.org/htdocs/getbuilds/lang/en.inc.php
trunk/web/reactos.org/htdocs/getbuilds/lang/es.inc.php
trunk/web/reactos.org/htdocs/getbuilds/lang/fr.inc.php
trunk/web/reactos.org/htdocs/getbuilds/lang/it.inc.php
trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php
trunk/web/reactos.org/htdocs/getbuilds/lang/ru.inc.php
trunk/web/reactos.org/htdocs/getbuilds/languages.inc.php
trunk/web/reactos.org/htdocs/paste/inc/account.php
trunk/web/reactos.org/htdocs/peoplemap/ajax-deletelocation.php
trunk/web/reactos.org/htdocs/peoplemap/ajax-getuser.php
trunk/web/reactos.org/htdocs/peoplemap/ajax-setlocation.php
trunk/web/reactos.org/htdocs/peoplemap/config.inc.php
trunk/web/reactos.org/htdocs/peoplemap/ie6-fixes.css
trunk/web/reactos.org/htdocs/peoplemap/index.php
trunk/web/reactos.org/htdocs/peoplemap/lang/de.inc.php
trunk/web/reactos.org/htdocs/peoplemap/lang/en.inc.php
trunk/web/reactos.org/htdocs/peoplemap/lang/es.inc.php
trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php
trunk/web/reactos.org/htdocs/peoplemap/languages.inc.php
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.css
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.js.php
trunk/web/reactos.org/htdocs/roscms/logon/subsys_login.php
trunk/web/reactos.org/htdocs/serendipity/include/functions_comments.inc.php
trunk/web/reactos.org/htdocs/serendipity/include/functions_config.inc.php
trunk/web/reactos.org/htdocs/serendipity/plugins/serendipity_plugin_roscmsa…
trunk/web/reactos.org/htdocs/serendipity/serendipity_config_local.inc.php
trunk/web/reactos.org/htdocs/support/rsdb_setting.php
trunk/web/reactos.org/htdocs/wiki/includes/Sanitizer.php
trunk/web/reactos.org/htdocs/wiki/includes/User.php
trunk/web/reactos.org/htdocs/wiki/includes/specials/SpecialUserlogin.php
trunk/web/reactos.org/htdocs/wiki/skins/RosCMS.php
trunk/web/reactos.org/htdocs/wiki/skins/roscms/IE60Fixes.css
trunk/web/reactos.org/htdocs/wiki/skins/roscms/IE70Fixes.css
trunk/web/reactos.org/htdocs/wiki/skins/roscms/main.css
[This mail would be too long, it was shortened to contain the URLs only.]
Modified:
trunk/web/reactos.org/htdocs/bugzilla/skins/standard/IE-fixes.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/sk…
Modified:
trunk/web/reactos.org/htdocs/bugzilla/skins/standard/global.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/sk…
Modified:
trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/footer.htm…
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/te…
Modified:
trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/header.htm…
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/te…
Modified:
trunk/web/reactos.org/htdocs/forum/common.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/forum/commo…
Modified:
trunk/web/reactos.org/htdocs/forum/includes/auth/auth_roscms.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/forum/inclu…
Modified:
trunk/web/reactos.org/htdocs/forum/styles/roscms/template/overall_header.ht…
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/forum/style…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles-provider.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/a…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/a…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/config.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/c…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/g…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/getbuilds.js.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/g…
Removed:
trunk/web/reactos.org/htdocs/getbuilds/ie-lt7-fixes.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/i…
Removed:
trunk/web/reactos.org/htdocs/getbuilds/images/ajax_loading.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/i…
Removed:
trunk/web/reactos.org/htdocs/getbuilds/images/ll.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/i…
Removed:
trunk/web/reactos.org/htdocs/getbuilds/images/lr.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/i…
Removed:
trunk/web/reactos.org/htdocs/getbuilds/images/ul.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/i…
Removed:
trunk/web/reactos.org/htdocs/getbuilds/images/ur.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/i…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/index.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/i…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/lang/de.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/l…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/lang/en.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/l…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/lang/es.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/l…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/lang/fr.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/l…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/lang/it.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/l…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/l…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/lang/ru.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/l…
Modified:
trunk/web/reactos.org/htdocs/getbuilds/languages.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/l…
Modified:
trunk/web/reactos.org/htdocs/paste/inc/account.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/paste/inc/a…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/ajax-deletelocation.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/a…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/ajax-getuser.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/a…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/ajax-setlocation.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/a…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/config.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/c…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/ie6-fixes.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/i…
Removed:
trunk/web/reactos.org/htdocs/peoplemap/images/ajax_loading.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/i…
Removed:
trunk/web/reactos.org/htdocs/peoplemap/images/ll.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/i…
Removed:
trunk/web/reactos.org/htdocs/peoplemap/images/lr.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/i…
Removed:
trunk/web/reactos.org/htdocs/peoplemap/images/ul.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/i…
Removed:
trunk/web/reactos.org/htdocs/peoplemap/images/ur.gif
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/i…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/index.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/i…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/lang/de.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/l…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/lang/en.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/l…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/lang/es.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/l…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/l…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/languages.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/l…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/p…
Modified:
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.js.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/p…
Removed:
trunk/web/reactos.org/htdocs/peoplemap/peoplemap.sql
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/p…
Modified:
trunk/web/reactos.org/htdocs/roscms/logon/subsys_login.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/logo…
Modified:
trunk/web/reactos.org/htdocs/serendipity/include/functions_comments.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/serendipity…
Modified:
trunk/web/reactos.org/htdocs/serendipity/include/functions_config.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/serendipity…
Modified:
trunk/web/reactos.org/htdocs/serendipity/plugins/serendipity_plugin_roscmsa…
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/serendipity…
Modified:
trunk/web/reactos.org/htdocs/serendipity/serendipity_config_local.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/serendipity…
Copied:
trunk/web/reactos.org/htdocs/shared/css/menu.css (from r37894,
trunk/web/reactos.org/htdocs/css/menu.css)
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/css/…
Added:
trunk/web/reactos.org/htdocs/shared/css/reactos.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/css/…
Added:
trunk/web/reactos.org/htdocs/shared/js/ajax.js
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/js/a…
Added:
trunk/web/reactos.org/htdocs/shared/lang/de.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/lang…
Added:
trunk/web/reactos.org/htdocs/shared/lang/en.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/lang…
Added:
trunk/web/reactos.org/htdocs/shared/lang/es.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/lang…
Added:
trunk/web/reactos.org/htdocs/shared/lang/fr.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/lang…
Added:
trunk/web/reactos.org/htdocs/shared/lang/it.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/lang…
Added:
trunk/web/reactos.org/htdocs/shared/lang/lt.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/lang…
Added:
trunk/web/reactos.org/htdocs/shared/lang/pl.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/lang…
Added:
trunk/web/reactos.org/htdocs/shared/lang/ru.inc.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/lang…
Added:
trunk/web/reactos.org/htdocs/shared/subsys_layout.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/subs…
Modified:
trunk/web/reactos.org/htdocs/support/rsdb_setting.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/rsd…
Modified:
trunk/web/reactos.org/htdocs/wiki/includes/Sanitizer.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/includ…
Modified:
trunk/web/reactos.org/htdocs/wiki/includes/User.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/includ…
Modified:
trunk/web/reactos.org/htdocs/wiki/includes/specials/SpecialUserlogin.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/includ…
Modified:
trunk/web/reactos.org/htdocs/wiki/skins/RosCMS.php
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/skins/…
Modified:
trunk/web/reactos.org/htdocs/wiki/skins/roscms/IE60Fixes.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/skins/…
Modified:
trunk/web/reactos.org/htdocs/wiki/skins/roscms/IE70Fixes.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/skins/…
Modified:
trunk/web/reactos.org/htdocs/wiki/skins/roscms/main.css
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/skins/…
Removed:
trunk/web/reactos.org/sql/rsdb.sql
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/sql/rsdb.sql?rev=3…