[ros-diffs] [cfinck] 38000: - 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
cfinck at svn.reactos.org
cfinck at svn.reactos.org
Wed Dec 10 19:17:29 CET 2008
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.html.tmpl
trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/header.html.tmpl
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.html
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_roscmsaccount/serendipity_plugin_roscmsaccount.php
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/skins/standard/IE-fixes.css?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/bugzilla/skins/standard/global.css
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/skins/standard/global.css?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/footer.html.tmpl
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/footer.html.tmpl?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/header.html.tmpl
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/template/en/default/global/header.html.tmpl?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/forum/common.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/forum/common.php?rev=38000&r1=37999&r2=38000&view=diff
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/includes/auth/auth_roscms.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/forum/styles/roscms/template/overall_header.html
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/forum/styles/roscms/template/overall_header.html?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles-provider.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles-provider.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/ajax-getfiles.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/config.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/config.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/getbuilds.css
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/getbuilds.css?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/getbuilds.js.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/getbuilds.js.php?rev=38000&r1=37999&r2=38000&view=diff
Removed: trunk/web/reactos.org/htdocs/getbuilds/ie-lt7-fixes.css
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/ie-lt7-fixes.css?rev=37999&view=auto
Removed: trunk/web/reactos.org/htdocs/getbuilds/images/ajax_loading.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/images/ajax_loading.gif?rev=37999&view=auto
Removed: trunk/web/reactos.org/htdocs/getbuilds/images/ll.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/images/ll.gif?rev=37999&view=auto
Removed: trunk/web/reactos.org/htdocs/getbuilds/images/lr.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/images/lr.gif?rev=37999&view=auto
Removed: trunk/web/reactos.org/htdocs/getbuilds/images/ul.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/images/ul.gif?rev=37999&view=auto
Removed: trunk/web/reactos.org/htdocs/getbuilds/images/ur.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/images/ur.gif?rev=37999&view=auto
Modified: trunk/web/reactos.org/htdocs/getbuilds/index.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/index.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/lang/de.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/lang/de.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/lang/en.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/lang/en.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/lang/es.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/lang/es.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/lang/fr.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/lang/fr.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/lang/it.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/lang/it.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/lang/lt.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/lang/ru.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/lang/ru.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/getbuilds/languages.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/getbuilds/languages.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/paste/inc/account.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/paste/inc/account.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/ajax-deletelocation.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/ajax-deletelocation.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/ajax-getuser.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/ajax-getuser.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/ajax-setlocation.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/ajax-setlocation.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/config.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/config.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/ie6-fixes.css
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/ie6-fixes.css?rev=38000&r1=37999&r2=38000&view=diff
Removed: trunk/web/reactos.org/htdocs/peoplemap/images/ajax_loading.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/images/ajax_loading.gif?rev=37999&view=auto
Removed: trunk/web/reactos.org/htdocs/peoplemap/images/ll.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/images/ll.gif?rev=37999&view=auto
Removed: trunk/web/reactos.org/htdocs/peoplemap/images/lr.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/images/lr.gif?rev=37999&view=auto
Removed: trunk/web/reactos.org/htdocs/peoplemap/images/ul.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/images/ul.gif?rev=37999&view=auto
Removed: trunk/web/reactos.org/htdocs/peoplemap/images/ur.gif
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/images/ur.gif?rev=37999&view=auto
Modified: trunk/web/reactos.org/htdocs/peoplemap/index.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/index.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/lang/de.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/lang/de.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/lang/en.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/lang/en.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/lang/es.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/lang/es.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/lang/pl.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/languages.inc.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/languages.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/peoplemap.css
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/peoplemap.css?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/peoplemap/peoplemap.js.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/peoplemap.js.php?rev=38000&r1=37999&r2=38000&view=diff
Removed: trunk/web/reactos.org/htdocs/peoplemap/peoplemap.sql
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/peoplemap/peoplemap.sql?rev=37999&view=auto
Modified: trunk/web/reactos.org/htdocs/roscms/logon/subsys_login.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/roscms/logon/subsys_login.php?rev=38000&r1=37999&r2=38000&view=diff
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/include/functions_comments.inc.php?rev=38000&r1=37999&r2=38000&view=diff
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/include/functions_config.inc.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/serendipity/plugins/serendipity_plugin_roscmsaccount/serendipity_plugin_roscmsaccount.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/serendipity/plugins/serendipity_plugin_roscmsaccount/serendipity_plugin_roscmsaccount.php?rev=38000&r1=37999&r2=38000&view=diff
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/serendipity_config_local.inc.php?rev=38000&r1=37999&r2=38000&view=diff
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/menu.css?p2=trunk/web/reactos.org/htdocs/shared/css/menu.css&p1=trunk/web/reactos.org/htdocs/css/menu.css&r1=37894&r2=38000&rev=38000&view=diff
Added: trunk/web/reactos.org/htdocs/shared/css/reactos.css
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/css/reactos.css?rev=38000&view=auto
Added: trunk/web/reactos.org/htdocs/shared/js/ajax.js
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/js/ajax.js?rev=38000&view=auto
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/de.inc.php?rev=38000&view=auto
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/en.inc.php?rev=38000&view=auto
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/es.inc.php?rev=38000&view=auto
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/fr.inc.php?rev=38000&view=auto
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/it.inc.php?rev=38000&view=auto
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/lt.inc.php?rev=38000&view=auto
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/pl.inc.php?rev=38000&view=auto
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/ru.inc.php?rev=38000&view=auto
Added: trunk/web/reactos.org/htdocs/shared/subsys_layout.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/shared/subsys_layout.php?rev=38000&view=auto
Modified: trunk/web/reactos.org/htdocs/support/rsdb_setting.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/support/rsdb_setting.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/wiki/includes/Sanitizer.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/includes/Sanitizer.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/wiki/includes/User.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/includes/User.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/wiki/includes/specials/SpecialUserlogin.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/includes/specials/SpecialUserlogin.php?rev=38000&r1=37999&r2=38000&view=diff
Modified: trunk/web/reactos.org/htdocs/wiki/skins/RosCMS.php
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/wiki/skins/RosCMS.php?rev=38000&r1=37999&r2=38000&view=diff
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/roscms/IE60Fixes.css?rev=38000&r1=37999&r2=38000&view=diff
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/roscms/IE70Fixes.css?rev=38000&r1=37999&r2=38000&view=diff
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/roscms/main.css?rev=38000&r1=37999&r2=38000&view=diff
Removed: trunk/web/reactos.org/sql/rsdb.sql
URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/sql/rsdb.sql?rev=37999&view=auto
More information about the Ros-diffs
mailing list