Commit c06a3015b73094ec51e2ecec9eaa86ced9889e73

Authored by David RENÉ
1 parent 9f98cc5d

update hayamiki_lib and the main xlib

hayamiki_lib @ 121721e07c3
1   -Subproject commit f9fd3a1bf6706094fb2050a2ab138f0b38cac84d
  1 +Subproject commit 121721e07c35734855b53c726dad24f43dfcae67
... ...
minimal_web_site.aproj
... ... @@ -146,35 +146,6 @@
146 146 <Compile Include="xlib\web\color\color.anubis" />
147 147 <Compile Include="xlib\web\controllers_web_site.anubis" />
148 148 <Compile Include="xlib\web\counter.anubis" />
149   - <Compile Include="xlib\web\CXM_common.anubis" />
150   - <Compile Include="xlib\web\CXM_cookies.anubis" />
151   - <Compile Include="xlib\web\CXM_dojo.anubis" />
152   - <Compile Include="xlib\web\CXM_dropzone.anubis" />
153   - <Compile Include="xlib\web\CXM_form.anubis" />
154   - <Compile Include="xlib\web\CXM_generic_form.anubis" />
155   - <Compile Include="xlib\web\CXM_generic_login.anubis" />
156   - <Compile Include="xlib\web\CXM_generic_table.anubis" />
157   - <Compile Include="xlib\web\CXM_html_tooltip.anubis" />
158   - <Compile Include="xlib\web\CXM_https_get.anubis" />
159   - <Compile Include="xlib\web\CXM_http_get.anubis" />
160   - <Compile Include="xlib\web\CXM_http_get_common.anubis" />
161   - <Compile Include="xlib\web\CXM_jquery.anubis" />
162   - <Compile Include="xlib\web\CXM_json.anubis" />
163   - <Compile Include="xlib\web\CXM_making_a_web_site.anubis" />
164   - <Compile Include="xlib\web\CXM_mime.anubis" />
165   - <Compile Include="xlib\web\CXM_multihost_http_server.anubis" />
166   - <Compile Include="xlib\web\CXM_page_message.anubis" />
167   - <Compile Include="xlib\web\CXM_style_tools.anubis" />
168   - <Compile Include="xlib\web\CXM_urllib.anubis" />
169   - <Compile Include="xlib\web\CXM_web_action.anubis" />
170   - <Compile Include="xlib\web\CXM_web_arg_encode.anubis" />
171   - <Compile Include="xlib\web\CXM_web_arg_utils.anubis" />
172   - <Compile Include="xlib\web\CXM_web_dump.anubis" />
173   - <Compile Include="xlib\web\CXM_web_session.anubis" />
174   - <Compile Include="xlib\web\CXM_widgets.anubis" />
175   - <Compile Include="xlib\web\CXM_xml_rpc.anubis" />
176   - <Compile Include="xlib\web\CXM_xml_rpc_parser.anubis" />
177   - <Compile Include="xlib\web\CXM_xml_rpc_types.anubis" />
178 149 <Compile Include="xlib\web\fonts\awesome.anubis" />
179 150 <Compile Include="xlib\web\jQuery\CXM_jquery_animate.anubis" />
180 151 <Compile Include="xlib\web\jQuery\CXM_jquery_button.anubis" />
... ... @@ -200,6 +171,7 @@
200 171 <Compile Include="xlib\web\jQuery\ui-addon\datetimepicker.anubis" />
201 172 <Compile Include="xlib\web\js_tools.anubis" />
202 173 <Compile Include="xlib\web\load_content.anubis" />
  174 + <Compile Include="xlib\web\making_a_web_site.anubis" />
203 175 <Compile Include="xlib\web\piwik\CXM_piwik.anubis" />
204 176 <Compile Include="xlib\web\plugin\plugin.anubis" />
205 177 <Compile Include="xlib\web\types\controllers_web_site.anubis" />
... ...
xlib @ aa085f22010
1   -Subproject commit 1cfeb79a339090ab869238df96d267371ea1118d
  1 +Subproject commit aa085f22010ed8ef6db6be69e8a354322609dd01
... ...
xlib_web_controllers.aproj renamed to xlib_language_web_controller.aproj
... ... @@ -5,7 +5,7 @@
5 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 6 <OutputType>Exe</OutputType>
7 7 <RootNamespace>xlib_web_controllers</RootNamespace>
8   - <AssemblyName>xlib_web_controllers</AssemblyName>
  8 + <AssemblyName>xlib_language_web_controller</AssemblyName>
9 9 <StartupObject>xlib_web_controllers\language\controller.anubis</StartupObject>
10 10 <IncludePaths>./</IncludePaths>
11 11 <MakeUsedFile>False</MakeUsedFile>
... ...
xlib_web_controllers.ide renamed to xlib_language_web_controller.ide
... ... @@ -2,7 +2,7 @@
2 2 Microsoft Visual Studio Solution File, Format Version 9.00
3 3 # Visual Studio 2005
4 4 # SharpDevelop 1.0.12.108
5   -Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "xlib_web_controllers", "xlib_web_controllers.aproj", "{7FD79E96-A0AA-4BE4-97D5-151C56A47059}"
  5 +Project("{B6712916-30DE-4a3e-A54C-2A79AC984AEE}") = "xlib_language_web_controller", "xlib_language_web_controller.aproj", "{7FD79E96-A0AA-4BE4-97D5-151C56A47059}"
6 6 EndProject
7 7 Global
8 8 GlobalSection(SolutionConfigurationPlatforms) = preSolution
... ...